Lines Matching defs:queue_entry
194 struct queue_entry { struct
196 u8 *fname; /* File name for the test case */
197 u32 len; /* Input length */
198 u32 id; /* entry number in queue_buf */
200 u8 colorized, /* Do not run redqueen stage again */
201 cal_failed; /* Calibration failed? */
203 bool trim_done, /* Trimmed? */
204 was_fuzzed, /* historical, but needed for MOpt */
205 passed_det, /* Deterministic stages passed? */
206 has_new_cov, /* Triggers new coverage? */
207 var_behavior, /* Variable behavior? */
208 favored, /* Currently favored? */
209 fs_redundant, /* Marked as redundant in the fs? */
210 is_ascii, /* Is the input just ascii text? */
211 disabled; /* Is disabled from fuzz selection */
213 u32 bitmap_size, /* Number of bits set in bitmap */
215 stats_selected, /* stats: how often selected */
216 stats_skipped, /* stats: how often skipped */
217 stats_finds, /* stats: # of saved finds */
218 stats_crashes, /* stats: # of saved crashes */
219 stats_tmouts, /* stats: # of saved timeouts */
221 fuzz_level, /* Number of fuzzing iterations */
222 n_fuzz_entry; /* offset in n_fuzz */
246 struct queue_entry *mother; /* queue entry this based on */ argument
248 struct skipdet_entry *skipdet_e;