blk_pre_runtime_suspend (9) Linux Manual Page
blk_pre_runtime_suspend – Pre runtime suspend check Synopsis int blk_pre_runtime_suspend(struct request_queue *q); Arguments q the queue of the device Description This function will check if runtime suspend is allowed for the device by examining if there are any requests pending in the queue. If there are requests pending, the device can not be runtime suspended; otherwise,…
