Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c398 u64 tvtime = p->scx.dsq_vtime; in BPF_STRUCT_OPS() local
404 if (vtime_before(tvtime, cgc->tvtime_now - SCX_SLICE_DFL)) in BPF_STRUCT_OPS()
405 tvtime = cgc->tvtime_now - SCX_SLICE_DFL; in BPF_STRUCT_OPS()
408 tvtime, enq_flags); in BPF_STRUCT_OPS()