Searched refs:unplug (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A DMakefile15 grant-table.o suspend.o platform-pci-unplug.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-core.c269 case -ESHUTDOWN: /* unplug */
272 case -EILSEQ: /* protocol error or unplug */
273 case -EPROTO: /* protocol error or unplug */
274 case -ETIME: /* protocol error or unplug */
403 int unplug = 0; local
408 case -ESHUTDOWN: /* unplug */
409 unplug = 1;
410 case -EILSEQ: /* protocol error or unplug */
411 case -EPROTO: /* protocol error or unplug */
422 if (unplug)
449 int unplug = 0, status = urb->status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.c1679 int unplug=0; local
1687 unplug += flush_pending_writes(conf);
1703 unplug = 1;
1706 unplug = 1;
1753 unplug = 1;
1759 if (unplug)
2415 blk_sync_queue(mddev->queue); /* the unplug fn references 'conf'*/
H A Draid1.c1602 int unplug=0; local
1610 unplug += flush_pending_writes(conf);
1626 unplug = 1;
1711 unplug = 1;
1717 if (unplug)
2169 blk_sync_queue(mddev->queue); /* the unplug fn references 'conf'*/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-core.c372 * on a queue, such as calling the unplug function after a timeout.
408 * Only recurse once to avoid overrunning the stack, let the unplug
847 * No available requests for this queue, unplug the device and wait for some
1202 const bool unplug = !!(bio->bi_rw & REQ_UNPLUG); local
1319 if (unplug || !queue_should_plug(q))

Completed in 86 milliseconds