HomeSort by relevance Sort by last modified time
    Searched refs:triage (Results 1 - 5 of 5) sorted by null

  /external/syzkaller/syz-fuzzer/
workqueue.go 15 // to triage and send to manager new inputs before we smash programs
21 triage []*WorkTriage
39 // During triage we understand if these programs in fact give new coverage,
79 wq.triage = append(wq.triage, item)
92 if len(wq.triageCandidate)+len(wq.candidate)+len(wq.triage)+len(wq.smash) == 0 {
108 } else if len(wq.triage) != 0 {
109 last := len(wq.triage) - 1
110 item = wq.triage[last]
111 wq.triage = wq.triage[:last
    [all...]
fuzzer.go 76 StatTriage: "exec triage",
proc.go 240 // Note: triage input uses executeRaw to get coverage.
  /external/libxml2/
relaxng.c 289 xmlHashTablePtr triage; /* hash table used to direct nodes to the member in struct:_xmlRelaxNGPartition
957 if (partitions->triage != NULL) {
958 xmlHashFree(partitions->triage, NULL);
4113 xmlHashTablePtr triage = NULL; local
10355 xmlHashTablePtr triage = local
    [all...]
  /external/syzkaller/syz-manager/
html.go 108 {Name: "triage queue", Value: fmt.Sprint(len(mgr.candidates))},

Completed in 166 milliseconds