Home
last modified time | relevance | path

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

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