Home
last modified time | relevance | path

Searched refs:SCHED_FLAG_RESET_ON_FORK (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h139 #define SCHED_FLAG_RESET_ON_FORK 0x01 macro
153 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \
/linux/kernel/sched/
H A Dsyscalls.c515 reset_on_fork = !!(attr->sched_flags & SCHED_FLAG_RESET_ON_FORK); in __sched_setscheduler()
739 attr.sched_flags |= SCHED_FLAG_RESET_ON_FORK; in _sched_setscheduler()
1088 kattr.sched_flags |= SCHED_FLAG_RESET_ON_FORK; in SYSCALL_DEFINE4()