Searched refs:gfp_head (Results 1 – 1 of 1) sorted by relevance
4557 gfp_t gfp_head; in alloc_skb_with_frags() local4567 gfp_head = gfp_mask; in alloc_skb_with_frags()4568 if (gfp_head & __GFP_DIRECT_RECLAIM) in alloc_skb_with_frags()4569 gfp_head |= __GFP_REPEAT; in alloc_skb_with_frags()4572 skb = alloc_skb(header_len, gfp_head); in alloc_skb_with_frags()