Symbol: vm_free_count
sys/amd64/amd64/machdep.c
274
if (memsize < ptoa((uintmax_t)vm_free_count()))
sys/amd64/amd64/machdep.c
301
ptoa((uintmax_t)vm_free_count()),
sys/amd64/amd64/machdep.c
302
ptoa((uintmax_t)vm_free_count()) / 1048576);
sys/arm/arm/machdep.c
199
(uintmax_t)arm32_ptob(vm_free_count()),
sys/arm/arm/machdep.c
200
(uintmax_t)arm32_ptob(vm_free_count()) / mbyte);
sys/arm64/arm64/machdep.c
284
ptoa((uintmax_t)vm_free_count()),
sys/arm64/arm64/machdep.c
285
ptoa((uintmax_t)vm_free_count()) / 1024 / 1024);
sys/cddl/compat/opensolaris/sys/kmem.h
80
#define freemem vm_free_count()
sys/compat/linprocfs/linprocfs.c
162
memfree = (unsigned long)vm_free_count() * PAGE_SIZE;
sys/compat/linux/linux_misc.c
156
sysinfo.freeram = (u_long)vm_free_count() * PAGE_SIZE;
sys/compat/linuxkpi/common/src/linux_page.c
79
si->freeram = vm_free_count();
sys/fs/tmpfs/tmpfs_subr.c
460
avail = swap_pager_avail + vm_free_count();
sys/i386/i386/machdep.c
261
if (memsize < ptoa((uintmax_t)vm_free_count()))
sys/i386/i386/machdep.c
288
ptoa((uintmax_t)vm_free_count()),
sys/i386/i386/machdep.c
289
ptoa((uintmax_t)vm_free_count()) / 1048576);
sys/kern/init_main.c
600
pageablemem = ptoa((vm_paddr_t)vm_free_count());
sys/powerpc/powerpc/machdep.c
235
ptoa((uintmax_t)vm_free_count()),
sys/powerpc/powerpc/machdep.c
236
ptoa((uintmax_t)vm_free_count()) / 1048576);
sys/riscv/riscv/machdep.c
157
ptoa((uintmax_t)vm_free_count()),
sys/riscv/riscv/machdep.c
158
ptoa((uintmax_t)vm_free_count()) / (1024 * 1024));
sys/sys/vmmeter.h
170
u_int vm_free_count(void);
sys/vm/swap_pager.c
2875
vm_free_count() + swap_pager_avail < nblks + nswap_lowat)
sys/vm/vm_meter.c
266
total.t_free = vm_free_count();
sys/vm/vm_meter.c
388
VM_STATS_PROC(v_free_count, "Free pages", vm_free_count);
sys/vm/vm_page.c
5893
db_printf("vm_cnt.v_free_count: %d\n", vm_free_count());
sys/vm/vm_page.c
5908
db_printf("pq_free %d\n", vm_free_count());