GENERIC_UNPLUG_DEVICE

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

generic_unplug_device - fire a request queue  

SYNOPSIS

void generic_unplug_device (void * data);  

ARGUMENTS

data
The &request_queue_t in question
 

DESCRIPTION

Linux uses plugging to build bigger requests queues before letting the device have at them. If a queue is plugged, the I/O scheduler is still adding and merging requests on the queue. Once the queue gets unplugged (either by manually calling this function, or by calling blk_run_queues), the request_fn defined for the queue is invoked and transfers started.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:25 GMT, April 09, 2004