Home
last modified time | relevance | path

Searched refs:bioq_bio_key (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_disk.c235 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key() function
282 key = bioq_bio_key(head, bp); in bioq_disksort()
290 while (cur != NULL && key >= bioq_bio_key(head, cur)) { in bioq_disksort()