HomeSort by: relevance | last modified time | path
    Searched defs:vndxfer_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
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);

Completed in 13 milliseconds