Lines Matching defs:scx_parent
238 * scx_parent - Find the parent sched
243 static struct scx_sched *scx_parent(struct scx_sched *sch)
279 if (!list_is_last(&pos->sibling, &scx_parent(pos)->children))
281 pos = scx_parent(pos);
298 static struct scx_sched *scx_parent(struct scx_sched *sch) { return NULL; }
367 while (scx_parent(sch) && scx_bypassing(sch, cpu))
368 sch = scx_parent(sch);
3580 if (unlikely(scx_parent(sch))) {
5355 struct scx_sched *host = scx_parent(sch) ?: sch;
5410 if (scx_parent(sch)) {
5411 ret = atomic_dec_return(&scx_parent(sch)->bypass_dsp_enable_depth);
5643 struct scx_sched *parent = scx_parent(sch);
5689 if (scx_parent(sch)) {
5729 struct scx_sched *parent = scx_parent(sch);
5758 struct scx_sched *parent = scx_parent(sch);
6116 if (scx_parent(sch))
8683 if (unlikely(scx_parent(child) != parent)) {