Searched refs:_work (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c317 roce_gid_queue_scan_event_handler(struct work_struct *_work) argument
320 container_of(_work, struct roce_netdev_event_work, work);
362 roce_gid_delete_all_event_handler(struct work_struct *_work) argument
365 container_of(_work, struct roce_netdev_event_work, work);
430 roce_rescan_device_handler(struct work_struct *_work) argument
433 container_of(_work, struct roce_rescan_work, work);
H A Dib_iwcm.c889 static void cm_work_handler(struct work_struct *_work) argument
891 struct iwcm_work *work = container_of(_work, struct iwcm_work, work);
H A Dib_cache.c1142 static void ib_cache_task(struct work_struct *_work) argument
1145 container_of(_work, struct ib_update_work, work);
H A Dib_cm.c3566 static void cm_work_handler(struct work_struct *_work) argument
3568 struct cm_work *work = container_of(_work, struct cm_work, work.work);
H A Dib_cma.c2633 static void cma_work_handler(struct work_struct *_work) argument
2635 struct cma_work *work = container_of(_work, struct cma_work, work);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h120 #define INIT_RCU_WORK(_work, _fn) \
121 INIT_WORK(&(_work)->work, (_fn))
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1385 static void mlx5_cmd_exec_cb_handler(int status, void *_work) argument
1387 struct mlx5_async_work *work = _work;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1382 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
H A Dmlx4_resource_tracker.c5235 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work) argument
5238 container_of(_work, struct mlx4_vf_immed_vlan_work, work);

Completed in 270 milliseconds