/kernel/linux/linux-5.10/net/rfkill/ |
H A D | core.c | 78 wait_queue_head_t read_wait; member 284 wake_up_interruptible(&data->read_wait); in rfkill_send_events() 1118 init_waitqueue_head(&data->read_wait); in rfkill_fop_open() 1157 poll_wait(file, &data->read_wait, wait); in rfkill_fop_poll() 1186 ret = wait_event_interruptible(data->read_wait, in rfkill_fop_read()
|
/kernel/linux/linux-6.6/net/rfkill/ |
H A D | core.c | 80 wait_queue_head_t read_wait; member 289 wake_up_interruptible(&data->read_wait); in rfkill_send_events() 1180 init_waitqueue_head(&data->read_wait); in rfkill_fop_open() 1219 poll_wait(file, &data->read_wait, wait); in rfkill_fop_poll() 1248 ret = wait_event_interruptible(data->read_wait, in rfkill_fop_read()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | relay.h | 42 wait_queue_head_t read_wait; /* reader wait queue */ member
|
H A D | tty.h | 305 wait_queue_head_t read_wait; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | relay.h | 42 wait_queue_head_t read_wait; /* reader wait queue */ member
|
H A D | tty.h | 175 * @read_wait: readers wait for data in this queue 239 wait_queue_head_t read_wait; member
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ldisc.c | 336 wake_up_interruptible_all(&tty->read_wait); in tty_ldisc_lock() 737 wake_up_interruptible_poll(&tty->read_wait, EPOLLIN); in tty_ldisc_hangup()
|
H A D | n_r3964.c | 284 wake_up_interruptible(&pInfo->tty->read_wait); in remove_from_tx_queue() 550 wake_up_interruptible(&pInfo->tty->read_wait); in on_receive_block() 1093 wait_event_interruptible(tty->read_wait, in r3964_read() 1251 poll_wait(file, &tty->read_wait, wait); in r3964_poll()
|
H A D | tty_io.c | 1771 * any waiters on tty->read_wait or tty->write_wait. We test the in tty_release() 1786 if (waitqueue_active(&tty->read_wait)) { in tty_release() 1787 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release() 1796 if (waitqueue_active(&o_tty->read_wait)) { in tty_release() 1797 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release() 3095 init_waitqueue_head(&tty->read_wait); in alloc_tty_struct()
|
H A D | n_gsm.c | 2791 poll_wait(file, &tty->read_wait, wait); in gsmld_poll()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ldisc.c | 310 wake_up_interruptible_all(&tty->read_wait); in tty_ldisc_lock() 704 wake_up_interruptible_poll(&tty->read_wait, EPOLLIN); in tty_ldisc_hangup()
|
H A D | tty_io.c | 1759 * any waiters on tty->read_wait or tty->write_wait. We test the in tty_release() 1774 if (waitqueue_active(&tty->read_wait)) { in tty_release() 1775 wake_up_poll(&tty->read_wait, EPOLLIN); in tty_release() 1784 if (waitqueue_active(&o_tty->read_wait)) { in tty_release() 1785 wake_up_poll(&o_tty->read_wait, EPOLLIN); in tty_release() 3109 init_waitqueue_head(&tty->read_wait); in alloc_tty_struct()
|
H A D | n_gsm.c | 3751 poll_wait(file, &tty->read_wait, wait); in gsmld_poll()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 138 wait_queue_head_t read_wait; /* queue read until command done */ member 474 retval = wait_event_interruptible(sfp->read_wait, in sg_read() 937 result = wait_event_interruptible(sfp->read_wait, in sg_ioctl_common() 1200 poll_wait(filp, &sfp->read_wait, wait); in sg_poll() 1422 wake_up_interruptible(&sfp->read_wait); in sg_rq_end_io() 1634 wake_up_interruptible_all(&sfp->read_wait); in sg_remove_device() 2173 wake_up_interruptible_all(&sfp->read_wait); in sg_remove_request() 2189 init_waitqueue_head(&sfp->read_wait); in sg_add_sfp()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 143 wait_queue_head_t read_wait; /* queue read until command done */ member 474 retval = wait_event_interruptible(sfp->read_wait, in sg_read() 939 result = wait_event_interruptible(sfp->read_wait, in sg_ioctl_common() 1182 poll_wait(filp, &sfp->read_wait, wait); in sg_poll() 1403 wake_up_interruptible(&sfp->read_wait); in sg_rq_end_io() 1612 wake_up_interruptible_all(&sfp->read_wait); in sg_remove_device() 2153 wake_up_interruptible_all(&sfp->read_wait); in sg_remove_request() 2169 init_waitqueue_head(&sfp->read_wait); in sg_add_sfp()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | relay.c | 342 wake_up_interruptible(&buf->read_wait); in wakeup_readers() 357 init_waitqueue_head(&buf->read_wait); in __relay_reset() 768 if (waitqueue_active(&buf->read_wait)) { in relay_switch_subbuf() 939 poll_wait(filp, &buf->read_wait, wait); in relay_file_poll()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | relay.c | 273 wake_up_interruptible(&buf->read_wait); in wakeup_readers() 288 init_waitqueue_head(&buf->read_wait); in __relay_reset() 680 if (waitqueue_active(&buf->read_wait)) { in relay_switch_subbuf() 851 poll_wait(filp, &buf->read_wait, wait); in relay_file_poll()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pthread.cpp | 827 dng_pthread_cond_impl read_wait; member 836 , read_wait () in dng_pthread_rwlock_impl()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-throttle.c | 1113 unsigned long read_wait = -1, write_wait = -1, min_wait = -1, disptime; in tg_update_disptime() local 1118 tg_may_dispatch(tg, bio, &read_wait); in tg_update_disptime() 1124 min_wait = min(read_wait, write_wait); in tg_update_disptime()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-throttle.c | 1012 unsigned long read_wait = -1, write_wait = -1, min_wait = -1, disptime; in tg_update_disptime() local 1017 tg_may_dispatch(tg, bio, &read_wait); in tg_update_disptime() 1023 min_wait = min(read_wait, write_wait); in tg_update_disptime()
|