Searched refs:SAFE_GETPRIORITY (Results 1 – 6 of 6) sorted by relevance
30 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()44 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
33 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()50 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
41 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
34 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in set_nice()
63 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test()
371 #define SAFE_GETPRIORITY(which, who) \ macro