Searched refs:rdsv3_cong_tree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c112 static struct avl_tree rdsv3_cong_tree; variable in typeref:struct:avl_tree
121 map = avl_find(&rdsv3_cong_tree, insert, &where);
123 avl_insert(&rdsv3_cong_tree, insert, where);
129 map = avl_find(&rdsv3_cong_tree, &map1, &where);
451 while ((map = avl_first(&rdsv3_cong_tree))) {
453 avl_remove(&rdsv3_cong_tree, map);
499 avl_create(&rdsv3_cong_tree, rdsv3_cong_compare,

Completed in 55 milliseconds