HomeSort by: relevance | last modified time | path
    Searched defs:availrmem (Results 1 - 3 of 3) sorted by relevancy

  /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);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 293 #define availrmem desfree macro
3941 * availrmem is greater than swapfs_minfree, and the number of reserved
3945 n = PAGESIZE * (availrmem - swapfs_minfree - swapfs_reserve -
3954 * Check that we have enough availrmem that memory locking (e.g., via
3956 * stores the number of pages that cannot be locked; when availrmem
3960 n = PAGESIZE * (availrmem - pages_pp_maximum -
zfs_ioctl.c 7164 uint64_t availrmem; local
7174 availrmem = (uint64_t)physmem * PAGE_SIZE / 1048576;
7175 if (availrmem < ZFS_MIN_MEGS * 80 / 100) {

Completed in 34 milliseconds