Home
last modified time | relevance | path

Searched refs:sk_memalloc_socks (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Dsock.h750 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
756 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
849 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/linux-4.1.27/mm/
Dslab.c775 if (unlikely(sk_memalloc_socks())) in ac_get_obj()
799 if (unlikely(sk_memalloc_socks())) in ac_put_obj()
/linux-4.1.27/net/core/
Dskbuff.c214 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
494 if (sk_memalloc_socks()) in __alloc_rx_skb()
Ddev.c3804 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
/linux-4.1.27/net/sunrpc/
Dclnt.c894 if (sk_memalloc_socks()) { in rpc_task_set_client()