| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | lookup_key.c | 73 if (!ASSERT_LT(ret, 0, "bpf_prog_get_next_id")) in test_lookup_key() 94 if (!ASSERT_LT(ret, 0, "bpf_prog_get_next_id")) in test_lookup_key() 107 ASSERT_LT(ret, 0, "bpf_prog_get_next_id"); in test_lookup_key()
|
| D | bloom_filter_map.c | 16 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid key size")) in test_fail_cases() 21 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid value size 0")) in test_fail_cases() 26 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid max entries size")) in test_fail_cases() 32 if (!ASSERT_LT(fd, 0, "bpf_map_create bloom filter invalid flags")) in test_fail_cases()
|
| D | verify_pkcs7_sig.c | 309 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 338 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 352 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 360 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 388 ASSERT_LT(ret, 0, "bpf_map_update_elem data_input"); in test_verify_pkcs7_sig()
|
| D | lsm_cgroup.c | 179 ASSERT_LT(fd, 0, "socket(AF_UNIX)"); in test_lsm_cgroup_functional() 198 ASSERT_LT(socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)), 0, in test_lsm_cgroup_functional() 210 ASSERT_LT(bind(fd, (struct sockaddr *)&sa, sizeof(sa)), 0, in test_lsm_cgroup_functional()
|
| D | xdp_synproxy.c | 122 if (!ASSERT_LT(prog_id, buf + size, "find prog id begin")) in test_synproxy() 128 if (!ASSERT_LT(prog_id_end, buf + size, "find prog id end")) in test_synproxy()
|
| D | log_buf.c | 190 ASSERT_LT(fd, 0, "bad_fd"); in bpf_prog_load_log_buf() 258 ASSERT_LT(fd, 0, "bad_fd"); in bpf_btf_load_log_buf()
|
| D | fexit_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fexit_attach_link")) in fexit_test()
|
| D | fentry_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fentry_attach_link")) in fentry_test()
|
| D | trace_vprintk.c | 60 if (!ASSERT_LT(bss->null_data_vprintk_ret, 0, "bss->null_data_vprintk_ret")) in serial_test_trace_vprintk()
|
| D | udp_limit.c | 37 if (!ASSERT_LT(fd2, 0, "socket(fd2)")) in test_udp_limit()
|
| D | get_branch_snapshot.c | 125 ASSERT_LT(skel->bss->wasted_entries, 10, "check_wasted_entries"); in serial_test_get_branch_snapshot()
|
| D | snprintf.c | 62 ASSERT_LT(MIN_SYM_RET, skel->bss->sym_ret, "sym_ret"); in test_snprintf_positive()
|
| D | for_each.c | 67 ASSERT_LT(skel->bss->cpu, num_cpus, "num_cpus"); in test_hash_map()
|
| D | xdp_bonding.c | 307 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
|
| D | tc_redirect.c | 399 ASSERT_LT(now_ns - pkt_ns, 5 * NSEC_PER_SEC, in rcv_tstamp()
|
| /Linux-v6.1/tools/testing/selftests/ptrace/ |
| D | get_syscall_info.c | 155 ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, in TEST() 178 ASSERT_LT(0, (rc = sys_ptrace(PTRACE_GET_SYSCALL_INFO, in TEST()
|
| /Linux-v6.1/tools/testing/selftests/pid_namespace/ |
| D | regression_enomem.c | 40 ASSERT_LT(pid, 0); in TEST()
|
| /Linux-v6.1/tools/testing/selftests/pidfd/ |
| D | pidfd_wait.c | 177 ASSERT_LT(ret, 0); in TEST() 205 ASSERT_LT(ret, 0); in TEST()
|
| /Linux-v6.1/tools/testing/memblock/tests/ |
| D | common.h | 56 #define ASSERT_LT(_expected, _seen) do { \ macro
|
| D | alloc_nid_api.c | 131 ASSERT_LT(rgn_end, max_addr); in alloc_try_nid_top_down_end_misaligned_check() 747 ASSERT_LT(rgn_end, max_addr); in alloc_try_nid_bottom_up_simple_check() 800 ASSERT_LT(rgn_end, max_addr); in alloc_try_nid_bottom_up_start_misaligned_check()
|
| /Linux-v6.1/tools/testing/selftests/net/af_unix/ |
| D | unix_connect.c | 142 ASSERT_LT(0, self->client); in TEST_F()
|
| /Linux-v6.1/tools/testing/selftests/mount_setattr/ |
| D | mount_setattr_test.c | 646 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 695 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 979 ASSERT_LT(ret, 0); in TEST_F() 999 ASSERT_LT(ret, 0); in TEST_F() 1480 ASSERT_LT(fd, 0); in TEST_F()
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | test_progs.h | 249 #define ASSERT_LT(actual, expected, name) ({ \ macro
|
| /Linux-v6.1/tools/testing/selftests/ |
| D | kselftest_harness.h | 476 #define ASSERT_LT(expected, seen) \ macro
|
| /Linux-v6.1/Documentation/dev-tools/ |
| D | kselftest.rst | 388 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE
|