Home
last modified time | relevance | path

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

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