Home
last modified time | relevance | path

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

12345678

/linux-4.1.27/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()
108 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
126 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
139 struct kvm_async_pf *work; in kvm_check_async_pf_completion() local
161 struct kvm_async_pf *work; in kvm_setup_async_pf() local
207 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
/linux-4.1.27/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.1.27/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.h84 #define KTHREAD_WORK_INIT(work, fn) { \ argument
92 #define DEFINE_KTHREAD_WORK(work, fn) \ argument
117 #define init_kthread_work(work, fn) \ argument
Dstop_machine.h42 struct work_struct work; member
57 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
Dvmpressure.h23 struct work_struct work; member
Dpadata.h74 struct work_struct work; member
95 struct work_struct work; member
Dbpf.h36 struct work_struct work; member
126 struct work_struct work; member
/linux-4.1.27/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.c430 struct work_struct *work = addr; in work_fixup_init() local
449 struct work_struct *work = addr; in work_fixup_activate() local
481 struct work_struct *work = addr; in work_fixup_free() local
501 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
506 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
511 void __init_work(struct work_struct *work, int onstack) in __init_work()
520 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
526 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
534 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
535 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
[all …]
Dtask_work.c25 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add()
56 struct callback_head *work; in task_work_cancel() local
88 struct callback_head *work, *head, *next; in task_work_run() local
Dkthread.c549 struct kthread_work *work; in kthread_worker_fn() local
587 struct kthread_work *work, in insert_kthread_work()
608 struct kthread_work *work) in queue_kthread_work()
624 struct kthread_work work; member
628 static void kthread_flush_work_fn(struct kthread_work *work) in kthread_flush_work_fn()
641 void flush_kthread_work(struct kthread_work *work) in flush_kthread_work()
Dstop_machine.c74 static void cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work) in cpu_stop_queue_work()
119 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; in stop_one_cpu() local
334 struct cpu_stop_work *work; in queue_stop_cpus_work() local
451 struct cpu_stop_work *work; in cpu_stopper_thread() local
499 struct cpu_stop_work *work; in cpu_stop_park() 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.1.27/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.1.27/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()
181 void rds_recv_worker(struct work_struct *work) in rds_recv_worker()
203 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
Dtcp_listen.c151 static void rds_tcp_accept_worker(struct work_struct *work) in rds_tcp_accept_worker()
/linux-4.1.27/fs/
Dfs-writeback.c121 struct wb_writeback_work *work) in bdi_queue_work()
141 struct wb_writeback_work *work; in __bdi_start_writeback() local
277 struct wb_writeback_work *work) in move_expired_inodes()
340 static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work) in queue_io()
628 struct wb_writeback_work *work) in writeback_chunk_size()
665 struct wb_writeback_work *work) in writeback_sb_inodes()
781 struct wb_writeback_work *work) in __writeback_inodes_wb()
817 struct wb_writeback_work work = { in writeback_inodes_wb() local
876 struct wb_writeback_work *work) in wb_writeback()
976 struct wb_writeback_work *work = NULL; in get_next_work_item() local
[all …]
Dsync.c117 static void do_sync_work(struct work_struct *work) in do_sync_work()
137 struct work_struct *work; in emergency_sync() local
/linux-4.1.27/fs/btrfs/
Dasync-thread.c226 struct btrfs_work *work; in run_ordered_work() local
266 static void normal_work_helper(struct btrfs_work *work) in normal_work_helper()
294 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work()
308 struct btrfs_work *work) in __btrfs_queue_work()
324 struct btrfs_work *work) in btrfs_queue_work()
362 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
/linux-4.1.27/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()
848 void cw1200_wep_key_work(struct work_struct *work) in cw1200_wep_key_work()
976 void cw1200_event_handler(struct work_struct *work) in cw1200_event_handler()
1047 void cw1200_bss_loss_work(struct work_struct *work) in cw1200_bss_loss_work()
1058 void cw1200_bss_params_work(struct work_struct *work) in cw1200_bss_params_work()
1195 void cw1200_join_complete_work(struct work_struct *work) in cw1200_join_complete_work()
1379 void cw1200_join_timeout(struct work_struct *work) in cw1200_join_timeout()
1450 void cw1200_unjoin_work(struct work_struct *work) in cw1200_unjoin_work()
1716 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()
Dscan.h26 struct work_struct work; member
/linux-4.1.27/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.1.27/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.1.27/drivers/infiniband/core/
Dcm.c186 struct delayed_work work; member
197 struct cm_work work; /* Must be first. */ member
733 struct cm_work *work; in cm_dequeue_work() local
743 static void cm_free_work(struct cm_work *work) in cm_free_work()
841 struct cm_work *work; in cm_destroy_id() local
1286 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1321 struct cm_work *work) in cm_process_work()
1399 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()
1442 static struct cm_id_private * cm_match_req(struct cm_work *work, in cm_match_req()
1525 static int cm_req_handler(struct cm_work *work) in cm_req_handler()
[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
Dcache.c56 struct work_struct work; member
329 struct ib_update_work *work = in ib_cache_task() local
339 struct ib_update_work *work; in ib_cache_event() local
Dcma.c163 struct work_struct work; member
171 struct work_struct work; member
177 struct work_struct work; member
1695 struct cma_work *work = context; in cma_query_handler() local
1714 struct cma_work *work) in cma_query_ib_route()
1762 struct cma_work *work = container_of(_work, struct cma_work, work); in cma_work_handler() local
1784 struct cma_ndev_work *work = container_of(_work, struct cma_ndev_work, work); in cma_ndev_work_handler() local
1809 struct cma_work *work; in cma_resolve_ib_route() local
1869 struct cma_work *work; in cma_resolve_iw_route() local
1908 struct cma_work *work; in cma_resolve_iboe_route() local
[all …]
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_user_pages.c187 struct work_struct work; member
194 struct ipath_user_pages_work *work = in user_pages_account() local
206 struct ipath_user_pages_work *work; in ipath_release_user_pages_on_close() local
/linux-4.1.27/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.c20 ctrlchar_handle_sysrq(struct work_struct *work) in ctrlchar_handle_sysrq()
/linux-4.1.27/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.1.27/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.1.27/drivers/pci/hotplug/
Dpciehp_ctrl.c279 struct work_struct work; member
292 static void pciehp_power_thread(struct work_struct *work) in pciehp_power_thread()
333 void pciehp_queue_pushbutton_work(struct work_struct *work) in pciehp_queue_pushbutton_work()
517 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.1.27/drivers/net/wireless/rt2x00/
Drt2x00link.c317 static void rt2x00link_tuner(struct work_struct *work) in rt2x00link_tuner()
396 static void rt2x00link_watchdog(struct work_struct *work) in rt2x00link_watchdog()
449 static void rt2x00link_agc(struct work_struct *work) in rt2x00link_agc()
470 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.1.27/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.1.27/drivers/input/misc/
Dda9052_onkey.c25 struct delayed_work work; member
58 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work()
Dwm831x-on.c32 struct delayed_work work; member
40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
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()
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()
Dmax77843-haptic.c46 struct work_struct work; member
156 static void max77843_haptic_play_work(struct work_struct *work) in max77843_haptic_play_work()
Dmax77693-haptic.c64 struct work_struct work; member
175 static void max77693_haptic_play_work(struct work_struct *work) in max77693_haptic_play_work()
/linux-4.1.27/drivers/staging/i2o/
Dexec-osm.c61 struct work_struct work; /* work struct */ member
431 struct i2o_exec_lct_notify_work *work = in i2o_exec_lct_modified() local
489 struct i2o_exec_lct_notify_work *work; in i2o_exec_reply() local
524 static void i2o_exec_event(struct work_struct *work) in i2o_exec_event()
/linux-4.1.27/net/mac802154/
Dtx.c38 struct work_struct work; member
44 static void ieee802154_xmit_worker(struct work_struct *work) in ieee802154_xmit_worker()
/linux-4.1.27/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()
Dar-peer.c259 static void rxrpc_destroy_peer(struct work_struct *work) in rxrpc_destroy_peer()
/linux-4.1.27/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.1.27/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-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.c27 struct work_struct work; member
35 static void gpio_led_work(struct work_struct *work) in gpio_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-mc13783.c35 struct work_struct work; member
58 static void mc13xxx_led_work(struct work_struct *work) in mc13xxx_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-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-pca955x.c113 struct work_struct work; member
196 static void pca955x_led_work(struct work_struct *work) in pca955x_led_work()
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/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.1.27/drivers/ps3/
Dvuart.h35 struct work_struct work; member
49 void (*work)(struct ps3_system_bus_device *); member
/linux-4.1.27/drivers/staging/unisys/visorutil/
Dperiodic_work.c29 struct delayed_work work; member
39 static void periodic_work_func(struct work_struct *work) in periodic_work_func()
/linux-4.1.27/drivers/staging/octeon/
Dethernet-rx.c87 static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work) in cvm_oct_check_rcv_error()
207 cvmx_wqe_t *work; in cvm_oct_napi_poll() local
Dethernet.c128 static void cvm_oct_rx_refill_worker(struct work_struct *work) in cvm_oct_rx_refill_worker()
144 static void cvm_oct_periodic_worker(struct work_struct *work) in cvm_oct_periodic_worker()
198 cvmx_wqe_t *work = work_queue_entry; in cvm_oct_free_work() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dnotify.c105 nvif_notify_work(struct work_struct *work) in nvif_notify_work()
168 int (*func)(struct nvif_notify *), bool work, u8 event, in nvif_notify_init()
233 bool work, u8 type, void *data, u32 size, u32 reply, in nvif_notify_new()
/linux-4.1.27/drivers/extcon/
Dextcon-gpio.c41 struct delayed_work work; member
46 static void gpio_extcon_work(struct work_struct *work) in gpio_extcon_work()
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/
Di915_gem_userptr.c41 struct work_struct work; member
467 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker()
501 struct work_struct work; member
548 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local
668 struct get_pages_work *work; in i915_gem_userptr_get_pages() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.c1002 static void iwl_bg_start_internal_scan(struct work_struct *work) in iwl_bg_start_internal_scan()
1042 static void iwl_bg_abort_scan(struct work_struct *work) in iwl_bg_abort_scan()
1055 static void iwl_bg_scan_completed(struct work_struct *work) in iwl_bg_scan_completed()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c139 static void SetPSModeWorkItemCallback(struct work_struct *work) in SetPSModeWorkItemCallback()
153 static void rpwm_workitem_callback(struct work_struct *work) in rpwm_workitem_callback()
/linux-4.1.27/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_ldisc.c137 static void hci_uart_write_work(struct work_struct *work) in hci_uart_write_work()
174 static void hci_uart_init_work(struct work_struct *work) in hci_uart_init_work()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c203 struct work_struct work; member
212 struct nouveau_fence_work *work = container_of(kwork, typeof(*work), work); in nouveau_fence_work_handler() local
219 struct nouveau_fence_work *work = container_of(cb, typeof(*work), cb); in nouveau_fence_work_cb() local
228 struct nouveau_fence_work *work; in nouveau_fence_work() local
/linux-4.1.27/drivers/staging/speakup/
Dselection.c130 struct work_struct work; member
134 static void __speakup_paste_selection(struct work_struct *work) in __speakup_paste_selection()
/linux-4.1.27/drivers/net/wireless/mwifiex/
D11h.c123 void mwifiex_dfs_cac_work_queue(struct work_struct *work) in mwifiex_dfs_cac_work_queue()
265 void mwifiex_dfs_chan_sw_work_queue(struct work_struct *work) in mwifiex_dfs_chan_sw_work_queue()
/linux-4.1.27/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.1.27/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.1.27/fs/fscache/
Doperation.c461 void fscache_operation_gc(struct work_struct *work) in fscache_operation_gc()
513 void fscache_op_work_func(struct work_struct *work) in fscache_op_work_func()
/linux-4.1.27/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 …]
Djz4740-battery.c51 struct delayed_work work; member
231 static void jz_battery_work(struct work_struct *work) in jz_battery_work()
Dmax17040_battery.c42 struct delayed_work work; member
179 static void max17040_work(struct work_struct *work) in max17040_work()
/linux-4.1.27/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.1.27/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()
Dwm97xx-core.c294 static void wm97xx_pen_irq_worker(struct work_struct *work) in wm97xx_pen_irq_worker()
476 static void wm97xx_ts_reader(struct work_struct *work) in wm97xx_ts_reader()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c335 static void ipoib_qp_state_validate_work(struct work_struct *work) in ipoib_qp_state_validate_work()
657 void ipoib_reap_ah(struct work_struct *work) in ipoib_reap_ah()
1074 void ipoib_ib_dev_flush_light(struct work_struct *work) in ipoib_ib_dev_flush_light()
1082 void ipoib_ib_dev_flush_normal(struct work_struct *work) in ipoib_ib_dev_flush_normal()
1090 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()
512 void ipoib_mcast_join_task(struct work_struct *work) in ipoib_mcast_join_task()
804 void ipoib_mcast_restart_task(struct work_struct *work) in ipoib_mcast_restart_task()
Dipoib_cm.c1306 static void ipoib_cm_tx_start(struct work_struct *work) in ipoib_cm_tx_start()
1352 static void ipoib_cm_tx_reap(struct work_struct *work) in ipoib_cm_tx_reap()
1377 static void ipoib_cm_skb_reap(struct work_struct *work) in ipoib_cm_skb_reap()
1423 static void ipoib_cm_rx_reap(struct work_struct *work) in ipoib_cm_rx_reap()
1429 static void ipoib_cm_stale_task(struct work_struct *work) in ipoib_cm_stale_task()
/linux-4.1.27/drivers/media/pci/mantis/
Dmantis_evm.c39 static void mantis_hifevm_work(struct work_struct *work) in mantis_hifevm_work()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-helper-util.h149 static inline void cvmx_helper_free_packet_data(cvmx_wqe_t *work) in cvmx_helper_free_packet_data()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dtemp.c80 nv_poweroff_work(struct work_struct *work) in nv_poweroff_work()
125 struct work_struct *work; in nvkm_therm_sensor_event() local
/linux-4.1.27/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()
92 static void radeon_dp_work_func(struct work_struct *work) in radeon_dp_work_func()
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/vt6656/
Dwcmd.c95 void vnt_run_command(struct work_struct *work) in vnt_run_command()
/linux-4.1.27/drivers/vhost/
Dvhost.c61 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn) in vhost_work_init()
119 static bool vhost_work_seq_done(struct vhost_dev *dev, struct vhost_work *work, in vhost_work_seq_done()
130 void vhost_work_flush(struct vhost_dev *dev, struct vhost_work *work) in vhost_work_flush()
155 void vhost_work_queue(struct vhost_dev *dev, struct vhost_work *work) in vhost_work_queue()
207 struct vhost_work *work = NULL; in vhost_worker() local
335 struct vhost_work work; member
340 static void vhost_attach_cgroups_work(struct vhost_work *work) in vhost_attach_cgroups_work()
/linux-4.1.27/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()
1226 static void mlx4_en_do_set_rx_mode(struct work_struct *work) in mlx4_en_do_set_rx_mode()
1428 static void mlx4_en_do_get_stats(struct work_struct *work) in mlx4_en_do_get_stats()
1458 static void mlx4_en_service_task(struct work_struct *work) in mlx4_en_service_task()
1477 static void mlx4_en_linkstate(struct work_struct *work) in mlx4_en_linkstate()
1857 static void mlx4_en_restart(struct work_struct *work) in mlx4_en_restart()
2312 static void mlx4_en_add_vxlan_offloads(struct work_struct *work) in mlx4_en_add_vxlan_offloads()
2335 static void mlx4_en_del_vxlan_offloads(struct work_struct *work) in mlx4_en_del_vxlan_offloads()
2503 struct work_struct work; member
[all …]
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_gpu.c219 static void inactive_worker(struct work_struct *work) in inactive_worker()
268 static void recover_worker(struct work_struct *work) in recover_worker()
421 static void retire_worker(struct work_struct *work) in retire_worker()
/linux-4.1.27/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.1.27/drivers/misc/mic/host/
Dmic_boot.c245 void mic_shutdown_work(struct work_struct *work) in mic_shutdown_work()
272 void mic_reset_trigger_work(struct work_struct *work) in mic_reset_trigger_work()
/linux-4.1.27/drivers/hid/
Dhid-elo.c31 struct delayed_work work; member
128 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.1.27/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.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c155 static void kfd_process_wq_release(struct work_struct *work) in kfd_process_wq_release()
196 struct kfd_process_release_work *work; in kfd_process_destroy_delayed() local
/linux-4.1.27/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.1.27/drivers/block/paride/
Dpseudo.h73 static void ps_tq_int(struct work_struct *work) in ps_tq_int()
/linux-4.1.27/fs/nfs/
Dnfs4renewd.c55 nfs4_renew_state(struct work_struct *work) in nfs4_renew_state()
/linux-4.1.27/drivers/usb/host/whci/
Dint.c85 void whc_dn_work(struct work_struct *work) in whc_dn_work()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dps.c30 void wl1251_elp_work(struct work_struct *work) in wl1251_elp_work()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.h30 struct work_struct work; member
/linux-4.1.27/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.1.27/kernel/power/
Dautosleep.c26 static void try_to_suspend(struct work_struct *work) in try_to_suspend()
/linux-4.1.27/arch/sh/include/asm/
Dpush-switch.h15 struct work_struct work; member
/linux-4.1.27/drivers/usb/misc/
Dappledisplay.c81 struct delayed_work work; member
195 static void appledisplay_work(struct work_struct *work) in appledisplay_work()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/openvswitch/
Ddp_notify.c47 void ovs_dp_notify_wq(struct work_struct *work) in ovs_dp_notify_wq()
/linux-4.1.27/net/core/
Dnetpoll.c98 static void queue_process(struct work_struct *work) in queue_process()
145 int work; in poll_one_napi() local
825 static void netpoll_async_cleanup(struct work_struct *work) in netpoll_async_cleanup()
Dutils.c338 struct work_struct work; member
344 struct __net_random_once_work *work = in __net_random_once_deferred() local
/linux-4.1.27/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.1.27/drivers/s390/crypto/
Dzcrypt_pcica.c288 struct completion work; in zcrypt_pcica_modexpo() local
327 struct completion work; in zcrypt_pcica_modexpo_crt() local
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Drecovery.c21 static void ath6kl_recovery_work(struct work_struct *work) in ath6kl_recovery_work()
/linux-4.1.27/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.1.27/drivers/net/ethernet/dec/tulip/
Dtimer.c17 void tulip_media_task(struct work_struct *work) in tulip_media_task()
D21142.c28 void t21142_media_task(struct work_struct *work) in t21142_media_task()
/linux-4.1.27/drivers/usb/chipidea/
Dotg.c90 static void ci_otg_work(struct work_struct *work) in ci_otg_work()
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c240 static void wil_disconnect_worker(struct work_struct *work) in wil_disconnect_worker()
296 static void wil_fw_error_worker(struct work_struct *work) in wil_fw_error_worker()
394 static void wil_connect_worker(struct work_struct *work) in wil_connect_worker()
/linux-4.1.27/arch/mips/loongson/lemote-2f/
Dpm.c88 static void yeeloong_lid_update_task(struct work_struct *work) in yeeloong_lid_update_task()
/linux-4.1.27/drivers/net/caif/
Dcaif_spi_slave.c61 void cfspi_xfer(struct work_struct *work) in cfspi_xfer()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h23 struct work_struct work; member
/linux-4.1.27/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.1.27/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()
Dvmci_doorbell.c44 struct work_struct work; member
288 static void dbell_delayed_dispatch(struct work_struct *work) in dbell_delayed_dispatch()
/linux-4.1.27/net/batman-adv/
Dsend.c482 static void batadv_send_outstanding_bcast_packet(struct work_struct *work) in batadv_send_outstanding_bcast_packet()
538 void batadv_send_outstanding_bat_ogm_packet(struct work_struct *work) in batadv_send_outstanding_bat_ogm_packet()
/linux-4.1.27/net/tipc/
Dudp_media.c90 struct work_struct work; member
410 static void cleanup_bearer(struct work_struct *work) in cleanup_bearer()
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c34 static void gpio_halt_wfn(struct work_struct *work) in gpio_halt_wfn()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dnotify.h22 struct work_struct work; member
/linux-4.1.27/drivers/uwb/
Drsv.c401 static void uwb_rsv_handle_timeout_work(struct work_struct *work) in uwb_rsv_handle_timeout_work()
906 static void uwb_rsv_update_work(struct work_struct *work) in uwb_rsv_update_work()
927 static void uwb_rsv_alien_bp_work(struct work_struct *work) in uwb_rsv_alien_bp_work()
/linux-4.1.27/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.1.27/net/bluetooth/
Dhci_conn.c317 static void hci_conn_timeout(struct work_struct *work) in hci_conn_timeout()
365 static void hci_conn_idle(struct work_struct *work) in hci_conn_idle()
399 static void hci_conn_auto_accept(struct work_struct *work) in hci_conn_auto_accept()
408 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout()
/linux-4.1.27/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()
1402 static void carl9170_ampdu_work(struct work_struct *work) in carl9170_ampdu_work()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmcg.c104 struct work_struct work; member
535 static void mlx4_ib_mcg_timeout_handler(struct work_struct *work) in mlx4_ib_mcg_timeout_handler()
638 static void mlx4_ib_mcg_work_handler(struct work_struct *work) in mlx4_ib_mcg_work_handler()
1112 struct work_struct work; member
1117 static void mcg_clean_task(struct work_struct *work) in mcg_clean_task()
1128 struct clean_work *work; in mlx4_ib_mcg_port_cleanup() local
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-memory-errors.c89 static void mem_error_handler(struct work_struct *work) in mem_error_handler()
Dopal-hmi.c100 static void hmi_event_handler(struct work_struct *work) in hmi_event_handler()
/linux-4.1.27/drivers/net/wireless/p54/
Dled.c30 static void p54_update_leds(struct work_struct *work) in p54_update_leds()
/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_dev.c165 static void ssp_wdt_work_func(struct work_struct *work) in ssp_wdt_work_func()
408 static void ssp_refresh_task(struct work_struct *work) in ssp_refresh_task()
/linux-4.1.27/drivers/mtd/
Dmtdoops.c154 static void mtdoops_workfunc_erase(struct work_struct *work) in mtdoops_workfunc_erase()
242 static void mtdoops_workfunc_write(struct work_struct *work) in mtdoops_workfunc_write()
/linux-4.1.27/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.1.27/drivers/platform/x86/
Dhp_accel.c52 struct work_struct work; member
59 static inline void delayed_set_status_worker(struct work_struct *work) in delayed_set_status_worker()
/linux-4.1.27/arch/sh/drivers/
Dpush-switch.c36 static void switch_work_handler(struct work_struct *work) in switch_work_handler()
/linux-4.1.27/drivers/gpu/host1x/
Dintr.h53 struct work_struct work; member

12345678