Searched refs:pfmemalloc_match (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dslub.c2569 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags);
2593 if (!pfmemalloc_match(slab, pc->flags))
3276 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags)
3418 if (unlikely(!pfmemalloc_match(slab, gfpflags)))
3491 pfmemalloc_match(slab, gfpflags))) {
3563 if (unlikely(!pfmemalloc_match(slab, gfpflags))) {
3565 * For !pfmemalloc_match() case we don't load freelist so that
3271 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags) function

Completed in 167 milliseconds