1BLK_PRE_RUNTIME_RESU(9) Block Devices BLK_PRE_RUNTIME_RESU(9)
23
4
NAME
6blk_pre_runtime_resume - Pre runtime resume processing
7
SYNOPSIS
9void blk_pre_runtime_resume(struct request_queue * q);
10
ARGUMENTS
12q
13the queue of the device
14
DESCRIPTION
16Update the queue's runtime status to RESUMING in preparation for the
17runtime resume of the device.
1819
This function should be called near the start of the device's
20runtime_resume callback.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 BLK_PRE_RUNTIME_RESU(9)