Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c1825 sbuf_printf(buf, fmtstr, is32bit ? VSD_CONSTHIST_FIELDVAL(hist,
1826 hist_dtype, oob) : (uintmax_t)VSD_CONSTHIST_FIELDVAL(hist,
1919 VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, bkts[i].cnt) :
1920 (uintmax_t)VSD_CONSTHIST_FIELDVAL(hist, hist_dtype,
/f-stack/freebsd/sys/
H A Dstats.h579 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ macro