1TRACE_BLOCK_BIO_QUEU(9) Block IO TRACE_BLOCK_BIO_QUEU(9)
2
3
4
6 trace_block_bio_queue - putting new block IO operation in queue
7
9 void trace_block_bio_queue(struct request_queue * q, struct bio * bio);
10
12 q
13 queue holding operation
14
15 bio
16 new block operation
17
19 About to place the block IO operation bio into queue q.
20
22 Jason Baron <jbaron@redhat.com>
23 Author.
24
25 William Cohen <wcohen@redhat.com>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 TRACE_BLOCK_BIO_QUEU(9)