1BLK_START_REQUEST(9) Block Devices BLK_START_REQUEST(9)
23
4
NAME
6blk_start_request - start request processing on the driver
7
SYNOPSIS
9void blk_start_request(struct request * req);
10
ARGUMENTS
12req
13request to dequeue
14
DESCRIPTION
16Dequeue req and start timeout timer on it. This hands off the request
17to the driver.
1819
Block internal functions which don't want to start timer should call
20blk_dequeue_request.
21
CONTEXT
23queue_lock must be held.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 BLK_START_REQUEST(9)