Lines Matching defs:queue_entry
152 struct queue_entry { struct
154 u8 *fname; /* File name for the test case */
155 u32 len; /* Input length */
156 u32 id; /* entry number in queue_buf */
158 u8 colorized, /* Do not run redqueen stage again */
159 cal_failed; /* Calibration failed? */
160 bool trim_done, /* Trimmed? */
161 was_fuzzed, /* historical, but needed for MOpt */
162 passed_det, /* Deterministic stages passed? */
163 has_new_cov, /* Triggers new coverage? */
164 var_behavior, /* Variable behavior? */
165 favored, /* Currently favored? */
166 fs_redundant, /* Marked as redundant in the fs? */
167 is_ascii, /* Is the input just ascii text? */
168 disabled; /* Is disabled from fuzz selection */
170 u32 bitmap_size, /* Number of bits set in bitmap */
194 struct queue_entry *mother; /* queue entry this based on */ argument