Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c291 #define SETPARAM_POLICY -1 in DEFINE_CLASS() macro
298 if (policy == SETPARAM_POLICY) in DEFINE_CLASS()
782 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) { in _sched_setscheduler()
982 return do_sched_setscheduler(pid, SETPARAM_POLICY, param); in SYSCALL_DEFINE2()
1007 attr.sched_policy = SETPARAM_POLICY; in SYSCALL_DEFINE3()