Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c1832 sbuf_printf(buf, fmtstr, is32bit ? VSD_CONSTHIST_FIELDVAL(hist,
1833 hist_dtype, oob) : (uintmax_t)VSD_CONSTHIST_FIELDVAL(hist,
1926 VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, bkts[i].cnt) :
1927 (uintmax_t)VSD_CONSTHIST_FIELDVAL(hist, hist_dtype,
/freebsd/sys/sys/
H A Dstats.h577 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ macro