tools/testing/memblock/tests/basic_api.c
2403
ASSERT_FALSE(memblock_overlaps_region(&memblock.memory, SZ_1M, SZ_1M));
tools/testing/memblock/tests/basic_api.c
2404
ASSERT_FALSE(memblock_overlaps_region(&memblock.memory, SZ_2G, SZ_1M));
tools/testing/memblock/tests/basic_api.c
2407
ASSERT_FALSE(memblock_overlaps_region(&memblock.memory, SZ_1G - SZ_1M, SZ_1M));
tools/testing/memblock/tests/basic_api.c
2408
ASSERT_FALSE(memblock_overlaps_region(&memblock.memory, SZ_1G + SZ_4M, SZ_1M));
tools/testing/selftests/arm64/gcs/libc-gcs.c
298
ASSERT_FALSE(true);
tools/testing/selftests/arm64/gcs/libc-gcs.c
437
ASSERT_FALSE(self->stack == MAP_FAILED);
tools/testing/selftests/arm64/gcs/libc-gcs.c
658
ASSERT_FALSE(self->stack == MAP_FAILED);
tools/testing/selftests/bpf/prog_tests/arena_spin_lock.c
39
ASSERT_FALSE(true, "pthread_barrier");
tools/testing/selftests/bpf/prog_tests/autoattach.c
18
ASSERT_FALSE(bpf_program__autoattach(skel->progs.prog2), "autoattach_prog2");
tools/testing/selftests/bpf/prog_tests/autoattach.c
25
ASSERT_FALSE(skel->bss->prog2_called, "attached_prog2");
tools/testing/selftests/bpf/prog_tests/bpf_iter.c
237
ASSERT_FALSE(pthread_join(thread_id, &ret) || ret != NULL,
tools/testing/selftests/bpf/prog_tests/bpf_iter.c
287
ASSERT_FALSE(pthread_join(thread_id, NULL), "pthread_join");
tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c
123
!ASSERT_FALSE((env.jit_enabled && !prog_infos[i].jited_prog_len), "jited_prog_len") ||
tools/testing/selftests/bpf/prog_tests/bpf_obj_id.c
124
!ASSERT_FALSE((env.jit_enabled && !memcmp(jited_insns, zeros, sizeof(zeros))),
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
123
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
166
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
215
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
261
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
312
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
354
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
396
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
442
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
46
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_getset_retval.c
86
if (!ASSERT_FALSE(obj->bss->assertion_error, "assertion_error"))
tools/testing/selftests/bpf/prog_tests/cgroup_hierarchical_stats.c
96
if (ASSERT_FALSE(err && errno != EBUSY, "mount"))
tools/testing/selftests/bpf/prog_tests/core_kern.c
23
ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists");
tools/testing/selftests/bpf/prog_tests/core_reloc.c
1117
if (!ASSERT_FALSE(test_case->fails, "obj_load_should_fail"))
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
134
ASSERT_FALSE(bpf_program__autoload(skel->progs.abc1), "abc1_autoload");
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
162
ASSERT_FALSE(skel->bss->abc1_called, "abc1_called");
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
167
ASSERT_FALSE(skel->bss->kprobe1_called, "kprobe1_called");
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
169
ASSERT_FALSE(skel->bss->xyz_called, "xyz_called");
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
27
ASSERT_FALSE(true, "unexpected preload for abc");
tools/testing/selftests/bpf/prog_tests/custom_sec_handlers.c
48
ASSERT_FALSE(true, "unexpected cookie");
tools/testing/selftests/bpf/prog_tests/decap_sanity.c
67
ASSERT_FALSE(skel->bss->broken_csum_start, "broken_csum_start");
tools/testing/selftests/bpf/prog_tests/kprobe_multi_test.c
236
if (!ASSERT_FALSE(!addrs[0] || !addrs[1], "ksym_get_addr"))
tools/testing/selftests/bpf/prog_tests/log_buf.c
122
ASSERT_FALSE(libbpf_log_error, "libbpf_log_error");
tools/testing/selftests/bpf/prog_tests/log_buf.c
79
ASSERT_FALSE(libbpf_log_error, "libbpf_log_error");
tools/testing/selftests/bpf/prog_tests/log_fixup.c
124
ASSERT_FALSE(bpf_map__autocreate(skel->maps.missing_map), "missing_map_autocreate");
tools/testing/selftests/bpf/prog_tests/mptcp.c
257
if (!ASSERT_FALSE(info.mptcpi_flags & MPTCP_INFO_FLAG_FALLBACK,
tools/testing/selftests/bpf/prog_tests/preempted_bpf_ma_op.c
86
ASSERT_FALSE(skel->bss->nomem_err, "ENOMEM");
tools/testing/selftests/bpf/prog_tests/prepare.c
34
if (!ASSERT_FALSE(check_prepared(skel->obj), "not check_prepared"))
tools/testing/selftests/bpf/prog_tests/prepare.c
62
if (!ASSERT_FALSE(check_prepared(skel->obj), "not check_prepared"))
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
837
ASSERT_FALSE(true, "branch taken inconsistency!\n");
tools/testing/selftests/bpf/prog_tests/sock_addr.c
395
if (!ASSERT_FALSE(expect_reject, "expected rejection")) \
tools/testing/selftests/bpf/prog_tests/sock_addr.c
424
if (!ASSERT_FALSE(expect_reject, "expected rejection")) \
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
124
ASSERT_FALSE(bpf_program__autoload(skel->progs.foo), "foo default autoload");
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
125
ASSERT_FALSE(bpf_program__autoload(skel->progs.bar), "bar default autoload");
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
135
ASSERT_FALSE(bpf_program__autoload(skel->progs.bar), "bar actual autoload");
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
73
ASSERT_FALSE(bpf_program__autoload(skel->progs.test_2), "test_2 actual autoload");
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
92
ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map), "optional_map autocreate");
tools/testing/selftests/bpf/prog_tests/struct_ops_autocreate.c
93
ASSERT_FALSE(bpf_map__autocreate(skel->maps.optional_map2), "optional_map2 autocreate");
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1040
if (!ASSERT_FALSE(map_fd < 0, "find jmp_table map fd"))
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1048
if (!ASSERT_FALSE(prog_fd < 0, "find classifier_0 prog fd"))
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1082
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1087
if (!ASSERT_FALSE(data_fd < 0, "find tailcall.bss map fd"))
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1096
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1101
if (!ASSERT_FALSE(data_fd < 0,
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1268
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1287
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1355
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
1372
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
345
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
350
if (!ASSERT_FALSE(data_fd < 0,
tools/testing/selftests/bpf/prog_tests/tailcalls.c
362
if (!ASSERT_FALSE(!data_map || !bpf_map__is_internal(data_map),
tools/testing/selftests/bpf/prog_tests/tailcalls.c
367
if (!ASSERT_FALSE(data_fd < 0,
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c
244
ASSERT_FALSE(check_error_linum(sk_fds), "check_error_linum");
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c
511
ASSERT_FALSE(check_error_linum(&sk_fds), "check_error_linum");
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
134
if (!ASSERT_FALSE(msg.n.nlmsg_type == NLMSG_ERROR || ret < 0 ||
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
183
if (!ASSERT_FALSE(ret < 0 ||
tools/testing/selftests/bpf/prog_tests/test_bpf_smc.c
191
if (!ASSERT_FALSE((err->error && err->error != -ENOENT),
tools/testing/selftests/bpf/prog_tests/test_mmap_inner_array.c
35
ASSERT_FALSE(skel->bss->outer_map_match, "outer map match 1");
tools/testing/selftests/bpf/prog_tests/test_mmap_inner_array.c
36
ASSERT_FALSE(skel->bss->done, "done 1");
tools/testing/selftests/bpf/prog_tests/test_struct_ops_module.c
200
ASSERT_FALSE(bpf_program__autoload(skel->progs.test_1_turn_off), "prog_autoload");
tools/testing/selftests/bpf/prog_tests/test_task_local_data.c
142
ASSERT_FALSE(tld_key_is_err(value0_key), "TLD_DEFINE_KEY");
tools/testing/selftests/bpf/prog_tests/test_task_local_data.c
144
ASSERT_FALSE(tld_key_is_err(tld_keys[1]), "tld_create_key");
tools/testing/selftests/bpf/prog_tests/test_task_local_data.c
146
ASSERT_FALSE(tld_key_is_err(tld_keys[2]), "tld_create_key");
tools/testing/selftests/bpf/prog_tests/test_task_local_data.c
164
ASSERT_FALSE(tld_key_is_err(tld_keys[i]), "tld_create_key");
tools/testing/selftests/bpf/prog_tests/test_task_local_data.c
238
ASSERT_FALSE(tld_key_is_err(value0_key), "TLD_DEFINE_KEY");
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
241
ASSERT_FALSE(skel->bss->bad_pid_seen, "bad_pid_seen");
tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c
322
ASSERT_FALSE(skel->bss->bad_pid_seen_usdt, "bad_pid_seen_usdt");
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
753
ASSERT_FALSE(USDT_SEMA_IS_ACTIVE(race), "race_semaphore");
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
508
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
629
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
749
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
871
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_protocol_test.c
993
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_test.c
358
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_test.c
428
ASSERT_FALSE(WCOREDUMP(status));
tools/testing/selftests/coredump/coredump_socket_test.c
727
ASSERT_FALSE(set_core_pattern("@ /tmp/coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
728
ASSERT_FALSE(set_core_pattern("@/tmp/../coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
729
ASSERT_FALSE(set_core_pattern("@../coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
730
ASSERT_FALSE(set_core_pattern("@/tmp/coredump.socket/.."));
tools/testing/selftests/coredump/coredump_socket_test.c
731
ASSERT_FALSE(set_core_pattern("@.."));
tools/testing/selftests/coredump/coredump_socket_test.c
733
ASSERT_FALSE(set_core_pattern("@@ /tmp/coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
734
ASSERT_FALSE(set_core_pattern("@@/tmp/../coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
735
ASSERT_FALSE(set_core_pattern("@@../coredump.socket"));
tools/testing/selftests/coredump/coredump_socket_test.c
736
ASSERT_FALSE(set_core_pattern("@@/tmp/coredump.socket/.."));
tools/testing/selftests/coredump/coredump_socket_test.c
737
ASSERT_FALSE(set_core_pattern("@@.."));
tools/testing/selftests/coredump/coredump_socket_test.c
739
ASSERT_FALSE(set_core_pattern("@@@/tmp/coredump.socket"));
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
1023
ASSERT_FALSE(found_unbindable) {
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
420
ASSERT_FALSE(true) TH_LOG("OPEN_TREE_NAMESPACE succeeded without caps");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
432
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
518
ASSERT_FALSE(true) TH_LOG("open_tree(OPEN_TREE_NAMESPACE) failed in userns");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
527
ASSERT_FALSE(true) TH_LOG("Failed to get mount namespace ID");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
530
ASSERT_FALSE(true) TH_LOG("listmount failed in new namespace");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
533
ASSERT_FALSE(true) TH_LOG("New namespace has no mounts");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
536
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
601
ASSERT_FALSE(true) TH_LOG("open_tree or setns failed in userns");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
610
ASSERT_FALSE(true) TH_LOG("Failed to get mount namespace ID");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
613
ASSERT_FALSE(true) TH_LOG("Inner fork failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
616
ASSERT_FALSE(true) TH_LOG("Inner waitpid failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
619
ASSERT_FALSE(true) TH_LOG("setns into new namespace failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
622
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
678
ASSERT_FALSE(true) TH_LOG("open_tree(OPEN_TREE_NAMESPACE|AT_RECURSIVE) failed in userns");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
687
ASSERT_FALSE(true) TH_LOG("Failed to get mount namespace ID");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
690
ASSERT_FALSE(true) TH_LOG("listmount failed in new namespace");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
693
ASSERT_FALSE(true) TH_LOG("New namespace has no mounts");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
696
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
781
ASSERT_FALSE(true) TH_LOG("open_tree(OPEN_TREE_NAMESPACE) failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
790
ASSERT_FALSE(true) TH_LOG("Failed to get mount namespace ID");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
793
ASSERT_FALSE(true) TH_LOG("setns into new namespace failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
796
ASSERT_FALSE(true) TH_LOG("umount succeeded but should have failed with EINVAL");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
799
ASSERT_FALSE(true) TH_LOG("umount failed with wrong error (expected EINVAL)");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
802
ASSERT_FALSE(true) TH_LOG("listmount failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
805
ASSERT_FALSE(true) TH_LOG("No mounts in new namespace");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
808
ASSERT_FALSE(true) TH_LOG("statmount_alloc failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
811
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
892
ASSERT_FALSE(true) TH_LOG("open_tree(OPEN_TREE_NAMESPACE) failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
901
ASSERT_FALSE(true) TH_LOG("Failed to get mount namespace ID");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
904
ASSERT_FALSE(true) TH_LOG("setns into new namespace failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
907
ASSERT_FALSE(true) TH_LOG("umount succeeded but should have failed with EINVAL");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
910
ASSERT_FALSE(true) TH_LOG("listmount failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
913
ASSERT_FALSE(true) TH_LOG("No mounts in new namespace");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
916
ASSERT_FALSE(true) TH_LOG("statmount_alloc failed");
tools/testing/selftests/filesystems/open_tree_ns/open_tree_ns_test.c
919
ASSERT_FALSE(true) TH_LOG("Unexpected error in child (exit %d)",
tools/testing/selftests/hid/hid_common.h
100
#define ASSERT_OK(data) ASSERT_FALSE(data)
tools/testing/selftests/landlock/fs_test.c
208
ASSERT_FALSE(err && errno != EEXIST)
tools/testing/selftests/mm/guard-regions.c
1030
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1031
ASSERT_FALSE(try_read_write_buf(&ptr[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1043
ASSERT_FALSE(try_read_write_buf(ptr_new));
tools/testing/selftests/mm/guard-regions.c
1044
ASSERT_FALSE(try_read_write_buf(&ptr_new[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1078
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1079
ASSERT_FALSE(try_read_write_buf(&ptr[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1088
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1089
ASSERT_FALSE(try_read_write_buf(&ptr[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1103
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1104
ASSERT_FALSE(try_read_write_buf(&ptr[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1139
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1140
ASSERT_FALSE(try_read_write_buf(&ptr[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
1147
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1170
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
1390
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1400
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1452
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1462
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1472
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1536
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
1590
ASSERT_FALSE(result);
tools/testing/selftests/mm/guard-regions.c
2032
ASSERT_FALSE(try_write_buf(ptr_p));
tools/testing/selftests/mm/guard-regions.c
2227
ASSERT_FALSE(try_read_buf(ptr_page));
tools/testing/selftests/mm/guard-regions.c
2251
ASSERT_FALSE(try_read_buf(ptr_page));
tools/testing/selftests/mm/guard-regions.c
2267
ASSERT_FALSE(check_vmflag_guard(ptr));
tools/testing/selftests/mm/guard-regions.c
363
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
377
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
378
ASSERT_FALSE(try_read_write_buf(&ptr[(NUM_PAGES - 1) * page_size]));
tools/testing/selftests/mm/guard-regions.c
381
ASSERT_FALSE(madvise(ptr, page_size, MADV_GUARD_REMOVE));
tools/testing/selftests/mm/guard-regions.c
387
ASSERT_FALSE(madvise(&ptr[(NUM_PAGES - 1) * page_size], page_size,
tools/testing/selftests/mm/guard-regions.c
404
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
494
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
500
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
506
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
555
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
634
ASSERT_FALSE(try_read_write_buf(ptr1));
tools/testing/selftests/mm/guard-regions.c
635
ASSERT_FALSE(try_read_write_buf(&ptr1[9 * page_size]));
tools/testing/selftests/mm/guard-regions.c
637
ASSERT_FALSE(try_read_write_buf(ptr2));
tools/testing/selftests/mm/guard-regions.c
638
ASSERT_FALSE(try_read_write_buf(&ptr2[4 * page_size]));
tools/testing/selftests/mm/guard-regions.c
640
ASSERT_FALSE(try_read_write_buf(ptr3));
tools/testing/selftests/mm/guard-regions.c
641
ASSERT_FALSE(try_read_write_buf(&ptr3[19 * page_size]));
tools/testing/selftests/mm/guard-regions.c
678
ASSERT_FALSE(try_read_write_buf(ptr));
tools/testing/selftests/mm/guard-regions.c
679
ASSERT_FALSE(try_read_write_buf(&ptr[9 * page_size]));
tools/testing/selftests/mm/guard-regions.c
717
ASSERT_FALSE(try_read_write_buf(&ptr[5 * page_size]));
tools/testing/selftests/mm/guard-regions.c
718
ASSERT_FALSE(try_read_write_buf(&ptr[6 * page_size]));
tools/testing/selftests/mm/guard-regions.c
724
ASSERT_FALSE(try_read_buf(&ptr[5 * page_size]));
tools/testing/selftests/mm/guard-regions.c
725
ASSERT_FALSE(try_read_buf(&ptr[6 * page_size]));
tools/testing/selftests/mm/guard-regions.c
732
ASSERT_FALSE(try_read_buf(&ptr[5 * page_size]));
tools/testing/selftests/mm/guard-regions.c
733
ASSERT_FALSE(try_read_buf(&ptr[6 * page_size]));
tools/testing/selftests/mm/guard-regions.c
767
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
779
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
784
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
789
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
794
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
824
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
835
ASSERT_FALSE(try_read_buf(curr));
tools/testing/selftests/mm/guard-regions.c
847
ASSERT_FALSE(try_read_write_buf(curr));
tools/testing/selftests/mm/guard-regions.c
915
ASSERT_FALSE(result);
tools/testing/selftests/mm/guard-regions.c
978
ASSERT_FALSE(result);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1790
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1801
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1831
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1842
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1880
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
1887
ASSERT_FALSE(stx.stx_attributes & STATX_ATTR_MOUNT_ROOT);
tools/testing/selftests/namespaces/cred_change_test.c
161
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
276
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
395
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
564
ASSERT_FALSE(found_parent);
tools/testing/selftests/namespaces/cred_change_test.c
565
ASSERT_FALSE(found_child);
tools/testing/selftests/namespaces/cred_change_test.c
699
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/cred_change_test.c
810
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/listns_permissions_test.c
365
ASSERT_FALSE(found_sibling_netns);
tools/testing/selftests/namespaces/listns_test.c
324
ASSERT_FALSE(found);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2652
ASSERT_FALSE(found_user);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2666
ASSERT_FALSE(found_net);
tools/testing/selftests/namespaces/siocgskns_test.c
1252
ASSERT_FALSE(found_netns);
tools/testing/selftests/namespaces/siocgskns_test.c
1253
ASSERT_FALSE(found_userns);
tools/testing/selftests/namespaces/siocgskns_test.c
1752
ASSERT_FALSE(found_netns_L3A);
tools/testing/selftests/namespaces/siocgskns_test.c
1753
ASSERT_FALSE(found_userns_L1);
tools/testing/selftests/namespaces/siocgskns_test.c
1754
ASSERT_FALSE(found_userns_L2);
tools/testing/selftests/namespaces/siocgskns_test.c
1755
ASSERT_FALSE(found_userns_L3);
tools/testing/selftests/namespaces/siocgskns_test.c
778
ASSERT_FALSE(found_netns);
tools/testing/selftests/pidfd/pidfd_info_test.c
143
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
158
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
177
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
192
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
215
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
321
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
332
ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
339
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
364
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
376
ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
386
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
498
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
515
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
532
ASSERT_FALSE(!!(fds.revents & POLLHUP));
tools/testing/selftests/pidfd/pidfd_info_test.c
539
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
645
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/pidfd/pidfd_info_test.c
662
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_EXIT));
tools/testing/selftests/pidfd/pidfd_info_test.c
679
ASSERT_FALSE(!!(fds.revents & POLLHUP));
tools/testing/selftests/pidfd/pidfd_info_test.c
686
ASSERT_FALSE(!!(info.mask & PIDFD_INFO_CREDS));
tools/testing/selftests/proc/proc-maps-race.c
599
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
605
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
608
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
690
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
696
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
699
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
770
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
776
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/proc/proc-maps-race.c
779
ASSERT_FALSE(print_boundaries_on(
tools/testing/selftests/ptrace/get_syscall_info.c
136
ASSERT_FALSE(WIFSIGNALED(status)) {
tools/testing/selftests/ptrace/set_syscall_info.c
391
ASSERT_FALSE(WIFSIGNALED(status)) {
tools/testing/selftests/ring-buffer/map_test.c
150
ASSERT_FALSE(fail);
tools/testing/selftests/ring-buffer/map_test.c
282
ASSERT_FALSE(fail);
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
172
ASSERT_FALSE((errno != 0) && (vstart_csr == -1));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
176
ASSERT_FALSE((errno != 0) && (vl_csr == -1));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
180
ASSERT_FALSE((errno != 0) && (vtype_csr == -1));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
184
ASSERT_FALSE((errno != 0) && (vcsr_csr == -1));
tools/testing/selftests/riscv/vector/validate_v_ptrace.c
188
ASSERT_FALSE((errno != 0) && (vlenb_csr == -1));
tools/testing/selftests/tty/tty_tiocsti_test.c
340
ASSERT_FALSE(has_cap_sys_admin());
tools/testing/selftests/tty/tty_tiocsti_test.c
641
ASSERT_FALSE(WIFSIGNALED(status))
tools/testing/selftests/user_events/abi_test.c
272
ASSERT_FALSE(event_exists());
tools/testing/selftests/user_events/user_events_selftests.h
103
ASSERT_FALSE(fail); \
tools/testing/selftests/vfio/vfio_pci_device_test.c
67
ASSERT_FALSE(command & PCI_COMMAND_MASTER);
tools/testing/selftests/vfio/vfio_pci_device_test.c
76
ASSERT_FALSE(command & PCI_COMMAND_MASTER);
tools/testing/vma/tests/merge.c
1116
ASSERT_FALSE(vma_write_started(vma_next));
tools/testing/vma/tests/merge.c
112
ASSERT_FALSE(attach_vma(&mm, vma_left));
tools/testing/vma/tests/merge.c
113
ASSERT_FALSE(attach_vma(&mm, vma_right));
tools/testing/vma/tests/merge.c
1147
ASSERT_FALSE(vma_write_started(vma_next));
tools/testing/vma/tests/merge.c
138
ASSERT_FALSE(attach_vma(&mm, init_vma));
tools/testing/vma/tests/merge.c
204
ASSERT_FALSE(attach_vma(&mm, vma));
tools/testing/vma/tests/merge.c
206
ASSERT_FALSE(expand_existing(&vmg));
tools/testing/vma/tests/merge.c
225
ASSERT_FALSE(attach_vma(&mm, vma));
tools/testing/vma/tests/merge.c
227
ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0));
tools/testing/vma/tests/merge.c
306
ASSERT_FALSE(merged);
tools/testing/vma/tests/mmap.c
46
ASSERT_FALSE(true);
tools/testing/vma/tests/vma.c
182
ASSERT_FALSE(vma_flags_test_all(&flags, __VA_ARGS__)); \
tools/testing/vma/tests/vma.c
183
ASSERT_FALSE(vma_test_all_flags(&vma, __VA_ARGS__))
tools/testing/vma/tests/vma.c
271
ASSERT_FALSE(vma_flags_test(&flags, VMA_EXEC_BIT, 64));
tools/testing/vma/tests/vma.c
272
ASSERT_FALSE(vma_flags_test(&vma.flags, VMA_EXEC_BIT, 64));
tools/testing/vma/tests/vma.c
273
ASSERT_FALSE(vma_desc_test_flags(&desc, VMA_EXEC_BIT, 64));
tools/testing/vma/tests/vma.c
287
ASSERT_FALSE(vma_flags_test(&flags, __VA_ARGS__)); \
tools/testing/vma/tests/vma.c
288
ASSERT_FALSE(vma_flags_test(&vma.flags, __VA_ARGS__)); \
tools/testing/vma/tests/vma.c
289
ASSERT_FALSE(vma_desc_test_flags(&desc, __VA_ARGS__)); \