Searched refs:tvtime_now (Results 1 – 2 of 2) sorted by relevance
399 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()
48 u64 tvtime_now; member