Searched defs:queue_entry (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | afl-fuzz.h | 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? */ [all …]
|
/aosp_15_r20/external/coreboot/util/sconfig/ |
H A D | main.c | 142 struct queue_entry { struct 144 struct queue_entry *next; argument 145 struct queue_entry *prev; argument
|
/aosp_15_r20/external/autotest/server/ |
H A D | autoserv_utils.py | 25 queue_entry=None, argument
|
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | rpc_utils.py | 626 def _queue_entry_to_dict(queue_entry): argument
|
H A D | models.py | 2147 queue_entry = dbmodels.OneToOneField(HostQueueEntry, primary_key=True) variable in AbortedHostQueueEntry 2192 queue_entry = dbmodels.ForeignKey(HostQueueEntry, blank=True, null=True) variable in SpecialTask
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 62969 struct list_head queue_entry; member
|
H A D | vmlinux_518.h | 62969 struct list_head queue_entry; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 49615 struct list_head queue_entry; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 114349 struct list_head queue_entry; member
|
H A D | vmlinux.h | 114349 struct list_head queue_entry; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 59372 struct list_head queue_entry; member
|