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

/linux-master/mm/
H A Dslub.c2564 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags);
2588 if (!pfmemalloc_match(slab, pc->flags))
3271 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags) function
3413 if (unlikely(!pfmemalloc_match(slab, gfpflags)))
3486 pfmemalloc_match(slab, gfpflags))) {
3558 if (unlikely(!pfmemalloc_match(slab, gfpflags))) {
3560 * For !pfmemalloc_match() case we don't load freelist so that

Completed in 165 milliseconds