Searched refs:kstat_id_tree (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ |
H A D | kstat.c | 32 RBT_HEAD(kstat_id_tree, kstat); 45 RBT_PROTOTYPE(kstat_id_tree, kstat, ks_id_entry, kstat_id_cmp); 155 struct kstat_id_tree kstat_id_tree = RBT_INITIALIZER(); variable 313 ks = RBT_FIND(kstat_id_tree, &kstat_id_tree, &key); in kstatioc_find_id() 330 ks = RBT_NFIND(kstat_id_tree, &kstat_id_tree, &key); in kstatioc_nfind_id() 545 oks = RBT_INSERT(kstat_id_tree, &kstat_id_tree, ks); in kstat_create() 645 RBT_REMOVE(kstat_id_tree, &kstat_id_tree, ks); in kstat_destroy() 668 RBT_GENERATE(kstat_id_tree, kstat, ks_id_entry, kstat_id_cmp);
|