Searched refs:rbctdtree (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 2439 RB_INIT(&VSD(tdgstclust32, tdgst)->rbctdtree); 2452 RB_INIT(&VSD(tdgstclust64, tdgst)->rbctdtree); 2936 RB_INIT(&VSD(tdgstclust32, tdgst)->rbctdtree); 2951 RB_INIT(&VSD(tdgstclust64, tdgst)->rbctdtree); 3331 tdgst)->rbctdtree, ctd64); 3342 struct rbctdth64 *rbctdtree = local 3343 &VSD(tdgstclust64, tdgst)->rbctdtree; 3348 RB_NEXT(rbctdth64, rbctdtree, rbctd64)); 3353 RB_MIN(rbctdth64, rbctdtree) 3355 RB_MAX(rbctdth64, rbctdtree) [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 315 RB_HEAD(rbctdth32, voistatdata_tdgstctd32) rbctdtree; 326 RB_HEAD(rbctdth64, voistatdata_tdgstctd64) rbctdtree;
|