Home
last modified time | relevance | path

Searched refs:work_struct (Results 1 – 25 of 2750) sorted by relevance

12345678910>>...110

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
Dsta.h58 void cw1200_event_handler(struct work_struct *work);
59 void cw1200_bss_loss_work(struct work_struct *work);
60 void cw1200_bss_params_work(struct work_struct *work);
61 void cw1200_keep_alive_work(struct work_struct *work);
62 void cw1200_tx_failure_work(struct work_struct *work);
78 void cw1200_join_timeout(struct work_struct *work);
79 void cw1200_unjoin_work(struct work_struct *work);
80 void cw1200_join_complete_work(struct work_struct *work);
81 void cw1200_wep_key_work(struct work_struct *work);
84 void cw1200_update_filtering_work(struct work_struct *work);
[all …]
Dcw1200.h167 struct work_struct update_filtering_work;
168 struct work_struct set_beacon_wakeup_period_work;
191 struct work_struct bh_work;
230 struct work_struct unjoin_work;
231 struct work_struct join_complete_work;
238 struct work_struct wep_key_work;
245 struct work_struct link_id_work;
253 struct work_struct set_tim_work;
254 struct work_struct set_cts_work;
255 struct work_struct multicast_start_work;
[all …]
Dscan.h19 /* external */ struct work_struct;
23 struct work_struct work;
42 void cw1200_scan_work(struct work_struct *work);
43 void cw1200_scan_timeout(struct work_struct *work);
44 void cw1200_clear_recent_scan_work(struct work_struct *work);
51 void cw1200_probe_work(struct work_struct *work);
Dtxrx.h53 void tx_policy_upload_work(struct work_struct *work);
82 void cw1200_tx_timeout(struct work_struct *work);
93 void cw1200_link_id_reset(struct work_struct *work);
99 void cw1200_link_id_work(struct work_struct *work);
100 void cw1200_link_id_gc_work(struct work_struct *work);
/kernel/linux/linux-5.10/include/linux/
Dworkqueue.h20 struct work_struct;
21 typedef void (*work_func_t)(struct work_struct *work);
103 struct work_struct { struct
117 struct work_struct work; argument
126 struct work_struct work;
159 static inline struct delayed_work *to_delayed_work(struct work_struct *work) in to_delayed_work()
164 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work()
170 struct work_struct work;
199 struct work_struct n = __WORK_INITIALIZER(n, f)
208 extern void __init_work(struct work_struct *work, int onstack);
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h15 struct work_struct;
16 typedef void (*work_func_t)(struct work_struct *work);
19 struct work_struct { struct
40 struct work_struct work; argument
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()
/kernel/linux/linux-5.10/net/wireless/
Dcore.h31 struct work_struct rfkill_block;
79 struct work_struct scan_done_wk;
83 struct work_struct conn_work;
84 struct work_struct event_work;
93 struct work_struct destroy_work;
94 struct work_struct sched_scan_stop_wk;
95 struct work_struct sched_scan_res_wk;
98 struct work_struct propagate_radar_detect_wk;
101 struct work_struct propagate_cac_done_wk;
103 struct work_struct mgmt_registrations_update_wk;
[all …]
/kernel/linux/linux-5.10/drivers/nfc/pn533/
Dpn533.h142 struct work_struct cmd_work;
143 struct work_struct cmd_complete_work;
145 struct work_struct mi_rx_work;
146 struct work_struct mi_tx_work;
147 struct work_struct mi_tm_rx_work;
148 struct work_struct mi_tm_tx_work;
149 struct work_struct tg_work;
150 struct work_struct rf_work;
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dps.h13 void rtl_ips_nic_off_wq_callback(struct work_struct *work);
20 void rtl_swlps_wq_callback(struct work_struct *work);
21 void rtl_swlps_rfon_wq_callback(struct work_struct *work);
26 void rtl_lps_change_work_callback(struct work_struct *work);
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_disc.h78 struct work_struct scan_work;
79 struct work_struct del_work;
91 void snic_process_report_tgts_rsp(struct work_struct *);
92 void snic_handle_tgt_disc(struct work_struct *);
93 void snic_handle_disc(struct work_struct *);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h15 struct work_struct supervisor;
60 void (*super)(struct work_struct *);
75 void nv50_disp_super(struct work_struct *);
81 void gf119_disp_super(struct work_struct *);
86 void gv100_disp_super(struct work_struct *);
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
Dipoib.h273 struct work_struct start_task;
274 struct work_struct reap_task;
275 struct work_struct skb_task;
276 struct work_struct rx_reap_task;
312 struct work_struct work;
353 struct work_struct carrier_on_task;
354 struct work_struct flush_light;
355 struct work_struct flush_normal;
356 struct work_struct flush_heavy;
357 struct work_struct restart_task;
[all …]
/kernel/linux/linux-5.10/drivers/net/fjes/
Dfjes.h35 struct work_struct force_close_task;
44 struct work_struct tx_stall_task;
45 struct work_struct raise_intr_rxdata_task;
47 struct work_struct unshare_watch_task;
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
Dfinepix.c30 struct work_struct work_struct; member
74 static void dostream(struct work_struct *work) in dostream()
76 struct usb_fpix *dev = container_of(work, struct usb_fpix, work_struct); in dostream()
169 INIT_WORK(&dev->work_struct, dostream); in sd_config()
215 schedule_work(&dev->work_struct); in sd_start()
228 flush_work(&dev->work_struct); in sd_stop0()
Dvicam.c36 struct work_struct work_struct; member
167 static void vicam_dostream(struct work_struct *work) in vicam_dostream()
169 struct sd *sd = container_of(work, struct sd, work_struct); in vicam_dostream()
218 INIT_WORK(&sd->work_struct, vicam_dostream); in sd_config()
267 schedule_work(&sd->work_struct); in sd_start()
281 flush_work(&dev->work_struct); in sd_stop0()
/kernel/linux/linux-5.10/net/rds/
Dtcp.h31 struct work_struct t_conn_w;
32 struct work_struct t_send_w;
33 struct work_struct t_down_w;
34 struct work_struct t_recv_w;
71 void rds_tcp_listen_stop(struct socket *sock, struct work_struct *acceptor);
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h821 struct work_struct bt_traffic_change_work;
826 struct work_struct restart;
827 struct work_struct scan_completed;
828 struct work_struct abort_scan;
830 struct work_struct beacon_update;
835 struct work_struct tt_work;
836 struct work_struct ct_enter;
837 struct work_struct ct_exit;
838 struct work_struct start_internal_scan;
839 struct work_struct tx_flush;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/libsas/
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()
Dsas_internal.h65 void sas_porte_bytes_dmaed(struct work_struct *work);
66 void sas_porte_broadcast_rcvd(struct work_struct *work);
67 void sas_porte_link_reset_err(struct work_struct *work);
68 void sas_porte_timer_event(struct work_struct *work);
69 void sas_porte_hard_reset(struct work_struct *work);
91 void sas_hae_reset(struct work_struct *work);
/kernel/linux/linux-5.10/include/trace/events/
Dworkqueue.h26 struct work_struct *work),
61 TP_PROTO(struct work_struct *work),
84 TP_PROTO(struct work_struct *work),
110 TP_PROTO(struct work_struct *work, work_func_t function),
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_def.h175 struct work_struct stat_work;
197 struct work_struct ns_up_work;
225 struct work_struct gid_pn_work;
226 struct work_struct test_link_work;
227 struct work_struct rport_work;
268 struct work_struct scsi_work;
/kernel/linux/linux-5.10/drivers/hid/
Dwacom.h166 struct work_struct wireless_work;
167 struct work_struct battery_work;
168 struct work_struct remote_work;
171 struct work_struct mode_change_work;
238 void wacom_battery_work(struct work_struct *work);
/kernel/linux/linux-5.10/samples/livepatch/
Dlivepatch-shadow-mod.c140 static void alloc_work_func(struct work_struct *work);
143 static void alloc_work_func(struct work_struct *work) in alloc_work_func()
165 static void cleanup_work_func(struct work_struct *work);
168 static void cleanup_work_func(struct work_struct *work) in cleanup_work_func()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic.h282 struct work_struct link_work;
283 struct work_struct frame_work;
289 struct work_struct fip_frame_work;
295 struct work_struct event_work;
333 void fnic_handle_frame(struct work_struct *work);
334 void fnic_handle_link(struct work_struct *work);
335 void fnic_handle_event(struct work_struct *work);
368 void fnic_handle_fip_frame(struct work_struct *work);
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c220 struct work_struct unbound_release_work;
435 return ((struct work_struct *) addr)->func; in work_debug_hint()
440 struct work_struct *work = addr; in work_is_static_object()
451 struct work_struct *work = addr; in work_fixup_init()
469 struct work_struct *work = addr; in work_fixup_free()
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()
522 static inline void debug_work_activate(struct work_struct *work) { } in debug_work_activate()
[all …]

12345678910>>...110