Searched refs:pt_rcu_head (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/mm/ |
| H A D | pgtable-frag.c | 113 ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now() 130 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_fragment_free() 132 pte_free_now(&ptdesc->pt_rcu_head); in pte_fragment_free()
|
| /linux-6.15/mm/ |
| H A D | mmu_gather.c | 327 ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in __tlb_remove_table_one_rcu() 336 call_rcu(&ptdesc->pt_rcu_head, __tlb_remove_table_one_rcu); in __tlb_remove_table_one()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | pgalloc.c | 169 struct ptdesc *ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now() 178 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_free_defer()
|
| /linux-6.15/include/linux/ |
| H A D | mm_types.h | 554 struct rcu_head pt_rcu_head; member 594 TABLE_MATCH(rcu_head, pt_rcu_head);
|