Home
last modified time | relevance | path

Searched refs:SCHED_FLAG_ALL (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.h153 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \ macro
/linux/kernel/sched/
H A Dsyscalls.c521 if (attr->sched_flags & ~(SCHED_FLAG_ALL | SCHED_FLAG_SUGOV)) in __sched_setscheduler()
1090 kattr.sched_flags &= SCHED_FLAG_ALL; in SYSCALL_DEFINE4()