| /src/sys/arch/powerpc/ibm4xx/ |
| pmap.c | 195 static struct pool pv_pool; variable in typeref:struct:pool 514 pool_init(&pv_pool, sizeof(struct pv_entry), 0, 0, 0, "pv_entry", 745 npv = pool_get(&pv_pool, PR_NOWAIT); 791 pool_put(&pv_pool, npv); 803 pool_put(&pv_pool, npv);
|
| /src/sys/arch/sparc/sparc/ |
| pmap.c | 208 static struct pool pv_pool; variable in typeref:struct:pool 2527 pool_put(&pv_pool, npv); 2551 pool_put(&pv_pool, npv); 2595 npv = pool_get(&pv_pool, PR_NOWAIT); 2781 pool_put(&pv_pool, npv); 2806 pool_put(&pv_pool, npv); 2856 npv = pool_get(&pv_pool, PR_NOWAIT); 4144 pool_init(&pv_pool, sizeof(struct pvlist), 0, 0, 0, "pvtable", NULL, 4381 {static int x; if (x == 0) pool_setlowat(&pv_pool, 512), x = 1; } 5144 pool_put(&pv_pool, pv) [all...] |