Searched defs:pfmemalloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/core/ |
D | skbuff.c | 128 #define kmalloc_reserve(size, gfp, node, pfmemalloc) \ argument 132 unsigned long ip, bool *pfmemalloc) in __kmalloc_reserve() 188 bool pfmemalloc; in __alloc_skb() local 429 bool pfmemalloc; in __netdev_alloc_skb() local
|
D | dev.c | 4732 static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc, in __netif_receive_skb_core() 4921 static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc) in __netif_receive_skb_one_core() 4981 static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc) in __netif_receive_skb_list_core() 5052 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */ in __netif_receive_skb_list() local
|
/Linux-v5.4/include/linux/ |
D | mm_types.h | 252 bool pfmemalloc; member
|
D | skbuff.h | 757 pfmemalloc:1; member
|
/Linux-v5.4/mm/ |
D | slab.c | 2791 struct page *page, bool pfmemalloc) in get_valid_first_slab() 2832 static struct page *get_first_slab(struct kmem_cache_node *n, bool pfmemalloc) in get_first_slab()
|