Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c1651 uint64_t smplcnt, compcnt; local
1657 smplcnt = CONSTVSD(tdgstclust32, tdgst)->smplcnt;
1670 smplcnt = CONSTVSD(tdgstclust64, tdgst)->smplcnt;
1697 sbuf_printf(buf, fmtstr, (uintmax_t)smplcnt, (uintmax_t)compcnt,
2437 VSD(tdgstclust32, tdgst)->smplcnt = 0;
2450 VSD(tdgstclust64, tdgst)->smplcnt = 0;
2938 VSD(tdgstclust32, tdgst)->smplcnt = 0;
2953 VSD(tdgstclust64, tdgst)->smplcnt = 0;
3086 uint64_t cnt, smplcnt, sum, tmpsum; local
3095 if ((UINT32_MAX - weight) < VSD(tdgstclust32, tdgst)->smplcnt)
[all …]
/freebsd/sys/sys/
H A Dstats.h310 uint32_t smplcnt; /* Count of samples. */ member
321 uint64_t smplcnt; /* Count of samples. */ member