Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.c397 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache() function
2791 BUG_ON(virt_to_cache(objp) != cachep); in cache_free_debugcheck()
3773 s = virt_to_cache(objp); in kmem_cache_free_bulk()
3809 c = virt_to_cache(objp); in kfree()
4469 size = virt_to_cache(objp)->object_size; in ksize()