Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c84 u64 cur_at; member
747 if (vtime_before(now, cpuc->cur_at + cgrp_slice_ns)) { in BPF_STRUCT_OPS()
776 (cpuc->cur_at + cgrp_slice_ns - now) * in BPF_STRUCT_OPS()
786 cpuc->cur_at = now; in BPF_STRUCT_OPS()