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.c38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
52 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in nice_test()
Dnice01.c38 orig_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
53 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
Dnice02.c51 new_nice = SAFE_GETPRIORITY(PRIO_PROCESS, 0); in verify_nice()
/external/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority01.c75 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who); in setpriority_test()
/external/ltp/include/
Dtst_safe_macros.h413 #define SAFE_GETPRIORITY(which, who) \ macro