Home
last modified time | relevance | path

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

/linux/mm/
H A Doom_kill.c256 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc()
471 __show_mem(SHOW_MEM_FILTER_NODES, oc->nodemask, gfp_zone(oc->gfp_mask)); in dump_header()
H A Dmempolicy.c2006 gfp_zone(mapping_gfp_mask(vma->vm_file->f_mapping)) in vma_migratable()
2169 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node()
2280 if (apply_policy_zone(pol, gfp_zone(gfp)) && in policy_nodemask()
3049 gfp_zone(GFP_HIGHUSER), in mpol_misplaced()
H A Dpage_alloc.c4021 __show_mem(filter, nodemask, gfp_zone(gfp_mask)); in warn_alloc_show_mem()
5001 ac->highest_zoneidx = gfp_zone(gfp_mask); in prepare_alloc_pages()
5536 return nr_free_zone_pages(gfp_zone(GFP_USER)); in nr_free_buffer_pages()
5750 gfp_zone(GFP_KERNEL), in local_memory_node()
5900 vm_total_pages = nr_free_zone_pages(gfp_zone(GFP_HIGHUSER_MOVABLE)); in build_all_zonelists()
7260 gfp_zone(gfp_mask), nodemask) { in alloc_contig_frozen_pages_noprof()
H A Dvmscan.c6239 sc->reclaim_idx = gfp_zone(sc->gfp_mask); in shrink_zones()
6525 gfp_zone(gfp_mask), nodemask) { in throttle_direct_reclaim()
6573 .reclaim_idx = gfp_zone(gfp_mask), in try_to_free_pages()
7678 .reclaim_idx = gfp_zone(gfp_mask), in node_reclaim()
7815 .reclaim_idx = gfp_zone(gfp_mask), in user_proactive_reclaim()
H A Dkhugepaged.c2649 if (zone_idx(zone) > gfp_zone(GFP_USER)) in set_recommended_min_free_kbytes()
H A Dhugetlb.c1345 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_hugetlb_folio_nodemask()
2287 (apply_policy_zone(mpol, gfp_zone(gfp)) && in policy_mbind_nodemask()
H A Dslub.c3862 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_from_any_partial()
7099 enum zone_type highest_zoneidx = gfp_zone(gfp); in __refill_objects_any()
H A Dshmem.c2125 return folio_zonenum(folio) > gfp_zone(gfp); in shmem_should_replace_folio()
/linux/include/linux/
H A Dgfp.h156 static inline enum zone_type gfp_zone(gfp_t flags) in gfp_zone() function