Lines Matching refs:scx_sched
958 struct scx_sched;
987 struct scx_sched *sch;
1011 struct scx_sched { struct
1083 struct scx_sched *ancestors[]; argument
1366 extern struct scx_sched __rcu *scx_root;
1380 static inline bool scx_bypassing(struct scx_sched *sch, s32 cpu) in scx_bypassing()
1394 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched()
1407 static inline struct scx_sched *scx_task_sched_rcu(const struct task_struct *p) in scx_task_sched_rcu()
1419 static inline bool scx_task_on_sched(struct scx_sched *sch, in scx_task_on_sched()
1433 static inline struct scx_sched *scx_prog_sched(const struct bpf_prog_aux *aux) in scx_prog_sched()
1436 struct scx_sched *root; in scx_prog_sched()
1461 static inline struct scx_sched *scx_task_sched(const struct task_struct *p) in scx_task_sched()
1468 static inline struct scx_sched *scx_task_sched_rcu(const struct task_struct *p) in scx_task_sched_rcu()
1473 static inline bool scx_task_on_sched(struct scx_sched *sch, in scx_task_on_sched()
1479 static struct scx_sched *scx_prog_sched(const struct bpf_prog_aux *aux) in scx_prog_sched()