| /kernel/linux/linux-6.6/arch/x86/xen/ |
| D | platform-pci-unplug.c | 4 * platform-pci-unplug.c 24 /* store the value of xen_emul_unplug after the unplug is done */ 143 /* user explicitly requested no unplug */ in xen_unplug_emulated_devices() 150 * not support the unplug protocol (XEN_PLATFORM_ERR_MAGIC) in xen_unplug_emulated_devices() 161 "been compiled for this kernel: unplug emulated NICs.\n"); in xen_unplug_emulated_devices() 166 "been compiled for this kernel: unplug emulated disks.\n" in xen_unplug_emulated_devices() 173 /* Now unplug the emulated devices */ in xen_unplug_emulated_devices()
|
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| D | platform-pci-unplug.c | 4 * platform-pci-unplug.c 22 /* store the value of xen_emul_unplug after the unplug is done */ 141 /* user explicitly requested no unplug */ in xen_unplug_emulated_devices() 148 * not support the unplug protocol (XEN_PLATFORM_ERR_MAGIC) in xen_unplug_emulated_devices() 159 "been compiled for this kernel: unplug emulated NICs.\n"); in xen_unplug_emulated_devices() 164 "been compiled for this kernel: unplug emulated disks.\n" in xen_unplug_emulated_devices() 171 /* Now unplug the emulated devices */ in xen_unplug_emulated_devices()
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | virtio_mem.h | 82 * 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 206 * Currently used size. Changes due to plug/unplug requests, but no
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | virtio_mem.h | 81 * has memory plugged. The device driver can request to unplug all memory 96 /* request to unplug memory blocks */ 98 /* request to unplug all blocks and shrink the usable size */ 127 struct virtio_mem_req_unplug unplug; member 203 * Currently used size. Changes due to plug/unplug requests, but no
|
| /kernel/linux/linux-5.10/drivers/virtio/ |
| D | virtio_mem.c | 28 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory"); 49 /* We might first have to unplug all memory when starting up. */ 52 /* Workqueue that processes the plug/unplug requests. */ 142 /* Timer for retrying to plug/unplug memory. */ 554 * Trigger the workqueue, maybe we can now unplug memory. Also, in virtio_mem_notify_offline() 898 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request() 899 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request() 960 * Unplug selected subblocks. Updates the plugged state, but not the state 981 * Unplug the desired number of plugged subblocks of a offline or not-added 1003 /* Try to unplug multiple subblocks at a time */ in virtio_mem_mb_unplug_any_sb() [all …]
|
| /kernel/linux/linux-6.6/drivers/virtio/ |
| D | virtio_mem.c | 29 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 in virtio_mem_remove_memory() 747 * We might have freed up memory we can now unplug, retry in virtio_mem_offline_and_remove_memory() 1061 * maybe we can handle pending unplug requests. in virtio_mem_memory_notifier_cb() 1438 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request() 1439 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request() 1513 * Unplug selected subblocks. Updates the plugged state, but not the state [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/s390/ |
| D | vfio-ap-locking.rst | 72 device driver is using it to plug/unplug AP devices passed through to the KVM 86 to unplug the adapter. 89 pointer is not used to plug/unplug devices passed through to the KVM guest;
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | tb.c | 46 bool unplug; member 51 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument 62 ev->unplug = unplug; in tb_queue_hotplug() 1131 "hotplug event from non existent switch %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1132 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1137 "hotplug event from non existent port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1138 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1143 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1144 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1150 if (ev->unplug) { in tb_handle_hotplug() [all …]
|
| D | ctl.c | 719 * tb_cfg_ack_plug() - Ack hot plug/unplug event 722 * @port: Port where the hot plug/unplug happened 723 * @unplug: Ack hot plug or unplug 725 * Call this as response for hot plug/unplug event to ack it. 728 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument 734 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug() 738 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
|
| D | quirks.c | 22 /* Dell WD19TB supports self-authentication on unplug */
|
| /kernel/linux/linux-6.6/drivers/hid/usbhid/ |
| D | hid-core.c | 306 case -ESHUTDOWN: /* unplug */ in hid_irq_in() 309 case -EILSEQ: /* protocol error or unplug */ in hid_irq_in() 310 case -EPROTO: /* protocol error or unplug */ in hid_irq_in() 311 case -ETIME: /* protocol error or unplug */ in hid_irq_in() 430 int unplug = 0; in hid_irq_out() local 435 case -ESHUTDOWN: /* unplug */ in hid_irq_out() 436 unplug = 1; in hid_irq_out() 438 case -EILSEQ: /* protocol error or unplug */ in hid_irq_out() 439 case -EPROTO: /* protocol error or unplug */ in hid_irq_out() 450 if (unplug) { in hid_irq_out() [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/usbhid/ |
| D | hid-core.c | 306 case -ESHUTDOWN: /* unplug */ in hid_irq_in() 309 case -EILSEQ: /* protocol error or unplug */ in hid_irq_in() 310 case -EPROTO: /* protocol error or unplug */ in hid_irq_in() 311 case -ETIME: /* protocol error or unplug */ in hid_irq_in() 434 int unplug = 0; in hid_irq_out() local 439 case -ESHUTDOWN: /* unplug */ in hid_irq_out() 440 unplug = 1; in hid_irq_out() 441 case -EILSEQ: /* protocol error or unplug */ in hid_irq_out() 442 case -EPROTO: /* protocol error or unplug */ in hid_irq_out() 453 if (unplug) { in hid_irq_out() [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | raid1-10.c | 134 blk_plug_cb_fn unplug, int copies) in raid1_add_bio_to_plug() argument 148 cb = blk_check_plugged(unplug, mddev, sizeof(*plug)); in raid1_add_bio_to_plug()
|
| D | raid1.h | 53 * memory pools need a pointer to the mddev, so they can force an unplug 88 /* queue pending writes to be submitted on unplug */
|
| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| D | ctl.c | 806 * tb_cfg_ack_plug() - Ack hot plug/unplug event 809 * @port: Port where the hot plug/unplug happened 810 * @unplug: Ack hot plug or unplug 812 * Call this as response for hot plug/unplug event to ack it. 815 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument 821 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug() 825 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
|
| D | tb.c | 75 bool unplug; member 186 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument 197 ev->unplug = unplug; in tb_queue_hotplug() 1910 * If we get hot-unplug for the DP IN port of the host router in tb_enter_redrive() 2236 "hotplug event from non existent switch %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 2237 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 2242 "hotplug event from non existent port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 2243 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 2248 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 2249 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() [all …]
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | chipidea.rst | 65 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds, 68 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds,
|
| /kernel/linux/linux-6.6/Documentation/usb/ |
| D | chipidea.rst | 66 5) Remove B-device (unplug micro B plug) and insert again in 10 seconds; 69 6) Remove B-device (unplug micro B plug) and insert again after 10 seconds;
|
| /kernel/linux/linux-5.10/Documentation/ide/ |
| D | warm-plug-howto.rst | 9 unplug old device(s) and plug new device(s)::
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | raid1.h | 53 * memory pools need a pointer to the mddev, so they can force an unplug 88 /* queue pending writes to be submitted on unplug */
|
| /kernel/linux/linux-6.6/include/xen/interface/io/ |
| D | xenbus.h | 29 due to an error or an unplug
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| D | link_dp_training_dpia.h | 33 * Aborts link training upon detection of sink unplug.
|
| /kernel/linux/linux-6.6/arch/riscv/include/asm/ |
| D | cpu_ops.h | 23 * unplug to be aborted. Called from the cpu to be killed.
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| D | fb_internal.h | 53 * unplug operations behind our back. With the fbdev in fb_device_create()
|
| /kernel/linux/linux-5.10/include/xen/interface/io/ |
| D | xenbus.h | 29 due to an error or an unplug
|