Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/
Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dsched.h124 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-6.12.1/include/uapi/linux/
Dsched.h124 #define SCHED_RESET_ON_FORK 0x40000000 macro
/linux-6.12.1/kernel/sched/
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()