Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c1886 struct scx_sched *sch = scx_task_sched(p); in do_enqueue_task()
2025 struct scx_sched *sch = scx_task_sched(p); in enqueue_task_scx()
2075 struct scx_sched *sch = scx_task_sched(p); in ops_dequeue()
2151 struct scx_sched *sch = scx_task_sched(p); in dequeue_task_scx()
2205 struct scx_sched *sch = scx_task_sched(p); in yield_task_scx()
2216 struct scx_sched *sch = scx_task_sched(from); in yield_to_task_scx()
2218 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx()
2967 struct scx_sched *sch = scx_task_sched(p); in set_next_task_scx()
3063 struct scx_sched *sch = scx_task_sched(p); in put_prev_task_scx()
3216 refill_task_slice_dfl(scx_task_sched(p), p); in do_pick_task_scx()
[all …]
H A Dext_internal.h1394 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched() function
1461 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched() function
H A Dext_idle.c1105 scx_error(scx_task_sched(p), "__scx_bpf_select_cpu_and() must be used"); in scx_bpf_select_cpu_and()