Home
last modified time | relevance | path

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

/openbmc/linux/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 in main()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h270 # define PR_SCHED_CORE_MAX 4 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h270 # define PR_SCHED_CORE_MAX 4 macro
/openbmc/linux/kernel/sched/
H A Dcore_sched.c144 if (type > PIDTYPE_PGID || cmd >= PR_SCHED_CORE_MAX || pid < 0 || in sched_core_share_pid()