Searched refs:SCHED_FLAG_ALL (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h142 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h142 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \ macro
/linux-master/kernel/sched/
H A Dcore.c7732 if (attr->sched_flags & ~(SCHED_FLAG_ALL | SCHED_FLAG_SUGOV))
8315 kattr.sched_flags &= SCHED_FLAG_ALL;

Completed in 412 milliseconds