uvm_swap.c | 192 static struct pool vndxfer_pool, vndbuf_pool; variable in typeref:struct:pool 300 pool_init(&vndxfer_pool, sizeof(struct vndxfer), 0, 0, 0, "swp vnx", 1370 vnx = pool_get(&vndxfer_pool, PR_WAITOK); 1496 pool_put(&vndxfer_pool, vnx); 1609 pool_put(&vndxfer_pool, vnx); 1617 pool_put(&vndxfer_pool, vnx);
|