Home
last modified time | relevance | path

Searched refs:SCHED_FLAG_KEEP_PARAMS (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.h143 #define SCHED_FLAG_KEEP_PARAMS 0x10 macro
148 SCHED_FLAG_KEEP_PARAMS)
/linux/kernel/sched/
H A Dsyscalls.c683 if (!(attr->sched_flags & SCHED_FLAG_KEEP_PARAMS)) { in __sched_setscheduler()
982 if (attr.sched_flags & SCHED_FLAG_KEEP_PARAMS) in SYSCALL_DEFINE3()