Home
last modified time | relevance | path

Searched refs:gfp_zone (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/mm/
Doom_kill.c255 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc()
464 __show_mem(SHOW_MEM_FILTER_NODES, oc->nodemask, gfp_zone(oc->gfp_mask)); in dump_header()
Dmempolicy.c1745 gfp_zone(mapping_gfp_mask(vma->vm_file->f_mapping)) in vma_migratable()
1851 apply_policy_zone(policy, gfp_zone(gfp)) && in policy_nodemask()
1934 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node()
2618 gfp_zone(GFP_HIGHUSER), in mpol_misplaced()
Dpage_alloc.c4340 __show_mem(filter, nodemask, gfp_zone(gfp_mask)); in warn_alloc_show_mem()
5311 ac->highest_zoneidx = gfp_zone(gfp_mask); in prepare_alloc_pages()
5923 return nr_free_zone_pages(gfp_zone(GFP_USER)); in nr_free_buffer_pages()
6521 gfp_zone(GFP_KERNEL), in local_memory_node()
6683 vm_total_pages = nr_free_zone_pages(gfp_zone(GFP_HIGHUSER_MOVABLE)); in build_all_zonelists()
9460 gfp_zone(gfp_mask), nodemask) { in alloc_contig_pages()
Dvmscan.c6318 sc->reclaim_idx = gfp_zone(sc->gfp_mask); in shrink_zones()
6600 gfp_zone(gfp_mask), nodemask) { in throttle_direct_reclaim()
6648 .reclaim_idx = gfp_zone(gfp_mask), in try_to_free_pages()
7619 .reclaim_idx = gfp_zone(gfp_mask), in __node_reclaim()
Dkhugepaged.c2509 if (zone_idx(zone) > gfp_zone(GFP_USER)) in set_recommended_min_free_kbytes()
Dhugetlb.c1180 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
4368 (apply_policy_zone(mpol, gfp_zone(gfp)) && in policy_mbind_nodemask()
Dslab.c3075 enum zone_type highest_zoneidx = gfp_zone(flags); in fallback_alloc()
Dshmem.c1623 return folio_zonenum(folio) > gfp_zone(gfp); in shmem_should_replace_folio()
Dslub.c2260 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial()
/Linux-v6.1/include/linux/
Dgfp.h129 static inline enum zone_type gfp_zone(gfp_t flags) in gfp_zone() function