Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 11 of 11) sorted by relevance

/mm/kfence/
Dkfence.h48 struct rcu_head rcu_head; /* For delayed freeing. */ member
Dcore.c501 static void rcu_guarded_free(struct rcu_head *h) in rcu_guarded_free()
503 struct kfence_metadata *meta = container_of(h, struct kfence_metadata, rcu_head); in rcu_guarded_free()
949 call_rcu(&meta->rcu_head, rcu_guarded_free); in __kfence_free()
/mm/kasan/
Dkasan_test_module.c67 struct rcu_head rcu;
70 static noinline void __init kasan_rcu_reclaim(struct rcu_head *rp) in kasan_rcu_reclaim()
/mm/
Dbacking-dev.c388 static void cgwb_free_rcu(struct rcu_head *rcu_head) in cgwb_free_rcu() argument
390 struct bdi_writeback *wb = container_of(rcu_head, in cgwb_free_rcu()
Dslob.c134 struct rcu_head head;
658 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free()
Dmmu_gather.c154 static void tlb_remove_table_rcu(struct rcu_head *head) in tlb_remove_table_rcu()
Dkmemleak.c145 struct rcu_head rcu; /* object_list lockless traversal */
471 static void free_object_rcu(struct rcu_head *rcu) in free_object_rcu()
Dmmu_notifier.c862 static void mmu_notifier_free_rcu(struct rcu_head *rcu) in mmu_notifier_free_rcu()
Dvmalloc.c1844 struct rcu_head rcu_head; member
1949 kfree_rcu(vb, rcu_head); in free_vmap_block()
Dslab.c1412 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free()
1417 page = container_of(head, struct page, rcu_head); in kmem_rcu_free()
1625 call_rcu(&page->rcu_head, kmem_rcu_free); in slab_destroy()
Dslub.c2019 static void rcu_free_slab(struct rcu_head *h) in rcu_free_slab()
2021 struct page *page = container_of(h, struct page, rcu_head); in rcu_free_slab()
2029 call_rcu(&page->rcu_head, rcu_free_slab); in free_slab()