Searched refs:node_zonelist (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | gfp.h | 217 static inline struct zonelist *node_zonelist(int nid, gfp_t flags) in node_zonelist() function
|
| /linux/drivers/tty/ |
| H A D | sysrq.c | 389 .zonelist = node_zonelist(first_memory_node, gfp_mask), in moom_callback()
|
| /linux/mm/ |
| H A D | page_alloc.c | 5002 ac->zonelist = node_zonelist(preferred_nid, gfp_mask); in prepare_alloc_pages() 5513 struct zonelist *zonelist = node_zonelist(numa_node_id(), GFP_KERNEL); in nr_free_zone_pages() 5749 z = first_zones_zonelist(node_zonelist(node, GFP_KERNEL), in local_memory_node() 7258 zonelist = node_zonelist(nid, gfp_mask); in alloc_contig_frozen_pages_noprof()
|
| H A D | mempolicy.c | 3048 node_zonelist(thisnid, GFP_HIGHUSER), in mpol_misplaced()
|
| H A D | vmscan.c | 6677 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); in try_to_free_mem_cgroup_pages() 7453 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); in shrink_all_memory()
|
| H A D | slub.c | 3898 zonelist = node_zonelist(mempolicy_slab_node(), pc->flags); in get_from_any_partial() 7110 zonelist = node_zonelist(mempolicy_slab_node(), gfp); in __refill_objects_any()
|
| H A D | hugetlb.c | 1341 zonelist = node_zonelist(nid, gfp_mask); in dequeue_hugetlb_folio_nodemask()
|