Home
last modified time | relevance | path

Searched refs:nr_inject_attempts (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.c110 u64 nr_inject_attempts; member
197 (unsigned long long)(qa->nr_inject_attempts - prev->nr_inject_attempts), in print_hier()
201 prev->nr_inject_attempts = qa->nr_inject_attempts; in print_hier()
H A Dscx_qmap.h181 u64 nr_inject_attempts; /* fault-injection: dispatches to an unheld cid */ member
H A Dscx_qmap.bpf.c479 __sync_fetch_and_add(&qa.nr_inject_attempts, 1); in BPF_STRUCT_OPS()