Searched refs:VSD_DVHIST_FIELD (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/sys/ |
H A D | stats.h | 610 #define VSD_DVHIST_FIELD(hist, cnst, hist_dtype, op, field) \ macro 615 VSD_DVHIST_FIELD(hist, , hist_dtype, , field) 617 VSD_DVHIST_FIELD(hist, const, hist_dtype, , field) 619 VSD_DVHIST_FIELD(hist, , hist_dtype, &, field) 621 VSD_DVHIST_FIELD(hist, const, hist_dtype, &, field)
|