Home
last modified time | relevance | path

Searched refs:enable_work (Results 1 – 9 of 9) 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/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/include/linux/
H A Dworkqueue.h620 extern bool enable_work(struct work_struct *work);
738 * This function combines the operations of enable_work() and queue_work(),
740 * It invokes enable_work() on @work and then queues it if the disable depth
747 * explicit conditional queueing after enable_work().
752 if (enable_work(work)) { in enable_and_queue_work()
/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.c4451 enable_work(work); in __cancel_work_sync()
4573 bool enable_work(struct work_struct *work) in enable_work() function
4588 EXPORT_SYMBOL_GPL(enable_work);
4624 return enable_work(&dwork->work); in enable_delayed_work()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3608 enable_work(&ac->link_change_work); in mana_probe()
3642 enable_work(&apc->queue_reset_work); in mana_probe()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5032 enable_work(&tp->wk.work); in rtl8169_up()