Searched refs:rbctdtree (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | subr_stats.c | 2445 RB_INIT(&VSD(tdgstclust32, tdgst)->rbctdtree); 2458 RB_INIT(&VSD(tdgstclust64, tdgst)->rbctdtree); 2942 RB_INIT(&VSD(tdgstclust32, tdgst)->rbctdtree); 2957 RB_INIT(&VSD(tdgstclust64, tdgst)->rbctdtree); 3371 tdgst)->rbctdtree, ctd64); 3382 struct rbctdth64 *rbctdtree = local 3383 &VSD(tdgstclust64, tdgst)->rbctdtree; 3388 RB_NEXT(rbctdth64, rbctdtree, rbctd64)); 3393 RB_MIN(rbctdth64, rbctdtree) 3395 RB_MAX(rbctdth64, rbctdtree) [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | stats.h | 313 RB_HEAD(rbctdth32, voistatdata_tdgstctd32) rbctdtree; 324 RB_HEAD(rbctdth64, voistatdata_tdgstctd64) rbctdtree;
|