disable_work
disable_work(&tp->wk.work);
disable_work.work);
cancel_delayed_work(&rdev->disable_work);
mod_delayed_work(system_power_efficient_wq, &rdev->disable_work,
INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work);
flush_work(&rdev->disable_work.work);
disable_work(&sc->disconnect_work);
disable_work(&sc->recv_io.posted.refill_work);
disable_work(&sc->mr_io.recovery_work);
disable_work(&sc->idle.immediate_work);
disable_work(&sc->recv_io.posted.refill_work);
disable_work(&sc->mr_io.recovery_work);
disable_work(&sc->idle.immediate_work);
disable_work(&sc->disconnect_work);
disable_work(&sc->connect.work);
disable_work(&sc->recv_io.posted.refill_work);
disable_work(&sc->idle.immediate_work);
disable_work(&sc->connect.work);
disable_work(&sc->recv_io.posted.refill_work);
disable_work(&sc->idle.immediate_work);
struct delayed_work disable_work;
extern bool disable_work(struct work_struct *work);
struct scx_sched *sch = container_of(work, struct scx_sched, disable_work);
kthread_queue_work(sch->helper, &sch->disable_work);
kthread_queue_work(sch->helper, &sch->disable_work);
kthread_init_work(&sch->disable_work, scx_disable_workfn);
kthread_flush_work(&sch->disable_work);
kthread_flush_work(&sch->disable_work);
struct kthread_work disable_work;
EXPORT_SYMBOL_GPL(disable_work);