Searched refs:rcu_head (Results 1 – 11 of 11) sorted by relevance
/mm/kfence/ |
D | kfence.h | 48 struct rcu_head rcu_head; /* For delayed freeing. */ member
|
D | core.c | 501 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/ |
D | kasan_test_module.c | 67 struct rcu_head rcu; 70 static noinline void __init kasan_rcu_reclaim(struct rcu_head *rp) in kasan_rcu_reclaim()
|
/mm/ |
D | backing-dev.c | 388 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()
|
D | slob.c | 134 struct rcu_head head; 658 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free()
|
D | mmu_gather.c | 154 static void tlb_remove_table_rcu(struct rcu_head *head) in tlb_remove_table_rcu()
|
D | kmemleak.c | 145 struct rcu_head rcu; /* object_list lockless traversal */ 471 static void free_object_rcu(struct rcu_head *rcu) in free_object_rcu()
|
D | mmu_notifier.c | 862 static void mmu_notifier_free_rcu(struct rcu_head *rcu) in mmu_notifier_free_rcu()
|
D | vmalloc.c | 1844 struct rcu_head rcu_head; member 1949 kfree_rcu(vb, rcu_head); in free_vmap_block()
|
D | slab.c | 1412 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()
|
D | slub.c | 2019 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()
|