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

/linux-master/tools/perf/trace/beauty/
H A Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-master/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-master/kernel/sched/
H A Dcore.c7944 /* Fixup the legacy SCHED_RESET_ON_FORK hack. */
7945 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) {
7947 policy &= ~SCHED_RESET_ON_FORK;
8204 retval |= SCHED_RESET_ON_FORK;

Completed in 253 milliseconds