Searched refs:tst_kvcmp (Results 1 - 16 of 16) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_kvercmp.c | 84 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp() function 107 return tst_kvcmp(uval.release, r1, r2, r3); in tst_kvercmp() 191 return tst_kvcmp(kver, r1, r2, r3); in tst_kvercmp2()
|
/third_party/ltp/testcases/network/tcp_fastopen/ |
H A D | tcp_fastopen_run.sh | 41 if tst_kvcmp -lt "3.16" && [ "$TST_IPV6" ]; then 63 tst_kvcmp -lt "4.11" && \
|
/third_party/ltp/testcases/kernel/device-drivers/zram/ |
H A D | zram_lib.sh | 99 if tst_kvcmp -lt "3.15" -o -ge "4.7"; then 127 if tst_kvcmp -lt "3.15"; then 172 if tst_kvcmp -lt "3.18"; then
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
H A D | cpuset_base_ops_testset.sh | 131 if tst_kvcmp -ge "4.3"; then 164 if tst_kvcmp -ge "4.3"; then
|
/third_party/ltp/testcases/network/mpls/ |
H A D | mpls03.sh | 13 tst_kvcmp -lt "4.19" && \
|
/third_party/ltp/testcases/network/busy_poll/ |
H A D | busy_poll_lib.sh | 22 if tst_kvcmp -lt "4.5"; then
|
/third_party/ltp/include/ |
H A D | tst_kvercmp.h | 13 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3);
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ |
H A D | ftrace_regression02.sh | 57 if tst_kvcmp -lt "3.2"; then
|
/third_party/ltp/testcases/lib/ |
H A D | Makefile | 11 MAKE_TARGETS := tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\
|
H A D | tst_kvcmp.c | 102 return tst_kvcmp(cur_kver, v1, v2, v3); in compare_kver()
|
/third_party/ltp/testcases/kernel/device-drivers/locking/ |
H A D | lock_torture.sh | 55 if tst_kvcmp -lt "3.18"; then
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_conditionals.sh | 55 if tst_kvcmp -lt 5.16; then
|
H A D | ima_measurements.sh | 25 tst_kvcmp -ge "4.16" && return 0
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs_lib.sh | 149 if [ "$type" = "udp" -o "$type" = "udp6" ] && tst_kvcmp -ge 5.6; then
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_lib.sh | 408 if tst_kvcmp -lt "6.1 RHEL9:5.14.0-191 RHEL8:4.18.0-438" ; then
|
/third_party/ltp/testcases/network/virt/ |
H A D | virt_lib.sh | 47 if [ "$TST_IPV6" ] && tst_kvcmp -lt "3.12"; then
|
Completed in 6 milliseconds