/Linux-v4.19/virt/kvm/ |
D | async_pf.c | 33 struct kvm_async_pf *work) in kvm_async_page_present_sync() 40 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() 122 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local 148 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local 161 struct kvm_async_pf *work; in kvm_check_async_pf_completion() local 183 struct kvm_async_pf *work; in kvm_setup_async_pf() local 229 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
|
/Linux-v4.19/include/linux/ |
D | completion.h | 36 #define COMPLETION_INITIALIZER(work) \ argument 39 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument 42 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument 53 #define DECLARE_COMPLETION(work) \ argument 69 # define DECLARE_COMPLETION_ONSTACK(work) \ argument 71 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument 74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument 75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
|
D | workqueue.h | 28 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument 116 struct work_struct work; member 125 struct work_struct work; member 158 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work() 163 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work() 169 struct work_struct work; member 210 static inline unsigned int work_static(struct work_struct *work) in work_static() 215 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() 216 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack() 217 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack() [all …]
|
/Linux-v4.19/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-v4.19/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() 81 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold() 93 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout() 110 static void sas_phye_shutdown(struct work_struct *work) in sas_phye_shutdown()
|
D | sas_port.c | 263 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed() 271 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd() 289 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err() 297 void sas_porte_timer_event(struct work_struct *work) in sas_porte_timer_event() 305 void sas_porte_hard_reset(struct work_struct *work) in sas_porte_hard_reset()
|
/Linux-v4.19/kernel/ |
D | irq_work.c | 29 static bool irq_work_claim(struct irq_work *work) in irq_work_claim() 65 bool irq_work_queue_on(struct irq_work *work, int cpu) in irq_work_queue_on() 90 bool irq_work_queue(struct irq_work *work) in irq_work_queue() 134 struct irq_work *work, *tmp; in irq_work_run_list() local 188 void irq_work_sync(struct irq_work *work) in irq_work_sync()
|
D | kthread.c | 627 struct kthread_work *work; in kthread_worker_fn() local 768 struct kthread_work *work) in queuing_blocked() 776 struct kthread_work *work) in kthread_insert_work_sanity_check() 786 struct kthread_work *work, in kthread_insert_work() 810 struct kthread_work *work) in kthread_queue_work() 836 struct kthread_work *work = &dwork->work; in kthread_delayed_work_timer_fn() local 864 struct kthread_work *work = &dwork->work; in __kthread_queue_delayed_work() local 907 struct kthread_work *work = &dwork->work; in kthread_queue_delayed_work() local 924 struct kthread_work work; member 928 static void kthread_flush_work_fn(struct kthread_work *work) in kthread_flush_work_fn() [all …]
|
D | workqueue.c | 440 struct work_struct *work = addr; in work_is_static_object() local 451 struct work_struct *work = addr; in work_fixup_init() local 469 struct work_struct *work = addr; in work_fixup_free() local 489 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate() 494 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate() 499 void __init_work(struct work_struct *work, int onstack) in __init_work() 508 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack() 514 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack() 522 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate() 523 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate() [all …]
|
D | task_work.c | 28 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add() 59 struct callback_head *work; in task_work_cancel() local 93 struct callback_head *work, *head, *next; in task_work_run() local
|
/Linux-v4.19/fs/btrfs/ |
D | async-thread.c | 71 btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner() 258 struct btrfs_work *work; in run_ordered_work() local 302 static void normal_work_helper(struct btrfs_work *work) in normal_work_helper() 333 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t uniq_func, in btrfs_init_work() 347 struct btrfs_work *work) in __btrfs_queue_work() 363 struct btrfs_work *work) in btrfs_queue_work() 401 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
|
/Linux-v4.19/drivers/edac/ |
D | wq.c | 5 bool edac_queue_work(struct delayed_work *work, unsigned long delay) in edac_queue_work() 11 bool edac_mod_work(struct delayed_work *work, unsigned long delay) in edac_mod_work() 17 bool edac_stop_work(struct delayed_work *work) in edac_stop_work()
|
/Linux-v4.19/kernel/locking/ |
D | test-ww_mutex.c | 33 struct work_struct work; member 44 static void test_mutex_work(struct work_struct *work) in test_mutex_work() 161 struct work_struct work; member 170 static void test_abba_work(struct work_struct *work) in test_abba_work() 251 struct work_struct work; member 259 static void test_cycle_work(struct work_struct *work) in test_cycle_work() 356 struct work_struct work; member 391 static void stress_inorder_work(struct work_struct *work) in stress_inorder_work() 450 static void stress_reorder_work(struct work_struct *work) in stress_reorder_work() 510 static void stress_one_work(struct work_struct *work) in stress_one_work()
|
/Linux-v4.19/net/rds/ |
D | threads.c | 161 void rds_connect_worker(struct work_struct *work) in rds_connect_worker() 190 void rds_send_worker(struct work_struct *work) in rds_send_worker() 216 void rds_recv_worker(struct work_struct *work) in rds_recv_worker() 240 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
|
/Linux-v4.19/fs/ |
D | fs-writeback.c | 177 struct wb_writeback_work *work) in finish_writeback_work() 188 struct wb_writeback_work *work) in wb_queue_work() 331 struct work_struct work; member 334 static void inode_switch_wbs_work_fn(struct work_struct *work) in inode_switch_wbs_work_fn() 814 struct wb_writeback_work *work; in bdi_split_work_to_wbs() local 1100 struct wb_writeback_work *work) in move_expired_inodes() 1163 static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work) in queue_io() 1456 struct wb_writeback_work *work) in writeback_chunk_size() 1497 struct wb_writeback_work *work) in writeback_sb_inodes() 1638 struct wb_writeback_work *work) in __writeback_inodes_wb() [all …]
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | scan.c | 131 void cw1200_scan_work(struct work_struct *work) in cw1200_scan_work() 331 void cw1200_clear_recent_scan_work(struct work_struct *work) in cw1200_clear_recent_scan_work() 339 void cw1200_scan_timeout(struct work_struct *work) in cw1200_scan_timeout() 357 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() 966 void cw1200_event_handler(struct work_struct *work) in cw1200_event_handler() 1037 void cw1200_bss_loss_work(struct work_struct *work) in cw1200_bss_loss_work() 1048 void cw1200_bss_params_work(struct work_struct *work) in cw1200_bss_params_work() 1185 void cw1200_join_complete_work(struct work_struct *work) in cw1200_join_complete_work() 1369 void cw1200_join_timeout(struct work_struct *work) in cw1200_join_timeout() 1440 void cw1200_unjoin_work(struct work_struct *work) in cw1200_unjoin_work() 1706 void cw1200_set_tim_work(struct work_struct *work) in cw1200_set_tim_work() [all …]
|
/Linux-v4.19/fs/afs/ |
D | cmservice.c | 147 static void SRXAFSCB_CallBack(struct work_struct *work) in SRXAFSCB_CallBack() 279 static void SRXAFSCB_InitCallBackState(struct work_struct *work) in SRXAFSCB_InitCallBackState() 389 static void SRXAFSCB_Probe(struct work_struct *work) in SRXAFSCB_Probe() 421 static void SRXAFSCB_ProbeUuid(struct work_struct *work) in SRXAFSCB_ProbeUuid() 504 static void SRXAFSCB_TellMeAboutYourself(struct work_struct *work) in SRXAFSCB_TellMeAboutYourself()
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | host_interface.c | 153 struct work_struct work; member 262 static void handle_set_channel(struct work_struct *work) in handle_set_channel() 283 static void handle_set_wfi_drv_handler(struct work_struct *work) in handle_set_wfi_drv_handler() 330 static void handle_set_operation_mode(struct work_struct *work) in handle_set_operation_mode() 355 static void handle_set_ip_address(struct work_struct *work) in handle_set_ip_address() 385 static void handle_get_ip_address(struct work_struct *work) in handle_get_ip_address() 413 static void handle_get_mac_address(struct work_struct *work) in handle_get_mac_address() 435 static void handle_cfg_param(struct work_struct *work) in handle_cfg_param() 769 static void handle_scan(struct work_struct *work) in handle_scan() 887 static void handle_connect(struct work_struct *work) in handle_connect() [all …]
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | workqueues.h | 40 struct work_struct work; member 49 static inline bool schedule_work(struct work_struct *work) in schedule_work() 55 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() 62 struct work_struct *work) in queue_work()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 42 struct work_struct work; member 61 struct work_struct work; member 65 static void cancel_userptr(struct work_struct *work) in cancel_userptr() 382 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker() 416 struct work_struct work; member 503 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local 570 struct get_pages_work *work; in __i915_gem_userptr_get_pages_schedule() local
|
/Linux-v4.19/arch/sparc/kernel/ |
D | sun4d_smp.c | 196 struct sun4d_ipi_work *work; in smp4d_ipi_init() local 208 struct sun4d_ipi_work *work = this_cpu_ptr(&sun4d_ipi_work); in sun4d_ipi_interrupt() local 239 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_single() local 250 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_mask_one() local 261 struct sun4d_ipi_work *work = &per_cpu(sun4d_ipi_work, cpu); in sun4d_ipi_resched() local
|
D | leon_smp.c | 277 struct leon_ipi_work *work; in leon_ipi_init() local 314 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_single() local 325 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_mask_one() local 336 struct leon_ipi_work *work = &per_cpu(leon_ipi_work, cpu); in leon_ipi_resched() local 347 struct leon_ipi_work *work = this_cpu_ptr(&leon_ipi_work); in leonsmp_ipi_interrupt() local
|
/Linux-v4.19/drivers/staging/greybus/ |
D | svc_watchdog.c | 16 struct delayed_work work; member 44 static void greybus_reset(struct work_struct *work) in greybus_reset() 63 static void do_work(struct work_struct *work) in do_work()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cm.c | 237 struct delayed_work work; member 248 struct cm_work work; /* Must be first. */ member 900 struct cm_work *work; in cm_dequeue_work() local 910 static void cm_free_work(struct cm_work *work) in cm_free_work() 1019 struct cm_work *work; in cm_destroy_id() local 1637 static u16 cm_get_bth_pkey(struct cm_work *work) in cm_get_bth_pkey() 1664 static void cm_opa_to_ib_sgid(struct cm_work *work, in cm_opa_to_ib_sgid() 1684 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event() 1724 struct cm_work *work) in cm_process_work() 1804 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler() [all …]
|