/linux-4.4.14/virt/kvm/ |
D | async_pf.c | 32 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/ |
D | drm_flip_work.c | 54 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/ |
D | completion.h | 30 #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
|
D | workqueue.h | 26 #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 …]
|
D | kthread.h | 85 #define KTHREAD_WORK_INIT(work, fn) { \ argument 93 #define DEFINE_KTHREAD_WORK(work, fn) \ argument 118 #define init_kthread_work(work, fn) \ argument
|
D | stop_machine.h | 44 struct work_struct work; member 59 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
|
D | jump_label_ratelimit.h | 11 struct delayed_work work; member
|
D | irq_work.h | 27 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) in init_irq_work()
|
D | input-polldev.h | 50 struct delayed_work work; member
|
D | padata.h | 74 struct work_struct work; member 95 struct work_struct work; member
|
D | vmpressure.h | 23 struct work_struct work; member
|
/linux-4.4.14/kernel/ |
D | irq_work.c | 29 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()
|
D | workqueue.c | 425 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 …]
|
D | task_work.c | 27 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
|
D | kthread.c | 568 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()
|
D | stop_machine.c | 77 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
|
D | async.c | 74 struct work_struct work; member 109 static void async_run_entry_fn(struct work_struct *work) in async_run_entry_fn()
|
D | reboot.c | 450 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/ |
D | sas_phy.c | 33 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()
|
D | sas_port.c | 259 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()
|
D | sas_discover.c | 215 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()
|
D | sas_init.c | 112 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/ |
D | threads.c | 139 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/ |
D | async-thread.c | 238 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/ |
D | fs-writeback.c | 177 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 …]
|
D | sync.c | 122 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/ |
D | scan.c | 131 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()
|
D | sta.c | 514 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 …]
|
D | pm.c | 126 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/ |
D | cm.c | 185 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 …]
|
D | iwcm.c | 62 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
|
D | roce_gid_mgmt.c | 51 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
|
D | cma.c | 245 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/ |
D | pciehp_ctrl.c | 161 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()
|
D | shpchp_ctrl.c | 393 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/ |
D | sun4d_smp.c | 195 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
|
D | leon_smp.c | 276 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/ |
D | cmservice.c | 151 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()
|
D | callback.c | 63 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()
|
D | vlocation.c | 541 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/ |
D | once.c | 7 struct work_struct work; member 13 struct once_work *work; in once_deferred() local
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_user_pages.c | 186 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/ |
D | rt2x00link.c | 311 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()
|
D | rt2x00dev.c | 151 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/ |
D | snic_disc.c | 163 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/ |
D | sclp_config.c | 29 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()
|
D | ctrlchar.h | 27 struct work_struct work; member
|
D | ctrlchar.c | 20 ctrlchar_handle_sysrq(struct work_struct *work) in ctrlchar_handle_sysrq()
|
/linux-4.4.14/net/mac80211/ |
D | offchannel.c | 210 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()
|
D | ht.c | 298 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/ |
D | i915_gem_userptr.c | 41 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
|
D | intel_hotplug.c | 189 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/ |
D | cx23885-ir.c | 33 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()
|
D | cx23885-av.c | 23 void cx23885_av_work_handler(struct work_struct *work) in cx23885_av_work_handler()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_gpio.c | 64 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()
|
D | link.c | 23 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/ |
D | wm831x-on.c | 32 struct delayed_work work; member 40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
|
D | da9052_onkey.c | 25 struct delayed_work work; member 58 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work()
|
D | da9055_onkey.c | 24 struct delayed_work work; member 55 static void da9055_onkey_work(struct work_struct *work) in da9055_onkey_work()
|
D | gpio-beeper.c | 22 struct work_struct work; member 32 static void gpio_beeper_work(struct work_struct *work) in gpio_beeper_work()
|
D | arizona-haptics.c | 28 struct work_struct work; member 34 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work()
|
D | pwm-beeper.c | 28 struct work_struct work; member 45 static void pwm_beeper_work(struct work_struct *work) in pwm_beeper_work()
|
D | sirfsoc-onkey.c | 22 struct delayed_work work; member 39 static void sirfsoc_pwrc_report_event(struct work_struct *work) in sirfsoc_pwrc_report_event()
|
D | pm8xxx-vibrator.c | 45 struct work_struct work; member 80 static void pm8xxx_work_handler(struct work_struct *work) in pm8xxx_work_handler()
|
D | regulator-haptic.c | 28 struct work_struct work; member 84 static void regulator_haptic_work(struct work_struct *work) in regulator_haptic_work()
|
D | da9063_onkey.c | 46 struct delayed_work work; member 91 static void da9063_poll_on(struct work_struct *work) in da9063_poll_on()
|
D | drv2665.c | 65 struct work_struct work; member 84 static void drv2665_worker(struct work_struct *work) in drv2665_worker()
|
D | max8997_haptic.c | 52 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/ |
D | ar-local.c | 249 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()
|
D | ar-connevent.c | 258 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()
|
D | ar-error.c | 125 void rxrpc_UDP_error_handler(struct work_struct *work) in rxrpc_UDP_error_handler()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 23 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/ |
D | leds-lt3593.c | 31 struct work_struct work; member 35 static void lt3593_led_work(struct work_struct *work) in lt3593_led_work()
|
D | leds-dac124s085.c | 28 struct work_struct work; member 41 static void dac124s085_led_work(struct work_struct *work) in dac124s085_led_work()
|
D | leds-adp5520.c | 26 struct work_struct work; member 33 static void adp5520_led_work(struct work_struct *work) in adp5520_led_work()
|
D | leds-da903x.c | 36 struct work_struct work; member 46 static void da903x_led_work(struct work_struct *work) in da903x_led_work()
|
D | leds-regulator.c | 31 struct work_struct work; member 126 static void led_work(struct work_struct *work) in led_work()
|
D | leds-da9052.c | 35 struct work_struct work; member 61 static void da9052_led_work(struct work_struct *work) in da9052_led_work()
|
D | leds-tlc591xx.c | 45 #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()
|
D | leds-pwm.c | 30 struct work_struct work; member 54 static void led_pwm_work(struct work_struct *work) in led_pwm_work()
|
D | leds-lp8788.c | 29 struct work_struct work; member 91 static void lp8788_led_work(struct work_struct *work) in lp8788_led_work()
|
D | leds-88pm860x.c | 36 struct work_struct work; member 72 static void pm860x_led_work(struct work_struct *work) in pm860x_led_work()
|
D | leds-gpio.c | 28 struct work_struct work; member 36 static void gpio_led_work(struct work_struct *work) in gpio_led_work()
|
D | leds-mc13783.c | 35 struct work_struct work; member 58 static void mc13xxx_led_work(struct work_struct *work) in mc13xxx_led_work()
|
D | leds-wm831x-status.c | 26 struct work_struct work; member 43 static void wm831x_status_work(struct work_struct *work) in wm831x_status_work()
|
D | leds-pca9532.c | 44 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()
|
D | leds-lm3642.c | 212 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()
|
D | leds-pca955x.c | 113 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/ |
D | backlight.c | 100 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/ |
D | extcon-gpio.c | 35 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/ |
D | cpufreq_spudemand.c | 38 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/ |
D | leds.c | 25 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/ |
D | periodic_work.c | 28 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/ |
D | notify.c | 84 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/ |
D | vuart.h | 35 struct work_struct work; member 49 void (*work)(struct ps3_system_bus_device *); member
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 475 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/ |
D | tt.c | 496 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()
|
D | main.c | 196 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()
|
D | scan.c | 993 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/ |
D | pmi.c | 50 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/ |
D | tpm-dev.c | 32 struct work_struct work; member 44 static void timeout_work(struct work_struct *work) in timeout_work()
|
/linux-4.4.14/drivers/vfio/ |
D | virqfd.c | 88 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/ |
D | ethernet-rx.c | 73 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
|
D | ethernet.c | 112 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/ |
D | rtl871x_pwrctrl.c | 137 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/ |
D | bcm203x.c | 68 struct work_struct work; member 156 static void bcm203x_work(struct work_struct *work) in bcm203x_work()
|
D | btsdio.c | 61 struct work_struct work; member 105 static void btsdio_work(struct work_struct *work) in btsdio_work()
|
D | hci_qca.c | 225 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/ |
D | nouveau_fence.c | 202 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/ |
D | ipoib_ib.c | 335 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()
|
D | ipoib_multicast.c | 324 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()
|
D | ipoib_cm.c | 1302 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/ |
D | selection.c | 131 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/ |
D | cvmx-wqe.h | 598 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()
|
D | cvmx-helper-util.h | 149 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/ |
D | zfcp_fc.c | 97 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/ |
D | ab8500_charger.c | 1989 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/ |
D | omap_fbdev.c | 42 struct work_struct work; member 47 static void pan_worker(struct work_struct *work) in pan_worker()
|
/linux-4.4.14/arch/x86/entry/ |
D | common.c | 80 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/ |
D | temp.c | 74 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/ |
D | pcap_ts.c | 27 struct delayed_work work; member 88 static void pcap_ts_work(struct work_struct *work) in pcap_ts_work()
|
D | mc13783_ts.c | 39 struct delayed_work work; member 121 static void mc13783_ts_work(struct work_struct *work) in mc13783_ts_work()
|
D | eeti_ts.c | 49 struct work_struct work; member 68 static void eeti_ts_read(struct work_struct *work) in eeti_ts_read()
|
D | hp680_ts_input.c | 25 static void do_softint(struct work_struct *work) in do_softint()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 36 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()
|
D | virtgpu_fb.c | 37 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/ |
D | dvb-usb-remote.c | 108 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/ |
D | iio-trig-sysfs.c | 20 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/ |
D | 11h.c | 123 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/ |
D | xt_IDLETIMER.c | 53 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/ |
D | tm6000-input.c | 66 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/ |
D | core.c | 264 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/ |
D | scif_main.c | 41 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()
|
D | scif_dma.c | 312 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/ |
D | radeon_mn.c | 46 struct work_struct work; member 68 static void radeon_mn_destroy(struct work_struct *work) in radeon_mn_destroy()
|
D | radeon_irq_kms.c | 74 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/ |
D | amdgpu_mn.c | 46 struct work_struct work; member 68 static void amdgpu_mn_destroy(struct work_struct *work) in amdgpu_mn_destroy()
|
D | amdgpu_irq.c | 54 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()
|
D | amdgpu_display.c | 68 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/ |
D | mantis_evm.c | 39 static void mantis_hifevm_work(struct work_struct *work) in mantis_hifevm_work()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dpaux.c | 45 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/ |
D | qxl_irq.c | 71 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/ |
D | operation.c | 543 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/ |
D | iio_dummy_evgen.c | 38 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/ |
D | en_netdev.c | 104 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/ |
D | wcmd.c | 95 void vnt_run_command(struct work_struct *work) in vnt_run_command()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | qt2160.c | 61 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/ |
D | vmpressure.c | 73 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/ |
D | notify.c | 105 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/ |
D | tb.c | 204 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/ |
D | hid-elo.c | 31 struct delayed_work work; member 130 static void elo_work(struct work_struct *work) in elo_work()
|
D | hid-gt683r.c | 58 struct work_struct work; member 190 static void gt683r_led_work(struct work_struct *work) in gt683r_led_work()
|
D | hid-thingm.c | 59 struct work_struct work; member 134 static void thingm_work(struct work_struct *work) in thingm_work()
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_main.c | 449 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/ |
D | vhost.c | 138 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/ |
D | int.c | 85 void whc_dn_work(struct work_struct *work) in whc_dn_work()
|
/linux-4.4.14/drivers/block/paride/ |
D | pseudo.h | 73 static void ps_tq_int(struct work_struct *work) in ps_tq_int()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4renewd.c | 55 nfs4_renew_state(struct work_struct *work) in nfs4_renew_state()
|
/linux-4.4.14/drivers/clocksource/ |
D | numachip.c | 64 static __init void numachip_timer_each(struct work_struct *work) in numachip_timer_each()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 98 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()
|
D | sock_diag.c | 115 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/ |
D | msm_gpu.c | 219 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/ |
D | qlge_mpi.c | 1119 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/ |
D | ps.c | 30 void wl1251_elp_work(struct work_struct *work) in wl1251_elp_work()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.h | 30 struct work_struct work; member
|
/linux-4.4.14/net/bluetooth/ |
D | hci_conn.c | 137 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/ |
D | phy-gpio-vbus-usb.c | 40 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/ |
D | appledisplay.c | 81 struct delayed_work work; member 195 static void appledisplay_work(struct work_struct *work) in appledisplay_work()
|
/linux-4.4.14/drivers/leds/trigger/ |
D | ledtrig-gpio.c | 24 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/ |
D | kfd_process.c | 156 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
|
D | kfd_interrupt.c | 165 static void interrupt_wq(struct work_struct *work) in interrupt_wq()
|
/linux-4.4.14/drivers/pci/pcie/ |
D | pme.c | 53 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/ |
D | push-switch.h | 15 struct work_struct work; member
|
/linux-4.4.14/net/openvswitch/ |
D | dp_notify.c | 47 void ovs_dp_notify_wq(struct work_struct *work) in ovs_dp_notify_wq()
|
/linux-4.4.14/kernel/power/ |
D | autosleep.c | 26 static void try_to_suspend(struct work_struct *work) in try_to_suspend()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mru_cache.c | 113 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/ |
D | sock.c | 382 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/ |
D | tx.c | 33 void ieee802154_xmit_worker(struct work_struct *work) in ieee802154_xmit_worker()
|
/linux-4.4.14/drivers/firewire/ |
D | core-device.c | 802 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/ |
D | recovery.c | 21 static void ath6kl_recovery_work(struct work_struct *work) in ath6kl_recovery_work()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | response_manager.c | 169 static void oct_poll_req_completion(struct work_struct *work) in oct_poll_req_completion()
|
/linux-4.4.14/sound/soc/codecs/ |
D | da7219-aad.c | 55 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/ |
D | timer.c | 17 void tulip_media_task(struct work_struct *work) in tulip_media_task()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 23 struct work_struct work; member
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
D | pm.c | 88 static void yeeloong_lid_update_task(struct work_struct *work) in yeeloong_lid_update_task()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_spi_slave.c | 61 void cfspi_xfer(struct work_struct *work) in cfspi_xfer()
|
/linux-4.4.14/drivers/hv/ |
D | hv_util.c | 182 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/ |
D | si476x-i2c.c | 368 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/ |
D | udp_media.c | 92 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/ |
D | au0828-input.c | 42 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/ |
D | send.c | 500 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/ |
D | oxygen_lib.c | 130 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/ |
D | vmci_datagram.c | 45 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/ |
D | rsv.c | 401 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/ |
D | main.c | 248 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/ |
D | em28xx-input.c | 69 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/ |
D | main.c | 468 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/ |
D | mcg.c | 108 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/ |
D | otg.c | 130 static void ci_otg_work(struct work_struct *work) in ci_otg_work()
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 34 static void gpio_halt_wfn(struct work_struct *work) in gpio_halt_wfn()
|