HomeSort by: relevance | last modified time | path
    Searched defs:bq_next (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
bufq_readprio.c 98 struct buf *bq_next; /* current request */ member in struct:bufq_prio
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
    [all...]
bufq_readprio.c 98 struct buf *bq_next; /* current request */ member in struct:bufq_prio
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
    [all...]
bufq_readprio.c 98 struct buf *bq_next; /* current request */ member in struct:bufq_prio
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
    [all...]

Completed in 32 milliseconds