Lines Matching full:priority
38 or idletime scheduling priority
44 .Ar priority
48 .Ar priority
68 A process with a realtime priority is not subject to priority
70 higher realtime priority.
72 A process with an idle priority will run only when no other
73 process is runnable and then only if its idle priority is equal or
74 greater than all other runnable idle priority processes.
80 when called without arguments will return the realtime priority
85 is called with 1 argument, it will return the realtime priority
90 .Ar priority
91 is specified, the process or program is run at that realtime priority.
105 .Ar Priority
108 highest priority
113 Only root is allowed to set realtime or idle priority for a process.
122 If set to non-zero, it lets any user modify the idle priority of processes
125 Note that idle priority increases the chance that a deadlock can occur
136 To see which realtime priority the current process is at:
139 To see which realtime priority of process 1423:
144 at the lowest realtime priority:
147 To change the realtime priority of process 1423 to 16:
152 without realtime priority:
155 To change the realtime priority of process 1423
158 (non-realtime/normal priority):
188 process in a realtime priority.
190 There is no way to set/view the realtime priority of process 0
205 starve normal priority processes.