scx_next_descendant_pre
static struct scx_sched *scx_next_descendant_pre(struct scx_sched *pos,
static inline struct scx_sched *scx_next_descendant_pre(struct scx_sched *pos, struct scx_sched *root) { return pos ? NULL : root; }