Home
last modified time | relevance | path

Searched refs:tst_kvercmp (Results 1 - 25 of 40) sorted by relevance

12

/third_party/ltp/lib/
H A Dtst_kvercmp.c101 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 Dtst_taint.c98 return tst_kvercmp(r1, r2, r3); in tst_taint_check_kver()
/third_party/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module02.c47 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 Dumip_basic_test.c121 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 Dcgroup_xattr.c155 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 Dmadvise02.c113 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 DMakefile27 MAKE_DEPS += $(APICMDS_DIR)/tst_kvercmp
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns_helper.h28 if (tst_kvercmp(2, 6, 24) < 0) in check_newpid()
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dipcns_helper.h33 if (tst_kvercmp(2, 6, 19) < 0) in check_newipc()
/third_party/ltp/include/
H A Dtst_kvercmp.h10 * 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 Dclose_range.h33 if ((tst_kvercmp(5, 9, 0)) < 0) { in close_range_supported_by_kernel()
H A Dopenat2.h67 if ((tst_kvercmp(5, 6, 0)) < 0) { in openat2_supported_by_kernel()
H A Dclone.h48 if ((tst_kvercmp(5, 3, 0)) < 0) { in clone3_supported_by_kernel()
H A Dfsmount.h192 if ((tst_kvercmp(5, 2, 0)) < 0) { in fsopen_supported_by_kernel()
/third_party/ltp/testcases/kernel/containers/mountns/
H A Dmountns_helper.h33 if (tst_kvercmp(2, 4, 19) < 0) in check_newns()
/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_helper.h39 if (tst_kvercmp(2, 6, 30) < 0) in check_mqns()
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns_helper.h32 if (tst_kvercmp(3, 8, 0) < 0) in check_newuser()
/third_party/ltp/include/mk/
H A Dtestcases.mk33 $(APICMDS_DIR)/tst_kvercmp: $(APICMDS_DIR)
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind03.c15 #include "tst_kvercmp.h"
48 if (tst_kvercmp(5, 14, 0) >= 0) in run()
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/
H A Dsched_getattr02.c104 if ((tst_kvercmp(3, 14, 0)) < 0) in setup()
H A Dsched_getattr01.c99 if ((tst_kvercmp(3, 14, 0)) < 0) in main()
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx04.c104 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 Dmove_pages04.c94 if ((tst_kvercmp(4, 3, 0)) >= 0) in main()
/third_party/ltp/testcases/kernel/syscalls/renameat2/
H A Drenameat202.c81 if ((tst_kvercmp(3, 15, 0)) < 0) { in setup()
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_03.c86 if ((tst_kvercmp(2, 6, 34)) < 0) { in setup()

Completed in 7 milliseconds

12