/linux-3.3/virt/kvm/ |
D | async_pf.c | 57 static void async_pf_execute(struct work_struct *work) in async_pf_execute() 99 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local 110 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local 125 struct kvm_async_pf *work; in kvm_check_async_pf_completion() local 150 struct kvm_async_pf *work; in kvm_setup_async_pf() local 197 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
|
/linux-3.3/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 | 24 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument 93 struct work_struct work; member 97 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work() 103 struct work_struct work; member 158 static inline unsigned int work_static(struct work_struct *work) in work_static() 163 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() 164 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack() 165 static inline unsigned int work_static(struct work_struct *work) { return 0; } in work_static() 228 #define work_pending(work) \ argument 243 #define work_clear_pending(work) \ argument [all …]
|
D | kthread.h | 78 #define KTHREAD_WORK_INIT(work, fn) { \ argument 88 #define DEFINE_KTHREAD_WORK(work, fn) \ argument 101 # define KTHREAD_WORK_INIT_ONSTACK(work, fn) \ argument 103 # define DEFINE_KTHREAD_WORK_ONSTACK(work, fn) \ argument 107 # define DEFINE_KTHREAD_WORK_ONSTACK(work, fn) DEFINE_KTHREAD_WORK(work, fn) argument 119 #define init_kthread_work(work, fn) \ argument
|
/linux-3.3/kernel/ |
D | irq_work.c | 33 static bool irq_work_claim(struct irq_work *work) in irq_work_claim() 60 static void __irq_work_queue(struct irq_work *work) in __irq_work_queue() 80 bool irq_work_queue(struct irq_work *work) in irq_work_queue() 100 struct irq_work *work; in irq_work_run() local 136 void irq_work_sync(struct irq_work *work) in irq_work_sync()
|
D | workqueue.c | 335 struct work_struct *work = addr; in work_fixup_init() local 354 struct work_struct *work = addr; in work_fixup_activate() local 386 struct work_struct *work = addr; in work_fixup_free() local 406 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate() 411 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate() 416 void __init_work(struct work_struct *work, int onstack) in __init_work() 425 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack() 432 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate() 433 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate() 496 static int get_work_color(struct work_struct *work) in get_work_color() [all …]
|
D | kthread.c | 341 struct kthread_work *work; in kthread_worker_fn() local 391 struct kthread_work *work) in queue_kthread_work() 415 void flush_kthread_work(struct kthread_work *work) in flush_kthread_work() 440 struct kthread_work work; member 444 static void kthread_flush_work_fn(struct kthread_work *work) in kthread_flush_work_fn()
|
/linux-3.3/net/rds/ |
D | threads.c | 140 void rds_connect_worker(struct work_struct *work) in rds_connect_worker() 160 void rds_send_worker(struct work_struct *work) in rds_send_worker() 182 void rds_recv_worker(struct work_struct *work) in rds_recv_worker() 204 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
|
/linux-3.3/fs/ |
D | fs-writeback.c | 110 struct wb_writeback_work *work) in bdi_queue_work() 126 struct wb_writeback_work *work; in __bdi_start_writeback() local 263 struct wb_writeback_work *work) in move_expired_inodes() 314 static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work) in queue_io() 493 struct wb_writeback_work *work) in writeback_chunk_size() 534 struct wb_writeback_work *work) in writeback_sb_inodes() 620 struct wb_writeback_work *work) in __writeback_inodes_wb() 656 struct wb_writeback_work work = { in writeback_inodes_wb() local 715 struct wb_writeback_work *work) in wb_writeback() 813 struct wb_writeback_work *work = NULL; in get_next_work_item() local [all …]
|
/linux-3.3/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() 45 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done() 56 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error() 89 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold()
|
D | sas_port.c | 210 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed() 222 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd() 241 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err() 253 void sas_porte_timer_event(struct work_struct *work) in sas_porte_timer_event() 265 void sas_porte_hard_reset(struct work_struct *work) in sas_porte_hard_reset()
|
/linux-3.3/fs/btrfs/ |
D | async-thread.c | 85 struct btrfs_work work; member 89 static void start_new_worker_func(struct btrfs_work *work) in start_new_worker_func() 175 struct btrfs_work *work) in run_ordered_completions() 254 struct btrfs_work *work = NULL; in get_next_work() local 299 struct btrfs_work *work; in worker_loop() local 618 int btrfs_requeue_work(struct btrfs_work *work) in btrfs_requeue_work() 657 void btrfs_set_work_high_prio(struct btrfs_work *work) in btrfs_set_work_high_prio() 665 void btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work) in btrfs_queue_worker()
|
/linux-3.3/security/apparmor/ |
D | lib.c | 113 static void do_vfree(struct work_struct *work) in do_vfree() 130 struct work_struct *work = (struct work_struct *) buffer; in kvfree() local
|
/linux-3.3/arch/sparc/kernel/ |
D | sun4d_smp.c | 207 struct sun4d_ipi_work *work; in smp4d_ipi_init() local 219 struct sun4d_ipi_work *work = &__get_cpu_var(sun4d_ipi_work); in sun4d_ipi_interrupt() local 237 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in smp4d_ipi_single() local 248 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in smp4d_ipi_mask_one() local 259 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in smp4d_ipi_resched() local
|
D | leon_smp.c | 319 struct leon_ipi_work *work; in leon_ipi_init() local 349 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_single() local 360 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_mask_one() local 371 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_resched() local 382 struct leon_ipi_work *work = &__get_cpu_var(leon_ipi_work); in leonsmp_ipi_interrupt() local
|
/linux-3.3/fs/afs/ |
D | cmservice.c | 142 static void SRXAFSCB_CallBack(struct work_struct *work) in SRXAFSCB_CallBack() 299 static void SRXAFSCB_InitCallBackState(struct work_struct *work) in SRXAFSCB_InitCallBackState() 377 static void SRXAFSCB_Probe(struct work_struct *work) in SRXAFSCB_Probe() 410 static void SRXAFSCB_ProbeUuid(struct work_struct *work) in SRXAFSCB_ProbeUuid() 506 static void SRXAFSCB_TellMeAboutYourself(struct work_struct *work) in SRXAFSCB_TellMeAboutYourself()
|
/linux-3.3/sound/pci/hda/ |
D | hda_beep.c | 37 static void snd_hda_generate_beep(struct work_struct *work) in snd_hda_generate_beep() 165 static void snd_hda_do_register(struct work_struct *work) in snd_hda_do_register() 176 static void snd_hda_do_unregister(struct work_struct *work) in snd_hda_do_unregister()
|
/linux-3.3/drivers/infiniband/core/ |
D | cm.c | 183 struct delayed_work work; member 194 struct cm_work work; /* Must be first. */ member 730 struct cm_work *work; in cm_dequeue_work() local 740 static void cm_free_work(struct cm_work *work) in cm_free_work() 838 struct cm_work *work; in cm_destroy_id() local 1278 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event() 1313 struct cm_work *work) in cm_process_work() 1391 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler() 1434 static struct cm_id_private * cm_match_req(struct cm_work *work, in cm_match_req() 1517 static int cm_req_handler(struct cm_work *work) in cm_req_handler() [all …]
|
D | iwcm.c | 61 struct work_struct work; member 94 struct iwcm_work *work; in get_work() local 104 static void put_work(struct iwcm_work *work) in put_work() 119 struct iwcm_work *work; in alloc_work_entries() local 846 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local 902 struct iwcm_work *work; in cm_event_handler() local
|
/linux-3.3/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-3.3/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 278 struct work_struct work; member 288 static void pciehp_power_thread(struct work_struct *work) in pciehp_power_thread() 321 void pciehp_queue_pushbutton_work(struct work_struct *work) in pciehp_queue_pushbutton_work() 445 static void interrupt_event_handler(struct work_struct *work) in interrupt_event_handler()
|
/linux-3.3/drivers/net/wireless/iwmc3200wifi/ |
D | main.c | 116 static void iwm_statistics_request(struct work_struct *work) in iwm_statistics_request() 124 static void iwm_disconnect_work(struct work_struct *work) in iwm_disconnect_work() 144 static void iwm_ct_kill_work(struct work_struct *work) in iwm_ct_kill_work() 158 static void iwm_reset_worker(struct work_struct *work) in iwm_reset_worker() 216 static void iwm_auth_retry_worker(struct work_struct *work) in iwm_auth_retry_worker()
|
/linux-3.3/drivers/s390/char/ |
D | sclp_config.c | 31 static void sclp_cpu_capability_notify(struct work_struct *work) in sclp_cpu_capability_notify() 46 static void __ref sclp_cpu_change_notify(struct work_struct *work) in sclp_cpu_change_notify()
|
/linux-3.3/drivers/media/video/cx23885/ |
D | cx23885-ir.c | 37 void cx23885_ir_rx_work_handler(struct work_struct *work) in cx23885_ir_rx_work_handler() 60 void cx23885_ir_tx_work_handler(struct work_struct *work) in cx23885_ir_tx_work_handler()
|
/linux-3.3/drivers/input/misc/ |
D | wm831x-on.c | 33 struct delayed_work work; member 41 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
|