1I2O_BLOCK_DELAYED_RE(9) Message-based devices I2O_BLOCK_DELAYED_RE(9)
2
3
4
6 i2o_block_delayed_request_fn - delayed request queue function
7
9 void i2o_block_delayed_request_fn(struct work_struct * work);
10
12 work
13 the delayed request with the queue to start
14
16 If the request queue is stopped for a disk, and there is no open
17 request, a new event is created, which calls this function to start the
18 queue after I2O_BLOCK_REQUEST_TIME. Otherwise the queue will never be
19 started again.
20
22Kernel Hackers Manual 2.6. June 2019 I2O_BLOCK_DELAYED_RE(9)