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

/linux-master/include/uapi/linux/
H A Dprctl.h270 # define PR_SCHED_CORE_MAX 4 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h270 # define PR_SCHED_CORE_MAX 4 macro
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c49 # define PR_SCHED_CORE_MAX 4 macro
337 validate(_prctl(PR_SCHED_CORE, PR_SCHED_CORE_MAX, 0, PIDTYPE_PGID, 0) < 0
/linux-master/kernel/sched/
H A Dcore_sched.c144 if (type > PIDTYPE_PGID || cmd >= PR_SCHED_CORE_MAX || pid < 0 ||

Completed in 465 milliseconds