Searched refs:enable_work (Results 1 – 9 of 9) sorted by relevance
100 struct work_struct enable_work; member640 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()
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()
39 struct sas_work enable_work; member
620 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 depth747 * explicit conditional queueing after enable_work().752 if (enable_work(work)) { in enable_and_queue_work()
253 enable_work(&ctx->work); in fw_iso_context_flush_completions()
1343 enable_work(&ctx->work); in at_context_flush()2593 enable_work(&ctx->work); in ohci_cancel_packet()
4451 enable_work(work); in __cancel_work_sync()4573 bool enable_work(struct work_struct *work) in enable_work() function4588 EXPORT_SYMBOL_GPL(enable_work);4624 return enable_work(&dwork->work); in enable_delayed_work()
3608 enable_work(&ac->link_change_work); in mana_probe() 3642 enable_work(&apc->queue_reset_work); in mana_probe()
5032 enable_work(&tp->wk.work); in rtl8169_up()