Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/nice/
Dnice03.c25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
39 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
Dnice01.c25 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
40 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
Dnice02.c38 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_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.h454 #define SAFE_GETPRIORITY(which, who) \ macro