Home
last modified time | relevance | path

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

/mm/
Dmemblock.c1044 phys_addr_t found; in memblock_alloc_range_nid() local
1049 found = memblock_find_in_range_node(size, align, start, end, nid); in memblock_alloc_range_nid()
1050 if (found && !memblock_reserve(found, size)) { in memblock_alloc_range_nid()
1055 kmemleak_alloc(__va(found), size, 0, 0); in memblock_alloc_range_nid()
1056 return found; in memblock_alloc_range_nid()
Dzbud.c364 goto found; in zbud_alloc()
378 found: in zbud_alloc()
Dfilemap_xip.c242 goto found; in xip_file_fault()
262 found: in xip_file_fault()
Doom_kill.c110 goto found; in find_lock_task_mm()
114 found: in find_lock_task_mm()
Dvmalloc.c423 goto found; in alloc_vmap_area()
435 goto found; in alloc_vmap_area()
441 found: in alloc_vmap_area()
2426 goto found; in pcpu_get_vm_areas()
2482 found: in pcpu_get_vm_areas()
Dhugetlb.c1480 goto found; in alloc_bootmem_huge_page()
1485 found: in alloc_bootmem_huge_page()
1628 goto found; in adjust_pool_surplus()
1634 goto found; in adjust_pool_surplus()
1639 found: in adjust_pool_surplus()
Dmmap.c1794 goto found; in unmapped_area()
1829 found: in unmapped_area()
1898 goto found; in unmapped_area_topdown()
1926 found: in unmapped_area_topdown()
Dswapfile.c1854 int err, found = 0; in SYSCALL_DEFINE1() local
1876 found = 1; in SYSCALL_DEFINE1()
1881 if (!found) { in SYSCALL_DEFINE1()
Dpage_alloc.c6198 unsigned long pfn, iter, found; in has_unmovable_pages() local
6212 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) { in has_unmovable_pages()
6250 found++; in has_unmovable_pages()
6264 if (found > count) in has_unmovable_pages()