Searched defs:pfmemalloc (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-4.19/net/core/ |
| D | skbuff.c | 124 #define kmalloc_reserve(size, gfp, node, pfmemalloc) \ argument 128 unsigned long ip, bool *pfmemalloc) in __kmalloc_reserve() 184 bool pfmemalloc; in __alloc_skb() local 396 bool pfmemalloc; in __netdev_alloc_skb() local
|
| D | dev.c | 4775 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc, in __netif_receive_skb_core() 4946 static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc) in __netif_receive_skb_one_core() 5004 static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc) in __netif_receive_skb_list_core() 5075 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */ in __netif_receive_skb_list() local
|
| /kernel/linux/linux-5.10/net/core/ |
| D | skbuff.c | 129 #define kmalloc_reserve(size, gfp, node, pfmemalloc) \ argument 133 unsigned long ip, bool *pfmemalloc) in __kmalloc_reserve() 189 bool pfmemalloc; in __alloc_skb() local 435 bool pfmemalloc; in __netdev_alloc_skb() local
|
| D | dev.c | 5138 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc, in __netif_receive_skb_core() 5342 static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc) in __netif_receive_skb_one_core() 5402 static void __netif_receive_skb_list_core(struct list_head *head, bool pfmemalloc) in __netif_receive_skb_list_core() 5473 bool pfmemalloc = false; /* Is current sublist PF_MEMALLOC? */ in __netif_receive_skb_list() local
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | mm_types.h | 224 bool pfmemalloc; member
|
| D | skbuff.h | 744 pfmemalloc:1; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mm_types.h | 268 bool pfmemalloc; member
|
| D | skbuff.h | 788 pfmemalloc:1; member
|
| /kernel/linux/linux-5.10/mm/ |
| D | slab.c | 2783 struct page *page, bool pfmemalloc) in get_valid_first_slab() 2824 static struct page *get_first_slab(struct kmem_cache_node *n, bool pfmemalloc) in get_first_slab()
|
| /kernel/linux/linux-4.19/mm/ |
| D | slab.c | 2870 struct page *page, bool pfmemalloc) in get_valid_first_slab() 2911 static struct page *get_first_slab(struct kmem_cache_node *n, bool pfmemalloc) in get_first_slab()
|