Home
last modified time | relevance | path

Searched refs:ASSERT_LT (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dlookup_key.c73 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()
Dbloom_filter_map.c16 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()
Dverify_pkcs7_sig.c309 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()
Dlsm_cgroup.c179 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()
Dxdp_synproxy.c122 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()
Dlog_buf.c190 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()
Dfexit_test.c19 if (!ASSERT_LT(link_fd, 0, "fexit_attach_link")) in fexit_test()
Dfentry_test.c19 if (!ASSERT_LT(link_fd, 0, "fentry_attach_link")) in fentry_test()
Dtrace_vprintk.c60 if (!ASSERT_LT(bss->null_data_vprintk_ret, 0, "bss->null_data_vprintk_ret")) in serial_test_trace_vprintk()
Dudp_limit.c37 if (!ASSERT_LT(fd2, 0, "socket(fd2)")) in test_udp_limit()
Dget_branch_snapshot.c125 ASSERT_LT(skel->bss->wasted_entries, 10, "check_wasted_entries"); in serial_test_get_branch_snapshot()
Dsnprintf.c62 ASSERT_LT(MIN_SYM_RET, skel->bss->sym_ret, "sym_ret"); in test_snprintf_positive()
Dfor_each.c67 ASSERT_LT(skel->bss->cpu, num_cpus, "num_cpus"); in test_hash_map()
Dxdp_bonding.c307 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
Dtc_redirect.c399 ASSERT_LT(now_ns - pkt_ns, 5 * NSEC_PER_SEC, in rcv_tstamp()
/Linux-v6.1/tools/testing/selftests/ptrace/
Dget_syscall_info.c155 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/
Dregression_enomem.c40 ASSERT_LT(pid, 0); in TEST()
/Linux-v6.1/tools/testing/selftests/pidfd/
Dpidfd_wait.c177 ASSERT_LT(ret, 0); in TEST()
205 ASSERT_LT(ret, 0); in TEST()
/Linux-v6.1/tools/testing/memblock/tests/
Dcommon.h56 #define ASSERT_LT(_expected, _seen) do { \ macro
Dalloc_nid_api.c131 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/
Dunix_connect.c142 ASSERT_LT(0, self->client); in TEST_F()
/Linux-v6.1/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c646 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/
Dtest_progs.h249 #define ASSERT_LT(actual, expected, name) ({ \ macro
/Linux-v6.1/tools/testing/selftests/
Dkselftest_harness.h476 #define ASSERT_LT(expected, seen) \ macro
/Linux-v6.1/Documentation/dev-tools/
Dkselftest.rst388 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE

12