Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstats.h367 enum vsd_dtype hist_dtype; member
577 #define VSD_HIST_FIELDVAL(hist, hist_dtype, field) \ argument
579 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ argument
581 #define VSD_HIST_FIELDPTR(hist, hist_dtype, field) \ argument
583 #define VSD_CONSTHIST_FIELDPTR(hist, hist_dtype, field) \ argument
590 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
594 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
603 #define VSD_DRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
607 #define VSD_DRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
616 #define VSD_DVHIST_FIELDVAL(hist, hist_dtype, field) \ argument
[all …]
/f-stack/freebsd/kern/
H A Dsubr_stats.c1767 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,