enable_work
struct work_struct enable_work;
flush_work(&blkiolat->enable_work);
enable_work);
INIT_WORK(&blkiolat->enable_work, blkiolatency_enable_work_fn);
schedule_work(&blkiolat->enable_work);
schedule_work(&blkiolat->enable_work);
enable_work(&ctx->work);
enable_work(&ctx->work);
enable_work(&ctx->work);
enable_work(&ac->link_change_work);
enable_work(&apc->queue_reset_work);
enable_work(&tp->wk.work);
struct qcom_battmgr *battmgr = container_of(work, struct qcom_battmgr, enable_work);
schedule_work(&battmgr->enable_work);
INIT_WORK(&battmgr->enable_work, qcom_battmgr_enable_worker);
struct work_struct enable_work;
struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work);
INIT_SAS_WORK(&d->enable_work, phy_enable_work);
sas_queue_work(ha, &d->enable_work);
struct sas_work enable_work;
#define work_to_altmode(w) container_of((w), struct pmic_glink_altmode, enable_work)
struct work_struct enable_work;
schedule_work(&altmode->enable_work);
INIT_WORK(&altmode->enable_work, pmic_glink_altmode_enable_worker);
extern bool enable_work(struct work_struct *work);
if (enable_work(work)) {
enable_work(work);
EXPORT_SYMBOL_GPL(enable_work);
return enable_work(&dwork->work);