Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_vtime.bpf.c71 scx_bpf_task_set_dsq_vtime(p, p->scx.dsq_vtime + delta); in BPF_STRUCT_OPS()
76 scx_bpf_task_set_dsq_vtime(p, vtime_now); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/
H A Dscx_simple.bpf.c126 scx_bpf_task_set_dsq_vtime(p, p->scx.dsq_vtime + delta); in BPF_STRUCT_OPS()
131 scx_bpf_task_set_dsq_vtime(p, vtime_now); in BPF_STRUCT_OPS()
H A Dscx_flatcg.bpf.c557 scx_bpf_task_set_dsq_vtime(p, p->scx.dsq_vtime + delta); in BPF_STRUCT_OPS()
827 scx_bpf_task_set_dsq_vtime(p, cgc->tvtime_now); in BPF_STRUCT_OPS()
929 scx_bpf_task_set_dsq_vtime(p, to_cgc->tvtime_now + delta); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h373 static inline void scx_bpf_task_set_dsq_vtime(struct task_struct *p, u64 vtime) in scx_bpf_task_set_dsq_vtime() function
/linux/kernel/sched/
H A Dext.c8545 __bpf_kfunc bool scx_bpf_task_set_dsq_vtime(struct task_struct *p, u64 vtime, in scx_bpf_task_set_dsq_vtime() function
9446 BTF_ID_FLAGS(func, scx_bpf_task_set_dsq_vtime, KF_IMPLICIT_ARGS | KF_RCU);