Home | History | Annotate | Download | only in kern

Lines Matching defs:bq_next

98 	struct buf *bq_next;		/* current request */
164 if (prio->bq_next == NULL) {
169 prio->bq_next = prio->bq_write_next;
172 bp = prio->bq_next = TAILQ_FIRST(&prio->bq_read);
183 prio->bq_next = TAILQ_FIRST(&prio->bq_read);
186 prio->bq_next = prio->bq_write_next;
188 prio->bq_next = TAILQ_FIRST(&prio->bq_read);
194 bp = prio->bq_next;
212 prio->bq_next = NULL;
229 prio->bq_next = NULL;
252 prio->bq_next = NULL;