Home
last modified time | relevance | path

Searched refs:mod_delayed_work (Results 1 – 9 of 9) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c240 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_rx_tdls_notif()
554 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_channel_switch()
669 mod_delayed_work(system_wq, &mvm->tdls_cs.dwork, in iwl_mvm_tdls_recv_channel_switch()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h180 #define mod_delayed_work(wq, dwork, delay) ({ \ macro
/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c388 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_create()
408 mod_delayed_work(fc_stats->wq, &fc_stats->work, 0); in mlx5_fc_destroy()
/src/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c223 mod_delayed_work(addr_wq, &work, delay); in set_timeout()
H A Dib_mad.c2321 mod_delayed_work(mad_agent_priv->qp_info->port_priv->wq, in adjust_timeout()
2356 mod_delayed_work(mad_agent_priv->qp_info->port_priv->wq, in wait_for_response()
/src/sys/dev/irdma/
H A Dicrdma.c479 mod_delayed_work(iwdev->cleanup_wq, &rf->dwork_cqp_poll, in irdma_finalize_task()
H A Dirdma_verbs.c684 if (mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_sched_qp_flush_work()
705 mod_delayed_work(iwqp->iwdev->cleanup_wq, &iwqp->dwork_flush, in irdma_user_flush_worker()
H A Dirdma_utils.c2669 mod_delayed_work(rf->iwdev->cleanup_wq, &rf->dwork_cqp_poll, in cqp_poll_worker()
/src/sys/contrib/dev/rtw89/
H A Dcore.c4030 mod_delayed_work(rtwdev->txq_wq, &rtwdev->txq_reinvoke_work, 1); in rtw89_core_txq_work()