Home
last modified time | relevance | path

Searched refs:SAFE_GETPRIORITY (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nice/
Dnice03.c30 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
44 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
Dnice01.c33 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
50 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
Dnice02.c41 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
Dnice05.c34 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in set_nice()
/external/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority01.c63 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test()
/external/ltp/include/
Dtst_safe_macros.h371 #define SAFE_GETPRIORITY(which, who) \ macro