Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 17 of 17) sorted by relevance

/mm/
A Dpage_ext.c224 int nid, fail; in page_ext_init_flatmem() local
230 fail = alloc_node_page_ext(nid); in page_ext_init_flatmem()
231 if (fail) in page_ext_init_flatmem()
232 goto fail; in page_ext_init_flatmem()
237 fail: in page_ext_init_flatmem()
376 int fail = 0; in online_page_ext() local
381 for (pfn = start; !fail && pfn < end; pfn += PAGES_PER_SECTION) in online_page_ext()
382 fail = init_section_page_ext(pfn, nid); in online_page_ext()
383 if (!fail) in online_page_ext()
A Dmmap_lock.c368 goto fail; in lock_mm_and_find_vma()
372 goto fail; in lock_mm_and_find_vma()
376 goto fail; in lock_mm_and_find_vma()
382 fail: in lock_mm_and_find_vma()
A Dpage_counter.c120 struct page_counter **fail) in page_counter_try_charge() argument
152 *fail = c; in page_counter_try_charge()
168 for (c = counter; c != *fail; c = c->parent) in page_counter_try_charge()
A Dzswap.c833 goto fail; in zswap_cpu_comp_prepare()
841 goto fail; in zswap_cpu_comp_prepare()
849 goto fail; in zswap_cpu_comp_prepare()
875 fail: in zswap_cpu_comp_prepare()
A Dmemcontrol.c3667 goto fail; in alloc_mem_cgroup_per_node_info()
3672 goto fail; in alloc_mem_cgroup_per_node_info()
3679 fail: in alloc_mem_cgroup_per_node_info()
3721 goto fail; in mem_cgroup_alloc()
3727 goto fail; in mem_cgroup_alloc()
3732 goto fail; in mem_cgroup_alloc()
3735 goto fail; in mem_cgroup_alloc()
3747 goto fail; in mem_cgroup_alloc()
3750 goto fail; in mem_cgroup_alloc()
3777 fail: in mem_cgroup_alloc()
A Dslab_common.c424 goto fail; in kmem_buckets_create()
438 goto fail; in kmem_buckets_create()
444 goto fail; in kmem_buckets_create()
453 fail: in kmem_buckets_create()
A Dmprotect.c819 goto fail; in mprotect_fixup()
853 fail: in mprotect_fixup()
A Dzsmalloc.c888 struct zpdesc *cursor, *fail; in trylock_zspage() local
893 fail = cursor; in trylock_zspage()
900 for (cursor = get_first_zpdesc(zspage); cursor != fail; cursor = in trylock_zspage()
A Dvmalloc.c3749 goto fail; in __vmalloc_area_node()
3777 goto fail; in __vmalloc_area_node()
3782 fail: in __vmalloc_area_node()
3865 goto fail; in __vmalloc_node_range_noprof()
3895 goto fail; in __vmalloc_node_range_noprof()
3924 fail: in __vmalloc_node_range_noprof()
A Dpercpu.c1833 goto fail; in pcpu_alloc_noprof()
1841 goto fail; in pcpu_alloc_noprof()
1904 fail: in pcpu_alloc_noprof()
A Dmemcontrol-v1.c2178 struct page_counter *fail; in memcg1_charge_skmem() local
2180 if (page_counter_try_charge(&memcg->tcpmem, nr_pages, &fail)) { in memcg1_charge_skmem()
A DKconfig.debug276 if slab allocations fail.
A Dkhugepaged.c2700 goto fail; in start_stop_khugepaged()
2710 fail: in start_stop_khugepaged()
A Dhuge_memory.c3724 goto fail; in __folio_split()
3772 goto fail; in __folio_split()
3852 fail: in __folio_split()
A Dswapfile.c1863 goto fail; in get_swap_page_of_type()
1876 fail: in get_swap_page_of_type()
A Dpage_alloc.c4871 goto fail; in __alloc_pages_slowpath()
4887 fail: in __alloc_pages_slowpath()
A DKconfig572 otherwise hotplug memory may fail to online. For example,

Completed in 909 milliseconds