/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | perf_link.c | 62 ASSERT_GT(info.id, 0, "link_id"); in serial_test_perf_link() 63 ASSERT_GT(info.prog_id, 0, "link_prog_id"); in serial_test_perf_link() 67 ASSERT_GT(skel->bss->run_cnt, 0, "run_cnt"); in serial_test_perf_link()
|
D | custom_sec_handlers.c | 104 ASSERT_GT(abc1_id, 0, "abc1_id"); in test_custom_sec_handlers() 105 ASSERT_GT(abc2_id, 0, "abc2_id"); in test_custom_sec_handlers() 106 ASSERT_GT(custom_id, 0, "custom_id"); in test_custom_sec_handlers() 120 if (!ASSERT_GT(fallback_id, 0, "fallback_id") /* || !ASSERT_GT(kprobe_id, 0, "kprobe_id")*/) { in test_custom_sec_handlers()
|
D | libbpf_str.c | 34 if (!ASSERT_GT(id, 0, "bpf_attach_type_id")) in test_libbpf_bpf_attach_type_str() 79 if (!ASSERT_GT(id, 0, "bpf_link_type_id")) in test_libbpf_bpf_link_type_str() 124 if (!ASSERT_GT(id, 0, "bpf_map_type_id")) in test_libbpf_bpf_map_type_str() 166 if (!ASSERT_GT(id, 0, "bpf_prog_type_id")) in test_libbpf_bpf_prog_type_str()
|
D | unpriv_bpf_disabled.c | 89 ASSERT_GT(perf_buffer__poll(perfbuf, 100), -1, "perf_buffer__poll"); in test_unpriv_bpf_disabled_positive() 96 if (!ASSERT_GT(map_fds[i], -1, "obj_get")) in test_unpriv_bpf_disabled_positive() 130 ASSERT_GT(link_fd, 0, "link_create"); in test_unpriv_bpf_disabled_positive() 204 ASSERT_GT(btf__add_int(btf, "int", 4, 0), 0, "unpriv_int_type")) { in test_unpriv_bpf_disabled_negative() 275 ASSERT_GT(prog_id, 0, "valid_prog_id"); in test_unpriv_bpf_disabled()
|
D | trace_vprintk.c | 41 if (!ASSERT_GT(bss->trace_vprintk_ran, 0, "bss->trace_vprintk_ran")) in serial_test_trace_vprintk() 44 if (!ASSERT_GT(bss->trace_vprintk_ret, 0, "bss->trace_vprintk_ret")) in serial_test_trace_vprintk()
|
D | syscall.c | 39 ASSERT_GT(ctx.map_fd, 0, "ctx.map_fd"); in test_syscall() 40 ASSERT_GT(ctx.prog_fd, 0, "ctx.prog_fd"); in test_syscall()
|
D | trace_printk.c | 48 if (!ASSERT_GT(bss->trace_printk_ran, 0, "bss->trace_printk_ran")) in serial_test_trace_printk() 51 if (!ASSERT_GT(bss->trace_printk_ret, 0, "bss->trace_printk_ret")) in serial_test_trace_printk()
|
D | libbpf_probes.c | 20 if (!ASSERT_GT(id, 0, "bpf_prog_type_id")) in test_libbpf_probe_prog_types() 58 if (!ASSERT_GT(id, 0, "bpf_map_type_id")) in test_libbpf_probe_map_types()
|
D | mptcp.c | 51 if (!ASSERT_GT(len, 0, "failed to read ca_name")) in get_msk_ca_name() 67 if (!ASSERT_GT(token, 0, "invalid token")) in verify_msk()
|
D | btf_dump.c | 425 ASSERT_GT(btf__add_float(btf, "test_float", 4), 0, "add float"); in test_btf_dump_float_data() 433 ASSERT_GT(btf__add_float(btf, "test_double", 8), 0, "add_double"); in test_btf_dump_float_data() 441 ASSERT_GT(btf__add_float(btf, "test_long_double", 16), 0, "add long double"); in test_btf_dump_float_data() 646 if (ASSERT_GT(type_id, 0, "find type id")) { in test_btf_dump_struct_data() 747 if (ASSERT_GT(type_id, 0, "find fs_context")) { in test_btf_dump_struct_data() 775 if (ASSERT_GT(type_id, 0, "find struct sk_buff")) { in test_btf_dump_struct_data() 824 if (!ASSERT_GT(type_id, 0, "find type id")) in test_btf_datasec()
|
D | core_kern.c | 17 if (!ASSERT_GT(link_fd, 0, "attach(core_relo_proto)")) in test_core_kern_lskel()
|
D | verif_stats.c | 23 if (!ASSERT_GT(info.verified_insns, 0, "verified_insns")) in test_verif_stats()
|
D | btf_module.c | 29 ASSERT_GT(type_id, 0, "func not found"); in test_btf_module()
|
D | exhandler.c | 34 if (!ASSERT_GT(cpid, -1, "fork failed")) in test_exhandler()
|
D | snprintf_btf.c | 45 if (!ASSERT_GT(bss->ret, 0, "bpf_snprintf_ret")) in serial_test_snprintf_btf()
|
D | skc_to_unix_sock.c | 32 if (!ASSERT_GT(sockfd, 0, "socket failed")) in test_skc_to_unix_sock()
|
D | log_buf.c | 212 ASSERT_GT(btf__add_int(btf, "int", 4, 0), 0, "int_type"); in bpf_btf_load_log_buf() 246 ASSERT_GT(btf__add_ptr(btf, 100), 0, "bad_ptr_type"); in bpf_btf_load_log_buf()
|
D | fexit_stress.c | 27 if (!ASSERT_GT(err, 0, "find_vmlinux_btf_id")) in serial_test_fexit_stress()
|
D | legacy_printk.c | 48 if (!ASSERT_GT(res, 0, "res")) { in execute_one_variant()
|
D | xdp_bonding.c | 104 if (!ASSERT_GT(ifindex, 0, "get ifindex")) in xdp_attach() 232 if (!ASSERT_GT(ifindex, 0, "get bond1 ifindex")) in send_udp_packets() 357 if (!ASSERT_GT(ifindex, 0, "could not get interface index")) in test_xdp_bonding_redirect_multi()
|
D | tc_redirect.c | 155 if (!ASSERT_GT(ret, 0, "fread ifindex")) { in get_ifindex() 655 ASSERT_GT(dtimes[EGRESS_FWDNS_P100], 0, in test_tcp_clear_dtime() 659 ASSERT_GT(dtimes[EGRESS_ENDHOST], 0, in test_tcp_clear_dtime() 661 ASSERT_GT(dtimes[INGRESS_ENDHOST], 0, in test_tcp_clear_dtime() 694 ASSERT_GT(dtimes[i], 0, dtime_cnt_str(t, i)); in test_tcp_dtime() 726 ASSERT_GT(dtimes[i], 0, dtime_cnt_str(t, i)); in test_udp_dtime()
|
/linux-6.1.9/tools/testing/selftests/net/af_unix/ |
D | diag_uid.c | 123 ASSERT_GT(len, sizeof(*udr)); in render_response() 156 ASSERT_GT(ret, 0); in receive_response() 173 ASSERT_GT(ret, 0);
|
/linux-6.1.9/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 432 ASSERT_GT(fd, 0); in FIXTURE_SETUP() 493 ASSERT_GT(old_flags, 0); in TEST_F() 554 ASSERT_GT(old_flags, 0); in TEST_F() 590 ASSERT_GT(old_flags, 0); in TEST_F() 685 ASSERT_GT(old_flags, 0); in TEST_F() 741 ASSERT_GT(old_flags1, 0); in TEST_F() 744 ASSERT_GT(old_flags2, 0); in TEST_F() 793 ASSERT_GT(old_flags, 0); in TEST_F() 920 ASSERT_GT(old_flags, 0); in TEST_F() 1456 ASSERT_GT(fd, 0); in TEST_F() [all …]
|
/linux-6.1.9/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 359 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F() 363 CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0); in TEST_F()
|
/linux-6.1.9/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 197 ASSERT_GT(flags, 0); in TEST() 198 ASSERT_GT((flags & O_NONBLOCK), 0); in TEST()
|