Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dslub_kunit.c39 validate_slab_cache(s); in test_clobber_zone()
67 validate_slab_cache(s); in test_next_pointer()
79 validate_slab_cache(s); in test_next_pointer()
87 validate_slab_cache(s); in test_next_pointer()
102 validate_slab_cache(s); in test_first_word()
117 validate_slab_cache(s); in test_clobber_50th_byte()
134 validate_slab_cache(s); in test_clobber_redzone_free()
154 validate_slab_cache(s); in test_kmalloc_redzone_access()
278 validate_slab_cache(s); in test_krealloc_redzone_zeroing()
/linux-6.15/mm/
H A Dslab.h503 long validate_slab_cache(struct kmem_cache *s);
H A Dslub.c6552 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache() function
6571 EXPORT_SYMBOL(validate_slab_cache);
7130 ret = validate_slab_cache(s); in validate_store()