Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/openbmc/linux/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/openbmc/linux/kernel/sched/
H A Dcore.c7862 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) { in _sched_setscheduler()
7864 policy &= ~SCHED_RESET_ON_FORK; in _sched_setscheduler()
8137 | (p->sched_reset_on_fork ? SCHED_RESET_ON_FORK : 0); in SYSCALL_DEFINE1()