Searched refs:found (Results 1 – 11 of 11) sorted by relevance
41 const struct lk_init_struct* found = NULL; in lk_init_level() local56 if (found && found->level <= ptr->level) in lk_init_level()61 found = ptr; in lk_init_level()70 found = ptr; in lk_init_level()75 if (!found) in lk_init_level()79 if (found->level >= EARLIEST_TRACE_LEVEL) { in lk_init_level()81 arch_curr_cpu_num(), found->hook, found->name, found->level, found->flags); in lk_init_level()85 found->hook(found->level); in lk_init_level()86 last_called_level = found->level; in lk_init_level()87 last = found; in lk_init_level()
44 bool found = false; in oom_lowmem() local45 JobDispatcher::ForEachJob([&found](JobDispatcher* job) { in oom_lowmem()50 found = true; in oom_lowmem()60 if (!found) { in oom_lowmem()
4 // license that can be found in the LICENSE file or at
4 * license that can be found in the LICENSE file or at
49 uint found; member484 if (!params->found && (params->bus_id != WILDCARD_ID)) { in dump_pcie_device()490 params->found++; in dump_pcie_device()630 if (!params.found && params.force_dump_cfg && in CmdLsPci()644 printf("PCIe scan discovered %u device%s\n", params.found, (params.found == 1) ? "" : "s"); in CmdLsPci()
75 bool found = false; in test_flat_to_heap_walk_result() local77 found |= child == current; in test_flat_to_heap_walk_result()79 ASSERT_TRUE(found, in test_flat_to_heap_walk_result()
170 goto found; in share_count()184 found: in share_count()
3 * found in the LICENSE file.
8 // license that can be found in the LICENSE file or at
Completed in 23 milliseconds