Home
last modified time | relevance | path

Searched refs:_VSD (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dstats.h436 #define _VSD(cnst, type, ptr) ((cnst struct voistatdata_##type *)(ptr)) macro
437 #define VSD(type, ptr) _VSD(, type, ptr)
438 #define CONSTVSD(type, ptr) _VSD(const, type, ptr)
565 op(_VSD(cnst, crhist32, hist)->field) : \
567 op(_VSD(cnst, drhist32, hist)->field) : \
569 op(_VSD(cnst, dvhist32, hist)->field) : \
571 op(_VSD(cnst, crhist64, hist)->field) : \
573 op(_VSD(cnst, drhist64, hist)->field) : \
574 (op(_VSD(cnst, dvhist64, hist)->field)))))))
586 op(_VSD(cnst, crhist32, hist)->field) : \
[all …]