Home
last modified time | relevance | path

Searched refs:found (Results 1 – 11 of 11) sorted by relevance

/kernel/top/
A Dinit.cpp41 const struct lk_init_struct* found = NULL; in lk_init_level() local
56 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()
/kernel/object/
A Dglue.cpp44 bool found = false; in oom_lowmem() local
45 JobDispatcher::ForEachJob([&found](JobDispatcher* job) { in oom_lowmem()
50 found = true; in oom_lowmem()
60 if (!found) { in oom_lowmem()
/kernel/lib/libc/include/
A Dcstdlib4 // license that can be found in the LICENSE file or at
A Dlimits4 // license that can be found in the LICENSE file or at
/kernel/target/pc/multiboot/
A Dmultiboot.ld4 * license that can be found in the LICENSE file or at
/kernel/target/arm64/boot-shim/
A Dboot-shim.ld4 * license that can be found in the LICENSE file or at
/kernel/dev/pcie/
A Ddebug.cpp49 uint found; member
484 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()
/kernel/lib/topology/
A Dsystem-topology_test.cpp75 bool found = false; in test_flat_to_heap_walk_result() local
77 found |= child == current; in test_flat_to_heap_walk_result()
79 ASSERT_TRUE(found, in test_flat_to_heap_walk_result()
/kernel/vm/
A Dvm_object.cpp170 goto found; in share_count()
184 found: in share_count()
/kernel/
A Dimage.ld3 * found in the LICENSE file.
A Dkernel.ld8 // license that can be found in the LICENSE file or at

Completed in 23 milliseconds