Home
last modified time | relevance | path

Searched refs:v_inactive_count (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_meter.c410 v_inactive_count, CTLFLAG_RD, &vmstats.v_inactive_count, 0,
460 kcollect_setvalue(KCOLLECT_MEMINA, PTOB(vmstats.v_inactive_count)); in collect_vmstats_callback()
603 if (gd->gd_vmstats_adj.v_inactive_count) { in vmstats_rollup_cpu()
604 value=atomic_swap_long(&gd->gd_vmstats_adj.v_inactive_count, 0); in vmstats_rollup_cpu()
605 atomic_add_long(&vmstats.v_inactive_count, value); in vmstats_rollup_cpu()
H A Dvm_page2.h327 gd->gd_vmstats.v_inactive_count) < in vm_paging_inactive()
350 gd->gd_vmstats.v_inactive_count); in vm_paging_inactive_count()
H A Dvm_contig.c336 vmstats.v_inactive_count); in vm_contig_pg_alloc()
H A Dvm_pageout.c1975 vmstats.v_inactive_count) in vm_pageout_page_stats()
2592 vmstats.v_inactive_count; in vm_pageout_thread()
2663 if (vmstats.v_inactive_count > in vm_pageout_thread()
H A Dvm_swapcache.c363 hyst = vmstats.v_inactive_count / 4; in vm_swapcache_writing_heuristic()
H A Dvm_page.c183 offsetof(struct vmstats, v_inactive_count); in vm_page_queue_init()
4200 db_printf("vmstats.v_inactive_count: %ld\n", vmstats.v_inactive_count); in DB_SHOW_COMMAND()
/dragonfly/sys/sys/
H A Dvmmeter.h163 long v_inactive_count; /* number of pages inactive */ member
/dragonfly/usr.bin/systat/
H A Dvmstat.c547 put64(pgtob(vms.v_inactive_count + in showkre()
583 put64(pgtob(vms.v_inactive_count), VMSTATROW + 4, VMSTATCOL, 7, 0); in showkre()
/dragonfly/usr.bin/top/
H A Dm_dragonfly.c418 memory_stats[1] = pagetok(vms.v_inactive_count); in get_system_info()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c779 printf("%9lu pages inactive\n", vms.v_inactive_count); in dosum()