OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availrmem
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/cddl/dtracetoolkit/dist/Bin/
swapinfo.d
71
this->
availrmem
= `
availrmem
;
77
this->ram_used = `
availrmem
- `freemem;
79
this->kernel = `physmem - `pages_locked - `
availrmem
;
91
(`
availrmem
- `swapfs_minfree > 0 ?
92
`
availrmem
- `swapfs_minfree : 0);
95
(`
availrmem
- `swapfs_minfree > 0 ?
96
`
availrmem
- `swapfs_minfree : 0);
104
this->
availrmem
*= `_pagesize; this->
availrmem
/= 1048576
[
all
...]
vmstat.d
109
* MAX(ani_max - ani_resv, 0) + (
availrmem
- swapfs_minfree)
114
this->ani_max - this->ani_resv : 0) + `
availrmem
- `swapfs_minfree;
vmstat-p.d
118
* MAX(ani_max - ani_resv, 0) + (
availrmem
- swapfs_minfree)
123
this->ani_max - this->ani_resv : 0) + `
availrmem
- `swapfs_minfree;
/src/external/cddl/dtracetoolkit/dist/Mem/
swapinfo.d
71
this->
availrmem
= `
availrmem
;
77
this->ram_used = `
availrmem
- `freemem;
79
this->kernel = `physmem - `pages_locked - `
availrmem
;
91
(`
availrmem
- `swapfs_minfree > 0 ?
92
`
availrmem
- `swapfs_minfree : 0);
95
(`
availrmem
- `swapfs_minfree > 0 ?
96
`
availrmem
- `swapfs_minfree : 0);
104
this->
availrmem
*= `_pagesize; this->
availrmem
/= 1048576
[
all
...]
vmstat.d
109
* MAX(ani_max - ani_resv, 0) + (
availrmem
- swapfs_minfree)
114
this->ani_max - this->ani_resv : 0) + `
availrmem
- `swapfs_minfree;
vmstat-p.d
118
* MAX(ani_max - ani_resv, 0) + (
availrmem
- swapfs_minfree)
123
this->ani_max - this->ani_resv : 0) + `
availrmem
- `swapfs_minfree;
/src/external/bsd/top/dist/machine/
m_irix5.c
166
{ "
availrmem
" }, /* 4. Available real memory. */
308
static int
availrmem
;
local
325
(void) getkval(availrmem_offset, (int *) (&
availrmem
), sizeof(
availrmem
),
326
"
availrmem
");
335
memory_stats[1] = pagetok(
availrmem
);
m_irixsgi.c
443
memory_stats[1] = pagetok(realmem.
availrmem
);
/src/external/gpl3/binutils/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/gpl3/binutils.old/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/gpl3/gcc/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/gpl3/gcc.old/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/gpl3/gdb.old/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/gpl3/gdb/dist/libiberty/
physmem.c
219
double pages = realmem.
availrmem
;
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c
7159
uint64_t
availrmem
;
local
7169
availrmem
= (uint64_t)physmem * PAGE_SIZE / 1048576;
7170
if (
availrmem
< ZFS_MIN_MEGS * 80 / 100) {
arc.c
293
#define
availrmem
desfree
macro
3940
*
availrmem
is greater than swapfs_minfree, and the number of reserved
3944
n = PAGESIZE * (
availrmem
- swapfs_minfree - swapfs_reserve -
3953
* Check that we have enough
availrmem
that memory locking (e.g., via
3955
* stores the number of pages that cannot be locked; when
availrmem
3959
n = PAGESIZE * (
availrmem
- pages_pp_maximum -
Completed in 31 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026