Searched refs:check_slab (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 948 static int check_slab(struct kmem_cache *s, struct page *page) in check_slab() function 1129 if (!check_slab(s, page)) in alloc_consistency_checks() 1221 if (!check_slab(s, page)) in free_debug_processing() 4530 if (!check_slab(s, page) || !on_freelist(s, page, NULL)) in validate_slab()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 1258 static int check_slab(struct kmem_cache *s, struct slab *slab) in check_slab() function 1428 if (!check_slab(s, slab)) in alloc_consistency_checks() 2916 if (!check_slab(s, slab)) in free_debug_processing() 5152 if (!check_slab(s, slab) || !on_freelist(s, slab, NULL)) in validate_slab()
|
Completed in 16 milliseconds