Searched refs:freelist_corrupted (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 675 static bool freelist_corrupted(struct kmem_cache *s, struct page *page, in freelist_corrupted() function 1493 static bool freelist_corrupted(struct kmem_cache *s, struct page *page, in freelist_corrupted() function 2191 if (freelist_corrupted(s, page, &freelist, nextfree)) in deactivate_slab()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 995 static bool freelist_corrupted(struct kmem_cache *s, struct slab *slab, in freelist_corrupted() function 1754 static bool freelist_corrupted(struct kmem_cache *s, struct slab *slab, in freelist_corrupted() function 2524 if (freelist_corrupted(s, slab, &freelist_iter, nextfree)) in deactivate_slab()
|
Completed in 28 milliseconds