Searched refs:flush_wq (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/md/ |
H A D | dm-zoned-target.c | 64 struct workqueue_struct *flush_wq; member 527 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_flush_work() 663 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, 0); in dmz_map() 916 dmz->flush_wq = alloc_ordered_workqueue("dmz_fwq_%s", WQ_MEM_RECLAIM, in dmz_ctr() 918 if (!dmz->flush_wq) { in dmz_ctr() 923 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_ctr() 941 destroy_workqueue(dmz->flush_wq); in dmz_ctr() 972 destroy_workqueue(dmz->flush_wq); in dmz_dtr() 1054 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_resume()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc.h | 291 * @flush_wq: wait queue used by efx_mae_stop_counters() to wait for 326 wait_queue_head_t flush_wq; member
|
H A D | mcdi_functions.c | 379 wait_event_timeout(efx->flush_wq, in efx_fini_dmaq()
|
H A D | tc_counters.c | 546 wake_up(&efx->tc->flush_wq); in efx_tc_rx()
|
H A D | net_driver.h | 987 * @flush_wq: wait queue used by efx_nic_flush_queues() to wait for flush completions. 1165 wait_queue_head_t flush_wq; member
|
H A D | efx_common.c | 1005 init_waitqueue_head(&efx->flush_wq); in efx_init_struct()
|
H A D | tc.c | 3002 init_waitqueue_head(&efx->tc->flush_wq); in efx_init_struct_tc()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 750 * @flush_wq: wait queue used by ef4_nic_flush_queues() to wait for flush completions. 891 wait_queue_head_t flush_wq; member
|
H A D | farch.c | 696 timeout = wait_event_timeout(efx->flush_wq, in ef4_farch_do_flush() 1138 wake_up(&efx->flush_wq); in ef4_farch_handle_rx_flush_done() 1149 wake_up(&efx->flush_wq); in ef4_farch_handle_drain_event()
|
H A D | efx.c | 2649 init_waitqueue_head(&efx->flush_wq); in ef4_init_struct()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 695 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()
|
H A D | net_driver.h | 913 * @flush_wq: wait queue used by efx_nic_flush_queues() to wait for flush completions. 1088 wait_queue_head_t flush_wq; member
|
H A D | mcdi.c | 1308 wake_up(&efx->flush_wq); in efx_handle_drain_event()
|