/third_party/ltp/lib/ |
H A D | tst_kvercmp.c | 101 int tst_kvercmp(int r1, int r2, int r3) in tst_kvercmp() function 181 return tst_kvercmp(r1, r2, r3); in tst_kvercmp2()
|
H A D | tst_taint.c | 98 return tst_kvercmp(r1, r2, r3); in tst_taint_check_kver()
|
/third_party/ltp/testcases/kernel/syscalls/finit_module/ |
H A D | finit_module02.c | 47 if (tst_kvercmp(4, 6, 0) < 0) in bad_fd_setup() 55 if (tst_kvercmp(4, 6, 0) < 0) in dir_setup()
|
/third_party/ltp/testcases/kernel/security/umip/ |
H A D | umip_basic_test.c | 121 if ((tst_kvercmp(5, 4, 0)) >= 0) { in verify_umip_instruction() 137 if ((tst_kvercmp(5, 10, 0)) >= 0) { in verify_umip_instruction()
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
H A D | cgroup_xattr.c | 155 tkeys[i].good = tst_kvercmp(3, 15, 0) < 0; in setup() 157 tkeys[i].good = tst_kvercmp(4, 5, 0) < 0; in setup() 276 if (hier != 0 && tst_kvercmp(3, 15, 0) < 0) in mount_cgroup()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise02.c | 113 if ((tst_kvercmp(4, 5, 0)) < 0) in tcases_filter() 117 if ((tst_kvercmp(4, 14, 0)) < 0) in tcases_filter()
|
/third_party/ltp/testcases/kernel/power_management/ |
H A D | Makefile | 27 MAKE_DEPS += $(APICMDS_DIR)/tst_kvercmp
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 28 if (tst_kvercmp(2, 6, 24) < 0) in check_newpid()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | ipcns_helper.h | 33 if (tst_kvercmp(2, 6, 19) < 0) in check_newipc()
|
/third_party/ltp/include/ |
H A D | tst_kvercmp.h | 10 * The same as tst_kvercmp() but running kernel version is passed as parameter 35 int tst_kvercmp(int r1, int r2, int r3);
|
/third_party/ltp/include/lapi/ |
H A D | close_range.h | 33 if ((tst_kvercmp(5, 9, 0)) < 0) { in close_range_supported_by_kernel()
|
H A D | openat2.h | 67 if ((tst_kvercmp(5, 6, 0)) < 0) { in openat2_supported_by_kernel()
|
H A D | clone.h | 48 if ((tst_kvercmp(5, 3, 0)) < 0) { in clone3_supported_by_kernel()
|
H A D | fsmount.h | 192 if ((tst_kvercmp(5, 2, 0)) < 0) { in fsopen_supported_by_kernel()
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
H A D | mountns_helper.h | 33 if (tst_kvercmp(2, 4, 19) < 0) in check_newns()
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_helper.h | 39 if (tst_kvercmp(2, 6, 30) < 0) in check_mqns()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns_helper.h | 32 if (tst_kvercmp(3, 8, 0) < 0) in check_newuser()
|
/third_party/ltp/include/mk/ |
H A D | testcases.mk | 33 $(APICMDS_DIR)/tst_kvercmp: $(APICMDS_DIR)
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind03.c | 15 #include "tst_kvercmp.h" 48 if (tst_kvercmp(5, 14, 0) >= 0) in run()
|
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/ |
H A D | sched_getattr02.c | 104 if ((tst_kvercmp(3, 14, 0)) < 0) in setup()
|
H A D | sched_getattr01.c | 99 if ((tst_kvercmp(3, 14, 0)) < 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx04.c | 104 if (!strcmp(tst_device->fs_type, "btrfs") && tst_kvercmp(4, 13, 0) < 0) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages04.c | 94 if ((tst_kvercmp(4, 3, 0)) >= 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/renameat2/ |
H A D | renameat202.c | 81 if ((tst_kvercmp(3, 15, 0)) < 0) { in setup()
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_03.c | 86 if ((tst_kvercmp(2, 6, 34)) < 0) { in setup()
|