/src/sys/arch/usermode/usermode/ |
pmap.c | 107 static struct pool pmap_pool; variable in typeref:struct:pool 481 pool_init(&pmap_pool, sizeof(struct pmap), 0, 0, 0, 510 pmap = pool_get(&pmap_pool, PR_WAITOK); 560 pool_put(&pmap_pool, pmap);
|
/src/sys/arch/hppa/hppa/ |
pmap.c | 106 struct pool pmap_pool; variable in typeref:struct:pool 1142 pool_init(&pmap_pool, sizeof(struct pmap), 0, 0, 0, "pmappl", 1198 pmap = pool_get(&pmap_pool, PR_WAITOK); 1319 pool_put(&pmap_pool, pmap);
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 175 #define pmap_pool PMAPNAME(pool) macro 342 struct pool pmap_pool; /* pool for pmap structures */ variable in typeref:struct:pool 1127 pm = pool_get(&pmap_pool, PR_WAITOK | PR_ZERO); 1229 pool_put(&pmap_pool, pm); 3470 pool_init(&pmap_pool, sizeof(struct pmap),
|