Home
last modified time | relevance | path

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

/linux/fs/smb/smbdirect/
H A Dsocket.c297 disable_work(&sc->connect.work); in __smbdirect_socket_schedule_cleanup()
298 disable_work(&sc->recv_io.posted.refill_work); in __smbdirect_socket_schedule_cleanup()
299 disable_work(&sc->idle.immediate_work); in __smbdirect_socket_schedule_cleanup()
396 disable_work(&sc->disconnect_work); in smbdirect_socket_cleanup_work()
397 disable_work(&sc->connect.work); in smbdirect_socket_cleanup_work()
398 disable_work(&sc->recv_io.posted.refill_work); in smbdirect_socket_cleanup_work()
399 disable_work(&sc->idle.immediate_work); in smbdirect_socket_cleanup_work()
614 disable_work(&sc->disconnect_work); in smbdirect_socket_destroy_sync()
H A Daccept.c311 disable_work(work); in smbdirect_accept_negotiate_recv_work()
H A Dconnect.c675 disable_work(work); in smbdirect_connect_negotiate_recv_work()
H A Dconnection.c1671 disable_work(&sc->recv_io.posted.refill_work); in smbdirect_connection_recv_io_done()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.c213 disable_work(&ptdev->reset.work); in panthor_device_init()
/linux/drivers/regulator/
H A Dcore.c3405 disable_work.work); in regulator_disable_work()
3419 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()
3468 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()
6120 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()
6303 flush_work(&rdev->disable_work.work); in regulator_unregister()
/linux/kernel/sched/ext/
H A Dinternal.h1635 struct kthread_work disable_work; member
H A Dext.c6618 struct scx_sched *sch = container_of(work, struct scx_sched, disable_work); in scx_disable_workfn()
6660 kthread_flush_work(&sch->disable_work); in scx_flush_disable_work()
7022 kthread_queue_work(sch->helper, &sch->disable_work); in scx_disable_irq_workfn()
7222 kthread_init_work(&sch->disable_work, scx_disable_workfn); in scx_alloc_and_add_sched()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c1837 disable_work(&ntb->peer_db_work); in epf_ntb_probe()
/linux/kernel/
H A Dworkqueue.c4649 bool disable_work(struct work_struct *work) in disable_work() function
4653 EXPORT_SYMBOL_GPL(disable_work);
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c3100 disable_work(&stream->recovery_work); in alloc_stream()