Home
last modified time | relevance | path

Searched refs:swap_priority (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_swap.c214 LIST_HEAD(swap_priority, swappri);
215 struct swap_priority swap_priority; /* [S] */ variable
272 LIST_INIT(&swap_priority); in uvm_swap_init()
312 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in uvm_swap_initcrypt_all()
456 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in uvm_swap_finicrypt_all()
497 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in swaplist_insert()
549 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in swaplist_find()
620 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in swapdrum_getsdp()
688 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in sys_swapctl()
1478 LIST_FOREACH(spp, &swap_priority, spi_swappri) { in uvm_swap_alloc()
[all …]