Lines Matching full:policy
31 .Nd set/get scheduling policy and scheduler parameters
37 .Fn sched_setscheduler "pid_t pid" "int policy" "const struct sched_param *param"
43 system call sets the scheduling policy and scheduling parameters
47 .Fa policy
58 the scheduling policy specified by
59 .Fa policy .
68 policy and scheduling parameters will be set for the process
74 is zero, the scheduling policy and scheduling
77 In this implementation, the policy of when a process can affect
105 system call returns the scheduling policy of the process specified
116 In this implementation, the policy of when a process can obtain the
147 .Fa policy
150 is outside the valid range for the specified scheduling policy.