| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | iwcm.c | 96 struct work_struct work; member 143 struct iwcm_work *work; in get_work() local 153 static void put_work(struct iwcm_work *work) in put_work() 170 struct iwcm_work *work; in alloc_work_entries() local 1018 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local 1069 struct iwcm_work *work; in cm_event_handler() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-ir.c | 24 void cx23885_ir_rx_work_handler(struct work_struct *work) in cx23885_ir_rx_work_handler() 47 void cx23885_ir_tx_work_handler(struct work_struct *work) in cx23885_ir_tx_work_handler()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence_work.h | 20 int (*work)(struct dma_fence_work *f); member 31 struct work_struct work; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | send.c | 46 void wg_packet_handshake_send_worker(struct work_struct *work) in wg_packet_handshake_send_worker() 262 void wg_packet_tx_worker(struct work_struct *work) in wg_packet_tx_worker() 287 void wg_packet_encrypt_worker(struct work_struct *work) in wg_packet_encrypt_worker()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_userptr.c | 24 struct rcu_work work; member 361 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker() 394 struct work_struct work; member 445 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local 518 struct get_pages_work *work; in __i915_gem_userptr_get_pages_schedule() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stop_machine.c | 60 struct cpu_stop_work *work, in __cpu_stop_queue_work() 68 static bool cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work) in cpu_stop_queue_work() 117 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; in stop_one_cpu() local 418 struct cpu_stop_work *work; in queue_stop_cpus_work() local 511 struct cpu_stop_work *work; in cpu_stopper_thread() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw_reset.c | 114 static void mlx5_sync_reset_reload_work(struct work_struct *work) in mlx5_sync_reset_reload_work() 206 static void mlx5_fw_live_patch_event(struct work_struct *work) in mlx5_fw_live_patch_event() 224 static void mlx5_sync_reset_request_event(struct work_struct *work) in mlx5_sync_reset_request_event() 332 static void mlx5_sync_reset_now_event(struct work_struct *work) in mlx5_sync_reset_now_event() 363 static void mlx5_sync_reset_abort_event(struct work_struct *work) in mlx5_sync_reset_abort_event()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | wm831x-on.c | 32 struct delayed_work work; member 40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
|
| H A D | da9052_onkey.c | 21 struct delayed_work work; member 54 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work()
|
| H A D | da9055_onkey.c | 20 struct delayed_work work; member 51 static void da9055_onkey_work(struct work_struct *work) in da9055_onkey_work()
|
| H A D | gpio-beeper.c | 18 struct work_struct work; member 28 static void gpio_beeper_work(struct work_struct *work) in gpio_beeper_work()
|
| H A D | arizona-haptics.c | 25 struct work_struct work; member 31 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | tcp.c | 460 struct work_struct *work) in o2net_sc_queue_work() 467 struct delayed_work *work, in o2net_sc_queue_delayed_work() 475 struct delayed_work *work) in o2net_sc_cancel_delayed_work() 713 static void o2net_shutdown_sc(struct work_struct *work) in o2net_shutdown_sc() 1424 static void o2net_rx_until_empty(struct work_struct *work) in o2net_rx_until_empty() 1459 static void o2net_sc_connect_completed(struct work_struct *work) in o2net_sc_connect_completed() 1475 static void o2net_sc_send_keep_req(struct work_struct *work) in o2net_sc_send_keep_req() 1547 static void o2net_start_connect(struct work_struct *work) in o2net_start_connect() 1663 static void o2net_connect_expired(struct work_struct *work) in o2net_connect_expired() 1682 static void o2net_still_up(struct work_struct *work) in o2net_still_up() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux_wq.c | 116 struct dhd_deferred_wq *work = NULL; in dhd_deferred_work_init() local 186 dhd_deferred_work_deinit(void *work) in dhd_deferred_work_deinit() 344 dhd_deferred_work_handler(struct work_struct *work) in dhd_deferred_work_handler()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | pda_power.c | 140 static void supply_work_func(struct work_struct *work) in supply_work_func() 166 static void charger_work_func(struct work_struct *work) in charger_work_func() 192 static void polling_work_func(struct work_struct *work) in polling_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-background-tracker.c | 16 struct policy_work work; member 178 struct policy_work *work, in btracker_queue() 215 int btracker_issue(struct background_tracker *b, struct policy_work **work) in btracker_issue()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_kasan_module.c | 94 static noinline void __init kasan_workqueue_work(struct work_struct *work) in kasan_workqueue_work() 102 struct work_struct *work; in kasan_workqueue_uaf() local
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | rockchip_dmc_common.c | 12 #define msch_rl_to_dmcfreq(work) container_of(to_delayed_work(work), \ argument 63 static void set_msch_rl_work(struct work_struct *work) in set_msch_rl_work()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_cm.c | 190 struct siw_cm_work *work; in siw_cm_free_work() local 212 static void siw_put_work(struct siw_cm_work *work) in siw_put_work() 274 struct siw_cm_work *work = NULL; in siw_get_work() local 288 struct siw_cm_work *work; in siw_cm_alloc_work() local 998 struct siw_cm_work *work; in siw_cm_work_handler() local 1185 struct siw_cm_work *work = siw_get_work(cep); in siw_cm_queue_work() local
|
| /OK3568_Linux_fs/kernel/samples/livepatch/ |
| H A D | livepatch-shadow-mod.c | 143 static void alloc_work_func(struct work_struct *work) in alloc_work_func() 168 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | sdio.c | 171 static void mt76s_tx_status_data(struct work_struct *work) in mt76s_tx_status_data() 272 static void mt76s_tx_work(struct work_struct *work) in mt76s_tx_work() 287 static void mt76s_rx_work(struct work_struct *work) in mt76s_rx_work()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | readpage.c | 66 struct work_struct work; member 97 static void decrypt_work(struct work_struct *work) in decrypt_work() 107 static void verity_work(struct work_struct *work) in verity_work()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | iowait.c | 42 void (*func)(struct work_struct *work), in iowait_init() 43 void (*tidfunc)(struct work_struct *work), in iowait_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | cpufreq_spudemand.c | 26 struct delayed_work work; member 46 static void spu_gov_work(struct work_struct *work) in spu_gov_work()
|
| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-gpio.c | 36 struct delayed_work work; member 44 static void gpio_extcon_work(struct work_struct *work) in gpio_extcon_work()
|