Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslub.c1611 static inline bool pfmemalloc_match(struct page *page, gfp_t gfpflags);
1637 if (!pfmemalloc_match(page, flags)) in get_partial_node()
2247 static inline bool pfmemalloc_match(struct page *page, gfp_t gfpflags) in pfmemalloc_match() function
2347 if (unlikely(!pfmemalloc_match(page, gfpflags))) { in __slab_alloc()
2400 if (likely(!kmem_cache_debug(s) && pfmemalloc_match(page, gfpflags))) in __slab_alloc()