Lines Matching defs:pfmemalloc
479 * takes care of skb->head and skb->pfmemalloc
545 * and skb->pfmemalloc when the data is a page or page fragment.
564 * the caller if emergency pfmemalloc reserves are being used. If it is and
570 bool *pfmemalloc)
585 /* Try again but now we are using pfmemalloc reserves */
607 /* Try again but now we are using pfmemalloc reserves */
612 if (pfmemalloc)
613 *pfmemalloc = ret_pfmemalloc;
646 bool pfmemalloc;
670 data = kmalloc_reserve(&size, gfp_mask, node, &pfmemalloc);
686 skb->pfmemalloc = pfmemalloc;
723 bool pfmemalloc;
748 pfmemalloc = page_frag_cache_is_pfmemalloc(nc);
755 pfmemalloc = page_frag_cache_is_pfmemalloc(nc);
770 if (pfmemalloc)
771 skb->pfmemalloc = 1;
800 bool pfmemalloc;
828 pfmemalloc = page_frag_cache_is_pfmemalloc(&nc->page);
840 if (pfmemalloc)
841 skb->pfmemalloc = 1;
1556 C(pfmemalloc);