Searched refs:XUIOSTAT_INCR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_impl.h270 #define XUIOSTAT_INCR(stat, val) \ macro
272 #define XUIOSTAT_BUMP(stat) XUIOSTAT_INCR(stat, 1)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c1037 XUIOSTAT_INCR(xuiostat_onloan_rbuf, nblk);
1039 XUIOSTAT_INCR(xuiostat_onloan_wbuf, nblk);
1055 XUIOSTAT_INCR(xuiostat_onloan_rbuf, -nblk);
1057 XUIOSTAT_INCR(xuiostat_onloan_wbuf, -nblk);

Completed in 93 milliseconds