Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dslab.h620 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache() function
659 cachep = virt_to_cache(x); in cache_from_obj()
Dslab.c2691 BUG_ON(virt_to_cache(objp) != cachep); in cache_free_debugcheck()