Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c122 u64 bypassed_at; member
314 taskc->bypassed_at = p->se.sum_exec_runtime ?: (u64)-1; in set_bypassed_at()
564 if (!taskc->bypassed_at) in BPF_STRUCT_OPS()
571 p->se.sum_exec_runtime - taskc->bypassed_at); in BPF_STRUCT_OPS()
572 taskc->bypassed_at = 0; in BPF_STRUCT_OPS()
820 taskc->bypassed_at = 0; in BPF_STRUCT_OPS()