/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1-10.c | 134 blk_plug_cb_fn unplug, int copies) in raid1_add_bio_to_plug() 148 cb = blk_check_plugged(unplug, mddev, sizeof(*plug)); in raid1_add_bio_to_plug() 133 raid1_add_bio_to_plug(struct mddev *mddev, struct bio *bio, blk_plug_cb_fn unplug, int copies) raid1_add_bio_to_plug() argument
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A 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() [all...] |
H A D | ctl.h | 126 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
|
H A 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()
|
H A D | tb_msgs.h | 83 bool unplug:1; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A 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-6.6/include/uapi/linux/ |
H A 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/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_mem.h | 50 struct virtio_mem_req_unplug unplug; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_mem.h | 50 struct virtio_mem_req_unplug unplug; member
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | Makefile | 23 obj-$(CONFIG_XEN_PVHVM) += platform-pci-unplug.o
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.c | 52 bool unplug; member 163 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() argument 174 ev->unplug = unplug; in tb_queue_hotplug() 1675 "hotplug event from non existent switch %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1676 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1681 "hotplug event from non existent port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1682 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 1687 tb_dbg(tb, "hotplug event for upstream port %llx:%x (unplug: %d)\n", in tb_handle_hotplug() 1688 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() [all...] |
H A D | ctl.h | 127 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
|
H A D | ctl.c | 801 * tb_cfg_ack_plug() - Ack hot plug/unplug event 804 * @port: Port where the hot plug/unplug happened 805 * @unplug: Ack hot plug or unplug 807 * Call this as response for hot plug/unplug event to ack it. 810 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() argument 816 .pg = unplug ? TB_CFG_ERROR_PG_HOT_UNPLUG in tb_cfg_ack_plug() 820 unplug ? "un" : "", route, port); in tb_cfg_ack_plug()
|
H A D | tb_msgs.h | 93 bool unplug:1; member
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-core.c | 219 * on a queue, such as calling the unplug function after a timeout. 1121 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument 1131 if (cb->callback == unplug && cb->data == data) in blk_check_plugged() 1139 cb->callback = unplug; in blk_check_plugged() 1152 * Unconditionally flush out cached requests, even if the unplug in __blk_flush_plug()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A 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() 481 int unplug = 0, status = urb->status; hid_ctrl() local [all...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A 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() 478 int unplug = 0, status = urb->status; hid_ctrl() local [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 286 * on a queue, such as calling the unplug function after a timeout. 1723 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() argument 1733 if (cb->callback == unplug && cb->data == data) in blk_check_plugged() 1741 cb->callback = unplug; in blk_check_plugged()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A 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() 1003 /* Try to unplug multiple subblocks at a time */ in virtio_mem_mb_unplug_any_sb() 1108 /* Add the memory block to linux - if that fails, try to unplug. */ in virtio_mem_mb_plug_and_add() 1325 /* Try to unplug th in virtio_mem_mb_unplug_sb_online() [all...] |
/kernel/linux/linux-6.6/drivers/virtio/ |
H A 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() 1531 * Request to unplug [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | blkdev.h | 975 struct list_head cb_list; /* md requires an unplug callback */ 985 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode.c | 2807 goto unplug; in ext4_writepages() 2817 goto unplug; in ext4_writepages() 2905 unplug: in ext4_writepages()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 2638 goto unplug; in ext4_do_writepages() 2648 goto unplug; in ext4_do_writepages() 2737 unplug: in ext4_do_writepages()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blkdev.h | 1257 struct list_head cb_list; /* md requires an unplug callback */ 1270 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
|