The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Drivers 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.
<<< Previous | Home | Next >>> |
blk_init_queue | Up | blk_insert_request |