Searched refs:PR_SCHED_CORE_SHARE_TO (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c47 # 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)
329 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 0) < 0)
340 validate(_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 1) < 0
/linux-master/include/uapi/linux/
H A Dprctl.h268 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h268 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */ macro
/linux-master/kernel/sched/
H A Dcore_sched.c192 case PR_SCHED_CORE_SHARE_TO:

Completed in 123 milliseconds