Searched refs:SAFE_GETPRIORITY (Results 1 – 5 of 5) sorted by relevance
25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()39 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()40 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
38 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
63 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test()
454 #define SAFE_GETPRIORITY(which, who) \ macro