Lines Matching defs:swap_priority
89 * by the "swap_priority" global var. each "swappri" contains a
200 LIST_HEAD(swap_priority, swappri);
201 static struct swap_priority 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) {
548 * note that the swap_priority list can't change as long
803 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
1158 LIST_FOREACH(spp, &swap_priority, spi_swappri)
1672 LIST_FOREACH(spp, &swap_priority, spi_swappri) {