Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c1657 smplcnt = CONSTVSD(tdgstclust32, tdgst)->smplcnt;
1658 compcnt = CONSTVSD(tdgstclust32, tdgst)->compcnt;
1659 maxctds = ARB_MAXNODES(&CONSTVSD(tdgstclust32, tdgst)->ctdtree);
1660 curctds = ARB_CURNODES(&CONSTVSD(tdgstclust32, tdgst)->ctdtree);
1661 ctd32tree = &CONSTVSD(tdgstclust32, tdgst)->ctdtree;
1670 smplcnt = CONSTVSD(tdgstclust64, tdgst)->smplcnt;
1671 compcnt = CONSTVSD(tdgstclust64, tdgst)->compcnt;
1674 ctd64tree = &CONSTVSD(tdgstclust64, tdgst)->ctdtree;
1964 (const struct voistatdata *)&CONSTVSD(voistate, vsd)->prev,
2019 stats_voistatdata_hist_tostr(voi_dtype, CONSTVSD(hist, vsd),
[all …]
/freebsd/sys/sys/
H A Dstats.h438 #define CONSTVSD(type, ptr) _VSD(const, type, ptr) macro