Searched refs:orig_nice (Results 1 – 2 of 2) sorted by relevance
36 int orig_nice; in verify_nice() local38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()42 if (TST_RET != (orig_nice + NICEINC)) { in verify_nice()44 NICEINC, TST_RET, orig_nice + NICEINC); in verify_nice()55 if (new_nice != (orig_nice + NICEINC)) { in verify_nice()57 new_nice, orig_nice + NICEINC); in verify_nice()
36 int orig_nice; in nice_test() local38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()54 if (new_nice != (orig_nice + NICEINC)) { in nice_test()56 new_nice, orig_nice + NICEINC); in nice_test()