Searched refs:pgtable_cache_size (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dinit_64.c149 static const unsigned int pgtable_cache_size[2] = { variable
152 static const char *pgtable_cache_name[ARRAY_SIZE(pgtable_cache_size)] = {
164 struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)+1];
166 struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)];
173 for (i = 0; i < ARRAY_SIZE(pgtable_cache_size); i++) {
174 int size = pgtable_cache_size[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgalloc.h22 #define pgtable_cache_size (pgt_quicklists.pgtable_cache_sz) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c1903 pgtable_cache_size--;
1920 pgtable_cache_size++;
1932 pgtable_cache_size--;
1962 pgtable_cache_size++;
1984 if (pgtable_cache_size > high) {
1990 } while (pgtable_cache_size > low);

Completed in 73 milliseconds