Home
last modified time | relevance | path

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

/mm/kasan/
Dquarantine.c130 static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_to_object()
139 static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_free()
153 static void qlist_free_all(struct qlist_head *q, struct kmem_cache *cache) in qlist_free_all()
172 void quarantine_put(struct kasan_free_meta *info, struct kmem_cache *cache) in quarantine_put()
265 struct kmem_cache *cache) in qlist_move_cache()
289 struct kmem_cache *cache = arg; in per_cpu_remove_cache() local
299 void quarantine_remove_cache(struct kmem_cache *cache) in quarantine_remove_cache()
Dkasan.c339 void kasan_cache_create(struct kmem_cache *cache, size_t *size, in kasan_cache_create()
378 void kasan_cache_shrink(struct kmem_cache *cache) in kasan_cache_shrink()
383 void kasan_cache_shutdown(struct kmem_cache *cache) in kasan_cache_shutdown()
388 size_t kasan_metadata_size(struct kmem_cache *cache) in kasan_metadata_size()
403 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data()
408 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data()
462 struct kasan_alloc_meta *get_alloc_info(struct kmem_cache *cache, in get_alloc_info()
469 struct kasan_free_meta *get_free_info(struct kmem_cache *cache, in get_free_info()
476 void kasan_init_slab_obj(struct kmem_cache *cache, const void *object) in kasan_init_slab_obj()
487 void kasan_slab_alloc(struct kmem_cache *cache, void *object, gfp_t flags) in kasan_slab_alloc()
[all …]
Dreport.c201 static void describe_object_addr(struct kmem_cache *cache, void *object, in describe_object_addr()
233 static void describe_object(struct kmem_cache *cache, void *object, in describe_object()
256 struct kmem_cache *cache = page->slab_cache; in print_address_description() local
325 void kasan_report_double_free(struct kmem_cache *cache, void *object, in kasan_report_double_free()
Dkasan.h111 struct kmem_cache *cache) { } in quarantine_put()
113 static inline void quarantine_remove_cache(struct kmem_cache *cache) { } in quarantine_remove_cache()
/mm/
Dswap_slots.c119 struct swap_slots_cache *cache; in alloc_swap_slot_cache() local
168 struct swap_slots_cache *cache; in drain_slots_cache_cpu() local
260 static int refill_swap_slots_cache(struct swap_slots_cache *cache) in refill_swap_slots_cache()
275 struct swap_slots_cache *cache; in free_swap_slot() local
308 struct swap_slots_cache *cache; in get_swap_page() local
Dworkingset.c400 unsigned long cache; in count_shadow_nodes() local
Dslab.c403 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page, in index_to_obj()
415 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index()
2267 static int drain_freelist(struct kmem_cache *cache, in drain_freelist()
2631 static void slab_map_pages(struct kmem_cache *cache, struct page *page, in slab_map_pages()
2759 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free()
3171 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc()
3335 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()
Dvmalloc.c565 struct vmap_area *cache; in __free_vmap_area() local
Dslub.c2987 void ___cache_free(struct kmem_cache *cache, void *x, unsigned long addr) in ___cache_free()