| /lib/ |
| D | test_linear_ranges.c | 139 bool found; in range_test_get_selector_high() local 143 &sel, &found); in range_test_get_selector_high() 146 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_high() 150 &sel, &found); in range_test_get_selector_high() 154 &sel, &found); in range_test_get_selector_high() 156 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 172 bool found; in range_test_get_selector_low() local 177 &found); in range_test_get_selector_low() 180 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_low() 185 &found); in range_test_get_selector_low() [all …]
|
| D | linear_ranges.c | 140 bool *found) in linear_range_get_selector_low() argument 142 *found = false; in linear_range_get_selector_low() 152 *found = true; in linear_range_get_selector_low() 184 unsigned int *selector, bool *found) in linear_range_get_selector_low_array() argument 193 found); in linear_range_get_selector_low_array() 197 if (*found) in linear_range_get_selector_low_array() 221 bool *found) in linear_range_get_selector_high() argument 223 *found = false; in linear_range_get_selector_high() 233 *found = true; in linear_range_get_selector_high()
|
| D | is_single_threaded.c | 38 goto found; in current_is_single_threaded() 50 found: in current_is_single_threaded()
|
| D | stackdepot.c | 590 struct stack_record *found = NULL; in stack_depot_save_flags() local 618 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 619 if (found) in stack_depot_save_flags() 645 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 646 if (!found) { in stack_depot_save_flags() 656 found = new; in stack_depot_save_flags() 676 if (found) in stack_depot_save_flags() 677 handle = found->handle.handle; in stack_depot_save_flags()
|
| D | asn1_encoder.c | 29 bool found = false; in asn1_encode_integer() local 55 if (!found && byte == 0) in asn1_encode_integer() 64 if (!found && (byte & 0x80)) { in asn1_encode_integer() 73 found = true; in asn1_encode_integer()
|
| D | fault-inject.c | 73 bool found = (attr->require_start == 0 && attr->require_end == ULONG_MAX); in fail_stacktrace() local 75 if (depth == 0 || (found && !attr->reject_start && !attr->reject_end)) in fail_stacktrace() 76 return found; in fail_stacktrace() 85 found = true; in fail_stacktrace() 87 return found; in fail_stacktrace()
|
| D | logic_iomem.c | 89 struct logic_iomem_region *rreg, *found = NULL; in ioremap() local 98 found = rreg; in ioremap() 102 if (!found) in ioremap() 111 offs = rreg->ops->map(offset - found->res->start, in ioremap()
|
| D | codetag.c | 323 struct codetag_module *found = NULL; in codetag_unload_module() local 330 found = cmod; in codetag_unload_module() 334 if (found) { in codetag_unload_module() 343 if (found && cttype->desc.free_section_mem) in codetag_unload_module()
|
| D | find_bit.c | 82 goto found; \ 89 found: \
|
| D | test_rhashtable.c | 317 bool found; in test_rhltable() local 336 found = false; in test_rhltable() 340 found = true; in test_rhltable() 347 if (WARN(!found, "element %d not found", i)) in test_rhltable()
|
| D | genalloc.c | 556 bool found = false; in gen_pool_has_addr() local 564 found = true; in gen_pool_has_addr() 570 return found; in gen_pool_has_addr()
|
| D | vsprintf.c | 1619 bool found = true; in escaped_string() local 1654 found = false; in escaped_string() 1657 } while (found); in escaped_string() 1860 bool found = true; in rtc_str() local 1886 found = false; in rtc_str() 1889 } while (found); in rtc_str() 2550 bool found = true; in format_decode() local 2560 default: found = false; in format_decode() 2563 if (!found) in format_decode()
|
| D | bootconfig.c | 357 goto found; in xbc_node_find_next_leaf() 374 found: in xbc_node_find_next_leaf()
|
| D | rhashtable.c | 759 goto found; in rhashtable_walk_start_check() 778 goto found; in rhashtable_walk_start_check() 784 found: in rhashtable_walk_start_check()
|
| D | test_xarray.c | 1791 unsigned int i, found; in check_split_1() local 1813 found = 0; in check_split_1() 1816 found++; in check_split_1() 1820 XA_BUG_ON(xa, found != 1 << (order - new_order)); in check_split_1()
|
| D | xarray.c | 1982 goto found; in xa_get_mark() 1987 found: in xa_get_mark()
|
| D | maple_tree.c | 4877 bool found = false; in mas_anode_descend() local 4907 found = true; in mas_anode_descend() 4927 found = true; in mas_anode_descend() 4930 return found; in mas_anode_descend()
|
| D | Kconfig.debug | 427 it when a mismatch is found. 805 If the stack end location is found to be over written always panic as 1904 all OHCI1394 controllers which are found in the PCI config space. 2270 Documentation on how to use the module can be found in
|
| /lib/kunit/ |
| D | kunit-test.c | 419 struct kunit_resource res1, res2, *found = NULL; in kunit_resource_test_named() local 438 found = kunit_find_named_resource(test, "resource_1"); in kunit_resource_test_named() 440 KUNIT_EXPECT_PTR_EQ(test, found, &res1); in kunit_resource_test_named() 442 if (found) in kunit_resource_test_named()
|