/linux-6.6.21/include/linux/ |
D | workqueue.h | 277 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 279 __init_work((_work), _onstack); \ 280 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 281 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, (_key), 0); \ 282 INIT_LIST_HEAD(&(_work)->entry); \ 283 (_work)->func = (_func); \ 286 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ argument 288 __init_work((_work), _onstack); \ 289 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 290 INIT_LIST_HEAD(&(_work)->entry); \ [all …]
|
/linux-6.6.21/include/drm/ |
D | drm_vblank_work.h | 61 #define to_drm_vblank_work(_work) \ argument 62 container_of((_work), struct drm_vblank_work, base)
|
/linux-6.6.21/drivers/ps3/ |
D | vuart.h | 57 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()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
D | vhca_event.c | 92 static void mlx5_vhca_state_work_handler(struct work_struct *_work) in mlx5_vhca_state_work_handler() argument 94 struct mlx5_vhca_event_work *work = container_of(_work, struct mlx5_vhca_event_work, work); in mlx5_vhca_state_work_handler()
|
/linux-6.6.21/drivers/infiniband/core/ |
D | roce_gid_mgmt.c | 620 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()
|
D | cache.c | 1563 static void ib_cache_event_task(struct work_struct *_work) in ib_cache_event_task() argument 1566 container_of(_work, struct ib_update_work, work); in ib_cache_event_task() 1587 static void ib_generic_event_task(struct work_struct *_work) in ib_generic_event_task() argument 1590 container_of(_work, struct ib_update_work, work); in ib_generic_event_task()
|
D | addr.c | 621 static void process_one_req(struct work_struct *_work) in process_one_req() argument 626 req = container_of(_work, struct addr_req, work.work); in process_one_req()
|
D | iwcm.c | 1015 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()
|
D | cma.c | 2996 static void cma_work_handler(struct work_struct *_work) in cma_work_handler() argument 2998 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler() 5148 static void cma_netevent_work_handler(struct work_struct *_work) in cma_netevent_work_handler() argument 5151 container_of(_work, struct rdma_id_private, id.net_work); in cma_netevent_work_handler()
|
D | cm.c | 3838 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument 3840 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 59 static void mlx5e_ipsec_handle_tx_limit(struct work_struct *_work) in mlx5e_ipsec_handle_tx_limit() argument 62 container_of(_work, struct mlx5e_ipsec_dwork, dwork.work); in mlx5e_ipsec_handle_tx_limit() 548 static void mlx5e_ipsec_modify_state(struct work_struct *_work) in mlx5e_ipsec_modify_state() argument 551 container_of(_work, struct mlx5e_ipsec_work, work); in mlx5e_ipsec_modify_state() 576 static void mlx5e_ipsec_handle_netdev_event(struct work_struct *_work) in mlx5e_ipsec_handle_netdev_event() argument 579 container_of(_work, struct mlx5e_ipsec_work, work); in mlx5e_ipsec_handle_netdev_event()
|
D | ipsec_offload.c | 444 static void mlx5e_ipsec_handle_event(struct work_struct *_work) in mlx5e_ipsec_handle_event() argument 447 container_of(_work, struct mlx5e_ipsec_work, work); in mlx5e_ipsec_handle_event()
|
/linux-6.6.21/drivers/vfio/pci/mlx5/ |
D | cmd.h | 219 void mlx5vf_mig_file_cleanup_cb(struct work_struct *_work);
|
D | cmd.c | 478 void mlx5vf_mig_file_cleanup_cb(struct work_struct *_work) in mlx5vf_mig_file_cleanup_cb() argument 480 struct mlx5vf_async_data *async_data = container_of(_work, in mlx5vf_mig_file_cleanup_cb()
|
/linux-6.6.21/drivers/power/supply/ |
D | lp8727_charger.c | 222 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()
|
/linux-6.6.21/drivers/bus/ |
D | mips_cdmm.c | 203 mips_cdmm_##_ret##_work, &work); \
|
/linux-6.6.21/drivers/rapidio/ |
D | rio.c | 2051 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()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 2062 static void mlx5_cmd_exec_cb_handler(int status, void *_work) in mlx5_cmd_exec_cb_handler() argument 2064 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 1414 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
|
D | resource_tracker.c | 5274 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()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | main.c | 2663 static void mlx5_ib_handle_event(struct work_struct *_work) in mlx5_ib_handle_event() argument 2666 container_of(_work, struct mlx5_ib_event_work, work); in mlx5_ib_handle_event()
|
D | qp.c | 355 static void mlx5_ib_handle_qp_event(struct work_struct *_work) in mlx5_ib_handle_qp_event() argument 358 container_of(_work, struct mlx5_ib_qp_event_work, work); in mlx5_ib_handle_qp_event()
|
/linux-6.6.21/drivers/infiniband/hw/mlx4/ |
D | qp.c | 211 static void mlx4_ib_handle_qp_event(struct work_struct *_work) in mlx4_ib_handle_qp_event() argument 214 container_of(_work, struct mlx4_ib_qp_event_work, work); in mlx4_ib_handle_qp_event()
|
/linux-6.6.21/drivers/net/bonding/ |
D | bond_main.c | 1745 static void bond_netdev_notify_work(struct work_struct *_work) in bond_netdev_notify_work() argument 1747 struct slave *slave = container_of(_work, struct slave, in bond_netdev_notify_work()
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 438 static DECLARE_WORK(_work, __sched_core_put); in sched_core_put() 448 schedule_work(&_work); in sched_core_put()
|