Home
last modified time | relevance | path

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

12345678910>>...105

/linux-6.15/include/linux/
H A Dcompletion.h35 #define COMPLETION_INITIALIZER(work) \ argument
38 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument
41 #define COMPLETION_INITIALIZER_ONSTACK(work) \ argument
52 #define DECLARE_COMPLETION(work) \ argument
68 # define DECLARE_COMPLETION_ONSTACK(work) \ argument
70 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) argument
74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
H A Dworkqueue.h23 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) argument
114 struct work_struct work; member
123 struct work_struct work; member
216 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
222 struct work_struct work; member
263 static inline unsigned int work_static(struct work_struct *work) in work_static()
269 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack()
354 #define work_pending(work) \ argument
660 struct work_struct *work) in queue_work()
721 static inline bool schedule_work(struct work_struct *work) in schedule_work()
[all …]
H A Dirq_work.h37 void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) in init_irq_work()
42 static inline bool irq_work_is_pending(struct irq_work *work) in irq_work_is_pending()
47 static inline bool irq_work_is_busy(struct irq_work *work) in irq_work_is_busy()
52 static inline bool irq_work_is_hard(struct irq_work *work) in irq_work_is_hard()
/linux-6.15/fs/smb/server/
H A Dksmbd_work.c21 struct ksmbd_work *work = kmem_cache_zalloc(work_cache, KSMBD_DEFAULT_GFP); in ksmbd_alloc_work_struct() local
41 void ksmbd_free_work_struct(struct ksmbd_work *work) in ksmbd_free_work_struct()
93 bool ksmbd_queue_work(struct ksmbd_work *work) in ksmbd_queue_work()
98 static inline void __ksmbd_iov_pin(struct ksmbd_work *work, void *ib, in __ksmbd_iov_pin()
106 static int __ksmbd_iov_pin_rsp(struct ksmbd_work *work, void *ib, int len, in __ksmbd_iov_pin_rsp()
156 int ksmbd_iov_pin_rsp(struct ksmbd_work *work, void *ib, int len) in ksmbd_iov_pin_rsp()
161 int ksmbd_iov_pin_rsp_read(struct ksmbd_work *work, void *ib, int len, in ksmbd_iov_pin_rsp_read()
167 int allocate_interim_rsp_buf(struct ksmbd_work *work) in allocate_interim_rsp_buf()
H A Dsmb2pdu.c172 bool is_smb2_neg_cmd(struct ksmbd_work *work) in is_smb2_neg_cmd()
196 bool is_smb2_rsp(struct ksmbd_work *work) in is_smb2_rsp()
2855 int smb2_open(struct ksmbd_work *work) in smb2_open()
4086 struct ksmbd_work *work; member
5792 int smb2_close(struct ksmbd_work *work) in smb2_close()
5917 int smb2_echo(struct ksmbd_work *work) in smb2_echo()
6670 int smb2_read(struct ksmbd_work *work) in smb2_read()
6943 int smb2_write(struct ksmbd_work *work) in smb2_write()
7090 int smb2_flush(struct ksmbd_work *work) in smb2_flush()
7288 int smb2_lock(struct ksmbd_work *work) in smb2_lock()
[all …]
H A Dsmb_common.c135 int ksmbd_verify_smb_message(struct ksmbd_work *work) in ksmbd_verify_smb_message()
310 static u16 get_smb1_cmd_val(struct ksmbd_work *work) in get_smb1_cmd_val()
321 static int init_smb1_rsp_hdr(struct ksmbd_work *work) in init_smb1_rsp_hdr()
342 static int smb1_check_user_session(struct ksmbd_work *work) in smb1_check_user_session()
358 static int smb1_allocate_rsp_buf(struct ksmbd_work *work) in smb1_allocate_rsp_buf()
378 static void set_smb1_rsp_status(struct ksmbd_work *work, __le32 err) in set_smb1_rsp_status()
395 static int smb1_negotiate(struct ksmbd_work *work) in smb1_negotiate()
573 static int smb_handle_negotiate(struct ksmbd_work *work) in smb_handle_negotiate()
739 int __ksmbd_override_fsids(struct ksmbd_work *work, in __ksmbd_override_fsids()
787 int ksmbd_override_fsids(struct ksmbd_work *work) in ksmbd_override_fsids()
[all …]
/linux-6.15/virt/kvm/
H A Dasync_pf.c45 static void async_pf_execute(struct work_struct *work) in async_pf_execute()
99 static void kvm_flush_and_free_async_pf_work(struct kvm_async_pf *work) in kvm_flush_and_free_async_pf_work()
124 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
139 struct kvm_async_pf *work = in kvm_clear_async_pf_completion_queue() local
155 struct kvm_async_pf *work; in kvm_check_async_pf_completion() local
182 struct kvm_async_pf *work; in kvm_setup_async_pf() local
218 struct kvm_async_pf *work; in kvm_async_pf_wakeup_all() local
/linux-6.15/kernel/
H A Dirq_work.c57 static bool irq_work_claim(struct irq_work *work) in irq_work_claim()
79 static __always_inline void irq_work_raise(struct irq_work *work) in irq_work_raise()
88 static void __irq_work_queue_local(struct irq_work *work) in __irq_work_queue_local()
116 bool irq_work_queue(struct irq_work *work) in irq_work_queue()
137 bool irq_work_queue_on(struct irq_work *work, int cpu) in irq_work_queue_on()
203 struct irq_work *work = arg; in irq_work_single() local
237 struct irq_work *work, *tmp; in irq_work_run_list() local
286 void irq_work_sync(struct irq_work *work) in irq_work_sync()
H A Dworkqueue.c1674 struct work_struct *work) in __pwq_activate_work()
1790 struct work_struct *work = in pwq_activate_first_inactive() local
1855 struct work_struct *work; in node_activate_pending_pwq() local
3012 struct work_struct *work; in pool_mayday_timeout() local
3310 struct work_struct *work; in process_scheduled_works() local
3395 struct work_struct *work = in worker_thread() local
3574 struct work_struct *work = in bh_worker() local
3610 struct work_struct work; member
3725 struct work_struct work; member
6233 struct work_struct *work; in show_pwq() local
[all …]
H A Dkthread.c973 struct kthread_work *work; in kthread_worker_fn() local
1141 struct kthread_work *work) in queuing_blocked()
1149 struct kthread_work *work) in kthread_insert_work_sanity_check()
1159 struct kthread_work *work, in kthread_insert_work()
1185 struct kthread_work *work) in kthread_queue_work()
1211 struct kthread_work *work = &dwork->work; in kthread_delayed_work_timer_fn() local
1241 struct kthread_work *work = &dwork->work; in __kthread_queue_delayed_work() local
1284 struct kthread_work *work = &dwork->work; in kthread_queue_delayed_work() local
1301 struct kthread_work work; member
1318 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work()
[all …]
/linux-6.15/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
109 int drm_vblank_work_schedule(struct drm_vblank_work *work, in drm_vblank_work_schedule()
185 bool drm_vblank_work_cancel_sync(struct drm_vblank_work *work) in drm_vblank_work_cancel_sync()
221 void drm_vblank_work_flush(struct drm_vblank_work *work) in drm_vblank_work_flush()
265 void drm_vblank_work_init(struct drm_vblank_work *work, struct drm_crtc *crtc, in drm_vblank_work_init()
266 void (*func)(struct kthread_work *work)) in drm_vblank_work_init()
H A Ddrm_flip_work.c46 static void drm_flip_work_queue_task(struct drm_flip_work *work, struct drm_flip_task *task) in drm_flip_work_queue_task()
63 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue()
88 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit()
103 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); in flip_worker() local
134 void drm_flip_work_init(struct drm_flip_work *work, in drm_flip_work_init()
153 void drm_flip_work_cleanup(struct drm_flip_work *work) in drm_flip_work_cleanup()
/linux-6.15/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.c273 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed()
281 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd()
299 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err()
307 void sas_porte_timer_event(struct work_struct *work) in sas_porte_timer_event()
315 void sas_porte_hard_reset(struct work_struct *work) in sas_porte_hard_reset()
/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c315 struct kwork_work *work; in work_search() local
420 struct kwork_work *work, in profile_event_match()
458 struct kwork_work *work, key; in work_push_atom() local
551 struct kwork_work *work; in find_work_by_id() local
739 struct kwork_work *work, in timehist_print_event()
945 struct kwork_work *work; in top_sched_switch_event() local
1235 struct kwork_work *work, in workqueue_work_init()
1907 struct kwork_work *work; in perf_kwork__report() local
2000 struct kwork_work *work; in top_calc_total_runtime() local
2072 struct kwork_work *work; in top_calc_cpu_usage() local
[all …]
/linux-6.15/kernel/locking/
H A Dtest-ww_mutex.c29 struct work_struct work; member
40 static void test_mutex_work(struct work_struct *work) in test_mutex_work()
179 struct work_struct work; member
188 static void test_abba_work(struct work_struct *work) in test_abba_work()
280 struct work_struct work; member
288 static void test_cycle_work(struct work_struct *work) in test_cycle_work()
385 struct work_struct work; member
430 static void stress_inorder_work(struct work_struct *work) in stress_inorder_work()
489 static void stress_reorder_work(struct work_struct *work) in stress_reorder_work()
548 static void stress_one_work(struct work_struct *work) in stress_one_work()
/linux-6.15/fs/
H A Dfs-writeback.c185 struct wb_writeback_work *work) in wb_queue_work()
371 struct rcu_work work; member
1010 struct wb_writeback_work *work; in bdi_split_work_to_wbs() local
1083 struct wb_writeback_work *work; in cgroup_writeback_by_id() local
1880 struct wb_writeback_work *work) in writeback_sb_inodes()
2065 struct wb_writeback_work work = { in writeback_inodes_wb() local
2100 struct wb_writeback_work *work) in wb_writeback()
2220 struct wb_writeback_work work = { in wb_check_background_flush() local
2297 struct wb_writeback_work *work; in wb_do_writeback() local
2733 struct wb_writeback_work work = { in __writeback_inodes_sb_nr() local
[all …]
/linux-6.15/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()
218 void rds_recv_worker(struct work_struct *work) in rds_recv_worker()
243 void rds_shutdown_worker(struct work_struct *work) in rds_shutdown_worker()
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c152 static void link_lock(struct hdcp_workqueue *work, bool lock) in link_lock()
278 static void event_callback(struct work_struct *work) in event_callback()
295 static void event_property_update(struct work_struct *work) in event_property_update()
365 static void event_property_validate(struct work_struct *work) in event_property_validate()
415 static void event_watchdog_timer(struct work_struct *work) in event_watchdog_timer()
434 static void event_cpirq(struct work_struct *work) in event_cpirq()
616 struct hdcp_workqueue *work; in srm_data_write() local
640 struct hdcp_workqueue *work; in srm_data_read() local
/linux-6.15/drivers/dma/idxd/
H A Dirq.c23 struct work_struct work; member
28 struct work_struct work; member
32 static void idxd_device_reinit(struct work_struct *work) in idxd_device_reinit()
130 static void idxd_int_handle_revoke(struct work_struct *work) in idxd_int_handle_revoke()
222 static void idxd_evl_fault_work(struct work_struct *work) in idxd_evl_fault_work()
386 static void idxd_device_flr(struct work_struct *work) in idxd_device_flr()
535 static void idxd_int_handle_resubmit_work(struct work_struct *work) in idxd_int_handle_resubmit_work()
/linux-6.15/kernel/entry/
H A Dcommon.c29 unsigned long work) in syscall_trace_enter()
141 static inline bool report_single_step(unsigned long work) in report_single_step()
149 static void syscall_exit_work(struct pt_regs *regs, unsigned long work) in syscall_exit_work()
182 unsigned long work = READ_ONCE(current_thread_info()->syscall_work); in syscall_exit_to_user_mode_prepare() local
/linux-6.15/fs/btrfs/
H A Dasync-thread.c55 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
213 struct btrfs_work *work; in run_ordered_work() local
295 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper() local
330 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work()
340 void btrfs_queue_work(struct btrfs_workqueue *wq, struct btrfs_work *work) in btrfs_queue_work()
/linux-6.15/drivers/infiniband/core/
H A Dcm.c186 struct delayed_work work; member
197 struct cm_work work; member
874 struct cm_work *work; in cm_dequeue_work() local
884 static void cm_free_work(struct cm_work *work) in cm_free_work()
892 struct cm_work *work) in cm_queue_work_unlock()
1045 struct cm_work *work; in cm_destroy_id() local
1849 struct cm_work *work) in cm_process_work()
2080 static int cm_req_handler(struct cm_work *work) in cm_req_handler()
2475 static int cm_rep_handler(struct cm_work *work) in cm_rep_handler()
3920 struct cm_work *work; in cm_establish() local
[all …]
/linux-6.15/net/wireless/
H A Ddebugfs.c115 struct wiphy_work work; member
131 struct wiphy_work *work) in wiphy_locked_debugfs_read_work()
159 struct debugfs_read_work work = { in wiphy_locked_debugfs_read() local
195 struct wiphy_work work; member
211 struct wiphy_work *work) in wiphy_locked_debugfs_write_work()
238 struct debugfs_write_work work = { in wiphy_locked_debugfs_write() local

12345678910>>...105