Searched refs:PR_SCHED_CORE_SHARE_TO (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 47 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ macro 310 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, pid, PIDTYPE_PID, 0) < 0) in main() 329 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 0) < 0) in main() 340 validate(_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 1) < 0 in main()
|
/openbmc/linux/include/uapi/linux/ |
H A D | prctl.h | 268 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 268 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ macro
|
/openbmc/linux/kernel/sched/ |
H A D | core_sched.c | 192 case PR_SCHED_CORE_SHARE_TO: in sched_core_share_pid()
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | core-scheduling.rst | 57 - ``PR_SCHED_CORE_SHARE_TO`` -- push core_sched cookie to ``pid``. 88 PR_SCHED_CORE_SHARE_FROM and PR_SCHED_CORE_SHARE_TO to inherit a cookie from a
|