Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslab.h501 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj() function
H A Dslab.c3709 cachep = cache_from_obj(cachep, objp); in kmem_cache_free()
3736 s = cache_from_obj(orig_s, objp); in kmem_cache_free_bulk()
H A Dslub.c3225 s = cache_from_obj(s, x); in kmem_cache_free()
3286 df->s = cache_from_obj(s, object); /* Support for memcg */ in build_detached_freelist()