Home
last modified time | relevance | path

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

12345678

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h48 struct work_struct;
49 typedef void (*work_func_t)(struct work_struct *);
53 struct work_struct *target;
66 struct work_struct { struct
74 struct work_struct work; argument
81 struct work_struct name; \
89 struct work_struct work;
107 to_delayed_work(struct work_struct *work) in to_delayed_work()
246 extern bool linux_queue_work_on(int cpu, struct workqueue_struct *, struct work_struct *);
249 extern bool linux_cancel_work(struct work_struct *);
[all …]
H A Dsched.h69 struct work_struct;
89 struct work_struct *work; /* current work struct, if set */
/freebsd-src/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h293 struct work_struct start_task;
294 struct work_struct reap_task;
295 struct work_struct mb_task;
296 struct work_struct rx_reap_task;
342 struct work_struct carrier_on_task;
343 struct work_struct flush_light;
344 struct work_struct flush_normal;
345 struct work_struct flush_heavy;
346 struct work_struct restart_task;
456 void ipoib_reap_ah(struct work_struct *work);
[all …]
/freebsd-src/sys/contrib/dev/rtw89/
H A Dcoex.h268 void rtw89_btc_ntfy_eapol_packet_work(struct work_struct *work);
269 void rtw89_btc_ntfy_arp_packet_work(struct work_struct *work);
270 void rtw89_btc_ntfy_dhcp_packet_work(struct work_struct *work);
271 void rtw89_btc_ntfy_icmp_packet_work(struct work_struct *work);
282 void rtw89_coex_act1_work(struct work_struct *work);
283 void rtw89_coex_bt_devinfo_work(struct work_struct *work);
284 void rtw89_coex_rfk_chk_work(struct work_struct *work);
/freebsd-src/sys/contrib/dev/rtw88/
H A Dcoex.h388 void rtw_coex_bt_relink_work(struct work_struct *work);
389 void rtw_coex_bt_reenable_work(struct work_struct *work);
390 void rtw_coex_defreeze_work(struct work_struct *work);
391 void rtw_coex_wl_remain_work(struct work_struct *work);
392 void rtw_coex_bt_remain_work(struct work_struct *work);
393 void rtw_coex_wl_connecting_work(struct work_struct *work);
394 void rtw_coex_bt_multi_link_remain_work(struct work_struct *work);
395 void rtw_coex_wl_ccklock_work(struct work_struct *work);
H A Dusb.h80 struct work_struct tx_work;
84 struct work_struct rx_work;
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h190 struct work_struct roc_work;
258 struct work_struct mcu_work;
260 struct work_struct reset_work;
278 struct work_struct rate_work;
400 void mt7615_pm_wake_work(struct work_struct *work);
401 void mt7615_pm_power_save_work(struct work_struct *work);
455 void mt7615_scan_work(struct work_struct *work);
456 void mt7615_roc_work(struct work_struct *work);
484 void mt7615_mac_reset_work(struct work_struct *work);
513 void mt7615_mac_work(struct work_struct *work);
[all …]
/freebsd-src/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h124 struct work_struct roc_work;
167 struct work_struct reset_work;
173 struct work_struct init_work;
183 struct work_struct ipv6_ns_work;
232 void mt792x_pm_wake_work(struct work_struct *work);
233 void mt792x_pm_power_save_work(struct work_struct *work);
243 void mt792x_mac_work(struct work_struct *work);
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h201 struct work_struct init_work;
202 struct work_struct rc_work;
203 struct work_struct dump_work;
204 struct work_struct reset_work;
462 void mt7996_mac_work(struct work_struct *work);
463 void mt7996_mac_reset_work(struct work_struct *work);
464 void mt7996_mac_dump_work(struct work_struct *work);
465 void mt7996_mac_sta_rc_work(struct work_struct *work);
481 void mt7996_stats_work(struct work_struct *work);
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dcore.h543 struct work_struct update_wk;
557 struct work_struct tid_config_wk;
629 struct work_struct ap_csa_work;
1200 struct work_struct svc_rdy_work;
1203 struct work_struct offchan_tx_work;
1208 struct work_struct wmi_mgmt_tx_work;
1213 struct work_struct register_work;
1214 struct work_struct restart_work;
1215 struct work_struct bundle_tx_work;
1216 struct work_struct tx_complete_work;
[all …]
H A Dmac.h38 void ath10k_scan_timeout_work(struct work_struct *work);
40 void ath10k_offchan_tx_work(struct work_struct *work);
42 void ath10k_mgmt_over_wmi_tx_work(struct work_struct *work);
H A Dsdio.h221 struct work_struct wr_async_work;
226 struct work_struct async_work_rx;
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h268 struct work_struct init_work;
269 struct work_struct rc_work;
270 struct work_struct dump_work;
271 struct work_struct reset_work;
560 void mt7915_mac_work(struct work_struct *work);
561 void mt7915_mac_reset_work(struct work_struct *work);
562 void mt7915_mac_dump_work(struct work_struct *work);
563 void mt7915_mac_sta_rc_work(struct work_struct *work);
578 void mt7915_stats_work(struct work_struct *work);
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c93 linux_work_exec_unblock(struct work_struct *work) in linux_work_exec_unblock()
132 struct work_struct *work) in linux_queue_work_on()
273 struct work_struct *work; in linux_work_fn()
370 linux_cancel_work(struct work_struct *work) in linux_cancel_work()
401 linux_cancel_work_sync(struct work_struct *work) in linux_cancel_work_sync()
567 linux_flush_work(struct work_struct *work) in linux_flush_work()
620 linux_work_pending(struct work_struct *work) in linux_work_pending()
636 linux_work_busy(struct work_struct *work) in linux_work_busy()
694 struct work_struct *
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmt7921.h260 void mt7921_mac_reset_work(struct work_struct *work);
269 void mt7921_stats_work(struct work_struct *work);
282 void mt7921_scan_work(struct work_struct *work);
283 void mt7921_roc_work(struct work_struct *work);
285 void mt7921_coredump_work(struct work_struct *work);
308 void mt7921_set_ipv6_ns_work(struct work_struct *work);
/freebsd-src/sys/dev/irdma/
H A Dirdma_verbs.h118 struct work_struct work;
183 struct work_struct work;
188 struct work_struct work;
272 struct work_struct work;
395 void irdma_flush_worker(struct work_struct *work);
/freebsd-src/sys/dev/qat/qat_common/
H A Dadf_aer.c23 struct work_struct work;
45 struct work_struct reset_work;
190 adf_device_reset_worker(struct work_struct *work) in adf_dev_restore()
274 adf_notify_fatal_error_work(struct work_struct *work) in adf_dev_autoreset()
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c56 struct work_struct work;
61 struct work_struct work;
317 roce_gid_queue_scan_event_handler(struct work_struct *_work) in roce_gid_queue_scan_event_handler()
362 roce_gid_delete_all_event_handler(struct work_struct *_work) in roce_gid_delete_all_event_handler()
430 roce_rescan_device_handler(struct work_struct *_work) in roce_rescan_device_handler()
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h203 struct work_struct work;
438 struct work_struct work;
444 struct work_struct work;
576 struct work_struct dbq_fifo_check_work;
612 struct work_struct work;
1037 struct work_struct work;
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Dcore.h512 struct work_struct update_wk;
513 struct work_struct set_4addr_wk;
720 struct work_struct regd_update_work;
722 struct work_struct wmi_mgmt_tx_work;
958 struct work_struct restart_work;
959 struct work_struct update_11d_work;
962 struct work_struct reset_work;
H A Dreg.h30 void ath11k_regd_update_work(struct work_struct *work);
H A Dqmi.h135 struct work_struct event_work;
521 void ath11k_qmi_event_work(struct work_struct *work);
522 void ath11k_qmi_msg_recv_work(struct work_struct *work);
/freebsd-src/sys/dev/mthca/
H A Dmthca_catas.c55 static struct work_struct catas_work;
61 static void catas_reset(struct work_struct *work) in catas_reset()
/freebsd-src/sys/dev/qat/include/
H A Dadf_gen4_timer.h10 struct work_struct hb_int_timer_work;
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dcore.h412 struct work_struct update_wk;
576 struct work_struct regd_update_work;
578 struct work_struct wmi_mgmt_tx_work;
766 struct work_struct restart_work;
768 struct work_struct reset_work;

12345678