Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h947 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
955 static inline int sk_memalloc_socks(void) in sk_memalloc_socks() function
1055 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) in sk_backlog_rcv()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c1386 if (sk_memalloc_socks() && page_is_pfmemalloc(page)) in kmem_getpages()
2840 if (sk_memalloc_socks()) in get_first_slab()
2957 if (sk_memalloc_socks()) { in cache_alloc_refill()
3482 if (sk_memalloc_socks()) { in ___cache_free()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c195 if (sk_memalloc_socks() && (flags & SKB_ALLOC_RX)) in __alloc_skb()
456 if (sk_memalloc_socks()) in __netdev_alloc_skb()
531 if (sk_memalloc_socks()) in __napi_alloc_skb()
H A Ddev.c5464 if (sk_memalloc_socks() && skb_pfmemalloc(skb)) { in __netif_receive_skb()
5492 if ((sk_memalloc_socks() && skb_pfmemalloc(skb)) != pfmemalloc) { in __netif_receive_skb_list()