Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
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/
A Dpgalloc.c212 struct ptdesc *ptdesc = container_of(head, struct ptdesc, pt_rcu_head); in pte_free_now()
221 call_rcu(&ptdesc->pt_rcu_head, pte_free_now); in pte_free_defer()
/linux/include/linux/
A Dmm_types.h461 struct rcu_head pt_rcu_head; member
498 TABLE_MATCH(rcu_head, pt_rcu_head);

Completed in 12 milliseconds