Home
last modified time | relevance | path

Searched defs:work (Results 1 – 200 of 1589) sorted by relevance

12345678

/linux-4.4.14/virt/kvm/
Dasync_pf.c32 struct kvm_async_pf *work) in kvm_async_page_present_sync()
39 struct kvm_async_pf *work) in kvm_async_page_present_async()
72 static void async_pf_execute(struct work_struct *work) in async_pf_execute()
112 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
130 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
143 struct kvm_async_pf *work; in kvm_check_async_pf_completion() local
165 struct kvm_async_pf *work; in kvm_setup_async_pf() local
211 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_flip_work.c54 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task()
73 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue()
98 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit()
113 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); in flip_worker() local
144 void drm_flip_work_init(struct drm_flip_work *work, in drm_flip_work_init()
163 void drm_flip_work_cleanup(struct drm_flip_work *work) in drm_flip_work_cleanup()
/linux-4.4.14/include/linux/
Dcompletion.h30 #define COMPLETION_INITIALIZER(work) \ argument
33 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument
44 #define DECLARE_COMPLETION(work) \ argument
60 # define DECLARE_COMPLETION_ONSTACK(work) \ argument
63 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument
Dworkqueue.h26 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
114 struct work_struct work; member
136 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
142 struct work_struct work; member
184 static inline unsigned int work_static(struct work_struct *work) in work_static()
189 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
190 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
191 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
192 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static()
262 #define work_pending(work) \ argument
[all …]
Dkthread.h85 #define KTHREAD_WORK_INIT(work, fn) { \ argument
93 #define DEFINE_KTHREAD_WORK(work, fn) \ argument
118 #define init_kthread_work(work, fn) \ argument
Dstop_machine.h44 struct work_struct work; member
59 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
Djump_label_ratelimit.h11 struct delayed_work work; member
Dirq_work.h27 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) in init_irq_work()
Dinput-polldev.h50 struct delayed_work work; member
Dpadata.h74 struct work_struct work; member
95 struct work_struct work; member
Dvmpressure.h23 struct work_struct work; member
/linux-4.4.14/kernel/
Dirq_work.c29 static bool irq_work_claim(struct irq_work *work) in irq_work_claim()
66 bool irq_work_queue_on(struct irq_work *work, int cpu) in irq_work_queue_on()
87 bool irq_work_queue(struct irq_work *work) in irq_work_queue()
132 struct irq_work *work; in irq_work_run_list() local
189 void irq_work_sync(struct irq_work *work) in irq_work_sync()
Dworkqueue.c425 struct work_struct *work = addr; in work_fixup_init() local
444 struct work_struct *work = addr; in work_fixup_activate() local
476 struct work_struct *work = addr; in work_fixup_free() local
496 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
501 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
506 void __init_work(struct work_struct *work, int onstack) in __init_work()
515 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
521 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
529 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
530 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
[all …]
Dtask_work.c27 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add()
58 struct callback_head *work; in task_work_cancel() local
90 struct callback_head *work, *head, *next; in task_work_run() local
Dkthread.c568 struct kthread_work *work; in kthread_worker_fn() local
606 struct kthread_work *work, in insert_kthread_work()
627 struct kthread_work *work) in queue_kthread_work()
643 struct kthread_work work; member
647 static void kthread_flush_work_fn(struct kthread_work *work) in kthread_flush_work_fn()
660 void flush_kthread_work(struct kthread_work *work) in flush_kthread_work()
Dstop_machine.c77 struct cpu_stop_work *work) in __cpu_stop_queue_work()
84 static void cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work) in cpu_stop_queue_work()
124 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; in stop_one_cpu() local
320 struct cpu_stop_work *work; in queue_stop_cpus_work() local
434 struct cpu_stop_work *work; in cpu_stopper_thread() local
Dasync.c74 struct work_struct work; member
109 static void async_run_entry_fn(struct work_struct *work) in async_run_entry_fn()
Dreboot.c450 static void poweroff_work_func(struct work_struct *work) in poweroff_work_func()
472 static void reboot_work_func(struct work_struct *work) in reboot_work_func()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_phy.c33 static void sas_phye_loss_of_signal(struct work_struct *work) in sas_phye_loss_of_signal()
43 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done()
52 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error()
83 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold()
97 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout()
Dsas_port.c259 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed()
269 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd()
286 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err()
296 void sas_porte_timer_event(struct work_struct *work) in sas_porte_timer_event()
306 void sas_porte_hard_reset(struct work_struct *work) in sas_porte_hard_reset()
Dsas_discover.c215 static void sas_probe_devices(struct work_struct *work) in sas_probe_devices()
243 static void sas_suspend_devices(struct work_struct *work) in sas_suspend_devices()
274 static void sas_resume_devices(struct work_struct *work) in sas_resume_devices()
356 static void sas_destruct_devices(struct work_struct *work) in sas_destruct_devices()
439 static void sas_discover_domain(struct work_struct *work) in sas_discover_domain()
497 static void sas_revalidate_domain(struct work_struct *work) in sas_revalidate_domain()
Dsas_init.c112 void sas_hae_reset(struct work_struct *work) in sas_hae_reset()
457 static void phy_reset_work(struct work_struct *work) in phy_reset_work()
464 static void phy_enable_work(struct work_struct *work) in phy_enable_work()
/linux-4.4.14/net/rds/
Dthreads.c139 void rds_connect_worker(struct work_struct *work) in rds_connect_worker()
159 void rds_send_worker(struct work_struct *work) in rds_send_worker()
183 void rds_recv_worker(struct work_struct *work) in rds_recv_worker()
205 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
/linux-4.4.14/fs/btrfs/
Dasync-thread.c238 struct btrfs_work *work; in run_ordered_work() local
278 static void normal_work_helper(struct btrfs_work *work) in normal_work_helper()
306 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work()
320 struct btrfs_work *work) in __btrfs_queue_work()
336 struct btrfs_work *work) in btrfs_queue_work()
374 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
/linux-4.4.14/fs/
Dfs-writeback.c177 struct wb_writeback_work *work) in wb_queue_work()
317 struct work_struct work; member
320 static void inode_switch_wbs_work_fn(struct work_struct *work) in inode_switch_wbs_work_fn()
801 struct wb_writeback_work *work; in bdi_split_work_to_wbs() local
927 struct wb_writeback_work *work; in wb_start_writeback() local
1047 struct wb_writeback_work *work) in move_expired_inodes()
1110 static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work) in queue_io()
1402 struct wb_writeback_work *work) in writeback_chunk_size()
1443 struct wb_writeback_work *work) in writeback_sb_inodes()
1584 struct wb_writeback_work *work) in __writeback_inodes_wb()
[all …]
Dsync.c122 static void do_sync_work(struct work_struct *work) in do_sync_work()
142 struct work_struct *work; in emergency_sync() local
/linux-4.4.14/drivers/net/wireless/cw1200/
Dscan.c131 void cw1200_scan_work(struct work_struct *work) in cw1200_scan_work()
327 void cw1200_clear_recent_scan_work(struct work_struct *work) in cw1200_clear_recent_scan_work()
335 void cw1200_scan_timeout(struct work_struct *work) in cw1200_scan_timeout()
353 void cw1200_probe_work(struct work_struct *work) in cw1200_probe_work()
Dsta.c514 void cw1200_update_filtering_work(struct work_struct *work) in cw1200_update_filtering_work()
523 void cw1200_set_beacon_wakeup_period_work(struct work_struct *work) in cw1200_set_beacon_wakeup_period_work()
844 void cw1200_wep_key_work(struct work_struct *work) in cw1200_wep_key_work()
972 void cw1200_event_handler(struct work_struct *work) in cw1200_event_handler()
1043 void cw1200_bss_loss_work(struct work_struct *work) in cw1200_bss_loss_work()
1054 void cw1200_bss_params_work(struct work_struct *work) in cw1200_bss_params_work()
1191 void cw1200_join_complete_work(struct work_struct *work) in cw1200_join_complete_work()
1375 void cw1200_join_timeout(struct work_struct *work) in cw1200_join_timeout()
1446 void cw1200_unjoin_work(struct work_struct *work) in cw1200_unjoin_work()
1712 void cw1200_set_tim_work(struct work_struct *work) in cw1200_set_tim_work()
[all …]
Dpm.c126 static long cw1200_suspend_work(struct delayed_work *work) in cw1200_suspend_work()
142 struct delayed_work *work, in cw1200_resume_work()
/linux-4.4.14/drivers/infiniband/core/
Dcm.c185 struct delayed_work work; member
196 struct cm_work work; /* Must be first. */ member
692 struct cm_work *work; in cm_dequeue_work() local
702 static void cm_free_work(struct cm_work *work) in cm_free_work()
811 struct cm_work *work; in cm_destroy_id() local
1341 static u16 cm_get_bth_pkey(struct cm_work *work) in cm_get_bth_pkey()
1359 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1395 struct cm_work *work) in cm_process_work()
1473 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()
1516 static struct cm_id_private * cm_match_req(struct cm_work *work, in cm_match_req()
[all …]
Diwcm.c62 struct work_struct work; member
109 struct iwcm_work *work; in get_work() local
119 static void put_work(struct iwcm_work *work) in put_work()
134 struct iwcm_work *work; in alloc_work_entries() local
872 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local
930 struct iwcm_work *work; in cm_event_handler() local
Droce_gid_mgmt.c51 struct work_struct work; member
66 struct work_struct work; member
502 struct netdev_event_work *work = in netdevice_event_work_handler() local
629 struct update_gid_event_work *work = in update_gid_event_work_handler() local
642 struct update_gid_event_work *work; in addr_event() local
Dcma.c245 struct work_struct work; member
253 struct work_struct work; member
259 struct work_struct work; member
2089 struct cma_work *work = context; in cma_query_handler() local
2108 struct cma_work *work) in cma_query_ib_route()
2156 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler() local
2178 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work); in cma_ndev_work_handler() local
2203 struct cma_work *work; in cma_resolve_ib_route() local
2263 struct cma_work *work; in cma_resolve_iw_route() local
2302 struct cma_work *work; in cma_resolve_iboe_route() local
[all …]
/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_ctrl.c161 struct work_struct work; member
174 static void pciehp_power_thread(struct work_struct *work) in pciehp_power_thread()
225 void pciehp_queue_pushbutton_work(struct work_struct *work) in pciehp_queue_pushbutton_work()
362 static void interrupt_event_handler(struct work_struct *work) in interrupt_event_handler()
Dshpchp_ctrl.c393 struct work_struct work; member
403 static void shpchp_pushbutton_thread(struct work_struct *work) in shpchp_pushbutton_thread()
432 void shpchp_queue_pushbutton_work(struct work_struct *work) in shpchp_queue_pushbutton_work()
544 static void interrupt_event_handler(struct work_struct *work) in interrupt_event_handler()
/linux-4.4.14/arch/sparc/kernel/
Dsun4d_smp.c195 struct sun4d_ipi_work *work; in smp4d_ipi_init() local
207 struct sun4d_ipi_work *work = this_cpu_ptr(&sun4d_ipi_work); in sun4d_ipi_interrupt() local
238 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_single() local
249 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_mask_one() local
260 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_resched() local
Dleon_smp.c276 struct leon_ipi_work *work; in leon_ipi_init() local
313 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_single() local
324 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_mask_one() local
335 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_resched() local
346 struct leon_ipi_work *work = this_cpu_ptr(&leon_ipi_work); in leonsmp_ipi_interrupt() local
/linux-4.4.14/fs/afs/
Dcmservice.c151 static void SRXAFSCB_CallBack(struct work_struct *work) in SRXAFSCB_CallBack()
318 static void SRXAFSCB_InitCallBackState(struct work_struct *work) in SRXAFSCB_InitCallBackState()
396 static void SRXAFSCB_Probe(struct work_struct *work) in SRXAFSCB_Probe()
429 static void SRXAFSCB_ProbeUuid(struct work_struct *work) in SRXAFSCB_ProbeUuid()
525 static void SRXAFSCB_TellMeAboutYourself(struct work_struct *work) in SRXAFSCB_TellMeAboutYourself()
Dcallback.c63 void afs_broken_callback_work(struct work_struct *work) in afs_broken_callback_work()
334 void afs_dispatch_give_up_callbacks(struct work_struct *work) in afs_dispatch_give_up_callbacks()
Dvlocation.c541 static void afs_vlocation_reaper(struct work_struct *work) in afs_vlocation_reaper()
621 static void afs_vlocation_updater(struct work_struct *work) in afs_vlocation_updater()
/linux-4.4.14/lib/
Donce.c7 struct work_struct work; member
13 struct once_work *work; in once_deferred() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_user_pages.c186 struct work_struct work; member
193 struct ipath_user_pages_work *work = in user_pages_account() local
205 struct ipath_user_pages_work *work; in ipath_release_user_pages_on_close() local
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00link.c311 static void rt2x00link_tuner(struct work_struct *work) in rt2x00link_tuner()
390 static void rt2x00link_watchdog(struct work_struct *work) in rt2x00link_watchdog()
443 static void rt2x00link_agc(struct work_struct *work) in rt2x00link_agc()
464 static void rt2x00link_vcocal(struct work_struct *work) in rt2x00link_vcocal()
Drt2x00dev.c151 static void rt2x00lib_intf_scheduled(struct work_struct *work) in rt2x00lib_intf_scheduled()
166 static void rt2x00lib_autowakeup(struct work_struct *work) in rt2x00lib_autowakeup()
526 static void rt2x00lib_sleep(struct work_struct *work) in rt2x00lib_sleep()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_disc.c163 snic_scsi_scan_tgt(struct work_struct *work) in snic_scsi_scan_tgt()
221 snic_tgt_del(struct work_struct *work) in snic_tgt_del()
335 snic_handle_tgt_disc(struct work_struct *work) in snic_handle_tgt_disc()
508 snic_handle_disc(struct work_struct *work) in snic_handle_disc()
/linux-4.4.14/drivers/s390/char/
Dsclp_config.c29 static void sclp_cpu_capability_notify(struct work_struct *work) in sclp_cpu_capability_notify()
44 static void __ref sclp_cpu_change_notify(struct work_struct *work) in sclp_cpu_change_notify()
Dctrlchar.h27 struct work_struct work; member
Dctrlchar.c20 ctrlchar_handle_sysrq(struct work_struct *work) in ctrlchar_handle_sysrq()
/linux-4.4.14/net/mac80211/
Doffchannel.c210 static void ieee80211_hw_roc_start(struct work_struct *work) in ieee80211_hw_roc_start()
332 void ieee80211_sw_roc_work(struct work_struct *work) in ieee80211_sw_roc_work()
421 static void ieee80211_hw_roc_done(struct work_struct *work) in ieee80211_hw_roc_done()
Dht.c298 void ieee80211_ba_session_work(struct work_struct *work) in ieee80211_ba_session_work()
471 void ieee80211_request_smps_mgd_work(struct work_struct *work) in ieee80211_request_smps_mgd_work()
482 void ieee80211_request_smps_ap_work(struct work_struct *work) in ieee80211_request_smps_ap_work()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_userptr.c41 struct work_struct work; member
61 struct work_struct work; member
66 static void __cancel_userptr__worker(struct work_struct *work) in __cancel_userptr__worker()
433 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker()
467 struct work_struct work; member
568 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local
632 struct get_pages_work *work; in __i915_gem_userptr_get_pages_schedule() local
Dintel_hotplug.c189 static void intel_hpd_irq_storm_reenable_work(struct work_struct *work) in intel_hpd_irq_storm_reenable_work()
250 static void i915_digport_work_func(struct work_struct *work) in i915_digport_work_func()
301 static void i915_hotplug_work_func(struct work_struct *work) in i915_hotplug_work_func()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-ir.c33 void cx23885_ir_rx_work_handler(struct work_struct *work) in cx23885_ir_rx_work_handler()
56 void cx23885_ir_tx_work_handler(struct work_struct *work) in cx23885_ir_tx_work_handler()
Dcx23885-av.c23 void cx23885_av_work_handler(struct work_struct *work) in cx23885_av_work_handler()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c64 static void ath_btcoex_period_work(struct work_struct *work) in ath_btcoex_period_work()
98 static void ath_btcoex_duty_cycle_work(struct work_struct *work) in ath_btcoex_duty_cycle_work()
226 void ath9k_led_work(struct work_struct *work) in ath9k_led_work()
Dlink.c23 void ath_tx_complete_poll_work(struct work_struct *work) in ath_tx_complete_poll_work()
113 void ath_hw_pll_work(struct work_struct *work) in ath_hw_pll_work()
208 void ath_paprd_calibrate(struct work_struct *work) in ath_paprd_calibrate()
/linux-4.4.14/drivers/input/misc/
Dwm831x-on.c32 struct delayed_work work; member
40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
Dda9052_onkey.c25 struct delayed_work work; member
58 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work()
Dda9055_onkey.c24 struct delayed_work work; member
55 static void da9055_onkey_work(struct work_struct *work) in da9055_onkey_work()
Dgpio-beeper.c22 struct work_struct work; member
32 static void gpio_beeper_work(struct work_struct *work) in gpio_beeper_work()
Darizona-haptics.c28 struct work_struct work; member
34 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work()
Dpwm-beeper.c28 struct work_struct work; member
45 static void pwm_beeper_work(struct work_struct *work) in pwm_beeper_work()
Dsirfsoc-onkey.c22 struct delayed_work work; member
39 static void sirfsoc_pwrc_report_event(struct work_struct *work) in sirfsoc_pwrc_report_event()
Dpm8xxx-vibrator.c45 struct work_struct work; member
80 static void pm8xxx_work_handler(struct work_struct *work) in pm8xxx_work_handler()
Dregulator-haptic.c28 struct work_struct work; member
84 static void regulator_haptic_work(struct work_struct *work) in regulator_haptic_work()
Dda9063_onkey.c46 struct delayed_work work; member
91 static void da9063_poll_on(struct work_struct *work) in da9063_poll_on()
Ddrv2665.c65 struct work_struct work; member
84 static void drv2665_worker(struct work_struct *work) in drv2665_worker()
Dmax8997_haptic.c52 struct work_struct work; member
220 static void max8997_haptic_play_effect_work(struct work_struct *work) in max8997_haptic_play_effect_work()
/linux-4.4.14/net/rxrpc/
Dar-local.c249 static void rxrpc_destroy_local(struct work_struct *work) in rxrpc_destroy_local()
373 static void rxrpc_process_local_events(struct work_struct *work) in rxrpc_process_local_events()
Dar-connevent.c258 void rxrpc_process_connection(struct work_struct *work) in rxrpc_process_connection()
331 void rxrpc_reject_packets(struct work_struct *work) in rxrpc_reject_packets()
Dar-error.c125 void rxrpc_UDP_error_handler(struct work_struct *work) in rxrpc_UDP_error_handler()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c23 struct armada_plane_work work; member
197 struct armada_plane_work *work = xchg(&plane->work, NULL); in armada_drm_plane_work_run() local
209 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_plane_work_queue()
234 struct armada_plane_work *work = xchg(&plane->work, NULL); in armada_drm_plane_work_cancel() local
243 struct armada_frame_work *work) in armada_drm_crtc_queue_frame_work()
251 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_crtc_complete_frame_work()
275 struct armada_frame_work *work; in armada_drm_crtc_finish_fb() local
998 struct armada_frame_work *work; in armada_drm_crtc_page_flip() local
/linux-4.4.14/drivers/leds/
Dleds-lt3593.c31 struct work_struct work; member
35 static void lt3593_led_work(struct work_struct *work) in lt3593_led_work()
Dleds-dac124s085.c28 struct work_struct work; member
41 static void dac124s085_led_work(struct work_struct *work) in dac124s085_led_work()
Dleds-adp5520.c26 struct work_struct work; member
33 static void adp5520_led_work(struct work_struct *work) in adp5520_led_work()
Dleds-da903x.c36 struct work_struct work; member
46 static void da903x_led_work(struct work_struct *work) in da903x_led_work()
Dleds-regulator.c31 struct work_struct work; member
126 static void led_work(struct work_struct *work) in led_work()
Dleds-da9052.c35 struct work_struct work; member
61 static void da9052_led_work(struct work_struct *work) in da9052_led_work()
Dleds-tlc591xx.c45 #define work_to_led(work) container_of(work, struct tlc591xx_led, work) argument
51 struct work_struct work; member
114 tlc591xx_led_work(struct work_struct *work) in tlc591xx_led_work()
Dleds-pwm.c30 struct work_struct work; member
54 static void led_pwm_work(struct work_struct *work) in led_pwm_work()
Dleds-lp8788.c29 struct work_struct work; member
91 static void lp8788_led_work(struct work_struct *work) in lp8788_led_work()
Dleds-88pm860x.c36 struct work_struct work; member
72 static void pm860x_led_work(struct work_struct *work) in pm860x_led_work()
Dleds-gpio.c28 struct work_struct work; member
36 static void gpio_led_work(struct work_struct *work) in gpio_led_work()
Dleds-mc13783.c35 struct work_struct work; member
58 static void mc13xxx_led_work(struct work_struct *work) in mc13xxx_led_work()
Dleds-wm831x-status.c26 struct work_struct work; member
43 static void wm831x_status_work(struct work_struct *work) in wm831x_status_work()
Dleds-pca9532.c44 struct work_struct work; member
224 static void pca9532_input_work(struct work_struct *work) in pca9532_input_work()
236 static void pca9532_led_work(struct work_struct *work) in pca9532_led_work()
Dleds-lm3642.c212 static void lm3642_deferred_torch_brightness_set(struct work_struct *work) in lm3642_deferred_torch_brightness_set()
269 static void lm3642_deferred_strobe_brightness_set(struct work_struct *work) in lm3642_deferred_strobe_brightness_set()
290 static void lm3642_deferred_indicator_brightness_set(struct work_struct *work) in lm3642_deferred_indicator_brightness_set()
Dleds-pca955x.c113 struct work_struct work; member
196 static void pca955x_led_work(struct work_struct *work) in pca955x_led_work()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dbacklight.c100 static void pmac_backlight_key_worker(struct work_struct *work) in pmac_backlight_key_worker()
167 static void pmac_backlight_set_legacy_worker(struct work_struct *work) in pmac_backlight_set_legacy_worker()
/linux-4.4.14/drivers/extcon/
Dextcon-gpio.c35 struct delayed_work work; member
42 static void gpio_extcon_work(struct work_struct *work) in gpio_extcon_work()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dcpufreq_spudemand.c38 struct delayed_work work; member
58 static void spu_gov_work(struct work_struct *work) in spu_gov_work()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Dleds.c25 static void led_turn_on(struct work_struct *work) in led_turn_on()
63 static void led_turn_off(struct work_struct *work) in led_turn_off()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dperiodic_work.c28 struct delayed_work work; member
38 static void periodic_work_func(struct work_struct *work) in periodic_work_func()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dnotify.c84 nvkm_notify_work(struct work_struct *work) in nvkm_notify_work()
133 int (*func)(struct nvkm_notify *), bool work, in nvkm_notify_init()
/linux-4.4.14/drivers/ps3/
Dvuart.h35 struct work_struct work; member
49 void (*work)(struct ps3_system_bus_device *); member
/linux-4.4.14/fs/ocfs2/cluster/
Dtcp.c475 struct work_struct *work) in o2net_sc_queue_work()
482 struct delayed_work *work, in o2net_sc_queue_delayed_work()
490 struct delayed_work *work) in o2net_sc_cancel_delayed_work()
727 static void o2net_shutdown_sc(struct work_struct *work) in o2net_shutdown_sc()
1439 static void o2net_rx_until_empty(struct work_struct *work) in o2net_rx_until_empty()
1507 static void o2net_sc_connect_completed(struct work_struct *work) in o2net_sc_connect_completed()
1523 static void o2net_sc_send_keep_req(struct work_struct *work) in o2net_sc_send_keep_req()
1595 static void o2net_start_connect(struct work_struct *work) in o2net_start_connect()
1726 static void o2net_connect_expired(struct work_struct *work) in o2net_connect_expired()
1745 static void o2net_still_up(struct work_struct *work) in o2net_still_up()
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtt.c496 static void iwl_bg_ct_enter(struct work_struct *work) in iwl_bg_ct_enter()
525 static void iwl_bg_ct_exit(struct work_struct *work) in iwl_bg_ct_exit()
576 static void iwl_bg_tt_work(struct work_struct *work) in iwl_bg_tt_work()
Dmain.c196 static void iwl_bg_beacon_update(struct work_struct *work) in iwl_bg_beacon_update()
235 static void iwl_bg_bt_runtime_config(struct work_struct *work) in iwl_bg_bt_runtime_config()
253 static void iwl_bg_bt_full_concurrency(struct work_struct *work) in iwl_bg_bt_full_concurrency()
486 static void iwl_bg_tx_flush(struct work_struct *work) in iwl_bg_tx_flush()
889 static void iwl_bg_run_time_calib_work(struct work_struct *work) in iwl_bg_run_time_calib_work()
Dscan.c993 static void iwl_bg_start_internal_scan(struct work_struct *work) in iwl_bg_start_internal_scan()
1033 static void iwl_bg_abort_scan(struct work_struct *work) in iwl_bg_abort_scan()
1046 static void iwl_bg_scan_completed(struct work_struct *work) in iwl_bg_scan_completed()
/linux-4.4.14/arch/powerpc/sysdev/
Dpmi.c50 struct work_struct work; member
112 static void pmi_notify_handlers(struct work_struct *work) in pmi_notify_handlers()
/linux-4.4.14/drivers/char/tpm/
Dtpm-dev.c32 struct work_struct work; member
44 static void timeout_work(struct work_struct *work) in timeout_work()
/linux-4.4.14/drivers/vfio/
Dvirqfd.c88 static void virqfd_shutdown(struct work_struct *work) in virqfd_shutdown()
100 static void virqfd_inject(struct work_struct *work) in virqfd_inject()
/linux-4.4.14/drivers/staging/octeon/
Dethernet-rx.c73 static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work) in cvm_oct_check_rcv_error()
204 cvmx_wqe_t *work; in cvm_oct_napi_poll() local
Dethernet.c112 static void cvm_oct_rx_refill_worker(struct work_struct *work) in cvm_oct_rx_refill_worker()
128 static void cvm_oct_periodic_worker(struct work_struct *work) in cvm_oct_periodic_worker()
180 cvmx_wqe_t *work = work_queue_entry; in cvm_oct_free_work() local
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c137 static void SetPSModeWorkItemCallback(struct work_struct *work) in SetPSModeWorkItemCallback()
151 static void rpwm_workitem_callback(struct work_struct *work) in rpwm_workitem_callback()
/linux-4.4.14/drivers/bluetooth/
Dbcm203x.c68 struct work_struct work; member
156 static void bcm203x_work(struct work_struct *work) in bcm203x_work()
Dbtsdio.c61 struct work_struct work; member
105 static void btsdio_work(struct work_struct *work) in btsdio_work()
Dhci_qca.c225 static void qca_wq_awake_device(struct work_struct *work) in qca_wq_awake_device()
255 static void qca_wq_awake_rx(struct work_struct *work) in qca_wq_awake_rx()
282 static void qca_wq_serial_rx_clock_vote_off(struct work_struct *work) in qca_wq_serial_rx_clock_vote_off()
293 static void qca_wq_serial_tx_clock_vote_off(struct work_struct *work) in qca_wq_serial_tx_clock_vote_off()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.c202 struct work_struct work; member
211 struct nouveau_fence_work *work = container_of(kwork, typeof(*work), work); in nouveau_fence_work_handler() local
218 struct nouveau_fence_work *work = container_of(cb, typeof(*work), cb); in nouveau_fence_work_cb() local
227 struct nouveau_fence_work *work; in nouveau_fence_work() local
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c335 static void ipoib_qp_state_validate_work(struct work_struct *work) in ipoib_qp_state_validate_work()
643 void ipoib_reap_ah(struct work_struct *work) in ipoib_reap_ah()
1061 void ipoib_ib_dev_flush_light(struct work_struct *work) in ipoib_ib_dev_flush_light()
1069 void ipoib_ib_dev_flush_normal(struct work_struct *work) in ipoib_ib_dev_flush_normal()
1077 void ipoib_ib_dev_flush_heavy(struct work_struct *work) in ipoib_ib_dev_flush_heavy()
Dipoib_multicast.c324 void ipoib_mcast_carrier_on_task(struct work_struct *work) in ipoib_mcast_carrier_on_task()
554 void ipoib_mcast_join_task(struct work_struct *work) in ipoib_mcast_join_task()
840 void ipoib_mcast_restart_task(struct work_struct *work) in ipoib_mcast_restart_task()
Dipoib_cm.c1302 static void ipoib_cm_tx_start(struct work_struct *work) in ipoib_cm_tx_start()
1348 static void ipoib_cm_tx_reap(struct work_struct *work) in ipoib_cm_tx_reap()
1373 static void ipoib_cm_skb_reap(struct work_struct *work) in ipoib_cm_skb_reap()
1419 static void ipoib_cm_rx_reap(struct work_struct *work) in ipoib_cm_rx_reap()
1425 static void ipoib_cm_stale_task(struct work_struct *work) in ipoib_cm_stale_task()
/linux-4.4.14/drivers/staging/speakup/
Dselection.c131 struct work_struct work; member
135 static void __speakup_paste_selection(struct work_struct *work) in __speakup_paste_selection()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-wqe.h598 static inline int cvmx_wqe_get_port(cvmx_wqe_t *work) in cvmx_wqe_get_port()
610 static inline void cvmx_wqe_set_port(cvmx_wqe_t *work, int port) in cvmx_wqe_set_port()
618 static inline int cvmx_wqe_get_grp(cvmx_wqe_t *work) in cvmx_wqe_get_grp()
630 static inline void cvmx_wqe_set_grp(cvmx_wqe_t *work, int grp) in cvmx_wqe_set_grp()
638 static inline int cvmx_wqe_get_qos(cvmx_wqe_t *work) in cvmx_wqe_get_qos()
650 static inline void cvmx_wqe_set_qos(cvmx_wqe_t *work, int qos) in cvmx_wqe_set_qos()
Dcvmx-helper-util.h149 static inline void cvmx_helper_free_packet_data(cvmx_wqe_t *work) in cvmx_helper_free_packet_data()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fc.c97 void zfcp_fc_post_event(struct work_struct *work) in zfcp_fc_post_event()
170 static void zfcp_fc_wka_port_offline(struct work_struct *work) in zfcp_fc_wka_port_offline()
419 void zfcp_fc_port_did_lookup(struct work_struct *work) in zfcp_fc_port_did_lookup()
553 void zfcp_fc_link_test_work(struct work_struct *work) in zfcp_fc_link_test_work()
724 void zfcp_fc_scan_ports(struct work_struct *work) in zfcp_fc_scan_ports()
854 void zfcp_fc_sym_name_update(struct work_struct *work) in zfcp_fc_sym_name_update()
/linux-4.4.14/drivers/power/
Dab8500_charger.c1989 static void ab8500_charger_check_vbat_work(struct work_struct *work) in ab8500_charger_check_vbat_work()
2034 static void ab8500_charger_check_hw_failure_work(struct work_struct *work) in ab8500_charger_check_hw_failure_work()
2089 static void ab8500_charger_kick_watchdog_work(struct work_struct *work) in ab8500_charger_kick_watchdog_work()
2112 static void ab8500_charger_ac_work(struct work_struct *work) in ab8500_charger_ac_work()
2139 static void ab8500_charger_usb_attached_work(struct work_struct *work) in ab8500_charger_usb_attached_work()
2176 static void ab8500_charger_ac_attached_work(struct work_struct *work) in ab8500_charger_ac_attached_work()
2223 static void ab8500_charger_detect_usb_type_work(struct work_struct *work) in ab8500_charger_detect_usb_type_work()
2283 static void ab8500_charger_usb_link_attach_work(struct work_struct *work) in ab8500_charger_usb_link_attach_work()
2307 static void ab8500_charger_usb_link_status_work(struct work_struct *work) in ab8500_charger_usb_link_status_work()
2437 static void ab8500_charger_usb_state_changed_work(struct work_struct *work) in ab8500_charger_usb_state_changed_work()
[all …]
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_fbdev.c42 struct work_struct work; member
47 static void pan_worker(struct work_struct *work) in pan_worker()
/linux-4.4.14/arch/x86/entry/
Dcommon.c80 u32 work; in syscall_trace_enter_phase1() local
169 u32 work = ACCESS_ONCE(ti->flags) & _TIF_WORK_SYSCALL_ENTRY; in syscall_trace_enter_phase2() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dtemp.c74 nv_poweroff_work(struct work_struct *work) in nv_poweroff_work()
120 struct work_struct *work; in nvkm_therm_sensor_event() local
/linux-4.4.14/drivers/input/touchscreen/
Dpcap_ts.c27 struct delayed_work work; member
88 static void pcap_ts_work(struct work_struct *work) in pcap_ts_work()
Dmc13783_ts.c39 struct delayed_work work; member
121 static void mc13783_ts_work(struct work_struct *work) in mc13783_ts_work()
Deeti_ts.c49 struct work_struct work; member
68 static void eeti_ts_read(struct work_struct *work) in eeti_ts_read()
Dhp680_ts_input.c25 static void do_softint(struct work_struct *work) in do_softint()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c36 static void virtio_gpu_config_changed_work_func(struct work_struct *work) in virtio_gpu_config_changed_work_func()
91 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq()
Dvirtgpu_fb.c37 struct delayed_work work; member
161 static void virtio_gpu_fb_dirty_work(struct work_struct *work) in virtio_gpu_fb_dirty_work()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c108 static void legacy_dvb_usb_read_remote_control(struct work_struct *work) in legacy_dvb_usb_read_remote_control()
240 static void dvb_usb_read_remote_control(struct work_struct *work) in dvb_usb_read_remote_control()
/linux-4.4.14/drivers/iio/trigger/
Diio-trig-sysfs.c20 struct irq_work work; member
94 static void iio_sysfs_trigger_work(struct irq_work *work) in iio_sysfs_trigger_work()
/linux-4.4.14/drivers/net/wireless/mwifiex/
D11h.c123 void mwifiex_dfs_cac_work_queue(struct work_struct *work) in mwifiex_dfs_cac_work_queue()
289 void mwifiex_dfs_chan_sw_work_queue(struct work_struct *work) in mwifiex_dfs_chan_sw_work_queue()
/linux-4.4.14/net/netfilter/
Dxt_IDLETIMER.c53 struct work_struct work; member
102 static void idletimer_tg_work(struct work_struct *work) in idletimer_tg_work()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-input.c66 struct delayed_work work; member
229 static void tm6000_ir_handle_key(struct work_struct *work) in tm6000_ir_handle_key()
264 static void tm6000_ir_int_work(struct work_struct *work) in tm6000_ir_int_work()
/linux-4.4.14/net/wireless/
Dcore.c264 static void cfg80211_rfkill_sync_work(struct work_struct *work) in cfg80211_rfkill_sync_work()
272 static void cfg80211_event_work(struct work_struct *work) in cfg80211_event_work()
311 static void cfg80211_destroy_iface_wk(struct work_struct *work) in cfg80211_destroy_iface_wk()
323 static void cfg80211_sched_scan_stop_wk(struct work_struct *work) in cfg80211_sched_scan_stop_wk()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_main.c41 static void scif_intr_bh_handler(struct work_struct *work) in scif_intr_bh_handler()
84 static void scif_qp_setup_handler(struct work_struct *work) in scif_qp_setup_handler()
Dscif_dma.c312 void scif_mmu_notif_handler(struct work_struct *work) in scif_mmu_notif_handler()
348 void scif_mmu_notif_handler(struct work_struct *work) in scif_mmu_notif_handler()
712 iounmap_remote(void *virt, size_t size, struct scif_copy_work *work) in iounmap_remote()
900 scif_rma_list_dma_copy_unaligned(struct scif_copy_work *work, in scif_rma_list_dma_copy_unaligned()
1123 static int _scif_rma_list_dma_copy_aligned(struct scif_copy_work *work, in _scif_rma_list_dma_copy_aligned()
1241 static int scif_rma_list_dma_copy_aligned(struct scif_copy_work *work, in scif_rma_list_dma_copy_aligned()
1475 static int scif_rma_list_cpu_copy(struct scif_copy_work *work) in scif_rma_list_cpu_copy()
1569 struct scif_copy_work *work, in scif_rma_list_dma_copy_wrapper()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_mn.c46 struct work_struct work; member
68 static void radeon_mn_destroy(struct work_struct *work) in radeon_mn_destroy()
Dradeon_irq_kms.c74 static void radeon_hotplug_work_func(struct work_struct *work) in radeon_hotplug_work_func()
97 static void radeon_dp_work_func(struct work_struct *work) in radeon_dp_work_func()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mn.c46 struct work_struct work; member
68 static void amdgpu_mn_destroy(struct work_struct *work) in amdgpu_mn_destroy()
Damdgpu_irq.c54 static void amdgpu_hotplug_work_func(struct work_struct *work) in amdgpu_hotplug_work_func()
81 static void amdgpu_irq_reset_work_func(struct work_struct *work) in amdgpu_irq_reset_work_func()
Damdgpu_display.c68 struct amdgpu_flip_work *work = in amdgpu_flip_work_func() local
146 struct amdgpu_flip_work *work = in amdgpu_unpin_work_func() local
177 struct amdgpu_flip_work *work; in amdgpu_crtc_page_flip() local
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_evm.c39 static void mantis_hifevm_work(struct work_struct *work) in mantis_hifevm_work()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddpaux.c45 struct work_struct work; member
54 static inline struct tegra_dpaux *work_to_dpaux(struct work_struct *work) in work_to_dpaux()
239 static void tegra_dpaux_hotplug(struct work_struct *work) in tegra_dpaux_hotplug()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_irq.c71 static void qxl_client_monitors_config_work_func(struct work_struct *work) in qxl_client_monitors_config_work_func()
/linux-4.4.14/fs/fscache/
Doperation.c543 void fscache_operation_gc(struct work_struct *work) in fscache_operation_gc()
595 void fscache_op_work_func(struct work_struct *work) in fscache_op_work_func()
/linux-4.4.14/drivers/staging/iio/
Diio_dummy_evgen.c38 struct irq_work work; member
84 static void iio_dummy_work_handler(struct irq_work *work) in iio_dummy_work_handler()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c104 struct work_struct work; member
137 static void mlx4_en_filter_work(struct work_struct *work) in mlx4_en_filter_work()
1165 static void mlx4_en_do_set_rx_mode(struct work_struct *work) in mlx4_en_do_set_rx_mode()
1436 static void mlx4_en_do_get_stats(struct work_struct *work) in mlx4_en_do_get_stats()
1466 static void mlx4_en_service_task(struct work_struct *work) in mlx4_en_service_task()
1485 static void mlx4_en_linkstate(struct work_struct *work) in mlx4_en_linkstate()
1877 static void mlx4_en_restart(struct work_struct *work) in mlx4_en_restart()
2363 static void mlx4_en_add_vxlan_offloads(struct work_struct *work) in mlx4_en_add_vxlan_offloads()
2386 static void mlx4_en_del_vxlan_offloads(struct work_struct *work) in mlx4_en_del_vxlan_offloads()
2557 struct work_struct work; member
[all …]
/linux-4.4.14/drivers/staging/vt6656/
Dwcmd.c95 void vnt_run_command(struct work_struct *work) in vnt_run_command()
/linux-4.4.14/drivers/input/keyboard/
Dqt2160.c61 struct work_struct work; member
86 static void qt2160_led_work(struct work_struct *work) in qt2160_led_work()
242 static void qt2160_worker(struct work_struct *work) in qt2160_worker()
/linux-4.4.14/mm/
Dvmpressure.c73 static struct vmpressure *work_to_vmpressure(struct work_struct *work) in work_to_vmpressure()
162 static void vmpressure_work_fn(struct work_struct *work) in vmpressure_work_fn()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Dnotify.c105 nvif_notify_work(struct work_struct *work) in nvif_notify_work()
168 bool work, u8 event, void *data, u32 size, u32 reply, in nvif_notify_init()
/linux-4.4.14/drivers/thunderbolt/
Dtb.c204 struct work_struct work; member
216 static void tb_handle_hotplug(struct work_struct *work) in tb_handle_hotplug()
/linux-4.4.14/drivers/hid/
Dhid-elo.c31 struct delayed_work work; member
130 static void elo_work(struct work_struct *work) in elo_work()
Dhid-gt683r.c58 struct work_struct work; member
190 static void gt683r_led_work(struct work_struct *work) in gt683r_led_work()
Dhid-thingm.c59 struct work_struct work; member
134 static void thingm_work(struct work_struct *work) in thingm_work()
/linux-4.4.14/drivers/net/fjes/
Dfjes_main.c449 static void fjes_tx_stall_task(struct work_struct *work) in fjes_tx_stall_task()
502 static void fjes_force_close_task(struct work_struct *work) in fjes_force_close_task()
513 static void fjes_raise_intr_rxdata_task(struct work_struct *work) in fjes_raise_intr_rxdata_task()
1211 static void fjes_irq_watch_task(struct work_struct *work) in fjes_irq_watch_task()
1231 static void fjes_watch_unshare_task(struct work_struct *work) in fjes_watch_unshare_task()
/linux-4.4.14/drivers/vhost/
Dvhost.c138 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn) in vhost_work_init()
196 static bool vhost_work_seq_done(struct vhost_dev *dev, struct vhost_work *work, in vhost_work_seq_done()
207 void vhost_work_flush(struct vhost_dev *dev, struct vhost_work *work) in vhost_work_flush()
232 void vhost_work_queue(struct vhost_dev *dev, struct vhost_work *work) in vhost_work_queue()
286 struct vhost_work *work = NULL; in vhost_worker() local
414 struct vhost_work work; member
419 static void vhost_attach_cgroups_work(struct vhost_work *work) in vhost_attach_cgroups_work()
/linux-4.4.14/drivers/usb/host/whci/
Dint.c85 void whc_dn_work(struct work_struct *work) in whc_dn_work()
/linux-4.4.14/drivers/block/paride/
Dpseudo.h73 static void ps_tq_int(struct work_struct *work) in ps_tq_int()
/linux-4.4.14/fs/nfs/
Dnfs4renewd.c55 nfs4_renew_state(struct work_struct *work) in nfs4_renew_state()
/linux-4.4.14/drivers/clocksource/
Dnumachip.c64 static __init void numachip_timer_each(struct work_struct *work) in numachip_timer_each()
/linux-4.4.14/net/core/
Dnetpoll.c98 static void queue_process(struct work_struct *work) in queue_process()
145 int work = 0; in poll_one_napi() local
832 static void netpoll_async_cleanup(struct work_struct *work) in netpoll_async_cleanup()
Dsock_diag.c115 struct work_struct work; member
125 static void sock_diag_broadcast_destroy_work(struct work_struct *work) in sock_diag_broadcast_destroy_work()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gpu.c219 static void inactive_worker(struct work_struct *work) in inactive_worker()
270 static void recover_worker(struct work_struct *work) in recover_worker()
455 static void retire_worker(struct work_struct *work) in retire_worker()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_mpi.c1119 void ql_mpi_port_cfg_work(struct work_struct *work) in ql_mpi_port_cfg_work()
1159 void ql_mpi_idc_work(struct work_struct *work) in ql_mpi_idc_work()
1233 void ql_mpi_work(struct work_struct *work) in ql_mpi_work()
1262 void ql_mpi_reset_work(struct work_struct *work) in ql_mpi_reset_work()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dps.c30 void wl1251_elp_work(struct work_struct *work) in wl1251_elp_work()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.h30 struct work_struct work; member
/linux-4.4.14/net/bluetooth/
Dhci_conn.c137 static void le_scan_cleanup(struct work_struct *work) in le_scan_cleanup()
392 static void hci_conn_timeout(struct work_struct *work) in hci_conn_timeout()
423 static void hci_conn_idle(struct work_struct *work) in hci_conn_idle()
457 static void hci_conn_auto_accept(struct work_struct *work) in hci_conn_auto_accept()
466 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout()
/linux-4.4.14/drivers/usb/phy/
Dphy-gpio-vbus-usb.c40 struct delayed_work work; member
100 static void gpio_vbus_work(struct work_struct *work) in gpio_vbus_work()
/linux-4.4.14/drivers/usb/misc/
Dappledisplay.c81 struct delayed_work work; member
195 static void appledisplay_work(struct work_struct *work) in appledisplay_work()
/linux-4.4.14/drivers/leds/trigger/
Dledtrig-gpio.c24 struct work_struct work; member
42 static void gpio_trig_work(struct work_struct *work) in gpio_trig_work()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c156 static void kfd_process_wq_release(struct work_struct *work) in kfd_process_wq_release()
202 struct kfd_process_release_work *work; in kfd_process_destroy_delayed() local
Dkfd_interrupt.c165 static void interrupt_wq(struct work_struct *work) in interrupt_wq()
/linux-4.4.14/drivers/pci/pcie/
Dpme.c53 struct work_struct work; member
222 static void pcie_pme_work_fn(struct work_struct *work) in pcie_pme_work_fn()
/linux-4.4.14/arch/sh/include/asm/
Dpush-switch.h15 struct work_struct work; member
/linux-4.4.14/net/openvswitch/
Ddp_notify.c47 void ovs_dp_notify_wq(struct work_struct *work) in ovs_dp_notify_wq()
/linux-4.4.14/kernel/power/
Dautosleep.c26 static void try_to_suspend(struct work_struct *work) in try_to_suspend()
/linux-4.4.14/fs/xfs/
Dxfs_mru_cache.c113 struct delayed_work work; /* Workqueue data for reaping. */ member
277 struct work_struct *work) in _xfs_mru_cache_reap()
/linux-4.4.14/fs/ncpfs/
Dsock.c382 void ncpdgram_rcv_proc(struct work_struct *work) in ncpdgram_rcv_proc()
501 void ncpdgram_timeout_proc(struct work_struct *work) in ncpdgram_timeout_proc()
680 void ncp_tcp_rcv_proc(struct work_struct *work) in ncp_tcp_rcv_proc()
690 void ncp_tcp_tx_proc(struct work_struct *work) in ncp_tcp_tx_proc()
/linux-4.4.14/net/mac802154/
Dtx.c33 void ieee802154_xmit_worker(struct work_struct *work) in ieee802154_xmit_worker()
/linux-4.4.14/drivers/firewire/
Dcore-device.c802 static void fw_device_shutdown(struct work_struct *work) in fw_device_shutdown()
875 static void fw_device_update(struct work_struct *work) in fw_device_update()
997 static void fw_device_init(struct work_struct *work) in fw_device_init()
1142 static void fw_device_refresh(struct work_struct *work) in fw_device_refresh()
1209 static void fw_device_workfn(struct work_struct *work) in fw_device_workfn()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Drecovery.c21 static void ath6kl_recovery_work(struct work_struct *work) in ath6kl_recovery_work()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dresponse_manager.c169 static void oct_poll_req_completion(struct work_struct *work) in oct_poll_req_completion()
/linux-4.4.14/sound/soc/codecs/
Dda7219-aad.c55 static void da7219_aad_btn_det_work(struct work_struct *work) in da7219_aad_btn_det_work()
108 static void da7219_aad_hptest_work(struct work_struct *work) in da7219_aad_hptest_work()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dtimer.c17 void tulip_media_task(struct work_struct *work) in tulip_media_task()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h23 struct work_struct work; member
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
Dpm.c88 static void yeeloong_lid_update_task(struct work_struct *work) in yeeloong_lid_update_task()
/linux-4.4.14/drivers/net/caif/
Dcaif_spi_slave.c61 void cfspi_xfer(struct work_struct *work) in cfspi_xfer()
/linux-4.4.14/drivers/hv/
Dhv_util.c182 struct work_struct work; member
186 static void hv_set_host_time(struct work_struct *work) in hv_set_host_time()
/linux-4.4.14/drivers/mfd/
Dsi476x-i2c.c368 static void si476x_core_drain_rds_fifo(struct work_struct *work) in si476x_core_drain_rds_fifo()
524 static void si476x_core_poll_loop(struct work_struct *work) in si476x_core_poll_loop()
/linux-4.4.14/net/tipc/
Dudp_media.c92 struct work_struct work; member
417 static void cleanup_bearer(struct work_struct *work) in cleanup_bearer()
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-input.c42 struct delayed_work work; member
230 static void au0828_rc_work(struct work_struct *work) in au0828_rc_work()
/linux-4.4.14/net/batman-adv/
Dsend.c500 static void batadv_send_outstanding_bcast_packet(struct work_struct *work) in batadv_send_outstanding_bcast_packet()
556 void batadv_send_outstanding_bat_ogm_packet(struct work_struct *work) in batadv_send_outstanding_bat_ogm_packet()
/linux-4.4.14/sound/pci/oxygen/
Doxygen_lib.c130 static void oxygen_spdif_input_bits_changed(struct work_struct *work) in oxygen_spdif_input_bits_changed()
191 static void oxygen_gpio_changed(struct work_struct *work) in oxygen_gpio_changed()
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_datagram.c45 struct work_struct work; member
144 static void dg_delayed_dispatch(struct work_struct *work) in dg_delayed_dispatch()
/linux-4.4.14/drivers/uwb/
Drsv.c401 static void uwb_rsv_handle_timeout_work(struct work_struct *work) in uwb_rsv_handle_timeout_work()
904 static void uwb_rsv_update_work(struct work_struct *work) in uwb_rsv_update_work()
925 static void uwb_rsv_alien_bp_work(struct work_struct *work) in uwb_rsv_alien_bp_work()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dmain.c248 static void wil_disconnect_worker(struct work_struct *work) in wil_disconnect_worker()
303 static void wil_fw_error_worker(struct work_struct *work) in wil_fw_error_worker()
402 static void wil_connect_worker(struct work_struct *work) in wil_connect_worker()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-input.c69 struct delayed_work work; member
354 static void em28xx_ir_work(struct work_struct *work) in em28xx_ir_work()
490 static void em28xx_query_buttons(struct work_struct *work) in em28xx_query_buttons()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c468 static void carl9170_restart_work(struct work_struct *work) in carl9170_restart_work()
544 static void carl9170_ping_work(struct work_struct *work) in carl9170_ping_work()
860 static void carl9170_ps_work(struct work_struct *work) in carl9170_ps_work()
892 static void carl9170_stat_work(struct work_struct *work) in carl9170_stat_work()
1401 static void carl9170_ampdu_work(struct work_struct *work) in carl9170_ampdu_work()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmcg.c108 struct work_struct work; member
539 static void mlx4_ib_mcg_timeout_handler(struct work_struct *work) in mlx4_ib_mcg_timeout_handler()
642 static void mlx4_ib_mcg_work_handler(struct work_struct *work) in mlx4_ib_mcg_work_handler()
1116 struct work_struct work; member
1121 static void mcg_clean_task(struct work_struct *work) in mcg_clean_task()
1132 struct clean_work *work; in mlx4_ib_mcg_port_cleanup() local
/linux-4.4.14/drivers/usb/chipidea/
Dotg.c130 static void ci_otg_work(struct work_struct *work) in ci_otg_work()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c34 static void gpio_halt_wfn(struct work_struct *work) in gpio_halt_wfn()

12345678