Home
last modified time | relevance | path

Searched refs:SCHED_RESET_ON_FORK (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/include/uapi/linux/
H A Dsched.h124 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h124 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux/kernel/sched/
H A Dsyscalls.c782 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) { in _sched_setscheduler()
784 policy &= ~SCHED_RESET_ON_FORK; in _sched_setscheduler()
1043 retval |= SCHED_RESET_ON_FORK; in SYSCALL_DEFINE1()