Home
last modified time | relevance | path

Searched refs:get_first_slab (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslab.c2824 static struct page *get_first_slab(struct kmem_cache_node *n, bool pfmemalloc) in get_first_slab() function
2856 page = get_first_slab(n, true); in cache_alloc_pfmemalloc()
2937 page = get_first_slab(n, false); in cache_alloc_refill()
3176 page = get_first_slab(n, false); in ____cache_alloc_node()
/kernel/linux/linux-6.6/mm/
H A Dslab.c2784 static struct slab *get_first_slab(struct kmem_cache_node *n, bool pfmemalloc) in get_first_slab() function
2816 slab = get_first_slab(n, true); in cache_alloc_pfmemalloc()
2897 slab = get_first_slab(n, false); in cache_alloc_refill()
3131 slab = get_first_slab(n, false); in ____cache_alloc_node()

Completed in 11 milliseconds