Searched refs:swapon (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh211 swapon /dev/zram$i > err.log 2>&1
214 echo "FAIL swapon /dev/zram$1 failed"
221 echo "zram making zram mkswap and swapon: OK"
/linux-master/kernel/
H A Dsys_ni.c179 COND_SYSCALL(swapon); variable
/linux-master/fs/nfs/
H A Dnfs4state.c1212 bool swapon = false; local
1220 swapon = !test_and_set_bit(NFS4CLNT_MANAGER_AVAILABLE,
1222 if (!swapon) {
1247 if (swapon)
/linux-master/mm/
H A Dswapfile.c105 /* Activity counter to indicate that a swapon or swapoff has occurred */
175 * swapon tell device that all the old swap contents can be discarded,
1245 * Notice that swapoff or swapoff+swapon can still happen before the
1253 * ... swapoff+swapon
1265 * has been swapoff or swapoff+swapon.
2251 * built at swapon time and is then used at swap_writepage/swap_read_folio
2260 * swapfiles are handled *identically* after swapon time.
2268 * For all swap devices we set S_SWAPFILE across the life of the swapon. This
2567 * Clear the SWP_USED flag after all resources are freed so that swapon
3000 SYSCALL_DEFINE2(swapon, cons
[all...]

Completed in 127 milliseconds