Searched refs:SAFE_GETPRIORITY (Results 1 – 5 of 5) sorted by relevance
38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()52 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()53 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
51 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
75 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test()
436 #define SAFE_GETPRIORITY(which, who) \ macro