OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_OFF
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
swap.h
45
#define
SWAP_OFF
2 /* stop swapping on device */
/src/sbin/swapctl/
swapctl.c
502
if (swapctl(
SWAP_OFF
, spec, pri) < 0) {
/src/sys/compat/linux32/common/
linux32_unistd.c
592
SCARG(&ua, cmd) =
SWAP_OFF
;
/src/usr.sbin/sysinst/
disks.c
2151
swapctl(
SWAP_OFF
, swap_dev, 0);
2194
if (swapctl(
SWAP_OFF
, cp, 0) == -1)
/src/sys/compat/linux/common/
linux_misc.c
1406
SCARG(&ua, cmd) =
SWAP_OFF
;
/src/sys/uvm/
uvm_swap.c
119
* [4]
SWAP_OFF
: as SWAP_ON, but stops swapping to a device
231
static int
swap_off
(struct lwp *, struct swapdev *);
503
* [with three helper functions: swap_on,
swap_off
and uvm_swap_stats]
728
case
SWAP_OFF
:
749
error =
swap_off
(l, sdp);
1174
*
swap_off
: stop swapping on swapdev
1179
swap_off
(struct lwp *l, struct swapdev *sdp)
function
1293
/* Have to lock and reference vnode for
swap_off
(). */
1296
error =
swap_off
(l, sdp);
1886
* in this device, to make everything add up in
swap_off
()
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026