Searched refs:gfp_zone (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/include/linux/
H A Dpage-flags-layout.h12 * match the requested limits. See gfp_zone() in include/linux/gfp.h
H A Dmempolicy.h191 gfp_zone(mapping_gfp_mask(vma->vm_file->f_mapping)) vma_migratable()
H A Dgfp.h245 static inline enum zone_type gfp_zone(gfp_t flags) gfp_zone() function
/linux-4.1.27/mm/
H A Doom_kill.c204 enum zone_type high_zoneidx = gfp_zone(gfp_mask); constrained_alloc()
660 for_each_zone_zonelist(zone, z, zonelist, gfp_zone(gfp_mask)) oom_zonelist_trylock()
670 for_each_zone_zonelist(zone, z, zonelist, gfp_zone(gfp_mask)) oom_zonelist_trylock()
689 for_each_zone_zonelist(zone, z, zonelist, gfp_zone(gfp_mask)) oom_zonelist_unlock()
H A Dmempolicy.c1622 * we apply policy when gfp_zone(gfp) = ZONE_MOVABLE only. apply_policy_zone()
1642 apply_policy_zone(policy, gfp_zone(gfp)) && policy_nodemask()
1723 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); mempolicy_slab_node()
2295 gfp_zone(GFP_HIGHUSER), mpol_misplaced()
H A Dpage_alloc.c2878 .high_zoneidx = gfp_zone(gfp_mask), __alloc_pages_nodemask()
3162 return nr_free_zone_pages(gfp_zone(GFP_USER)); nr_free_buffer_pages()
3174 return nr_free_zone_pages(gfp_zone(GFP_HIGHUSER_MOVABLE)); nr_free_pagecache_pages()
3821 gfp_zone(GFP_KERNEL), local_memory_node()
H A Dvmscan.c2460 enum zone_type requested_highidx = gfp_zone(sc->gfp_mask); shrink_zones()
2473 gfp_zone(sc->gfp_mask), sc->nodemask) { for_each_zone_zonelist_nodemask()
2716 gfp_zone(gfp_mask), nodemask) { for_each_zone_zonelist_nodemask()
H A Dshmem.c956 return page_zonenum(page) > gfp_zone(gfp); shmem_should_replace_page()
H A Dslab.c3017 enum zone_type high_zoneidx = gfp_zone(flags); fallback_alloc()
H A Dslub.c1672 enum zone_type high_zoneidx = gfp_zone(flags); get_any_partial()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_gem.c457 * shmem_read_mapping_page_gfp() must be called with the same gfp_zone(gfp) as
/linux-4.1.27/fs/
H A Dbuffer.c267 gfp_zone(GFP_NOFS), NULL, for_each_online_node()

Completed in 807 milliseconds