Home
last modified time | relevance | path

Searched defs:wait (Results 1726 - 1750 of 1861) sorted by relevance

1...<<61626364656667686970>>...75

/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c3745 gsmld_poll(struct tty_struct *tty, struct file *file, poll_table *wait) gsmld_poll() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h333 wait_queue_head_t wait; member
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c2980 static __poll_t io_uring_poll(struct file *file, poll_table *wait) in io_uring_poll() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c353 int t3_phy_reset(struct cphy *phy, int mmd, int wait) in t3_phy_reset() argument
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c1427 static __poll_t tun_chr_poll(struct file *file, poll_table *wait) in tun_chr_poll() argument
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/
H A Daspeed-video.c304 wait_queue_head_t wait; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c1573 b43_nphy_run_samples(struct b43_wldev *dev, u16 samps, u16 loops, u16 wait, bool iqmode, bool dac_test, bool modify_bbmult) b43_nphy_run_samples() argument
4334 b43_nphy_rx_iq_est(struct b43_wldev *dev, struct nphy_iq_est *est, u16 samps, u8 time, bool wait) b43_nphy_rx_iq_est() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c3629 ath6kl_wmi_send_action_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len) ath6kl_wmi_send_action_cmd() argument
3667 __ath6kl_wmi_send_mgmt_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len, u32 no_cck) __ath6kl_wmi_send_mgmt_cmd() argument
3706 ath6kl_wmi_send_mgmt_cmd(struct wmi *wmi, u8 if_idx, u32 id, u32 freq, u32 wait, const u8 *data, u16 data_len, u32 no_cck) ath6kl_wmi_send_mgmt_cmd() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501.h578 wait_queue_head_t wait; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2935 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_del_pkt_offload() local
2974 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_add_pkt_offload() local
3025 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_list_offload() local
3091 struct rtw89_wait_info *wait = &rtwdev->mac.fw_ofld_wait; in rtw89_fw_h2c_scan_offload() local
4308 rtw89_h2c_tx_and_wait(struct rtw89_dev *rtwdev, struct sk_buff *skb, struct rtw89_wait_info *wait, unsigned int cond) rtw89_h2c_tx_and_wait() argument
4330 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_add_mcc() local
4377 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_start_mcc() local
4413 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_stop_mcc() local
4443 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_del_mcc_group() local
4471 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_reset_mcc_group() local
4500 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_mcc_req_tsf() local
4539 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_mcc_macid_bitamp() local
4575 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_mcc_sync() local
4606 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; rtw89_fw_h2c_mcc_set_duration() local
[all...]
H A Dcore.c934 struct rtw89_tx_wait_info *wait; in rtw89_core_tx_kick_off_and_wait() local
3462 rtw89_wait_for_cond(struct rtw89_wait_info *wait, unsigned int cond) rtw89_wait_for_cond() argument
3484 rtw89_complete_cond(struct rtw89_wait_info *wait, unsigned int cond, const struct rtw89_completion_data *data) rtw89_complete_cond() argument
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c566 struct wait_queue_entry wait; member
1460 struct iocg_wait *wait = container_of(wq_entry, struct iocg_wait, wait); in iocg_wake_fn() local
2601 struct iocg_wait wait; ioc_rqos_throttle() local
[all...]
H A Dblk-mq.c1359 struct blk_rq_wait *wait = rq->end_io_data; in blk_end_sync_rq() local
1376 static void blk_rq_poll_completion(struct request *rq, struct completion *wait) in blk_rq_poll_completion() argument
1397 struct blk_rq_wait wait = { blk_execute_rq() local
1806 blk_mq_dispatch_wake(wait_queue_entry_t *wait, unsigned mode, int flags, void *key) blk_mq_dispatch_wake() argument
1838 wait_queue_entry_t *wait; blk_mq_mark_tag_wait() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c1019 u32 cmd, sts, val, wait = WRITE_COMPLETED, ctl = 0; in cdns_dsi_transfer() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h328 wait_queue_head_t wait; member
487 wait_queue_head_t wait; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c1276 i915_oa_poll_wait(struct i915_perf_stream *stream, struct file *file, poll_table *wait) i915_oa_poll_wait() argument
3603 i915_perf_poll_locked(struct i915_perf_stream *stream, struct file *file, poll_table *wait) i915_perf_poll_locked() argument
3636 i915_perf_poll(struct file *file, poll_table *wait) i915_perf_poll() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-nintendo.c431 wait_queue_head_t wait; member
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c8642 __poll_t sctp_poll(struct file *file, struct socket *sock, poll_table *wait) in sctp_poll() argument
8962 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in sctp_wait_for_packet() local
8999 finish_wait(sk_sleep(sk), &wait); in sctp_wait_for_packet() local
9006 finish_wait(sk_sleep(sk), &wait); in sctp_wait_for_packet() local
9384 prepare_to_wait_exclusive(sk_sleep(sk), &wait, sctp_wait_for_accept() local
9410 finish_wait(sk_sleep(sk), &wait); sctp_wait_for_accept() local
9420 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); sctp_wait_for_close() local
9428 finish_wait(sk_sleep(sk), &wait); sctp_wait_for_close() local
[all...]
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c4267 packet_poll(struct file *file, struct socket *sock, poll_table *wait) packet_poll() argument
/kernel/linux/linux-6.6/sound/pci/korg1212/
H A Dkorg1212.c314 wait_queue_head_t wait; member
[all...]
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c5244 u32 wait; in beiscsi_hw_tpe_check() local
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c2461 int wait, i, q_index, q_size; in ibmvfc_wait_for_ops() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1330 int wait; in ahc_handle_seqint() local
4554 int wait; in ahc_reset() local
5204 int wait; in ahc_chip_init() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3944 u32 wait; in process_fw_state_change_wq() local
8165 megasas_mgmt_poll(struct file *file, poll_table *wait) megasas_mgmt_poll() argument
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c887 static __poll_t devkmsg_poll(struct file *file, poll_table *wait) in devkmsg_poll() argument
[all...]

Completed in 106 milliseconds

1...<<61626364656667686970>>...75