Searched refs:PR_SCHED_CORE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/sched/ |
| D | cs_prctl_test.c | 42 #ifndef PR_SCHED_CORE 43 #define PR_SCHED_CORE 62 macro 116 ret = prctl(PR_SCHED_CORE, PR_SCHED_CORE_GET, pid, PIDTYPE_PID, in get_cs_cookie() 277 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_CREATE, 0, PIDTYPE_PGID, 0) < 0) in main() 291 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_CREATE, pid, PIDTYPE_TGID, 0) < 0) in main() 301 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, pid, PIDTYPE_PID, 0) < 0) in main() 311 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_FROM, procs[pidx].thr_tids[0], in main() 320 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 0) < 0) in main()
|
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | prctl.h | 265 #define PR_SCHED_CORE 62 macro
|
| /Linux-v6.1/include/uapi/linux/ |
| D | prctl.h | 265 #define PR_SCHED_CORE 62 macro
|
| /Linux-v6.1/kernel/ |
| D | Kconfig.preempt | 124 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings
|
| D | sys.c | 2622 case PR_SCHED_CORE: in SYSCALL_DEFINE5()
|
| /Linux-v6.1/Documentation/admin-guide/hw-vuln/ |
| D | core-scheduling.rst | 40 Core scheduling can be enabled via the ``PR_SCHED_CORE`` prctl interface. 50 ``PR_SCHED_CORE``
|