Searched refs:VSD_HIST_FIELD (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/sys/ |
H A D | stats.h | 563 #define VSD_HIST_FIELD(hist, cnst, hist_dtype, op, field) \ macro 576 VSD_HIST_FIELD(hist, , hist_dtype, ,field) 578 VSD_HIST_FIELD(hist, const, hist_dtype, ,field) 580 VSD_HIST_FIELD(hist, , hist_dtype, (void *)&,field) 582 VSD_HIST_FIELD(hist, const, hist_dtype, (void *)&,field)
|