Searched refs:v_active_count (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | vmmeter.h | 95 u_int v_active_count; /* (q) pages active */ member
|
| /freebsd-9-stable/sys/vm/ |
| D | vm_meter.c | 331 SYSCTL_PROC(_vm_stats_vm, OID_AUTO, v_active_count, CTLTYPE_UINT|CTLFLAG_RD|CTLFLAG_MPSAFE, 332 &cnt.v_active_count, 0, vcnt, "IU", "");
|
| D | vm_pageout.c | 1159 pcount = cnt.v_active_count; in vm_pageout_scan() 1420 pcount = cnt.v_active_count; in vm_pageout_page_stats() 1423 tpcount = (int64_t)vm_pageout_stats_max * cnt.v_active_count / in vm_pageout_page_stats()
|
| D | vm_contig.c | 222 actmax = tries < 2 ? 0 : cnt.v_active_count; in vm_contig_grow_cache()
|
| D | vm_page.c | 310 vm_page_queues[PQ_ACTIVE].cnt = &cnt.v_active_count; in vm_page_startup() 311 vm_page_queues[PQ_HOLD].cnt = &cnt.v_active_count; in vm_page_startup() 3093 db_printf("cnt.v_active_count: %d\n", cnt.v_active_count);
|
| /freebsd-9-stable/usr.bin/systat/ |
| D | vmstat.c | 107 u_int v_active_count; /* number of pages active */ member 509 putint(pgtokb(s.v_active_count), VMSTATROW + 12, VMSTATCOL, 8); in showkre() 775 GETSYSCTL("vm.stats.vm.v_active_count", ls->v_active_count); in getinfo()
|
| /freebsd-9-stable/usr.bin/vmstat/ |
| D | vmstat.c | 537 GET_VM_STATS(vm, v_active_count); in fill_vmmeter() 979 (void)printf("%9u pages active\n", sum.v_active_count); in dosum()
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_misc.c | 789 *retval = cnt.v_active_count; /* XXX: active instead of avg */
|