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

/linux-master/include/uapi/linux/
H A Dsched.h128 #define SCHED_FLAG_RESET_ON_FORK 0x01 macro
142 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \
/linux-master/tools/include/uapi/linux/
H A Dsched.h128 #define SCHED_FLAG_RESET_ON_FORK 0x01 macro
142 #define SCHED_FLAG_ALL (SCHED_FLAG_RESET_ON_FORK | \
/linux-master/kernel/sched/
H A Dcore.c7726 reset_on_fork = !!(attr->sched_flags & SCHED_FLAG_RESET_ON_FORK);
7946 attr.sched_flags |= SCHED_FLAG_RESET_ON_FORK;
8313 kattr.sched_flags |= SCHED_FLAG_RESET_ON_FORK;

Completed in 250 milliseconds