Home
last modified time | relevance | path

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

/mm/kasan/
Dcommon.c255 void kasan_cache_create(struct kmem_cache *cache, unsigned int *size, in kasan_cache_create()
296 size_t kasan_metadata_size(struct kmem_cache *cache) in kasan_metadata_size()
304 struct kasan_alloc_meta *get_alloc_info(struct kmem_cache *cache, in get_alloc_info()
310 struct kasan_free_meta *get_free_info(struct kmem_cache *cache, in get_free_info()
318 static void kasan_set_free_info(struct kmem_cache *cache, in kasan_set_free_info()
345 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data()
350 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data()
371 static u8 assign_tag(struct kmem_cache *cache, const void *object, in assign_tag()
403 void * __must_check kasan_init_slab_obj(struct kmem_cache *cache, in kasan_init_slab_obj()
436 static bool __kasan_slab_free(struct kmem_cache *cache, void *object, in __kasan_slab_free()
[all …]
Dquarantine.c131 static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_to_object()
140 static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_free()
154 static void qlist_free_all(struct qlist_head *q, struct kmem_cache *cache) in qlist_free_all()
173 void quarantine_put(struct kasan_free_meta *info, struct kmem_cache *cache) in quarantine_put()
266 struct kmem_cache *cache) in qlist_move_cache()
290 struct kmem_cache *cache = arg; in per_cpu_remove_cache() local
300 void quarantine_remove_cache(struct kmem_cache *cache) in quarantine_remove_cache()
Dreport.c122 static void describe_object_addr(struct kmem_cache *cache, void *object, in describe_object_addr()
154 static struct kasan_track *kasan_get_free_track(struct kmem_cache *cache, in kasan_get_free_track()
174 static void describe_object(struct kmem_cache *cache, void *object, in describe_object()
378 struct kmem_cache *cache = page->slab_cache; in print_address_description() local
Dgeneric.c195 void kasan_cache_shrink(struct kmem_cache *cache) in kasan_cache_shrink()
200 void kasan_cache_shutdown(struct kmem_cache *cache) in kasan_cache_shutdown()
Dkasan.h168 struct kmem_cache *cache) { } in quarantine_put()
170 static inline void quarantine_remove_cache(struct kmem_cache *cache) { } in quarantine_remove_cache()
Dtags_report.c41 struct kmem_cache *cache; in get_bug_type() local
/mm/
Dswap_slots.c117 struct swap_slots_cache *cache; in alloc_swap_slot_cache() local
173 struct swap_slots_cache *cache; in drain_slots_cache_cpu() local
265 static int refill_swap_slots_cache(struct swap_slots_cache *cache) in refill_swap_slots_cache()
280 struct swap_slots_cache *cache; in free_swap_slot() local
313 struct swap_slots_cache *cache; in get_swap_page() local
Dslab.c374 static inline void *index_to_obj(struct kmem_cache *cache, struct page *page, in index_to_obj()
2181 static int drain_freelist(struct kmem_cache *cache, in drain_freelist()
2556 static void slab_map_pages(struct kmem_cache *cache, struct page *page, in slab_map_pages()
2691 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free()
3103 static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) in fallback_alloc()
3267 __do_cache_alloc(struct kmem_cache *cache, gfp_t flags) in __do_cache_alloc()
Dslub.c3009 void ___cache_free(struct kmem_cache *cache, void *x, unsigned long addr) in ___cache_free()