Home | History | Annotate | Download | only in raidframe

Lines Matching defs:best_l

168 	RF_DiskQueueData_t *r, *best_l, *best_r;
170 best_r = best_l = NULL;
173 if (best_l == NULL) {
174 best_l = r;
179 best_l = r;
204 if ((best_r == NULL) && (best_l == NULL))
208 if ((*dir == DIR_LEFT) && best_l)
209 return (best_l);
211 if (best_l == NULL)
214 return (best_l);
218 return (best_l);
228 return (best_l);