Searched refs:hotplug_task (Results 1 – 4 of 4) sorted by relevance
4424 queue_delayed_work(system_long_wq, &ap->hotplug_task, in ata_scsi_scan_host()4565 container_of(work, struct ata_port, hotplug_task.work); in ata_scsi_hotplug()
5320 INIT_DELAYED_WORK(&ap->hotplug_task, ata_scsi_hotplug); in ata_port_alloc()5930 cancel_delayed_work_sync(&ap->hotplug_task); in ata_port_detach()
758 schedule_delayed_work(&ap->hotplug_task, 0); in ata_scsi_port_error_handler()
861 struct delayed_work hotplug_task; member