Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dslab.h458 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj() function
Dslab.c3686 cachep = cache_from_obj(cachep, objp); in kmem_cache_free()
3713 s = cache_from_obj(orig_s, objp); in kmem_cache_free_bulk()
Dslub.c3165 s = cache_from_obj(s, x); in kmem_cache_free()
3226 df->s = cache_from_obj(s, object); /* Support for memcg */ in build_detached_freelist()