Searched refs:CONSTVSD (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_stats.c | 1657 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; 1672 maxctds = ARB_MAXNODES(&CONSTVSD(tdgstclust64, tdgst)->ctdtree); 1673 curctds = ARB_CURNODES(&CONSTVSD(tdgstclust64, tdgst)->ctdtree); 1674 ctd64tree = &CONSTVSD(tdgstclust64, tdgst)->ctdtree; [all …]
|
/freebsd/sys/sys/ |
H A D | stats.h | 438 #define CONSTVSD(type, ptr) _VSD(const, type, ptr) macro
|