Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dslub_kunit.c37 validate_slab_cache(s); in test_clobber_zone()
65 validate_slab_cache(s); in test_next_pointer()
77 validate_slab_cache(s); in test_next_pointer()
85 validate_slab_cache(s); in test_next_pointer()
100 validate_slab_cache(s); in test_first_word()
115 validate_slab_cache(s); in test_clobber_50th_byte()
132 validate_slab_cache(s); in test_clobber_redzone_free()
152 validate_slab_cache(s); in test_kmalloc_redzone_access()
/openbmc/linux/mm/
H A Dslab.h403 long validate_slab_cache(struct kmem_cache *s);
H A Dslub.c5203 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache() function
5222 EXPORT_SYMBOL(validate_slab_cache);
5781 ret = validate_slab_cache(s); in validate_store()