Symbol: INIT_DELAYED_WORK
sys/compat/linuxkpi/common/include/linux/workqueue.h
133
INIT_DELAYED_WORK(dwork, fn)
sys/dev/bnxt/bnxt_en/if_bnxt.c
2669
INIT_DELAYED_WORK(&softc->fw_reset_task, bnxt_fw_reset_task);
sys/dev/bnxt/bnxt_re/main.c
2241
INIT_DELAYED_WORK(&rdev->dbq_pacing_work, bnxt_re_pacing_timer_exp);
sys/dev/bnxt/bnxt_re/main.c
3736
INIT_DELAYED_WORK(&rdev->worker, bnxt_re_worker);
sys/dev/irdma/icrdma.c
476
INIT_DELAYED_WORK(&rf->dwork_cqp_poll, cqp_poll_worker);
sys/dev/irdma/irdma_kcompat.c
808
INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_user_flush_worker);
sys/dev/irdma/irdma_kcompat.c
812
INIT_DELAYED_WORK(&iwqp->dwork_flush, irdma_kern_flush_worker);
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
2165
INIT_DELAYED_WORK(&priv->stats_task, mlx4_en_do_get_stats);
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
2166
INIT_DELAYED_WORK(&priv->service_task, mlx4_en_service_task);
sys/dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c
892
INIT_DELAYED_WORK(&dev->sriov.alias_guid.ports_guid[i].alias_guid_work,
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
259
INIT_DELAYED_WORK(&ent->timeout, id_map_ent_timeout);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
840
INIT_DELAYED_WORK(&group->timeout_work, mlx4_ib_mcg_timeout_handler);
sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
121
INIT_DELAYED_WORK(&dwork->dwork, mlx5e_ipsec_handle_counters);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1018
INIT_DELAYED_WORK(&ent->cb_timeout_work, cb_timeout_handler);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
440
INIT_DELAYED_WORK(&fc_stats->work, mlx5_fc_stats_work);
sys/dev/mlx5/mlx5_core/mlx5_health.c
744
INIT_DELAYED_WORK(&health->recover_work, health_recover);
sys/dev/mlx5/mlx5_ib/mlx5_ib_cong.c
486
INIT_DELAYED_WORK(&dev->congestion.dwork, mlx5_ib_read_cong_stats);
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
452
INIT_DELAYED_WORK(&ent->dwork, delayed_cache_work_func);
sys/ofed/drivers/infiniband/core/ib_cm.c
3663
INIT_DELAYED_WORK(&work->work, cm_work_handler);
sys/ofed/drivers/infiniband/core/ib_cm.c
3794
INIT_DELAYED_WORK(&work->work, cm_work_handler);
sys/ofed/drivers/infiniband/core/ib_cm.c
913
INIT_DELAYED_WORK(&timewait_info->work.work, cm_work_handler);
sys/ofed/drivers/infiniband/core/ib_mad.c
373
INIT_DELAYED_WORK(&mad_agent_priv->timed_work, timeout_sends);
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
306
INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler);
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
307
INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
1399
INIT_DELAYED_WORK(&priv->cm.stale_task, ipoib_cm_stale_task);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
888
INIT_DELAYED_WORK(&priv->pkey_poll_task, ipoib_pkey_poll);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
889
INIT_DELAYED_WORK(&priv->mcast_task, ipoib_mcast_join_task);
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
895
INIT_DELAYED_WORK(&priv->ah_reap_task, ipoib_reap_ah);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
396
INIT_DELAYED_WORK(&ssk->srcavail_cancel_work, srcavail_cancel_timeout);