MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bioq_flush

Function bioq_flush

freebsd/kern/subr_disk.c:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void
181bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error)
182{
183 struct bio *bp;
184
185 while ((bp = bioq_takefirst(head)) != NULL)
186 biofinish(bp, stp, error);
187}
188
189void
190bioq_insert_head(struct bio_queue_head *head, struct bio *bp)

Callers

nothing calls this directly

Calls 2

bioq_takefirstFunction · 0.85
biofinishFunction · 0.85

Tested by

no test coverage detected