Searched refs:CONSTVSD (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 1650 smplcnt = CONSTVSD(tdgstclust32, tdgst)->smplcnt; 1651 compcnt = CONSTVSD(tdgstclust32, tdgst)->compcnt; 1652 maxctds = ARB_MAXNODES(&CONSTVSD(tdgstclust32, tdgst)->ctdtree); 1653 curctds = ARB_CURNODES(&CONSTVSD(tdgstclust32, tdgst)->ctdtree); 1654 ctd32tree = &CONSTVSD(tdgstclust32, tdgst)->ctdtree; 1663 smplcnt = CONSTVSD(tdgstclust64, tdgst)->smplcnt; 1664 compcnt = CONSTVSD(tdgstclust64, tdgst)->compcnt; 1667 ctd64tree = &CONSTVSD(tdgstclust64, tdgst)->ctdtree; 1957 (const struct voistatdata *)&CONSTVSD(voistate, vsd)->prev, 2012 stats_voistatdata_hist_tostr(voi_dtype, CONSTVSD(hist, vsd), [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 440 #define CONSTVSD(type, ptr) _VSD(const, type, ptr) macro
|