Searched refs:enable_work (Results 1 – 8 of 8) sorted by relevance
| /linux/block/ |
| H A D | blk-iolatency.c | 95 * from ->enable_work with the request_queue frozen. For details, See 100 struct work_struct enable_work; member 640 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit() 715 * @work: enable_work of the blk_iolatency of interest 731 enable_work); in blkiolatency_enable_work_fn() 740 * Also, we know @blkiolat is safe to access as ->enable_work is flushed in blkiolatency_enable_work_fn() 776 INIT_WORK(&blkiolat->enable_work, blkiolatency_enable_work_fn); in blk_iolatency_init() 800 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec() 805 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
|
| /linux/drivers/soc/qcom/ |
| H A D | pmic_glink_altmode.c | 125 #define work_to_altmode(w) container_of((w), struct pmic_glink_altmode, enable_work) 138 struct work_struct enable_work; member 560 schedule_work(&altmode->enable_work); in pmic_glink_altmode_pdr_notify() 591 INIT_WORK(&altmode->enable_work, pmic_glink_altmode_enable_worker); in pmic_glink_altmode_probe()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_init.c | 501 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work() 515 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup() 568 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
|
| H A D | sas_internal.h | 39 struct sas_work enable_work; member
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 253 enable_work(&ctx->work); in fw_iso_context_flush_completions()
|
| H A D | ohci.c | 1343 enable_work(&ctx->work); in at_context_flush() 2593 enable_work(&ctx->work); in ohci_cancel_packet()
|
| /linux/kernel/ |
| H A D | workqueue.c | 4497 enable_work(work); in cancel_work() 4610 * enable_work - Enable a work item 4619 bool enable_work(struct work_struct *work) in enable_work() 4634 EXPORT_SYMBOL_GPL(enable_work); in disable_delayed_work() 4666 * enable_work() for delayed work items. 4670 return enable_work(&dwork->work); 4611 bool enable_work(struct work_struct *work) enable_work() function
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 3827 enable_work(&ac->link_change_work); in mana_remove() 3862 enable_work(&apc->queue_reset_work); in mana_rdma_remove()
|