Searched refs:VSD_CONSTHIST_FIELDVAL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 1825 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 D | stats.h | 579 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ macro
|