Home
last modified time | relevance | path

Searched refs:sk_memalloc_socks (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dsock.h936 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
944 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1044 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h997 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1005 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1118 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/kernel/linux/linux-5.10/mm/
H A Dslab.c1385 if (sk_memalloc_socks() && page_is_pfmemalloc(page)) in kmem_getpages()
2839 if (sk_memalloc_socks()) in get_first_slab()
2956 if (sk_memalloc_socks()) { in cache_alloc_refill()
3459 if (sk_memalloc_socks()) { in ___cache_free()
/kernel/linux/linux-6.6/mm/
H A Dslab.c1369 if (sk_memalloc_socks() && folio_is_pfmemalloc(folio)) in kmem_getpages()
2799 if (sk_memalloc_socks()) in get_first_slab()
2916 if (sk_memalloc_socks()) { in cache_alloc_refill()
3407 if (sk_memalloc_socks()) { in ___cache_free()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c194 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
455 if (sk_memalloc_socks()) in __netdev_alloc_skb()
530 if (sk_memalloc_socks()) in __napi_alloc_skb()
H A Ddev.c5473 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5501 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c632 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
722 if (sk_memalloc_socks()) in __netdev_alloc_skb()
800 if (sk_memalloc_socks()) in __napi_alloc_skb()
H A Ddev.c5653 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5681 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()

Completed in 60 milliseconds