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

  /src/sys/uvm/
uvm_swap.c 87 * partitions/files. there is a sorted LIST of "swappri" structures
89 * by the "swap_priority" global var. each "swappri" contains a
161 struct swappri { struct
165 LIST_ENTRY(swappri) spi_swappri; /* global list of pri's */
200 LIST_HEAD(swap_priority, swappri);
227 struct swappri *, int);
319 * => caller must provide a newly allocated swappri structure (we will
324 swaplist_insert(struct swapdev *sdp, struct swappri *newspp, int priority)
326 struct swappri *spp, *pspp;
347 UVMHIST_LOG(pdhist, "created new swappri = %jd"
    [all...]
uvm_swap.c 87 * partitions/files. there is a sorted LIST of "swappri" structures
89 * by the "swap_priority" global var. each "swappri" contains a
161 struct swappri { struct
165 LIST_ENTRY(swappri) spi_swappri; /* global list of pri's */
200 LIST_HEAD(swap_priority, swappri);
227 struct swappri *, int);
319 * => caller must provide a newly allocated swappri structure (we will
324 swaplist_insert(struct swapdev *sdp, struct swappri *newspp, int priority)
326 struct swappri *spp, *pspp;
347 UVMHIST_LOG(pdhist, "created new swappri = %jd"
    [all...]

Completed in 21 milliseconds