OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap_on
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_swap.c
117
* [3]
SWAP_ON
: given a pathname in arg (could be device or file) and a
119
* [4] SWAP_OFF: as
SWAP_ON
, but stops swapping to a device
230
static int
swap_on
(struct lwp *, struct swapdev *);
503
* [with two helper functions:
swap_on
and swap_off]
604
if (SCARG(uap, cmd) ==
SWAP_ON
&&
612
* (SWAP_PATH_MAX instead of PATH_MAX) for
SWAP_ON
.
623
if (SCARG(uap, cmd) ==
SWAP_ON
) {
674
case
SWAP_ON
:
712
* if
swap_on
is a success, it will clear the SWF_FAKE flag
715
if ((error =
swap_on
(l, sdp)) != 0)
838
swap_on
(struct lwp *l, struct swapdev *sdp)
function in typeref:typename:int
[
all
...]
uvm_swap.c
117
* [3]
SWAP_ON
: given a pathname in arg (could be device or file) and a
119
* [4] SWAP_OFF: as
SWAP_ON
, but stops swapping to a device
230
static int
swap_on
(struct lwp *, struct swapdev *);
503
* [with two helper functions:
swap_on
and swap_off]
604
if (SCARG(uap, cmd) ==
SWAP_ON
&&
612
* (SWAP_PATH_MAX instead of PATH_MAX) for
SWAP_ON
.
623
if (SCARG(uap, cmd) ==
SWAP_ON
) {
674
case
SWAP_ON
:
712
* if
swap_on
is a success, it will clear the SWF_FAKE flag
715
if ((error =
swap_on
(l, sdp)) != 0)
838
swap_on
(struct lwp *l, struct swapdev *sdp)
function in typeref:typename:int
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025