Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c399 if (time_before(tvtime, cgc->tvtime_now - SCX_SLICE_DFL)) in BPF_STRUCT_OPS()
400 tvtime = cgc->tvtime_now - SCX_SLICE_DFL; in BPF_STRUCT_OPS()
533 if (time_before(cgc->tvtime_now, p->scx.dsq_vtime)) in BPF_STRUCT_OPS()
534 cgc->tvtime_now = p->scx.dsq_vtime; in BPF_STRUCT_OPS()
825 p->scx.dsq_vtime = cgc->tvtime_now; in BPF_STRUCT_OPS()
924 delta = time_delta(p->scx.dsq_vtime, from_cgc->tvtime_now); in BPF_STRUCT_OPS()
925 p->scx.dsq_vtime = to_cgc->tvtime_now + delta; in BPF_STRUCT_OPS()
H A Dscx_flatcg.h48 u64 tvtime_now; member