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

  /src/sys/uvm/
uvm_swap.c 89 * by the "swap_priority" global var. each "swappri" contains a
200 LIST_HEAD(swap_priority, swappri);
201 static struct swap_priority swap_priority; variable in typeref:struct:swap_priority
275 LIST_INIT(&swap_priority);
336 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
356 LIST_INSERT_HEAD(&swap_priority, spp, spi_swappri);
392 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
421 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) {
444 LIST_FOREACH(spp, &swap_priority, spi_swappri)
    [all...]
uvm_swap.c 89 * by the "swap_priority" global var. each "swappri" contains a
200 LIST_HEAD(swap_priority, swappri);
201 static struct swap_priority swap_priority; variable in typeref:struct:swap_priority
275 LIST_INIT(&swap_priority);
336 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
356 LIST_INSERT_HEAD(&swap_priority, spp, spi_swappri);
392 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
421 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) {
444 LIST_FOREACH(spp, &swap_priority, spi_swappri)
    [all...]
uvm_swap.c 89 * by the "swap_priority" global var. each "swappri" contains a
200 LIST_HEAD(swap_priority, swappri);
201 static struct swap_priority swap_priority; variable in typeref:struct:swap_priority
275 LIST_INIT(&swap_priority);
336 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
356 LIST_INSERT_HEAD(&swap_priority, spp, spi_swappri);
392 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
421 LIST_FOREACH_SAFE(spp, &swap_priority, spi_swappri, nextspp) {
444 LIST_FOREACH(spp, &swap_priority, spi_swappri)
    [all...]

Completed in 37 milliseconds