Home
last modified time | relevance | path

Searched refs:SCHED_EXT (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.c26 #ifndef SCHED_EXT
27 #define SCHED_EXT 7 macro
114 if (sched_setscheduler(0, SCHED_EXT, &param)) in start_worker()
H A Dinit_enable_count.c17 #define SCHED_EXT 7 macro
88 ret = sched_setscheduler(0, SCHED_EXT, &param); in run_test()
/linux/tools/sched_ext/
H A Dscx_userland.c48 #define SCHED_EXT 7 macro
332 .sched_priority = sched_get_priority_max(SCHED_EXT), in pre_bootstrap()
350 err = syscall(__NR_sched_setscheduler, getpid(), SCHED_EXT, &sched_param); in pre_bootstrap()
H A DREADME.md1 SCHED_EXT EXAMPLE SCHEDULERS
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h131 #define SCHED_EXT 7 macro
/linux/Documentation/scheduler/
H A Dsched-ext.rst49 If a task explicitly sets its scheduling policy to ``SCHED_EXT``, it will be
55 ``SCHED_EXT`` tasks are scheduled by sched_ext.
58 set in ``ops->flags``, only tasks with the ``SCHED_EXT`` policy are scheduled
61 higher sched_class precedence than ``SCHED_EXT``.
225 * By default, all SCHED_EXT, SCHED_OTHER, SCHED_IDLE, and
440 while (task in SCHED_EXT) {
/linux/kernel/sched/
H A Dsyscalls.c1482 case SCHED_EXT: in SYSCALL_DEFINE1()
1510 case SCHED_EXT: in SYSCALL_DEFINE1()
H A Dsched.h197 if (policy == SCHED_EXT) in normal_policy()
/linux/kernel/sched/ext/
H A Dext.c3389 * If @force_scx is true, always try to pick a SCHED_EXT task, in do_pick_task_scx()
3901 * %SCHED_EXT transitions from scx_check_setscheduler() in __scx_enable_task()
3905 if (p->policy == SCHED_EXT) { in __scx_enable_task()
4139 * when it's ever configured to run with a SCHED_EXT policy. in scx_post_fork()
4318 p->policy != policy && policy == SCHED_EXT) in process_ddsp_deferred_locals()
5566 /* scx is taking over all SCHED_OTHER and SCHED_EXT tasks */ in scx_allow_ttwu_queue()
5571 * scx is tearing down - keep new SCHED_EXT tasks out.
5586 return policy == SCHED_EXT; in handle_lockup()
/linux/
H A DMAINTAINERS24508 SCHEDULER - SCHED_EXT