Home
last modified time | relevance | path

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

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