Searched refs:rb_node_key (Results 1 – 1 of 1) sorted by relevance
25 struct rb_node_key { struct31 struct rb_node_key start; /* Tree sorted by start. */ argument32 struct rb_node_key count; /* Tree sorted by len. */148 struct rb_node_key *k; in rb_lookup()150 k = rb_entry(*p, struct rb_node_key, node); in rb_lookup()