| 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", 1498 vnx = pool_get(&vndxfer_pool, PR_WAITOK); 1624 pool_put(&vndxfer_pool, vnx); 1737 pool_put(&vndxfer_pool, vnx); 1745 pool_put(&vndxfer_pool, vnx);
|