Searched refs:BIO_TRACE_COMPLETION (Results 1 – 4 of 4) sorted by relevance
1467 if (bio->bi_bdev && bio_flagged(bio, BIO_TRACE_COMPLETION)) { in bio_endio()1469 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in bio_endio()1530 if (bio_flagged(bio, BIO_TRACE_COMPLETION)) in bio_split()1531 bio_set_flag(split, BIO_TRACE_COMPLETION); in bio_split()
820 if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { in submit_bio_checks()825 bio_set_flag(bio, BIO_TRACE_COMPLETION); in submit_bio_checks()
741 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_update_request()
317 BIO_TRACE_COMPLETION, /* bio_endio() should trace the final completion enumerator
Completed in 19 milliseconds