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_STATS
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/sys/
swap.h
52
#define SWAP_STATS13 4 /* old
SWAP_STATS
, no se_path */
54
#define SWAP_STATS50 6 /* old
SWAP_STATS
, 32 bit dev_t */
59
#define
SWAP_STATS
11 /* get device info */
/src/usr.bin/systat/
swap.c
129
if ((rnswap = swapctl(
SWAP_STATS
, (void *)swap_devices, nswap)) != nswap) {
/src/sbin/swapctl/
swaplist.c
115
* the kernel returns from swapctl(
SWAP_STATS
), be that
126
rnswap = swapctl(
SWAP_STATS
, (void *)sep, nswap);
128
err(1, "
SWAP_STATS
");
/src/external/bsd/top/dist/machine/
m_netbsd.c
180
long
swap_stats
[9];
variable
561
swap_stats
[0] =
swap_stats
[1] =
swap_stats
[2] = 0;
576
rnswap = swapctl(
SWAP_STATS
, (void *)sep, nswap);
588
swap_stats
[0] = dbtob(totalsize) / 1024;
589
swap_stats
[1] = dbtob(totalinuse) / 1024;
590
swap_stats
[2] = dbtob(totalsize) / 1024 -
swap_stats
[1];
593
swap_stats
[4] = pagetok(uvmexp.poolpages)
[
all
...]
/src/sys/compat/netbsd32/
netbsd32_netbsd.c
1546
if (SCARG(&ua, cmd) ==
SWAP_STATS
) {
/src/sys/uvm/
uvm_swap.c
95
* while we are in the middle of a system call (e.g.
SWAP_STATS
).
113
* [2]
SWAP_STATS
: given a pointer to an array of swapent structures
524
*
SWAP_STATS
: get stats on current # of configured swap devs
541
case
SWAP_STATS
:
544
UVMHIST_LOG(pdhist, "<- done
SWAP_STATS
", 0, 0, 0, 0);
752
* uvm_swap_stats: implements swapctl(
SWAP_STATS
). The function is kept
/src/usr.sbin/sysinst/
disks.c
2172
nswap = swapctl(
SWAP_STATS
, swap, nswap);
Completed in 25 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026