Home
last modified time | relevance | path

Searched refs:_work (Results 1 – 17 of 17) sorted by relevance

/drivers/ps3/
Dvuart.h57 struct work_struct *_work) in ps3_vuart_work_to_system_bus_dev() argument
59 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, in ps3_vuart_work_to_system_bus_dev()
/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dvhca_event.c89 static void mlx5_vhca_state_work_handler(struct work_struct *_work) in mlx5_vhca_state_work_handler() argument
91 struct mlx5_vhca_event_work *work = container_of(_work, struct mlx5_vhca_event_work, work); in mlx5_vhca_state_work_handler()
/drivers/infiniband/core/
Droce_gid_mgmt.c620 static void netdevice_event_work_handler(struct work_struct *_work) in netdevice_event_work_handler() argument
623 container_of(_work, struct netdev_event_work, work); in netdevice_event_work_handler()
805 static void update_gid_event_work_handler(struct work_struct *_work) in update_gid_event_work_handler() argument
808 container_of(_work, struct update_gid_event_work, work); in update_gid_event_work_handler()
Dcache.c1546 static void ib_cache_event_task(struct work_struct *_work) in ib_cache_event_task() argument
1549 container_of(_work, struct ib_update_work, work); in ib_cache_event_task()
1570 static void ib_generic_event_task(struct work_struct *_work) in ib_generic_event_task() argument
1573 container_of(_work, struct ib_update_work, work); in ib_generic_event_task()
Daddr.c622 static void process_one_req(struct work_struct *_work) in process_one_req() argument
627 req = container_of(_work, struct addr_req, work.work); in process_one_req()
Diwcm.c1015 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
1017 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler()
Dcm.c3842 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument
3844 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
Dcma.c2792 static void cma_work_handler(struct work_struct *_work) in cma_work_handler() argument
2794 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler()
/drivers/power/supply/
Dlp8727_charger.c222 static void lp8727_delayed_func(struct work_struct *_work) in lp8727_delayed_func() argument
224 struct lp8727_chg *pchg = container_of(_work, struct lp8727_chg, in lp8727_delayed_func()
/drivers/bus/
Dmips_cdmm.c203 mips_cdmm_##_ret##_work, &work); \
/drivers/rapidio/
Drio.c2051 static void disc_work_handler(struct work_struct *_work) in disc_work_handler() argument
2055 work = container_of(_work, struct rio_disc_work, work); in disc_work_handler()
/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c1892 static void mlx5_cmd_exec_cb_handler(int status, void *_work) in mlx5_cmd_exec_cb_handler() argument
1894 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
/drivers/net/ethernet/mellanox/mlx4/
Dmlx4.h1404 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
Dresource_tracker.c5274 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work) in mlx4_vf_immed_vlan_work_handler() argument
5277 container_of(_work, struct mlx4_vf_immed_vlan_work, work); in mlx4_vf_immed_vlan_work_handler()
/drivers/infiniband/hw/mlx5/
Dmain.c2670 static void mlx5_ib_handle_event(struct work_struct *_work) in mlx5_ib_handle_event() argument
2673 container_of(_work, struct mlx5_ib_event_work, work); in mlx5_ib_handle_event()
/drivers/net/bonding/
Dbond_main.c1712 static void bond_netdev_notify_work(struct work_struct *_work) in bond_netdev_notify_work() argument
1714 struct slave *slave = container_of(_work, struct slave, in bond_netdev_notify_work()
/drivers/scsi/qla2xxx/
Dqla_os.c5149 int qla2x00_post_async_##name##_work( \