Searched refs:disable_work (Results 1 – 5 of 5) sorted by relevance
618 extern bool disable_work(struct work_struct *work);
884 struct kthread_work disable_work; member4942 struct scx_sched *sch = container_of(work, struct scx_sched, disable_work); in scx_disable_workfn()5096 kthread_queue_work(sch->helper, &sch->disable_work); in scx_disable()5407 kthread_queue_work(sch->helper, &sch->disable_work); in scx_error_irq_workfn()5487 kthread_init_work(&sch->disable_work, scx_disable_workfn); in scx_alloc_and_add_sched()5811 kthread_flush_work(&sch->disable_work); in scx_enable()5951 kthread_flush_work(&sch->disable_work); in bpf_scx_unreg()
3159 disable_work.work); in regulator_disable_work()3173 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()3222 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5884 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()6039 flush_work(&rdev->disable_work.work); in regulator_unregister()
4454 bool disable_work(struct work_struct *work) in disable_work() function4458 EXPORT_SYMBOL_GPL(disable_work);
5474 disable_work(&tp->wk.work); in rtl_init_one()