Searched refs:v_active_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dvmmeter.h95 u_int v_active_count; /* (q) pages active */ member in struct:vmmeter
/freebsd-9.3-release/sys/vm/
H A Dvm_meter.c339 SYSCTL_PROC(_vm_stats_vm, OID_AUTO, v_active_count, CTLTYPE_UINT|CTLFLAG_RD|CTLFLAG_MPSAFE,
340 &cnt.v_active_count, 0, vcnt, "IU", "");
H A Dvm_contig.c222 actmax = tries < 2 ? 0 : cnt.v_active_count;
H A Dvm_pageout.c1159 pcount = cnt.v_active_count;
1420 pcount = cnt.v_active_count;
1423 tpcount = (int64_t)vm_pageout_stats_max * cnt.v_active_count /
H A Dvm_page.c310 vm_page_queues[PQ_ACTIVE].cnt = &cnt.v_active_count;
311 vm_page_queues[PQ_HOLD].cnt = &cnt.v_active_count;
3093 db_printf("cnt.v_active_count: %d\n", cnt.v_active_count);
/freebsd-9.3-release/usr.bin/systat/
H A Dvmstat.c107 u_int v_active_count; /* number of pages active */ member in struct:Info
509 putint(pgtokb(s.v_active_count), VMSTATROW + 12, VMSTATCOL, 8);
775 GETSYSCTL("vm.stats.vm.v_active_count", ls->v_active_count);
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c537 GET_VM_STATS(vm, v_active_count);
979 (void)printf("%9u pages active\n", sum.v_active_count);
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c789 *retval = cnt.v_active_count; /* XXX: active instead of avg */

Completed in 201 milliseconds