Searched refs:page_table_free_rcu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | tlb.h | 71 * page_table_free_rcu takes care of the allocation bit masks in pte_free_tlb() 75 page_table_free_rcu(tlb, (unsigned long *) pte, address); in pte_free_tlb()
|
H A D | pgalloc.h | 28 void page_table_free_rcu(struct mmu_gather *, unsigned long *, unsigned long);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | tlb.h | 73 * page_table_free_rcu takes care of the allocation bit masks in pte_free_tlb() 77 page_table_free_rcu(tlb, (unsigned long *) pte, address); in pte_free_tlb()
|
H A D | pgalloc.h | 28 void page_table_free_rcu(struct mmu_gather *, unsigned long *, unsigned long);
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 275 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() function
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 237 * has elapsed (which page_table_free_rcu() does not actually guarantee). 379 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() function 459 * page_table_free_rcu() does: warn us if pgste ever reaches here. in pte_free_defer()
|
Completed in 4 milliseconds