Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdmu_impl.h268 #define XUIOSTAT_INCR(stat, val) \ macro
270 #define XUIOSTAT_BUMP(stat) XUIOSTAT_INCR(stat, 1)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdmu.c1221 XUIOSTAT_INCR(xuiostat_onloan_rbuf, nblk); in dmu_xuio_init()
1223 XUIOSTAT_INCR(xuiostat_onloan_wbuf, nblk); in dmu_xuio_init()
1239 XUIOSTAT_INCR(xuiostat_onloan_rbuf, -nblk); in dmu_xuio_fini()
1241 XUIOSTAT_INCR(xuiostat_onloan_wbuf, -nblk); in dmu_xuio_fini()