/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 1834 int wait; in ahc_acquire_seeprom() local
|
H A D | aic79xx_osm.c | 2148 int wait; in ahd_linux_queue_abort_cmd() local
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic.h | 251 struct completion *wait; /* protected by snic lock*/ member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.h | 124 struct completion wait; /* For SCSI commands */ member
|
H A D | qla1280.c | 747 _qla1280_wait_for_single_command(struct scsi_qla_host *ha, struct srb *sp, struct completion *wait) _qla1280_wait_for_single_command() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 848 static void notify_shutdown(struct cxlflash_cfg *cfg, bool wait) in notify_shutdown() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 2984 qla24xx_els_dcmd2_iocb(scsi_qla_host_t *vha, int els_opcode, fc_port_t *fcport, bool wait) qla24xx_els_dcmd2_iocb() argument
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 548 _ctl_poll(struct file *filep, poll_table *wait) in _ctl_poll() argument
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | usbtmc.c | 2178 static __poll_t usbtmc_poll(struct file *file, poll_table *wait) in usbtmc_poll() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devio.c | 69 wait_queue_head_t wait; /* wake up if a request completed */ member 2807 usbdev_poll(struct file *file, struct poll_table_struct *wait) usbdev_poll() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 2453 n_tty_poll(struct tty_struct *tty, struct file *file, poll_table *wait) n_tty_poll() argument [all...] |
H A D | tty_io.c | 444 static __poll_t hung_up_tty_poll(struct file *filp, poll_table *wait) in hung_up_tty_poll() argument 2184 static __poll_t tty_poll(struct file *filp, poll_table *wait) in tty_poll() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/unisys/visornic/ |
H A D | visornic_main.c | 518 int wait = 0; in visornic_disable_with_timeout() local 673 int wait = 0; visornic_enable_with_timeout() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | inode.c | 144 wait_queue_head_t wait; member 203 wait_queue_head_t wait; member 1218 ep0_poll(struct file *fd, poll_table *wait) ep0_poll() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A D | mon_bin.c | 1202 mon_bin_poll(struct file *file, struct poll_table_struct *wait) in mon_bin_poll() argument
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.c | 164 static int vhost_poll_wakeup(wait_queue_entry_t *wait, unsigned mode, int sync, in vhost_poll_wakeup() argument 1190 vhost_chr_poll(struct file *file, struct vhost_dev *dev, poll_table *wait) vhost_chr_poll() argument [all...] |
H A D | net.c | 96 wait_queue_head_t wait; member 1766 static __poll_t vhost_net_chr_poll(struct file *file, poll_table *wait) in vhost_net_chr_poll() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb.h | 42 wait_queue_head_t wait; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | smscufx.c | 238 static int ufx_blank(struct ufx_data *dev, bool wait) in ufx_blank() argument 275 static int ufx_unblank(struct ufx_data *dev, bool wait) in ufx_unblank() argument 312 static int ufx_disable(struct ufx_data *dev, bool wait) in ufx_disable() argument 349 static int ufx_enable(struct ufx_data *dev, bool wait) in ufx_enable() argument [all...] |
H A D | sticore.h | 101 u32 wait : 1; /* should routine idle wait or not */ member 147 u32 wait : 1; /* should routine idle wait or not */ member 269 u32 wait : 1; /* should routine idle wait or not */ member 283 u32 wait : 1; /* should routine idle wait or not */ member
|
H A D | hyperv_fb.c | 257 struct completion wait; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfb.h | 268 wait_queue_head_t wait; member
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | af_unix.c | 2265 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBL in unix_stream_data_wait() local 2290 finish_wait(sk_sleep(sk), &wait); unix_stream_data_wait() local 2713 unix_poll(struct file *file, struct socket *sock, poll_table *wait) unix_poll() argument 2750 unix_dgram_poll(struct file *file, struct socket *sock, poll_table *wait) unix_dgram_poll() argument [all...] |
/kernel/linux/linux-5.10/net/smc/ |
H A D | af_smc.c | 1928 add_wait_queue_exclusive(sk_sleep(sk), &wait); in smc_accept() local 1946 remove_wait_queue(sk_sleep(sk), &wait); in smc_accept() local 2075 smc_poll(struct file *file, struct socket *sock, poll_table *wait) smc_poll() argument [all...] |
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | af_vsock.c | 1340 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() local 1383 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_stream_connect() local 1395 finish_wait(sk_sleep(sk), &wait); in vsock_stream_connect() local 963 vsock_poll(struct file *file, struct socket *sock, poll_table *wait) vsock_poll() argument 1430 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1436 finish_wait(sk_sleep(listener), &wait); vsock_accept() local 1447 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); vsock_accept() local 1449 finish_wait(sk_sleep(listener), &wait); vsock_accept() local 1748 add_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1757 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1763 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1772 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1776 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1780 remove_wait_queue(sk_sleep(sk), &wait); vsock_stream_sendmsg() local 1912 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); vsock_stream_recvmsg() local 1919 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1925 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1932 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1941 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1945 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local 1951 finish_wait(sk_sleep(sk), &wait); vsock_stream_recvmsg() local [all...] |