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.c113 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/arch/s390/mm/
H A Dpgalloc.c210 struct ptdesc *ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now()
219 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_free_defer()
/linux/include/linux/
H A Dmm_types.h445 struct rcu_head pt_rcu_head; member
482 TABLE_MATCH(rcu_head, pt_rcu_head);