Searched refs:orig_nice (Results 1 – 2 of 2) sorted by relevance
23 int orig_nice; in verify_nice() local25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()29 if (TST_RET != (orig_nice + NICEINC)) { in verify_nice()31 NICEINC, TST_RET, orig_nice + NICEINC); in verify_nice()42 if (new_nice != (orig_nice + NICEINC)) { in verify_nice()44 new_nice, orig_nice + NICEINC); in verify_nice()
23 int orig_nice; in nice_test() local25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()41 if (new_nice != (orig_nice + NICEINC)) { in nice_test()43 new_nice, orig_nice + NICEINC); in nice_test()