1BLK_QUEUE_UNPREP_RQ(9) Block Devices BLK_QUEUE_UNPREP_RQ(9)
2
3
4
6 blk_queue_unprep_rq - set an unprepare_request function for queue
7
9 void blk_queue_unprep_rq(struct request_queue * q, unprep_rq_fn * ufn);
10
12 q
13 queue
14
15 ufn
16 unprepare_request function
17
19 It´s possible for a queue to register an unprepare_request callback
20 which is invoked before the request is finally completed. The goal of
21 the function is to deallocate any data that was allocated in the
22 prepare_request callback.
23
25Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_UNPREP_RQ(9)