Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.h29 s32 scx_alloc_pshards(struct scx_sched *sch);
86 static inline s32 scx_alloc_pshards(struct scx_sched *sch) { return 0; } in scx_alloc_pshards() function
H A Dsub.c185 s32 scx_alloc_pshards(struct scx_sched *sch) in scx_alloc_pshards() function
1787 ret = scx_alloc_pshards(sch); in scx_sub_enable_workfn()
H A Dext.c7598 ret = scx_alloc_pshards(sch); in scx_root_enable_workfn()