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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Drenice.c37 int adjustment, new_priority; local
110 new_priority = old_priority + adjustment;
112 new_priority = adjustment;
115 if (setpriority(which, who, new_priority) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Drenice.c37 int adjustment, new_priority; local
110 new_priority = old_priority + adjustment;
112 new_priority = adjustment;
115 if (setpriority(which, who, new_priority) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Drenice.c37 int adjustment, new_priority; local
110 new_priority = old_priority + adjustment;
112 new_priority = adjustment;
115 if (setpriority(which, who, new_priority) == 0) {

Completed in 121 milliseconds