/linux-4.1.27/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() 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/ |
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.1.27/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 | 84 #define KTHREAD_WORK_INIT(work, fn) { \ argument 92 #define DEFINE_KTHREAD_WORK(work, fn) \ argument 117 #define init_kthread_work(work, fn) \ argument
|
D | stop_machine.h | 42 struct work_struct work; member 57 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 | vmpressure.h | 23 struct work_struct work; member
|
D | padata.h | 74 struct work_struct work; member 95 struct work_struct work; member
|
D | bpf.h | 36 struct work_struct work; member 126 struct work_struct work; member
|
/linux-4.1.27/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 | 430 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 …]
|
D | task_work.c | 25 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
|
D | kthread.c | 549 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()
|
D | stop_machine.c | 74 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
|
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.1.27/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.1.27/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() 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()
|
D | tcp_listen.c | 151 static void rds_tcp_accept_worker(struct work_struct *work) in rds_tcp_accept_worker()
|
/linux-4.1.27/fs/ |
D | fs-writeback.c | 121 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 …]
|
D | sync.c | 117 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/ |
D | async-thread.c | 226 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/ |
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() 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 …]
|
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()
|
D | scan.h | 26 struct work_struct work; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/infiniband/core/ |
D | cm.c | 186 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 …]
|
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 | cache.c | 56 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
|
D | cma.c | 163 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/ |
D | ipath_user_pages.c | 187 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/ |
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.c | 20 ctrlchar_handle_sysrq(struct work_struct *work) in ctrlchar_handle_sysrq()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 279 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()
|
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.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00link.c | 317 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()
|
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.1.27/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.1.27/drivers/input/misc/ |
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 | wm831x-on.c | 32 struct delayed_work work; member 40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
|
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 | 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()
|
D | max77843-haptic.c | 46 struct work_struct work; member 156 static void max77843_haptic_play_work(struct work_struct *work) in max77843_haptic_play_work()
|
D | max77693-haptic.c | 64 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/ |
D | exec-osm.c | 61 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/ |
D | tx.c | 38 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/ |
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()
|
D | ar-peer.c | 259 static void rxrpc_destroy_peer(struct work_struct *work) in rxrpc_destroy_peer()
|
/linux-4.1.27/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.1.27/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-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 | 27 struct work_struct work; member 35 static void gpio_led_work(struct work_struct *work) in gpio_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-mc13783.c | 35 struct work_struct work; member 58 static void mc13xxx_led_work(struct work_struct *work) in mc13xxx_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-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-pca955x.c | 113 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/ |
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.1.27/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.1.27/drivers/net/wireless/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.1.27/drivers/ps3/ |
D | vuart.h | 35 struct work_struct work; member 49 void (*work)(struct ps3_system_bus_device *); member
|
/linux-4.1.27/drivers/staging/unisys/visorutil/ |
D | periodic_work.c | 29 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/ |
D | ethernet-rx.c | 87 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
|
D | ethernet.c | 128 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/ |
D | notify.c | 105 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/ |
D | extcon-gpio.c | 41 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/ |
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.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 41 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/ |
D | tpm-dev.c | 32 struct work_struct work; member 44 static void timeout_work(struct work_struct *work) in timeout_work()
|
/linux-4.1.27/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.1.27/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.1.27/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 | 1002 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/ |
D | rtl871x_pwrctrl.c | 139 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/ |
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_ldisc.c | 137 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/ |
D | nouveau_fence.c | 203 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/ |
D | selection.c | 130 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/ |
D | 11h.c | 123 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/ |
D | omap_fbdev.c | 42 struct work_struct work; member 47 static void pan_worker(struct work_struct *work) in pan_worker()
|
/linux-4.1.27/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.1.27/fs/fscache/ |
D | operation.c | 461 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/ |
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 …]
|
D | jz4740-battery.c | 51 struct delayed_work work; member 231 static void jz_battery_work(struct work_struct *work) in jz_battery_work()
|
D | max17040_battery.c | 42 struct delayed_work work; member 179 static void max17040_work(struct work_struct *work) in max17040_work()
|
/linux-4.1.27/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.1.27/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()
|
D | wm97xx-core.c | 294 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/ |
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.1.27/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.1.27/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.1.27/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.1.27/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() 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()
|
D | ipoib_multicast.c | 324 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()
|
D | ipoib_cm.c | 1306 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/ |
D | mantis_evm.c | 39 static void mantis_hifevm_work(struct work_struct *work) in mantis_hifevm_work()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 80 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/ |
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() 92 static void radeon_dp_work_func(struct work_struct *work) in radeon_dp_work_func()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/vt6656/ |
D | wcmd.c | 95 void vnt_run_command(struct work_struct *work) in vnt_run_command()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 61 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/ |
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() 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/ |
D | msm_gpu.c | 219 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/ |
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.1.27/drivers/misc/mic/host/ |
D | mic_boot.c | 245 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/ |
D | hid-elo.c | 31 struct delayed_work work; member 128 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.1.27/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.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 155 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/ |
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.1.27/drivers/block/paride/ |
D | pseudo.h | 73 static void ps_tq_int(struct work_struct *work) in ps_tq_int()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4renewd.c | 55 nfs4_renew_state(struct work_struct *work) in nfs4_renew_state()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | int.c | 85 void whc_dn_work(struct work_struct *work) in whc_dn_work()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | ps.c | 30 void wl1251_elp_work(struct work_struct *work) in wl1251_elp_work()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.h | 30 struct work_struct work; member
|
/linux-4.1.27/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.1.27/kernel/power/ |
D | autosleep.c | 26 static void try_to_suspend(struct work_struct *work) in try_to_suspend()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | push-switch.h | 15 struct work_struct work; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/openvswitch/ |
D | dp_notify.c | 47 void ovs_dp_notify_wq(struct work_struct *work) in ovs_dp_notify_wq()
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 98 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()
|
D | utils.c | 338 struct work_struct work; member 344 struct __net_random_once_work *work = in __net_random_once_deferred() local
|
/linux-4.1.27/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.1.27/drivers/s390/crypto/ |
D | zcrypt_pcica.c | 288 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/ |
D | recovery.c | 21 static void ath6kl_recovery_work(struct work_struct *work) in ath6kl_recovery_work()
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/dec/tulip/ |
D | timer.c | 17 void tulip_media_task(struct work_struct *work) in tulip_media_task()
|
D | 21142.c | 28 void t21142_media_task(struct work_struct *work) in t21142_media_task()
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | otg.c | 90 static void ci_otg_work(struct work_struct *work) in ci_otg_work()
|
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/wil6210/ |
D | main.c | 240 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/ |
D | pm.c | 88 static void yeeloong_lid_update_task(struct work_struct *work) in yeeloong_lid_update_task()
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_spi_slave.c | 61 void cfspi_xfer(struct work_struct *work) in cfspi_xfer()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 23 struct work_struct work; member
|
/linux-4.1.27/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.1.27/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()
|
D | vmci_doorbell.c | 44 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/ |
D | send.c | 482 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/ |
D | udp_media.c | 90 struct work_struct work; member 410 static void cleanup_bearer(struct work_struct *work) in cleanup_bearer()
|
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 34 static void gpio_halt_wfn(struct work_struct *work) in gpio_halt_wfn()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | notify.h | 22 struct work_struct work; member
|
/linux-4.1.27/drivers/uwb/ |
D | rsv.c | 401 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/ |
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.1.27/net/bluetooth/ |
D | hci_conn.c | 317 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/ |
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() 1402 static void carl9170_ampdu_work(struct work_struct *work) in carl9170_ampdu_work()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 104 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/ |
D | opal-memory-errors.c | 89 static void mem_error_handler(struct work_struct *work) in mem_error_handler()
|
D | opal-hmi.c | 100 static void hmi_event_handler(struct work_struct *work) in hmi_event_handler()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | led.c | 30 static void p54_update_leds(struct work_struct *work) in p54_update_leds()
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
D | ssp_dev.c | 165 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/ |
D | mtdoops.c | 154 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/ |
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.1.27/drivers/platform/x86/ |
D | hp_accel.c | 52 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/ |
D | push-switch.c | 36 static void switch_work_handler(struct work_struct *work) in switch_work_handler()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | intr.h | 53 struct work_struct work; member
|