Home
last modified time | relevance | path

Searched defs:hist_dtype (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dstats.h365 enum vsd_dtype hist_dtype; member
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
588 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
592 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
601 #define VSD_DRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
605 #define VSD_DRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
614 #define VSD_DVHIST_FIELDVAL(hist, hist_dtype, field) \ argument
[all …]
/freebsd/sys/kern/
H A Dsubr_stats.c1774 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,