pmap.c | 455 static struct pool segmap_pool; variable in typeref:struct:pool 4160 pool_init(&segmap_pool, sz, 0, 0, 0, "segmap", NULL, IPL_NONE); 4556 pool_put(&segmap_pool, rp->rg_segmap); 4597 pool_put(&segmap_pool, rp->rg_segmap); 5797 sp = (struct segmap *)pool_get(&segmap_pool, mflag); 6362 sp = (struct segmap *)pool_get(&segmap_pool, mflag);
|