Home
last modified time | relevance | path

Searched refs:pgtable_cache_size (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/microblaze/include/asm/
Dpgalloc.h41 #define pgtable_cache_size (quicklists.pgtable_cache_sz) macro
81 pgtable_cache_size--; in get_pgd_fast()
91 pgtable_cache_size++; in free_pgd_fast()
139 pgtable_cache_size--; in pte_alloc_one_fast()
148 pgtable_cache_size++; in pte_free_fast()
/linux-3.4.99/arch/sparc/include/asm/
Dpgalloc_32.h21 #define pgtable_cache_size (pgt_quicklists.pgtable_cache_sz) macro
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c1791 pgtable_cache_size--; in sun4c_get_pgd_fast()
1808 pgtable_cache_size++; in sun4c_free_pgd_fast()
1820 pgtable_cache_size--; in sun4c_pte_alloc_one_fast()
1853 pgtable_cache_size++; in sun4c_free_pte_fast()
1876 if (pgtable_cache_size > high) { in sun4c_check_pgt_cache()
1882 } while (pgtable_cache_size > low); in sun4c_check_pgt_cache()
Dinit_32.c84 printk("%ld pages in page table cache\n",pgtable_cache_size); in show_mem()