/linux-6.1.9/tools/testing/selftests/landlock/ |
D | base_test.c | 139 ASSERT_LE(0, ruleset_fd); in TEST() 156 ASSERT_LE(0, ruleset_fd); in TEST() 183 ASSERT_LE(0, path_beneath_attr.parent_fd); in TEST() 203 ASSERT_LE(0, ruleset_fd); in TEST() 206 ASSERT_LE(0, path_beneath_attr.parent_fd); in TEST() 246 ASSERT_LE(0, ruleset_fd); in TEST() 292 ASSERT_LE(0, ruleset_fd_tx); in TEST() 295 ASSERT_LE(0, path_beneath_attr.parent_fd); in TEST() 316 ASSERT_LE(0, child); in TEST() 338 ASSERT_LE(0, dir_fd); in TEST() [all …]
|
D | fs_test.c | 323 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 326 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 334 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 344 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 351 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 365 ASSERT_LE(0, path_beneath.parent_fd); in TEST_F_FORK() 441 ASSERT_LE(0, ruleset_fd); in TEST_F_FORK() 445 ASSERT_LE(0, path_beneath_file.parent_fd); in TEST_F_FORK() 450 ASSERT_LE(0, path_beneath_dir.parent_fd); in TEST_F_FORK() 498 ASSERT_LE(0, path_beneath.parent_fd) in add_path_beneath() [all …]
|
D | ptrace_test.c | 255 ASSERT_LE(0, child); in TEST_F()
|
/linux-6.1.9/tools/testing/memblock/tests/ |
D | alloc_nid_api.c | 1245 ASSERT_LE(SZ_4, req_node->size); in alloc_try_nid_top_down_numa_simple_check() 1258 ASSERT_LE(req_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_simple_check() 1310 ASSERT_LE(exp_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_small_node_check() 1364 ASSERT_LE(exp_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_node_reserved_check() 1403 ASSERT_LE(SZ_8, req_node->size); in alloc_try_nid_top_down_numa_part_reserved_check() 1419 ASSERT_LE(req_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_part_reserved_check() 1463 ASSERT_LE(SZ_4, req_node->size); in alloc_try_nid_top_down_numa_part_reserved_fallback_check() 1480 ASSERT_LE(exp_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_part_reserved_fallback_check() 1536 ASSERT_LE(req_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_split_range_low_check() 1593 ASSERT_LE(exp_node->base, new_rgn->base); in alloc_try_nid_top_down_numa_split_range_high_check() [all …]
|
D | common.h | 69 #define ASSERT_LE(_expected, _seen) do { \ macro
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | signal_pending.c | 40 ASSERT_LE(topts.duration, 500000000 /* 500ms */, in test_signal_pending_by_type()
|
D | netcnt.c | 63 ASSERT_LE(percpu_netcnt[cpu].packets, MAX_PERCPU_PACKETS, "MAX_PERCPU_PACKETS"); in serial_test_netcnt()
|
D | resolve_btfids.c | 163 if (!ASSERT_LE(test_set.ids[i - 1], test_set.ids[i], "sort_check")) in test_resolve_btfids()
|
D | xdp_bpf2bpf.c | 52 if (!ASSERT_LE(pkt_size, BUF_SZ, "pkt_size") || in run_xdp_bpf2bpf_pkt_size()
|
D | bpf_nf.c | 118 ASSERT_LE(skel->bss->test_delta_timeout, 10, "Test for max ct timeout update"); in test_bpf_nf_ct()
|
D | xdp_bonding.c | 107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach()
|
D | user_ringbuf.c | 657 ASSERT_LE(skel->bss->read, num_written, "num_post_kill"); in test_user_ringbuf_blocking_reserve()
|
/linux-6.1.9/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 79 ASSERT_LE(0, pid) { in TEST()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_progs.h | 260 #define ASSERT_LE(actual, expected, name) ({ \ macro
|
/linux-6.1.9/tools/testing/selftests/rtc/ |
D | rtctest.c | 104 ASSERT_LE(prev_rtc_read, rtc_read);
|
/linux-6.1.9/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 397 ASSERT_LE(0, ret) { in TEST() 864 ASSERT_LE(0, child_pid); in TEST() 883 ASSERT_LE(0, child_pid); in TEST() 902 ASSERT_LE(0, child_pid); in TEST() 1592 ASSERT_LE(0, tracer_pid); in setup_trace_fixture() 3029 ASSERT_LE(0, child_pid); in TEST() 3469 ASSERT_LE(0, ret); in TEST()
|
/linux-6.1.9/tools/testing/selftests/ |
D | kselftest_harness.h | 487 #define ASSERT_LE(expected, seen) \ macro
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kselftest.rst | 388 :functions: ASSERT_EQ ASSERT_NE ASSERT_LT ASSERT_LE ASSERT_GT ASSERT_GE
|