Home
last modified time | relevance | path

Searched refs:alloc_pages_node_noprof (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dgfp.h290 static inline struct page *alloc_pages_node_noprof(int nid, gfp_t gfp_mask, in alloc_pages_node_noprof() function
299 #define alloc_pages_node(...) alloc_hooks(alloc_pages_node_noprof(__VA_ARGS__))
313 return alloc_pages_node_noprof(numa_node_id(), gfp_mask, order); in alloc_pages_noprof()
Dskbuff.h3476 return alloc_pages_node_noprof(NUMA_NO_NODE, gfp_mask, order); in __dev_alloc_pages_noprof()