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/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
...]
m_linux.c
229
static long
swap_stats
[NSWAPSTATS];
variable
583
swap_stats
[SWAPUSED] = strtoul(p, &p, 10);
584
swap_stats
[SWAPFREE] = strtoul(p, &p, 10);
585
swap_stats
[SWAPUSED] = bytetok(
swap_stats
[SWAPUSED]);
586
swap_stats
[SWAPFREE] = bytetok(
swap_stats
[SWAPFREE]);
625
swap_stats
[SWAPUSED] = swaptotal - memfree;
626
swap_stats
[SWAPFREE] = memfree;
631
swap_stats
[SWAPCACHED] = strtoul(p, &p, 10)
[
all
...]
m_linuxthr.c
202
static long
swap_stats
[NSWAPSTATS];
variable
466
swap_stats
[SWAPUSED] = strtoul(p, &p, 10);
467
swap_stats
[SWAPFREE] = strtoul(p, &p, 10);
468
swap_stats
[SWAPUSED] = bytetok(
swap_stats
[SWAPUSED]);
469
swap_stats
[SWAPFREE] = bytetok(
swap_stats
[SWAPFREE]);
508
swap_stats
[SWAPUSED] = swaptotal - memfree;
509
swap_stats
[SWAPFREE] = memfree;
514
swap_stats
[SWAPCACHED] = strtoul(p, &p, 10)
[
all
...]
m_freebsd.c
292
long
swap_stats
[7];
variable
1107
swap_stats
[4] = 0;
1108
swap_stats
[5] = 0;
1114
swap_stats
[4] = pagetok(sum.v_swappgsin - swappgsin);
1115
swap_stats
[5] = pagetok(sum.v_swappgsout - swappgsout);
1122
if (
swap_stats
[4] > 0 ||
swap_stats
[5] > 0 || swap_delay == 0)
1124
swap_stats
[3] = swap_getdata(&swapavail, &swapfree);
1125
swap_stats
[0] = swapavail;
1126
swap_stats
[1] = swapavail - swapfree
[
all
...]
m_aix5.c
159
long
swap_stats
[3];
variable
385
swap_stats
[M_VIRTUAL] = PAGE_TO_MB(m_info.totalvmem);
386
swap_stats
[M_VIRTFREE] = PAGE_TO_MB(m_info.freevmem);
395
swap_stats
[M_VIRTUAL] = PAGE_TO_KB(m_info1.pgsp_total);
396
swap_stats
[M_VIRTFREE] = PAGE_TO_KB(m_info1.pgsp_free);
410
si->swap =
swap_stats
;
m_aix43.c
154
long
swap_stats
[3];
variable
339
swap_stats
[M_VIRTUAL] = PAGE_TO_MB(m_info.totalvmem);
340
swap_stats
[M_VIRTFREE] = PAGE_TO_MB(m_info.freevmem);
348
si->swap =
swap_stats
;
m_decosf1.c
211
long
swap_stats
[3];
variable
457
swap_stats
[0] = pagetok(swap_pages - swap_free);
458
swap_stats
[1] = pagetok(swap_pages);
460
si->swap =
swap_stats
;
Completed in 43 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026