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

  /src/sys/uvm/
uvm_swap.c 184 struct vndbuf { struct
190 * We keep a of pool vndbuf's and vndxfer structures.
302 pool_init(&vndbuf_pool, sizeof(struct vndbuf), 0, 0, 0, "swp vnd",
1387 struct vndbuf *nbp;
1558 * => note that we can recover the vndbuf struct by casting the buf ptr
1563 struct vndbuf *vbp = (void *)wk;

Completed in 13 milliseconds