1BLK_POST_RUNTIME_RES(9) Block Devices BLK_POST_RUNTIME_RES(9)
2
3
4
6 blk_post_runtime_resume - Post runtime resume processing
7
9 void blk_post_runtime_resume(struct request_queue * q, int err);
10
12 q
13 the queue of the device
14
15 err
16 return value of the device's runtime_resume function
17
19 Update the queue's runtime status according to the return value of the
20 device's runtime_resume function. If it is successfully resumed,
21 process the requests that are queued into the device's queue when it is
22 resuming and then mark last busy and initiate autosuspend for it.
23
24 This function should be called near the end of the device's
25 runtime_resume callback.
26
28Kernel Hackers Manual 3.10 June 2019 BLK_POST_RUNTIME_RES(9)