Searched refs:pte_free_now (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dpgtable-frag.c109 static void pte_free_now(struct rcu_head *head) function
130 call_rcu(&ptdesc->pt_rcu_head, pte_free_now);
132 pte_free_now(&ptdesc->pt_rcu_head);
/linux-master/mm/
H A Dpgtable-generic.c237 static void pte_free_now(struct rcu_head *head) function
250 call_rcu(&page->rcu_head, pte_free_now);
/linux-master/arch/s390/mm/
H A Dpgalloc.c208 static void pte_free_now(struct rcu_head *head) function
219 call_rcu(&ptdesc->pt_rcu_head, pte_free_now);
/linux-master/arch/sparc/mm/
H A Dinit_64.c2948 static void pte_free_now(struct rcu_head *head) function
2961 call_rcu(&page->rcu_head, pte_free_now);

Completed in 297 milliseconds