Home
last modified time | relevance | path

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

/mm/
Dmemblock.c1124 phys_addr_t found; in memblock_alloc_range_nid() local
1129 found = memblock_find_in_range_node(size, align, start, end, nid, in memblock_alloc_range_nid()
1131 if (found && !memblock_reserve(found, size)) { in memblock_alloc_range_nid()
1136 kmemleak_alloc(__va(found), size, 0, 0); in memblock_alloc_range_nid()
1137 return found; in memblock_alloc_range_nid()
Dzbud.c379 goto found; in zbud_alloc()
393 found: in zbud_alloc()
Doom_kill.c111 goto found; in find_lock_task_mm()
115 found: in find_lock_task_mm()
Dbacking-dev.c420 goto found; in wb_congested_get_create()
429 goto found; in wb_congested_get_create()
444 found: in wb_congested_get_create()
Dvmalloc.c430 goto found; in alloc_vmap_area()
442 goto found; in alloc_vmap_area()
448 found: in alloc_vmap_area()
2465 goto found; in pcpu_get_vm_areas()
2521 found: in pcpu_get_vm_areas()
Dhugetlb.c2042 goto found; in alloc_bootmem_huge_page()
2047 found: in alloc_bootmem_huge_page()
2195 goto found; in adjust_pool_surplus()
2201 goto found; in adjust_pool_surplus()
2206 found: in adjust_pool_surplus()
Dmmap.c1830 goto found; in unmapped_area()
1865 found: in unmapped_area()
1934 goto found; in unmapped_area_topdown()
1962 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.c6638 unsigned long pfn, iter, found; in has_unmovable_pages() local
6652 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) { in has_unmovable_pages()
6690 found++; in has_unmovable_pages()
6704 if (found > count) in has_unmovable_pages()