Searched defs:hist_dtype (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | stats.h | 365 enum vsd_dtype hist_dtype; member 563 #define VSD_HIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument 575 #define VSD_HIST_FIELDVAL(hist, hist_dtype, field) \ argument 577 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ argument 579 #define VSD_HIST_FIELDPTR(hist, hist_dtype, field) \ argument 581 #define VSD_CONSTHIST_FIELDPTR(hist, hist_dtype, field) \ argument 584 #define VSD_CRHIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument 588 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument 590 #define VSD_CONSTCRHIST_FIELDVAL(hist, hist_dtype, field) \ argument 592 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument [all …]
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 1774 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,
|