Home
last modified time | relevance | path

Searched refs:NICEINC (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice03.c21 #define NICEINC 2 macro
32 TEST(nice(NICEINC)); in nice_test()
35 tst_res(TFAIL | TTERRNO, "nice(%d) returned -1", NICEINC); in nice_test()
40 tst_res(TFAIL | TTERRNO, "nice(%d) failed", NICEINC); in nice_test()
45 exp_nice = MIN(MAX_PRIO, (orig_nice + NICEINC)); in nice_test()
53 tst_res(TPASS, "nice(%d) passed", NICEINC); in nice_test()
H A Dnice04.c19 #define NICEINC -10 macro
23 TEST(nice(NICEINC)); in verify_nice()
27 NICEINC, TST_RET); in verify_nice()
33 NICEINC); in verify_nice()
37 tst_res(TPASS, "nice(%i) failed with EPERM", NICEINC); in verify_nice()
H A Dnice02.c21 #define NICEINC 50 macro
29 TEST(nice(NICEINC)); in verify_nice()
32 tst_res(TFAIL | TTERRNO, "nice(%d) returned -1", NICEINC); in verify_nice()
37 tst_res(TFAIL | TTERRNO, "nice(%d) failed", NICEINC); in verify_nice()
49 tst_res(TPASS, "nice(%d) passed", NICEINC); in verify_nice()

Completed in 1 milliseconds