Searched refs:gfp_zone (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | page-flags-layout.h | 12 * match the requested limits. See gfp_zone() in include/linux/gfp.h
|
H A D | mempolicy.h | 191 gfp_zone(mapping_gfp_mask(vma->vm_file->f_mapping)) vma_migratable()
|
H A D | gfp.h | 245 static inline enum zone_type gfp_zone(gfp_t flags) gfp_zone() function
|
/linux-4.1.27/mm/ |
H A D | oom_kill.c | 204 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 D | mempolicy.c | 1622 * 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 D | page_alloc.c | 2878 .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 D | vmscan.c | 2460 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 D | shmem.c | 956 return page_zonenum(page) > gfp_zone(gfp); shmem_should_replace_page()
|
H A D | slab.c | 3017 enum zone_type high_zoneidx = gfp_zone(flags); fallback_alloc()
|
H A D | slub.c | 1672 enum zone_type high_zoneidx = gfp_zone(flags); get_any_partial()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_gem.c | 457 * shmem_read_mapping_page_gfp() must be called with the same gfp_zone(gfp) as
|
/linux-4.1.27/fs/ |
H A D | buffer.c | 267 gfp_zone(GFP_NOFS), NULL, for_each_online_node()
|
Completed in 1594 milliseconds