Home
last modified time | relevance | path

Searched refs:virt_to_cache (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dslab.h473 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache() function
509 cachep = virt_to_cache(x); in cache_from_obj()
H A Dslab.c2712 BUG_ON(virt_to_cache(objp) != cachep); in cache_free_debugcheck()
3734 s = virt_to_cache(objp); in kmem_cache_free_bulk()
3772 c = virt_to_cache(objp); in kfree()
4223 c = virt_to_cache(objp); in __ksize()