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

/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c46 # define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */ macro
286 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_CREATE, 0, PIDTYPE_PGID, 0) < 0)
300 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_CREATE, pid, PIDTYPE_TGID, 0) < 0)
/linux-master/include/uapi/linux/
H A Dprctl.h267 # define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h267 # define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */ macro
/linux-master/kernel/sched/
H A Dcore_sched.c184 case PR_SCHED_CORE_CREATE:

Completed in 181 milliseconds