Searched refs:SCHED_EXT (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | nohz_tick.c | 26 #ifndef SCHED_EXT 27 #define SCHED_EXT 7 macro 114 if (sched_setscheduler(0, SCHED_EXT, ¶m)) in start_worker()
|
| H A D | init_enable_count.c | 17 #define SCHED_EXT 7 macro 88 ret = sched_setscheduler(0, SCHED_EXT, ¶m); in run_test()
|
| /linux/tools/sched_ext/ |
| H A D | scx_userland.c | 48 #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 D | README.md | 1 SCHED_EXT EXAMPLE SCHEDULERS
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 131 #define SCHED_EXT 7 macro
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 49 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 D | syscalls.c | 1482 case SCHED_EXT: in SYSCALL_DEFINE1() 1510 case SCHED_EXT: in SYSCALL_DEFINE1()
|
| H A D | sched.h | 197 if (policy == SCHED_EXT) in normal_policy()
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 3389 * 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 D | MAINTAINERS | 24508 SCHEDULER - SCHED_EXT
|