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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dbind.c40 static struct rb_root rds_bind_tree = RB_ROOT; variable in typeref:struct:rb_root
45 struct rb_node **p = &rds_bind_tree.rb_node;
68 rb_insert_color(&insert->rs_bound_node, &rds_bind_tree);
149 rb_erase(&rs->rs_bound_node, &rds_bind_tree);

Completed in 47 milliseconds