| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | atomics.c | 14 if (!ASSERT_GT(link_fd, 0, "attach(add)")) in test_add() 46 if (!ASSERT_GT(link_fd, 0, "attach(sub)")) in test_sub() 79 if (!ASSERT_GT(link_fd, 0, "attach(and)")) in test_and() 107 if (!ASSERT_GT(link_fd, 0, "attach(or)")) in test_or() 136 if (!ASSERT_GT(link_fd, 0, "attach(xor)")) in test_xor() 164 if (!ASSERT_GT(link_fd, 0, "attach(cmpxchg)")) in test_cmpxchg() 193 if (!ASSERT_GT(link_fd, 0, "attach(xchg)")) in test_xchg()
|
| D | perf_link.c | 61 ASSERT_GT(info.id, 0, "link_id"); in test_perf_link() 62 ASSERT_GT(info.prog_id, 0, "link_prog_id"); in test_perf_link() 66 ASSERT_GT(skel->bss->run_cnt, 0, "run_cnt"); in test_perf_link()
|
| 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 | btf_dump.c | 387 ASSERT_GT(btf__add_float(btf, "test_float", 4), 0, "add float"); in test_btf_dump_float_data() 395 ASSERT_GT(btf__add_float(btf, "test_double", 8), 0, "add_double"); in test_btf_dump_float_data() 403 ASSERT_GT(btf__add_float(btf, "test_long_double", 16), 0, "add long double"); in test_btf_dump_float_data() 608 if (ASSERT_GT(type_id, 0, "find type id")) { in test_btf_dump_struct_data() 709 if (ASSERT_GT(type_id, 0, "find fs_context")) { in test_btf_dump_struct_data() 737 if (ASSERT_GT(type_id, 0, "find struct sk_buff")) { in test_btf_dump_struct_data() 784 if (!ASSERT_GT(type_id, 0, "find type id")) in test_btf_datasec()
|
| D | btf_module.c | 29 ASSERT_GT(type_id, 0, "func not found"); in test_btf_module()
|
| D | snprintf_btf.c | 45 if (!ASSERT_GT(bss->ret, 0, "bpf_snprintf_ret")) in test_snprintf_btf()
|
| D | task_pt_regs.c | 15 if (!ASSERT_GT(base_addr, 0, "get_base_addr")) in test_task_pt_regs()
|
| 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() 353 if (!ASSERT_GT(ifindex, 0, "could not get interface index")) in test_xdp_bonding_redirect_multi()
|
| D | timer_mim.c | 32 ASSERT_GT(cnt2, cnt1, "cnt"); in timer_mim()
|
| D | attach_probe.c | 61 ASSERT_GT(uprobe_ref_ctr, 0, "uprobe_ref_ctr_after"); in test_attach_probe()
|
| D | btf_endian.c | 72 ASSERT_GT(var_id, 0, "var_id"); in test_btf_endian()
|
| D | send_signal.c | 124 if (!ASSERT_GT(err, 0, "reading pipe error: size 0")) { in test_send_signal_common()
|
| D | tc_redirect.c | 217 if (!ASSERT_GT(ret, 0, "fread ifindex")) { in get_ifindex()
|
| /Linux-v5.15/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-v5.15/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-v5.15/tools/testing/selftests/pidfd/ |
| D | pidfd_wait.c | 189 ASSERT_GT(flags, 0); in TEST() 190 ASSERT_GT((flags & O_NONBLOCK), 0); in TEST()
|
| /Linux-v5.15/tools/testing/selftests/nci/ |
| D | nci_dev.c | 422 ASSERT_GT(self->virtual_nci_fd, -1); in FIXTURE_SETUP() 441 ASSERT_GT(rc, -1); in FIXTURE_SETUP() 512 ASSERT_GT(rc, -1); in FIXTURE_TEARDOWN() 850 ASSERT_GT(nfc_sock, -1); in TEST_F() 877 ASSERT_GT(rc, -1); in TEST_F()
|
| /Linux-v5.15/tools/testing/selftests/clone3/ |
| D | clone3_cap_checkpoint_restore.c | 158 ASSERT_GT(waitpid(pid, &status, 0), 0) in TEST()
|
| /Linux-v5.15/tools/testing/selftests/exec/ |
| D | non-regular.c | 149 ASSERT_GT(asprintf(&self->pathname, "%s.test", variant->name), 6); in FIXTURE_SETUP()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | test_progs.h | 191 #define ASSERT_GT(actual, expected, name) ({ \ macro
|
| /Linux-v5.15/tools/testing/selftests/ |
| D | kselftest_harness.h | 490 #define ASSERT_GT(expected, seen) \ macro
|
| /Linux-v5.15/Documentation/dev-tools/ |
| D | kselftest.rst | 346 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE
|
| /Linux-v5.15/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 2109 ASSERT_GT(self->mytid, 0); in FIXTURE_SETUP() 2115 ASSERT_GT(self->mypid, 0); in FIXTURE_SETUP() 2119 ASSERT_GT(self->parent, 0); in FIXTURE_SETUP()
|
| /Linux-v5.15/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 3141 ASSERT_GT(ret, 0); in TEST()
|