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.c1783 struct scx_sched *sch = scx_task_sched(p); in do_enqueue_task()
1922 struct scx_sched *sch = scx_task_sched(p); in enqueue_task_scx()
1972 struct scx_sched *sch = scx_task_sched(p); in ops_dequeue()
2035 struct scx_sched *sch = scx_task_sched(p); in dequeue_task_scx()
2089 struct scx_sched *sch = scx_task_sched(p); in yield_task_scx()
2100 struct scx_sched *sch = scx_task_sched(from); in yield_to_task_scx()
2102 if (SCX_HAS_OP(sch, yield) && sch == scx_task_sched(to)) in yield_to_task_scx()
2850 struct scx_sched *sch = scx_task_sched(p); in set_next_task_scx()
2946 struct scx_sched *sch = scx_task_sched(p); in put_prev_task_scx()
3099 refill_task_slice_dfl(scx_task_sched(p), p); in do_pick_task_scx()
[all …]
H A Dext_internal.h1392 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched() function
1459 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched() function
H A Dext_idle.c1090 scx_error(scx_task_sched(p), "__scx_bpf_select_cpu_and() must be used"); in scx_bpf_select_cpu_and()