BLK_REQUEUE_REQUEST(9) Block Devices BLK_REQUEUE_REQUEST(9)NAMEblk_requeue_request - put a request back on queueSYNOPSISvoid blk_requeue_request(struct request_queue * q, struct request * rq);ARGUMENTSq request queue where request should be inserted rq request to be insertedDESCRIPTIONDrivers often keep queueing requests until the hardware cannot accept more, when that condition happens we need to put the request back on the queue. Must be called with queue lock held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_REQUEUE_REQUEST(9)