Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.h17 struct scx_sched *scx_skip_subtree_pre(struct scx_sched *pos, struct scx_sched *root);
78 static inline struct scx_sched *scx_skip_subtree_pre(struct scx_sched *pos, struct scx_sched *root)… in scx_skip_subtree_pre() function
H A Dsub.c47 struct scx_sched *scx_skip_subtree_pre(struct scx_sched *pos, struct scx_sched *root) in scx_skip_subtree_pre() function
92 return scx_skip_subtree_pre(pos, root); in scx_next_descendant_pre()
2504 pos = scx_skip_subtree_pre(pos, child); in scx_bpf_sub_revoke()
H A Didle.c765 pos = scx_skip_subtree_pre(pos, root); in scx_idle_notify()