| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | workqueue.h | 235 #define __INIT_WORK(_work, _func, _onstack) \ argument 239 __init_work((_work), _onstack); \ 240 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 241 lockdep_init_map(&(_work)->lockdep_map, "(work_completion)"#_work, &__key, 0); \ 242 INIT_LIST_HEAD(&(_work)->entry); \ 243 (_work)->func = (_func); \ 246 #define __INIT_WORK(_work, _func, _onstack) \ argument 248 __init_work((_work), _onstack); \ 249 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 250 INIT_LIST_HEAD(&(_work)->entry); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linuxver.h | 106 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 109 #define schedule_work(_work) schedule_task((_work)) argument 136 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 138 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linuxver.h | 107 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 110 #define schedule_work(_work) schedule_task((_work)) argument 137 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 139 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linuxver.h | 107 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 110 #define schedule_work(_work) schedule_task((_work)) argument 137 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 139 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linuxver.h | 107 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 110 #define schedule_work(_work) schedule_task((_work)) argument 137 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 139 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_vblank_work.h | 61 #define to_drm_vblank_work(_work) \ argument 62 container_of((_work), struct drm_vblank_work, base)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 110 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 113 #define schedule_work(_work) schedule_task((_work)) argument 146 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 148 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linuxver.h | 110 #define INIT_WORK(_work, _func, _data) INIT_TQUEUE((_work), (_func), (_data)) argument 113 #define schedule_work(_work) schedule_task((_work)) argument 146 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func) argument 148 #define MY_INIT_WORK(_work, _func) INIT_WORK(_work, _func, _work) argument
|
| /OK3568_Linux_fs/kernel/drivers/ps3/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | roce_gid_mgmt.c | 619 static void netdevice_event_work_handler(struct work_struct *_work) in netdevice_event_work_handler() argument 622 container_of(_work, struct netdev_event_work, work); in netdevice_event_work_handler() 804 static void update_gid_event_work_handler(struct work_struct *_work) in update_gid_event_work_handler() argument 807 container_of(_work, struct update_gid_event_work, work); in update_gid_event_work_handler()
|
| H A D | cache.c | 1552 static void ib_cache_event_task(struct work_struct *_work) in ib_cache_event_task() argument 1555 container_of(_work, struct ib_update_work, work); in ib_cache_event_task() 1574 static void ib_generic_event_task(struct work_struct *_work) in ib_generic_event_task() argument 1577 container_of(_work, struct ib_update_work, work); in ib_generic_event_task()
|
| H A D | addr.c | 622 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()
|
| H A D | iwcm.c | 1016 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument 1018 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler()
|
| H A D | cm.c | 3850 static void cm_work_handler(struct work_struct *_work) in cm_work_handler() argument 3852 struct cm_work *work = container_of(_work, struct cm_work, work.work); in cm_work_handler()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.h | 502 #define MLAN_INIT_WORK(_work, _fun) INIT_WORK(_work, ((void (*)(void *))_fun), _wor… argument 504 #define MLAN_INIT_DELAYED_WORK(_work, _fun) INIT_WORK(_work, ((void (*)(void *))_fun), _wor… argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_userptr.c | 443 __i915_gem_userptr_get_pages_worker(struct work_struct *_work) in __i915_gem_userptr_get_pages_worker() argument 445 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 700 #define PREPARE_WORK(_work, _func, _data) \ argument 702 (_work)->func = _func; \ 703 (_work)->data = _data; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 562 #define MLAN_INIT_WORK(_work, _fun) \ argument 563 INIT_WORK(_work, ((void (*)(void *))_fun), _work) 565 #define MLAN_INIT_DELAYED_WORK(_work, _fun) \ argument 566 INIT_WORK(_work, ((void (*)(void *))_fun), _work)
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | mips_cdmm.c | 203 mips_cdmm_##_ret##_work, &work); \
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A D | rio.c | 2130 static void disc_work_handler(struct work_struct *_work) in disc_work_handler() argument 2134 work = container_of(_work, struct rio_disc_work, work); in disc_work_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 1880 static void mlx5_cmd_exec_cb_handler(int status, void *_work) in mlx5_cmd_exec_cb_handler() argument 1882 struct mlx5_async_work *work = _work; in mlx5_cmd_exec_cb_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4.h | 1403 void mlx4_vf_immed_vlan_work_handler(struct work_struct *_work);
|
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_main.c | 1659 static void bond_netdev_notify_work(struct work_struct *_work) in bond_netdev_notify_work() argument 1661 struct slave *slave = container_of(_work, struct slave, in bond_netdev_notify_work()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 2837 static void mlx5_ib_handle_event(struct work_struct *_work) in mlx5_ib_handle_event() argument 2840 container_of(_work, struct mlx5_ib_event_work, work); in mlx5_ib_handle_event()
|