HomeSort by: relevance | last modified time | path
    Searched defs:vndbuf_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
302 pool_init(&vndbuf_pool, sizeof(struct vndbuf), 0, 0, 0, "swp vnd",
1445 nbp = pool_get(&vndbuf_pool, PR_WAITOK);
1472 pool_put(&vndbuf_pool, nbp);
1596 pool_put(&vndbuf_pool, vbp);

Completed in 12 milliseconds