Home
last modified time | relevance | path

Searched refs:validate_slab_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/lib/
Dslub_kunit.c21 validate_slab_cache(s); in test_clobber_zone()
49 validate_slab_cache(s); in test_next_pointer()
61 validate_slab_cache(s); in test_next_pointer()
69 validate_slab_cache(s); in test_next_pointer()
84 validate_slab_cache(s); in test_first_word()
99 validate_slab_cache(s); in test_clobber_50th_byte()
116 validate_slab_cache(s); in test_clobber_redzone_free()
/linux-6.1.9/mm/
Dslab.h401 long validate_slab_cache(struct kmem_cache *s);
Dslub.c4997 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache() function
5016 EXPORT_SYMBOL(validate_slab_cache);
5574 ret = validate_slab_cache(s); in validate_store()