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

/linux-master/include/uapi/linux/
H A Dvirtio_mem.h82 * has memory plugged. The device driver can request to unplug all memory
99 /* request to unplug memory blocks */
101 /* request to unplug all blocks and shrink the usable size */
130 struct virtio_mem_req_unplug unplug; member in union:virtio_mem_req::__anon301
206 * Currently used size. Changes due to plug/unplug requests, but no
/linux-master/arch/x86/xen/
H A DMakefile23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
/linux-master/drivers/thunderbolt/
H A Dctl.h127 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
H A Dtrace.h68 trace_seq_printf(p, "port=%d, unplug=%#x, ", msg->port, msg->unplug);
H A Dtb.c76 bool unplug; member in struct:tb_hotplug_event
81 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) argument
92 ev->unplug = unplug;
1990 * If we get hot-unplug for the DP IN port of the host router
2285 "hotplug event from non existent switch %llx:%x (unplug: %d)\n",
2286 ev->route, ev->port, ev->unplug);
2291 "hotplug event from non existent port %llx:%x (unplug: %d)\n",
2292 ev->route, ev->port, ev->unplug);
2297 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug
[all...]
H A Dctl.c816 * tb_cfg_ack_plug() - Ack hot plug/unplug event
819 * @port: Port where the hot plug/unplug happened
820 * @unplug: Ack hot plug or unplug
822 * Call this as response for hot plug/unplug event to ack it.
825 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) argument
831 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG
835 unplug ? "un" : "", route, port);
H A Dtb_msgs.h93 bool unplug:1; member in struct:cfg_event_pkg
/linux-master/drivers/md/
H A Draid1-10.c134 blk_plug_cb_fn unplug, int copies)
148 cb = blk_check_plugged(unplug, mddev, sizeof(*plug));
133 raid1_add_bio_to_plug(struct mddev *mddev, struct bio *bio, blk_plug_cb_fn unplug, int copies) argument
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c306 case -ESHUTDOWN: /* unplug */
309 case -EILSEQ: /* protocol error or unplug */
310 case -EPROTO: /* protocol error or unplug */
311 case -ETIME: /* protocol error or unplug */
430 int unplug = 0; local
435 case -ESHUTDOWN: /* unplug */
436 unplug = 1;
438 case -EILSEQ: /* protocol error or unplug */
439 case -EPROTO: /* protocol error or unplug */
450 if (unplug) {
478 int unplug = 0, status = urb->status; local
[all...]
/linux-master/block/
H A Dblk-core.c220 * on a queue, such as calling the unplug function after a timeout.
1161 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, argument
1171 if (cb->callback == unplug && cb->data == data)
1179 cb->callback = unplug;
1192 * Unconditionally flush out cached requests, even if the unplug
/linux-master/drivers/virtio/
H A Dvirtio_mem.c29 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory");
103 /* We might first have to unplug all memory when starting up. */
106 /* Workqueue that processes the plug/unplug requests. */
246 /* Timer for retrying to plug/unplug memory. */
704 * We might have freed up memory we can now unplug, retry
747 * We might have freed up memory we can now unplug, retry
1061 * maybe we can handle pending unplug requests.
1438 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr),
1439 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks),
1531 * Request to unplug
[all...]
/linux-master/include/linux/
H A Dblkdev.h986 struct list_head cb_list; /* md requires an unplug callback */
996 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
/linux-master/fs/ext4/
H A Dinode.c2630 goto unplug;
2640 goto unplug;
2729 unplug:

Completed in 402 milliseconds