Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 1 of 1) sorted by relevance

/mm/
Dslab.c283 struct array_cache cache; member
583 static inline void page_set_cache(struct page *page, struct kmem_cache *cache) in page_set_cache()
618 static inline void *index_to_obj(struct kmem_cache *cache, struct slab *slab, in index_to_obj()
630 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index()
2472 static int drain_freelist(struct kmem_cache *cache, in drain_freelist()
2733 static void slab_map_pages(struct kmem_cache *cache, struct slab *slab, in slab_map_pages()
2850 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free()
3169 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc()
3360 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()