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()
528 * @cgc->tvtime_now always progresses forward as tasks start 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()
827 scx_bpf_task_set_dsq_vtime(p, cgc->tvtime_now); in BPF_STRUCT_OPS()
928 delta = time_delta(p->scx.dsq_vtime, from_cgc->tvtime_now); in BPF_STRUCT_OPS_SLEEPABLE()
929 scx_bpf_task_set_dsq_vtime(p, to_cgc->tvtime_now + delta); in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_flatcg.h48 u64 tvtime_now; member