Home | History | Annotate | Download | only in linux

Lines Matching refs:start

47 	unsigned long	start;	/* inclusive */
57 if (na->start < nb->start)
59 if (na->start > nb->start)
74 if (n->start < *k)
76 if (*k < n->start)
113 interval_tree_iter_first(struct rb_root_cached *root, unsigned long start,
118 node = rb_tree_find_node_geq(&root->rb_root.rbr_tree, &start);
121 if (last < node->start)
123 KASSERT(node->start <= last);
124 KASSERT(node->last >= start);
136 struct interval_tree_node *node, unsigned long start, unsigned long last)
144 if (last < next->start)
146 KASSERT(next->start <= last);
147 KASSERT(next->last >= start);