Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 2427) sorted by relevance

12345678910>>...98

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_wq.c36 struct delayed_work work; member
106 mali_osk_wq_work_object_t *work = kmalloc(sizeof(mali_osk_wq_work_object_t), GFP_KERNEL); in _mali_osk_wq_create_work() local
121 mali_osk_wq_work_object_t *work = kmalloc(sizeof(mali_osk_wq_work_object_t), GFP_KERNEL); in _mali_osk_wq_create_work_high_pri() local
134 void _mali_osk_wq_delete_work(_mali_osk_wq_work_t *work) in _mali_osk_wq_delete_work()
141 void _mali_osk_wq_delete_work_nonflush(_mali_osk_wq_work_t *work) in _mali_osk_wq_delete_work_nonflush()
147 void _mali_osk_wq_schedule_work(_mali_osk_wq_work_t *work) in _mali_osk_wq_schedule_work()
157 void _mali_osk_wq_schedule_work_high_pri(_mali_osk_wq_work_t *work) in _mali_osk_wq_schedule_work_high_pri()
167 static void _mali_osk_wq_work_func(struct work_struct *work) in _mali_osk_wq_work_func()
190 static void _mali_osk_wq_delayed_work_func(struct work_struct *work) in _mali_osk_wq_delayed_work_func()
200 …mali_osk_wq_delayed_work_object_t *work = kmalloc(sizeof(mali_osk_wq_delayed_work_object_t), GFP_K… in _mali_osk_wq_delayed_create_work() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h36 #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
H A Dworkqueue.h29 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
119 struct work_struct work; member
131 struct work_struct work; member
164 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
169 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
175 struct work_struct work; member
216 static inline unsigned int work_static(struct work_struct *work) in work_static()
221 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work()
222 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
223 static inline void destroy_delayed_work_on_stack(struct delayed_work *work) { } in destroy_delayed_work_on_stack()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dirq_work.c30 static bool irq_work_claim(struct irq_work *work) in irq_work_claim()
53 static void __irq_work_queue_local(struct irq_work *work) in __irq_work_queue_local()
67 bool irq_work_queue(struct irq_work *work) in irq_work_queue()
88 bool irq_work_queue_on(struct irq_work *work, int cpu) in irq_work_queue_on()
135 struct irq_work *work = arg; in irq_work_single() local
160 struct irq_work *work, *tmp; in irq_work_run_list() local
197 void irq_work_sync(struct irq_work *work) in irq_work_sync()
H A Dworkqueue.c448 struct work_struct *work = addr; in work_is_static_object() local
459 struct work_struct *work = addr; in work_fixup_init() local
477 struct work_struct *work = addr; in work_fixup_free() local
497 static inline void debug_work_activate(struct work_struct *work) in debug_work_activate()
502 static inline void debug_work_deactivate(struct work_struct *work) in debug_work_deactivate()
507 void __init_work(struct work_struct *work, int onstack) in __init_work()
516 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack()
522 void destroy_delayed_work_on_stack(struct delayed_work *work) in destroy_delayed_work_on_stack()
530 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
531 static inline void debug_work_deactivate(struct work_struct *work) { } in debug_work_deactivate()
[all …]
H A Dkthread.c720 struct kthread_work *work; in kthread_worker_fn() local
861 struct kthread_work *work) in queuing_blocked()
869 struct kthread_work *work) in kthread_insert_work_sanity_check()
879 struct kthread_work *work, in kthread_insert_work()
903 struct kthread_work *work) in kthread_queue_work()
929 struct kthread_work *work = &dwork->work; in kthread_delayed_work_timer_fn() local
959 struct kthread_work *work = &dwork->work; in __kthread_queue_delayed_work() local
1008 struct kthread_work *work = &dwork->work; in kthread_queue_delayed_work() local
1025 struct kthread_work work; member
1029 static void kthread_flush_work_fn(struct kthread_work *work) in kthread_flush_work_fn()
[all …]
H A Dtask_work.c32 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
78 struct callback_head *work; in task_work_cancel_match() local
134 struct callback_head *work, *head, *next; in task_work_run() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vblank_work.c48 struct drm_vblank_work *work, *next; in drm_handle_vblank_works() local
72 struct drm_vblank_work *work, *next; in drm_vblank_cancel_pending_works() local
106 int drm_vblank_work_schedule(struct drm_vblank_work *work, in drm_vblank_work_schedule()
182 bool drm_vblank_work_cancel_sync(struct drm_vblank_work *work) in drm_vblank_work_cancel_sync()
218 void drm_vblank_work_flush(struct drm_vblank_work *work) in drm_vblank_work_flush()
240 void drm_vblank_work_init(struct drm_vblank_work *work, struct drm_crtc *crtc, in drm_vblank_work_init()
241 void (*func)(struct kthread_work *work)) in drm_vblank_work_init()
H A Ddrm_flip_work.c57 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task()
76 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue()
101 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit()
116 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); in flip_worker() local
147 void drm_flip_work_init(struct drm_flip_work *work, in drm_flip_work_init()
166 void drm_flip_work_cleanup(struct drm_flip_work *work) in drm_flip_work_cleanup()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dasync_pf.c45 static void async_pf_execute(struct work_struct *work) in async_pf_execute()
100 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
166 struct kvm_async_pf *work; in kvm_setup_async_pf() local
205 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_phy.c17 static void sas_phye_loss_of_signal(struct work_struct *work) in sas_phye_loss_of_signal()
26 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done()
34 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error()
63 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold()
75 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout()
92 static void sas_phye_shutdown(struct work_struct *work) in sas_phye_shutdown()
H A Dsas_port.c264 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed()
272 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd()
290 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err()
298 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()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dtest-ww_mutex.c20 struct work_struct work; member
31 static void test_mutex_work(struct work_struct *work) in test_mutex_work()
148 struct work_struct work; member
157 static void test_abba_work(struct work_struct *work) in test_abba_work()
238 struct work_struct work; member
246 static void test_cycle_work(struct work_struct *work) in test_cycle_work()
343 struct work_struct work; member
378 static void stress_inorder_work(struct work_struct *work) in stress_inorder_work()
437 static void stress_reorder_work(struct work_struct *work) in stress_reorder_work()
497 static void stress_one_work(struct work_struct *work) in stress_one_work()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dasync-thread.c61 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
224 struct btrfs_work *work; in run_ordered_work() local
306 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper() local
342 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
354 struct btrfs_work *work) in __btrfs_queue_work()
370 struct btrfs_work *work) in btrfs_queue_work()
408 void btrfs_set_work_high_priority(struct btrfs_work *work) in btrfs_set_work_high_priority()
/OK3568_Linux_fs/kernel/fs/
H A Dfs-writeback.c162 struct wb_writeback_work *work) in finish_writeback_work()
178 struct wb_writeback_work *work) in wb_queue_work()
339 struct work_struct work; member
352 static void inode_switch_wbs_work_fn(struct work_struct *work) in inode_switch_wbs_work_fn()
860 struct wb_writeback_work *work; in bdi_split_work_to_wbs() local
931 struct wb_writeback_work *work; in cgroup_writeback_by_id() local
1302 static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work, in queue_io()
1598 struct wb_writeback_work *work) in writeback_chunk_size()
1639 struct wb_writeback_work *work) in writeback_sb_inodes()
1783 struct wb_writeback_work *work) in __writeback_inodes_wb()
[all …]
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dwq.c6 bool edac_queue_work(struct delayed_work *work, unsigned long delay) in edac_queue_work()
12 bool edac_mod_work(struct delayed_work *work, unsigned long delay) in edac_mod_work()
18 bool edac_stop_work(struct delayed_work *work) in edac_stop_work()
/OK3568_Linux_fs/kernel/net/rds/
H A Dthreads.c162 void rds_connect_worker(struct work_struct *work) in rds_connect_worker()
191 void rds_send_worker(struct work_struct *work) in rds_send_worker()
217 void rds_recv_worker(struct work_struct *work) in rds_recv_worker()
241 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c151 static void link_lock(struct hdcp_workqueue *work, bool lock) in link_lock()
260 static void event_callback(struct work_struct *work) in event_callback()
280 static void event_property_update(struct work_struct *work) in event_property_update()
317 static void event_property_validate(struct work_struct *work) in event_property_validate()
340 static void event_watchdog_timer(struct work_struct *work) in event_watchdog_timer()
362 static void event_cpirq(struct work_struct *work) in event_cpirq()
514 struct hdcp_workqueue *work; in srm_data_write() local
538 struct hdcp_workqueue *work; in srm_data_read() local
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c60 struct work_struct work; member
163 struct io_wq_work *work) in io_work_get_acct()
409 struct io_wq_work *work) in __io_worker_busy()
434 static inline unsigned int io_get_work_hash(struct io_wq_work *work) in io_get_work_hash()
462 struct io_wq_work *work, *tail; in io_get_next_work() local
525 struct io_wq_work *work) in io_assign_current_work()
548 struct io_wq_work *work; in io_worker_handle_work() local
720 static bool io_wq_work_match_all(struct io_wq_work *work, void *data) in io_wq_work_match_all()
785 static void io_workqueue_create(struct work_struct *work) in io_workqueue_create()
867 static void io_run_cancel(struct io_wq_work *work, struct io_wqe *wqe) in io_run_cancel()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_model_linux.c37 struct work_struct work; member
40 static void serve_job_irq(struct work_struct *work) in serve_job_irq()
68 static void serve_gpu_irq(struct work_struct *work) in serve_gpu_irq()
88 static void serve_mmu_irq(struct work_struct *work) in serve_mmu_irq()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcm.c228 struct delayed_work work; member
239 struct cm_work work; member
902 struct cm_work *work; in cm_dequeue_work() local
912 static void cm_free_work(struct cm_work *work) in cm_free_work()
920 struct cm_work *work) in cm_queue_work_unlock()
1062 struct cm_work *work; in cm_destroy_id() local
1751 static u16 cm_get_bth_pkey(struct cm_work *work) in cm_get_bth_pkey()
1778 static void cm_opa_to_ib_sgid(struct cm_work *work, in cm_opa_to_ib_sgid()
1798 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1843 struct cm_work *work) in cm_process_work()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dscan.c126 void cw1200_scan_work(struct work_struct *work) in cw1200_scan_work()
326 void cw1200_clear_recent_scan_work(struct work_struct *work) in cw1200_clear_recent_scan_work()
334 void cw1200_scan_timeout(struct work_struct *work) in cw1200_scan_timeout()
352 void cw1200_probe_work(struct work_struct *work) in cw1200_probe_work()
H A Dsta.c511 void cw1200_update_filtering_work(struct work_struct *work) in cw1200_update_filtering_work()
520 void cw1200_set_beacon_wakeup_period_work(struct work_struct *work) in cw1200_set_beacon_wakeup_period_work()
841 void cw1200_wep_key_work(struct work_struct *work) in cw1200_wep_key_work()
963 void cw1200_event_handler(struct work_struct *work) in cw1200_event_handler()
1034 void cw1200_bss_loss_work(struct work_struct *work) in cw1200_bss_loss_work()
1045 void cw1200_bss_params_work(struct work_struct *work) in cw1200_bss_params_work()
1182 void cw1200_join_complete_work(struct work_struct *work) in cw1200_join_complete_work()
1366 void cw1200_join_timeout(struct work_struct *work) in cw1200_join_timeout()
1437 void cw1200_unjoin_work(struct work_struct *work) in cw1200_unjoin_work()
1703 void cw1200_set_tim_work(struct work_struct *work) in cw1200_set_tim_work()
[all …]
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dselection.c20 struct work_struct work; member
25 static void __speakup_set_selection(struct work_struct *work) in __speakup_set_selection()
106 static void __speakup_paste_selection(struct work_struct *work) in __speakup_paste_selection()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h40 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()

12345678910>>...98