Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dslub_kunit.c41 validate_slab_cache(s); in test_clobber_zone()
69 validate_slab_cache(s); in test_next_pointer()
81 validate_slab_cache(s); in test_next_pointer()
89 validate_slab_cache(s); in test_next_pointer()
104 validate_slab_cache(s); in test_first_word()
119 validate_slab_cache(s); in test_clobber_50th_byte()
136 validate_slab_cache(s); in test_clobber_redzone_free()
156 validate_slab_cache(s); in test_kmalloc_redzone_access()
283 validate_slab_cache(s); in test_krealloc_redzone_zeroing()
/linux/mm/
H A Dslab.h528 long validate_slab_cache(struct kmem_cache *s);
H A Dslub.c8884 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache() function
8903 EXPORT_SYMBOL(validate_slab_cache);
9383 ret = validate_slab_cache(s); in validate_store()