Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dsock.h843 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
849 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
947 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/Linux-v5.4/mm/
Dslab.c1379 if (sk_memalloc_socks() && page_is_pfmemalloc(page)) in kmem_getpages()
2847 if (sk_memalloc_socks()) in get_first_slab()
2964 if (sk_memalloc_socks()) { in cache_alloc_refill()
3459 if (sk_memalloc_socks()) { in ___cache_free()
/Linux-v5.4/net/core/
Dskbuff.c193 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
445 if (sk_memalloc_socks()) in __netdev_alloc_skb()
516 if (sk_memalloc_socks()) in __napi_alloc_skb()
Ddev.c5027 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5055 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()