Lines Matching refs:GFP_ATOMIC
98 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC); in tipc_msg_create()
143 if (unlikely(skb_unclone(frag, GFP_ATOMIC))) in tipc_buf_append()
212 skb = skb_copy_expand(skb, BUF_HEADROOM, 0, GFP_ATOMIC); in tipc_msg_validate()
282 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
495 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract()
538 _skb = tipc_buf_acquire(max, GFP_ATOMIC); in tipc_msg_make_bundle()
589 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse()
620 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_msg_skb_clone()
712 _skb = __pskb_copy(skb, hdr_len, GFP_ATOMIC); in tipc_msg_reassemble()
721 frag = skb_clone(skb, GFP_ATOMIC); in tipc_msg_reassemble()
744 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_msg_pskb_copy()