Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dswap.h54 #define SWAP_CTL 5 /* change priority on device */ macro
/openbsd-src/sbin/swapctl/
H A Dswapctl.c301 if (swapctl(SWAP_CTL, path, pri) == -1) in change_priority()
/openbsd-src/sys/uvm/
H A Duvm_swap.c119 * [5] SWAP_CTL: changes the priority of a swap device (new priority in
745 case SWAP_CTL: in sys_swapctl()