/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | libbpf_get_fd_by_id_opts.c | 38 if (!ASSERT_LT(fd, 0, "bpf_map_get_fd_by_id")) in test_libbpf_get_fd_by_id_opts() 42 if (!ASSERT_LT(fd, 0, "bpf_map_get_fd_by_id_opts")) in test_libbpf_get_fd_by_id_opts() 59 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem")) in test_libbpf_get_fd_by_id_opts()
|
A 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()
|
A 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()
|
A D | verify_pkcs7_sig.c | 312 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 341 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 355 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 363 if (!ASSERT_LT(ret, 0, "bpf_map_update_elem data_input")) in test_verify_pkcs7_sig() 391 ASSERT_LT(ret, 0, "bpf_map_update_elem data_input"); in test_verify_pkcs7_sig()
|
A 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()
|
A D | lsm_cgroup.c | 182 ASSERT_LT(fd, 0, "socket(AF_UNIX)"); in test_lsm_cgroup_functional() 201 ASSERT_LT(socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)), 0, in test_lsm_cgroup_functional() 213 ASSERT_LT(bind(fd, (struct sockaddr *)&sa, sizeof(sa)), 0, in test_lsm_cgroup_functional()
|
A 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()
|
A D | fentry_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fentry_attach_link")) in fentry_test()
|
A D | fexit_test.c | 19 if (!ASSERT_LT(link_fd, 0, "fexit_attach_link")) in fexit_test()
|
A D | trace_vprintk.c | 60 if (!ASSERT_LT(bss->null_data_vprintk_ret, 0, "bss->null_data_vprintk_ret")) in serial_test_trace_vprintk()
|
A D | udp_limit.c | 37 if (!ASSERT_LT(fd2, 0, "socket(fd2)")) in test_udp_limit()
|
A D | get_branch_snapshot.c | 125 ASSERT_LT(skel->bss->wasted_entries, 10, "check_wasted_entries"); in serial_test_get_branch_snapshot()
|
A D | snprintf.c | 62 ASSERT_LT(MIN_SYM_RET, skel->bss->sym_ret, "sym_ret"); in test_snprintf_positive()
|
A D | for_each.c | 67 ASSERT_LT(skel->bss->cpu, num_cpus, "num_cpus"); in test_hash_map()
|
A D | xdp_bonding.c | 307 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
|
/linux-6.3-rc2/tools/testing/selftests/ptrace/ |
A 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-6.3-rc2/tools/testing/selftests/pid_namespace/ |
A D | regression_enomem.c | 40 ASSERT_LT(pid, 0); in TEST()
|
/linux-6.3-rc2/tools/testing/selftests/pidfd/ |
A D | pidfd_wait.c | 177 ASSERT_LT(ret, 0); in TEST() 205 ASSERT_LT(ret, 0); in TEST()
|
/linux-6.3-rc2/tools/testing/memblock/tests/ |
A D | common.h | 61 #define ASSERT_LT(_expected, _seen) do { \ macro
|
A D | alloc_nid_api.c | 142 ASSERT_LT(rgn_end, max_addr); in alloc_nid_top_down_end_misaligned_check() 758 ASSERT_LT(rgn_end, max_addr); in alloc_nid_bottom_up_simple_check() 811 ASSERT_LT(rgn_end, max_addr); in alloc_nid_bottom_up_start_misaligned_check()
|
/linux-6.3-rc2/tools/testing/selftests/tdx/ |
A D | tdx_guest_test.c | 138 ASSERT_LT(0, devfd); in TEST()
|
/linux-6.3-rc2/tools/testing/selftests/net/af_unix/ |
A D | unix_connect.c | 142 ASSERT_LT(0, self->client); in TEST_F()
|
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/ |
A D | mount_setattr_test.c | 639 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 688 ASSERT_LT(sys_mount_setattr(-1, "/mnt/A", AT_RECURSIVE, &attr, sizeof(attr)), 0); in TEST_F() 972 ASSERT_LT(ret, 0); in TEST_F() 992 ASSERT_LT(ret, 0); in TEST_F() 1473 ASSERT_LT(fd, 0); in TEST_F()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_progs.h | 258 #define ASSERT_LT(actual, expected, name) ({ \ macro
|
/linux-6.3-rc2/tools/testing/selftests/iommu/ |
A D | iommufd_fail_nth.c | 141 ASSERT_LT(1, res); in fail_nth_next()
|