Home
last modified time | relevance | path

Searched refs:pt_rcu_head (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/mm/
H A Dpgtable-frag.c111 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 Dmmu_gather.c328 ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in __tlb_remove_table_one_rcu()
337 call_rcu(&ptdesc->pt_rcu_head, __tlb_remove_table_one_rcu); in __tlb_remove_table_one()
/linux/include/linux/
H A Dmm_types.h576 struct rcu_head pt_rcu_head; member
616 TABLE_MATCH(rcu_head, pt_rcu_head);