Query: generic_unplug_device
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENERIC_UNPLUG_DEVIC(9) Block Devices GENERIC_UNPLUG_DEVIC(9)NAMEgeneric_unplug_device - fire a request queueSYNOPSISvoid generic_unplug_device(struct request_queue * q);ARGUMENTSq The struct request_queue in questionDESCRIPTIONLinux 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, the request_fn defined for the queue is invoked and transfers started.COPYRIGHTKernel Hackers Manual 2.6. July 2010 GENERIC_UNPLUG_DEVIC(9)