1BLK_POST_RUNTIME_SUS(9) Block Devices BLK_POST_RUNTIME_SUS(9)
2
3
4
6 blk_post_runtime_suspend - Post runtime suspend processing
7
9 void blk_post_runtime_suspend(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_suspend function
17
19 Update the queue's runtime status according to the return value of the
20 device's runtime suspend function and mark last busy for the device so
21 that PM core will try to auto suspend the device at a later time.
22
23 This function should be called near the end of the device's
24 runtime_suspend callback.
25
27Kernel Hackers Manual 3.10 June 2019 BLK_POST_RUNTIME_SUS(9)