Symbol: GET_VM_STATS
usr.bin/vmstat/vmstat.c
526
GET_VM_STATS(sys, v_swtch);
usr.bin/vmstat/vmstat.c
527
GET_VM_STATS(sys, v_trap);
usr.bin/vmstat/vmstat.c
528
GET_VM_STATS(sys, v_syscall);
usr.bin/vmstat/vmstat.c
529
GET_VM_STATS(sys, v_intr);
usr.bin/vmstat/vmstat.c
530
GET_VM_STATS(sys, v_soft);
usr.bin/vmstat/vmstat.c
533
GET_VM_STATS(vm, v_vm_faults);
usr.bin/vmstat/vmstat.c
534
GET_VM_STATS(vm, v_io_faults);
usr.bin/vmstat/vmstat.c
535
GET_VM_STATS(vm, v_cow_faults);
usr.bin/vmstat/vmstat.c
536
GET_VM_STATS(vm, v_cow_optim);
usr.bin/vmstat/vmstat.c
537
GET_VM_STATS(vm, v_zfod);
usr.bin/vmstat/vmstat.c
538
GET_VM_STATS(vm, v_ozfod);
usr.bin/vmstat/vmstat.c
539
GET_VM_STATS(vm, v_swapin);
usr.bin/vmstat/vmstat.c
540
GET_VM_STATS(vm, v_swapout);
usr.bin/vmstat/vmstat.c
541
GET_VM_STATS(vm, v_swappgsin);
usr.bin/vmstat/vmstat.c
542
GET_VM_STATS(vm, v_swappgsout);
usr.bin/vmstat/vmstat.c
543
GET_VM_STATS(vm, v_vnodein);
usr.bin/vmstat/vmstat.c
544
GET_VM_STATS(vm, v_vnodeout);
usr.bin/vmstat/vmstat.c
545
GET_VM_STATS(vm, v_vnodepgsin);
usr.bin/vmstat/vmstat.c
546
GET_VM_STATS(vm, v_vnodepgsout);
usr.bin/vmstat/vmstat.c
547
GET_VM_STATS(vm, v_intrans);
usr.bin/vmstat/vmstat.c
548
GET_VM_STATS(vm, v_reactivated);
usr.bin/vmstat/vmstat.c
549
GET_VM_STATS(vm, v_pdwakeups);
usr.bin/vmstat/vmstat.c
550
GET_VM_STATS(vm, v_pdpages);
usr.bin/vmstat/vmstat.c
551
GET_VM_STATS(vm, v_pdshortfalls);
usr.bin/vmstat/vmstat.c
552
GET_VM_STATS(vm, v_dfree);
usr.bin/vmstat/vmstat.c
553
GET_VM_STATS(vm, v_pfree);
usr.bin/vmstat/vmstat.c
554
GET_VM_STATS(vm, v_tfree);
usr.bin/vmstat/vmstat.c
555
GET_VM_STATS(vm, v_page_size);
usr.bin/vmstat/vmstat.c
556
GET_VM_STATS(vm, v_page_count);
usr.bin/vmstat/vmstat.c
557
GET_VM_STATS(vm, v_free_reserved);
usr.bin/vmstat/vmstat.c
558
GET_VM_STATS(vm, v_free_target);
usr.bin/vmstat/vmstat.c
559
GET_VM_STATS(vm, v_free_min);
usr.bin/vmstat/vmstat.c
560
GET_VM_STATS(vm, v_free_count);
usr.bin/vmstat/vmstat.c
561
GET_VM_STATS(vm, v_wire_count);
usr.bin/vmstat/vmstat.c
562
GET_VM_STATS(vm, v_user_wire_count);
usr.bin/vmstat/vmstat.c
563
GET_VM_STATS(vm, v_nofree_count);
usr.bin/vmstat/vmstat.c
564
GET_VM_STATS(vm, v_active_count);
usr.bin/vmstat/vmstat.c
565
GET_VM_STATS(vm, v_inactive_target);
usr.bin/vmstat/vmstat.c
566
GET_VM_STATS(vm, v_inactive_count);
usr.bin/vmstat/vmstat.c
567
GET_VM_STATS(vm, v_laundry_count);
usr.bin/vmstat/vmstat.c
568
GET_VM_STATS(vm, v_pageout_free_min);
usr.bin/vmstat/vmstat.c
569
GET_VM_STATS(vm, v_interrupt_free_min);
usr.bin/vmstat/vmstat.c
571
GET_VM_STATS(vm, v_forks);
usr.bin/vmstat/vmstat.c
572
GET_VM_STATS(vm, v_vforks);
usr.bin/vmstat/vmstat.c
573
GET_VM_STATS(vm, v_rforks);
usr.bin/vmstat/vmstat.c
574
GET_VM_STATS(vm, v_kthreads);
usr.bin/vmstat/vmstat.c
575
GET_VM_STATS(vm, v_forkpages);
usr.bin/vmstat/vmstat.c
576
GET_VM_STATS(vm, v_vforkpages);
usr.bin/vmstat/vmstat.c
577
GET_VM_STATS(vm, v_rforkpages);
usr.bin/vmstat/vmstat.c
578
GET_VM_STATS(vm, v_kthreadpages);