Searched refs:pt_rcu_head (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/mm/ |
| H A D | pgtable-frag.c | 111 ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now() 126 pte_free_now(&ptdesc->pt_rcu_head); in pte_fragment_free() 128 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_fragment_free()
|
| /linux/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/arch/s390/mm/ |
| H A D | pgalloc.c | 173 struct ptdesc *ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now() 182 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_free_defer()
|
| /linux/include/linux/ |
| H A D | mm_types.h | 550 struct rcu_head pt_rcu_head; member 590 TABLE_MATCH(rcu_head, pt_rcu_head);
|