swap_priority 226 uvm/uvm_swap.c LIST_HEAD(swap_priority, swappri); swap_priority 227 uvm/uvm_swap.c static struct swap_priority swap_priority; swap_priority 280 uvm/uvm_swap.c LIST_INIT(&swap_priority); swap_priority 329 uvm/uvm_swap.c LIST_FOREACH(spp, &swap_priority, spi_swappri) { swap_priority 468 uvm/uvm_swap.c for (pspp = NULL, spp = LIST_FIRST(&swap_priority); spp != NULL; swap_priority 489 uvm/uvm_swap.c LIST_INSERT_HEAD(&swap_priority, spp, spi_swappri); swap_priority 522 uvm/uvm_swap.c for (spp = LIST_FIRST(&swap_priority); spp != NULL; swap_priority 551 uvm/uvm_swap.c for (spp = LIST_FIRST(&swap_priority); spp != NULL; spp = nextspp) { swap_priority 596 uvm/uvm_swap.c for (spp = LIST_FIRST(&swap_priority); spp != NULL; swap_priority 672 uvm/uvm_swap.c for (spp = LIST_FIRST(&swap_priority); spp != NULL; swap_priority 1600 uvm/uvm_swap.c for (spp = LIST_FIRST(&swap_priority); spp != NULL;