Home
last modified time | relevance | path

Searched refs:disable_work (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h618 extern bool disable_work(struct work_struct *work);
/linux/kernel/sched/
H A Dext.c884 struct kthread_work disable_work; member
4942 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()
/linux/drivers/regulator/
H A Dcore.c3159 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()
/linux/kernel/
H A Dworkqueue.c4454 bool disable_work(struct work_struct *work) in disable_work() function
4458 EXPORT_SYMBOL_GPL(disable_work);
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5474 disable_work(&tp->wk.work); in rtl_init_one()