Searched refs:scx_init_dsq (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 2044 s32 scx_init_dsq(struct scx_dispatch_q *dsq, u64 dsq_id, struct scx_sched *sch);
|
| H A D | ext.c | 5040 s32 scx_init_dsq(struct scx_dispatch_q *dsq, u64 dsq_id, struct scx_sched *sch) in scx_init_dsq() function 7111 if (scx_init_dsq(&pnode->global_dsq, SCX_DSQ_GLOBAL, sch)) { in alloc_pnode() 7172 ret = scx_init_dsq(scx_bypass_dsq(sch, cpu), SCX_DSQ_BYPASS, sch); in scx_alloc_and_add_sched() 8681 BUG_ON(scx_init_dsq(&rq->scx.local_dsq, SCX_DSQ_LOCAL, NULL)); in init_sched_ext_class() 8683 BUG_ON(scx_init_dsq(&rq->scx.reject_dsq, SCX_DSQ_REJECT, NULL)); in init_sched_ext_class() 9381 ret = scx_init_dsq(dsq, dsq_id, NULL); in scx_bpf_create_dsq()
|
| H A D | sub.c | 672 BUG_ON(scx_init_dsq(&rq->scx.rescue.dsq, SCX_DSQ_RESCUE, NULL)); in scx_rescue_init()
|