Searched refs:insert_point (Results 1 – 4 of 4) sorted by relevance
152 head->insert_point = NULL; in bioq_init()159 if (head->insert_point == NULL) { in bioq_remove()162 } else if (bp == head->insert_point) in bioq_remove()163 head->insert_point = NULL; in bioq_remove()181 if (head->insert_point == NULL) in bioq_insert_head()191 head->insert_point = bp; in bioq_insert_tail()253 if (head->insert_point) { in bioq_disksort()254 prev = head->insert_point; in bioq_disksort()255 cur = TAILQ_NEXT(head->insert_point, bio_queue); in bioq_disksort()
132 struct bio *insert_point; member
369 struct buf *insert_point; member
3057 softc->delete_run_queue.insert_point = NULL; in dadone()