Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dslab.c1374 if (sk_memalloc_socks() && page_is_pfmemalloc(folio_page(folio, 0))) in kmem_getpages()
2819 if (sk_memalloc_socks()) in get_first_slab()
2936 if (sk_memalloc_socks()) { in cache_alloc_refill()
3426 if (sk_memalloc_socks()) { in ___cache_free()
/linux-6.1.9/include/net/
Dsock.h991 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
999 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1106 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/linux-6.1.9/net/core/
Dskbuff.c489 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
584 if (sk_memalloc_socks()) in __netdev_alloc_skb()
662 if (sk_memalloc_socks()) in __napi_alloc_skb()
Ddev.c5587 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5615 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()