Home
last modified time | relevance | path

Searched refs:enable_work (Results 1 – 8 of 8) sorted by relevance

/linux/block/
H A Dblk-iolatency.c100 struct work_struct enable_work; member
640 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit()
731 enable_work); 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 Dpmic_glink_altmode.c125 #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 Dsas_init.c501 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 Dsas_internal.h39 struct sas_work enable_work; member
/linux/drivers/firewire/
H A Dcore-iso.c253 enable_work(&ctx->work); in fw_iso_context_flush_completions()
H A Dohci.c1343 enable_work(&ctx->work); in at_context_flush()
2593 enable_work(&ctx->work); in ohci_cancel_packet()
/linux/kernel/
H A Dworkqueue.c4477 enable_work(work); in __cancel_work_sync()
4590 * enable_work - Enable a work item
4599 bool enable_work(struct work_struct *work) in enable_work() function
4614 EXPORT_SYMBOL_GPL(enable_work);
4646 * enable_work() for delayed work items.
4650 return enable_work(&dwork->work); in enable_delayed_work()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3672 enable_work(&ac->link_change_work); in mana_probe()
3705 enable_work(&apc->queue_reset_work); in mana_probe()