Home
last modified time | relevance | path

Searched refs:VM_CNT_FETCH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dvmmeter.h151 #define VM_CNT_FETCH(var) counter_u64_fetch(vm_cnt.var) macro
174 return (VM_CNT_FETCH(v_wire_count)); in vm_wire_count()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c774 (uintmax_t)VM_CNT_FETCH(v_vnodepgsin), in linprocfs_dostat()
775 (uintmax_t)VM_CNT_FETCH(v_vnodepgsout), in linprocfs_dostat()
776 (uintmax_t)VM_CNT_FETCH(v_swappgsin), in linprocfs_dostat()
777 (uintmax_t)VM_CNT_FETCH(v_swappgsout), in linprocfs_dostat()
778 (uintmax_t)VM_CNT_FETCH(v_intr), in linprocfs_dostat()
779 (uintmax_t)VM_CNT_FETCH(v_swtch), in linprocfs_dostat()