Home
last modified time | relevance | path

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

/linux-6.14.4/lib/
Dslub_kunit.c38 validate_slab_cache(s); in test_clobber_zone()
66 validate_slab_cache(s); in test_next_pointer()
78 validate_slab_cache(s); in test_next_pointer()
86 validate_slab_cache(s); in test_next_pointer()
101 validate_slab_cache(s); in test_first_word()
116 validate_slab_cache(s); in test_clobber_50th_byte()
133 validate_slab_cache(s); in test_clobber_redzone_free()
153 validate_slab_cache(s); in test_kmalloc_redzone_access()
220 validate_slab_cache(s); in test_krealloc_redzone_zeroing()
/linux-6.14.4/mm/
Dslab.h525 long validate_slab_cache(struct kmem_cache *s);
Dslub.c6315 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache() function
6334 EXPORT_SYMBOL(validate_slab_cache);
6893 ret = validate_slab_cache(s); in validate_store()