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

  /src/sys/uvm/
uvm_swap.c 79 * each swap partition or file is described by a "swapdev" structure.
80 * each "swapdev" structure contains a "swapent" structure which contains
88 * which describe "swapdev"'s at that priority. this LIST is headed
90 * TAILQ of "swapdev" structures at that priority.
97 * structures including the priority list, the swapdev structures,
125 * swapdev: describes a single swap partition/file
131 struct swapdev { struct
143 blist_t swd_blist; /* blist for this swapdev */
145 TAILQ_ENTRY(swapdev) swd_next; /* priority tailq */
163 TAILQ_HEAD(spi_swapdev, swapdev) spi_swapdev
    [all...]
uvm_swap.c 79 * each swap partition or file is described by a "swapdev" structure.
80 * each "swapdev" structure contains a "swapent" structure which contains
88 * which describe "swapdev"'s at that priority. this LIST is headed
90 * TAILQ of "swapdev" structures at that priority.
97 * structures including the priority list, the swapdev structures,
125 * swapdev: describes a single swap partition/file
131 struct swapdev { struct
143 blist_t swd_blist; /* blist for this swapdev */
145 TAILQ_ENTRY(swapdev) swd_next; /* priority tailq */
163 TAILQ_HEAD(spi_swapdev, swapdev) spi_swapdev
    [all...]

Completed in 23 milliseconds