Home
last modified time | relevance | path

Searched refs:read_wait (Results 26 - 45 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/net/rfkill/
H A Dcore.c78 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 Dcore.c80 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 Drelay.h42 wait_queue_head_t read_wait; /* reader wait queue */ member
H A Dtty.h305 wait_queue_head_t read_wait; member
/kernel/linux/linux-6.6/include/linux/
H A Drelay.h42 wait_queue_head_t read_wait; /* reader wait queue */ member
H A Dtty.h175 * @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 Dtty_ldisc.c336 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 Dn_r3964.c284 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 Dtty_io.c1771 * 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 Dn_gsm.c2791 poll_wait(file, &tty->read_wait, wait); in gsmld_poll()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ldisc.c310 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 Dtty_io.c1759 * 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 Dn_gsm.c3751 poll_wait(file, &tty->read_wait, wait); in gsmld_poll()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c138 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 Dsg.c143 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 Drelay.c342 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 Drelay.c273 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 Ddng_pthread.cpp827 dng_pthread_cond_impl read_wait; member
836 , read_wait () in dng_pthread_rwlock_impl()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c1113 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 Dblk-throttle.c1012 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()

Completed in 45 milliseconds

12