Home
last modified time | relevance | path

Searched refs:flush_wq (Results 1 – 14 of 14) sorted by relevance

/drivers/md/
Ddm-zoned-target.c65 struct workqueue_struct *flush_wq; member
518 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_flush_work()
656 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, 0); in dmz_map()
827 dmz->flush_wq = alloc_ordered_workqueue("dmz_fwq_%s", WQ_MEM_RECLAIM, in dmz_ctr()
829 if (!dmz->flush_wq) { in dmz_ctr()
834 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_ctr()
849 destroy_workqueue(dmz->flush_wq); in dmz_ctr()
877 destroy_workqueue(dmz->flush_wq); in dmz_dtr()
953 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_resume()
/drivers/gpu/drm/i915/
Dintel_guc_log.c423 guc->log.runtime.flush_wq = alloc_ordered_workqueue("i915-guc_log", in guc_log_runtime_create()
425 if (!guc->log.runtime.flush_wq) { in guc_log_runtime_create()
450 destroy_workqueue(guc->log.runtime.flush_wq); in guc_log_runtime_destroy()
Dintel_uc.h165 struct workqueue_struct *flush_wq; member
Di915_irq.c1697 queue_work(dev_priv->guc.log.runtime.flush_wq, in gen9_guc_irq_handler()
/drivers/infiniband/hw/cxgb4/
Dcq.c626 goto flush_wq; in poll_cq()
670 flush_wq: in poll_cq()
/drivers/lightnvm/
Dpblk-gc.c499 static void pblk_gc_stop(struct pblk *pblk, int flush_wq) in pblk_gc_stop() argument
/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h894 wait_queue_head_t flush_wq; member
Dfarch.c699 timeout = wait_event_timeout(efx->flush_wq, in ef4_farch_do_flush()
1142 wake_up(&efx->flush_wq); in ef4_farch_handle_rx_flush_done()
1153 wake_up(&efx->flush_wq); in ef4_farch_handle_drain_event()
Defx.c2700 init_waitqueue_head(&efx->flush_wq); in ef4_init_struct()
/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1280 goto flush_wq; in cxio_poll_cq()
1308 flush_wq: in cxio_poll_cq()
/drivers/net/ethernet/sfc/
Dfarch.c692 timeout = wait_event_timeout(efx->flush_wq, in efx_farch_do_flush()
1131 wake_up(&efx->flush_wq); in efx_farch_handle_rx_flush_done()
1142 wake_up(&efx->flush_wq); in efx_farch_handle_drain_event()
Dnet_driver.h959 wait_queue_head_t flush_wq; member
Def10.c3646 wake_up(&efx->flush_wq); in efx_ef10_handle_drain_event()
3676 wait_event_timeout(efx->flush_wq, in efx_ef10_fini_dmaq()
Defx.c2984 init_waitqueue_head(&efx->flush_wq); in efx_init_struct()