Home
last modified time | relevance | path

Searched defs:pfmemalloc (Results 1 – 5 of 5) sorted by relevance

/linux/net/core/
H A Dxdp.c704 bool pfmemalloc = false; in xdp_copy_frags_from_zc() local
H A Dskbuff.c506 bool *pfmemalloc) in kmalloc_reserve()
582 bool pfmemalloc; in __alloc_skb() local
659 bool pfmemalloc; in __netdev_alloc_skb() local
736 bool pfmemalloc; in napi_alloc_skb() local
H A Ddev.c5677 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc, in __netif_receive_skb_core()
5888 static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc) in __netif_receive_skb_one_core()
5948 static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc) in __netif_receive_skb_list_core()
6018 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */ in __netif_receive_skb_list() local
/linux/include/net/
H A Dxdp.h317 bool pfmemalloc) in xdp_update_skb_shared_info()
H A Dsock.h1531 __sk_rmem_schedule(struct sock *sk, int size, bool pfmemalloc) in __sk_rmem_schedule()