Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h2139 struct scx_sched *scx_alloc_and_add_sched(struct scx_enable_cmd *cmd,
H A Dsub.c1758 /* scx_alloc_and_add_sched() consumes @cgrp whether it succeeds or not */ in scx_sub_enable_workfn()
1759 sch = scx_alloc_and_add_sched(cmd, cgrp, parent); in scx_sub_enable_workfn()
H A Dext.c5629 * kthread_create() in scx_alloc_and_add_sched(); if the new kthread is in handle_lockup()
7213 struct scx_sched *scx_alloc_and_add_sched(struct scx_enable_cmd *cmd, in scx_alloc_and_add_sched()
7575 * scx_alloc_and_add_sched() and cleared at the tail of bpf_scx_unreg(), in scx_root_enable_workfn()
7602 * scx_alloc_and_add_sched() succeeds. in scx_root_enable_workfn()
7607 sch = scx_alloc_and_add_sched(cmd, cgrp, NULL); in scx_root_enable_workfn()
8268 if (cmd.arena_map) /* not consumed by scx_alloc_and_add_sched() */ in sched_ext_ops__core_sched_before()
7163 struct scx_sched *scx_alloc_and_add_sched(struct scx_enable_cmd *cmd, scx_alloc_and_add_sched() function