Searched refs:scx_parent (Results 1 – 1 of 1) sorted by relevance
243 static struct scx_sched *scx_parent(struct scx_sched *sch) in scx_parent() function279 if (!list_is_last(&pos->sibling, &scx_parent(pos)->children)) in scx_next_descendant_pre()281 pos = scx_parent(pos); in scx_next_descendant_pre()298 static struct scx_sched *scx_parent(struct scx_sched *sch) { return NULL; } in scx_parent() function367 while (scx_parent(sch) && scx_bypassing(sch, cpu)) in bypass_enq_target_dsq()368 sch = scx_parent(sch); in bypass_enq_target_dsq()3580 if (unlikely(scx_parent(sch))) { in __scx_init_task()5355 struct scx_sched *host = scx_parent(sch) ?: sch; in enable_bypass_dsp()5410 if (scx_parent(sch)) { in disable_bypass_dsp()5411 ret = atomic_dec_return(&scx_parent(sch)->bypass_dsp_enable_depth); in disable_bypass_dsp()[all …]