Searched refs:tst_kvcmp (Results 1 – 25 of 40) sorted by relevance
12
/external/ltp/testcases/kernel/tracing/dynamic_debug/ |
D | dynamic_debug01.sh | 53 if tst_kvcmp -lt 2.6.30 ; then 67 if tst_kvcmp -ge '3.4 RHEL6:2.6.32-547' ; then 95 if tst_kvcmp -ge 3.2 || [ $NEW_INTERFACE -eq 1 ] ; then
|
/external/ltp/lib/ |
D | tst_kvercmp.c | 81 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp() function 104 return tst_kvcmp(uval.release, r1, r2, r3); in tst_kvercmp() 167 return tst_kvcmp(kver, r1, r2, r3); in tst_kvercmp2()
|
/external/ltp/testcases/network/tcp_fastopen/ |
D | tcp_fastopen_run.sh | 52 if tst_kvcmp -lt "3.16" && [ "$TST_IPV6" ]; then 74 tst_kvcmp -lt "4.11" && \
|
/external/ltp/testcases/kernel/device-drivers/zram/ |
D | zram_lib.sh | 50 if tst_kvcmp -lt "3.15" -o -ge "4.7"; then 78 if tst_kvcmp -lt "3.15"; then 122 if tst_kvcmp -lt "3.18"; then
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat_tests.sh | 29 if tst_kvcmp -lt "2.6.22"; then 37 if tst_kvcmp -ge "4.4.27" -a -lt "4.5.0"; then 39 elif tst_kvcmp -lt "4.4.27"; then
|
/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 40 if tst_kvcmp -lt "3.8"; then 44 if [ "$TST_IPV6" ] && tst_kvcmp -lt "3.12"; then 244 if tst_kvcmp -lt "3.10"; then
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/ |
D | cpuset_base_ops_testset.sh | 131 if tst_kvcmp -lt "3.0 RHEL6:2.6.32"; then 166 if tst_kvcmp -lt "3.0 RHEL6:2.6.32"; then
|
/external/ltp/testcases/lib/ |
D | .gitignore | 6 /tst_kvcmp
|
D | Makefile | 29 MAKE_TARGETS := tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\
|
/external/ltp/testcases/network/mpls/ |
D | mpls03.sh | 16 tst_kvcmp -lt "4.19" && \
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
D | ftrace_trace_stat.sh | 27 if tst_kvcmp -lt "2.6.36"; then
|
D | ftrace_trace_clock.sh | 20 if tst_kvcmp -lt "2.6.32"; then
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ |
D | ftrace_regression02.sh | 57 if tst_kvcmp -lt "3.2"; then
|
/external/ltp/testcases/network/busy_poll/ |
D | busy_poll_lib.sh | 24 if tst_kvcmp -lt "4.5"; then
|
/external/ltp/include/ |
D | tst_kvercmp.h | 41 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3);
|
/external/ltp/testcases/kernel/security/cap_bound/ |
D | run_capbounds.sh | 22 if tst_kvcmp -lt "2.6.25"; then
|
/external/ltp/testcases/kernel/power_management/ |
D | runpwtests06.sh | 50 if tst_kvcmp -ge "2.6.31"; then
|
D | runpwtests_exclusive02.sh | 30 if tst_kvcmp -gt "2.6.29"; then
|
D | runpwtests_exclusive03.sh | 30 if tst_kvcmp -gt "2.6.29"; then
|
D | runpwtests_exclusive05.sh | 30 if tst_kvcmp -gt "2.6.29"; then
|
D | runpwtests05.sh | 30 if tst_kvcmp -gt "2.6.29"; then
|
D | runpwtests_exclusive01.sh | 30 if tst_kvcmp -gt "2.6.29"; then
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_limit_in_bytes.sh | 101 if tst_kvcmp -lt "2.6.31"; then
|
D | memcg_memsw_limit_in_bytes_test.sh | 83 if tst_kvcmp -lt "2.6.31"; then
|
/external/ltp/testcases/kernel/device-drivers/locking/ |
D | lock_torture.sh | 55 if tst_kvcmp -lt "3.18"; then
|
12