| /linux/fs/ |
| H A D | fcntl.c | 831 EPOLLIN | EPOLLRDNORM, /* POLL_IN */ 883 * Posix definies POLL_IN and friends to be signal in send_sigio_to_task() 896 BUG_ON((reason < POLL_IN) || ((reason - POLL_IN) >= NSIGPOLL)); in send_sigio_to_task() 897 if (reason - POLL_IN >= NSIGPOLL) in send_sigio_to_task() 900 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
|
| /linux/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 475 fds_route.events = POLL_IN; in monitor_routes_thread() 494 fds_arp.events = POLL_IN; in monitor_routes_thread() 509 if (poll(&fds_route, 1, 3) == POLL_IN) { in monitor_routes_thread() 522 if (poll(&fds_arp, 1, 3) == POLL_IN) { in monitor_routes_thread()
|
| /linux/net/vmw_vsock/ |
| H A D | vmci_transport_notify.h | 41 int (*poll_in) (struct sock *sk, size_t target, member
|
| H A D | vmci_transport_notify_qstate.c | 417 .poll_in = vmci_transport_notify_pkt_poll_in,
|
| H A D | vmci_transport_notify.c | 659 .poll_in = vmci_transport_notify_pkt_poll_in,
|
| /linux/drivers/usb/misc/ |
| H A D | yurex.c | 170 kill_fasync(&dev->async_queue, SIGIO, POLL_IN); in yurex_interrupt() 326 kill_fasync(&dev->async_queue, SIGIO, POLL_IN); in yurex_disconnect()
|
| /linux/fs/notify/ |
| H A D | notification.c | 128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types.c | 145 kill_fasync(&event_queue->async_queue, SIGIO, POLL_IN); in ib_uverbs_free_event_queue()
|
| /linux/drivers/pps/ |
| H A D | kapi.c | 214 kill_fasync(&pps->async_queue, SIGIO, POLL_IN); in pps_event()
|
| /linux/drivers/pps/generators/ |
| H A D | pps_gen.c | 301 kill_fasync(&pps_gen->async_queue, SIGIO, POLL_IN); in pps_gen_event()
|
| /linux/drivers/input/serio/ |
| H A D | serio_raw.c | 260 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt()
|
| /linux/drivers/mailbox/ |
| H A D | mailbox-test.c | 304 kill_fasync(&tdev->async_queue, SIGIO, POLL_IN); in mbox_test_receive_message()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 309 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_notify_readers() 710 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_write()
|
| H A D | joydev.c | 109 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event()
|
| /linux/net/smc/ |
| H A D | smc_rx.c | 45 sk_wake_async_rcu(sk, SOCK_WAKE_WAITD, POLL_IN); in smc_rx_wake_up()
|
| /linux/drivers/hid/ |
| H A D | hidraw.c | 590 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
|
| /linux/sound/core/ |
| H A D | timer.c | 1333 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_append_to_tqueue() 1369 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); 1436 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in realloc_user_queue()
|
| /linux/kernel/ |
| H A D | watch_queue.c | 145 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()
|
| /linux/drivers/xen/ |
| H A D | evtchn.c | 190 SIGIO, POLL_IN); in evtchn_interrupt()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_devintf.c | 53 kill_fasync(&priv->fasync_queue, SIGIO, POLL_IN); in file_receive_handler()
|
| /linux/drivers/platform/surface/ |
| H A D | surface_aggregator_cdev.c | 125 kill_fasync(&client->fasync, SIGIO, POLL_IN); in ssam_cdev_notifier()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 409 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
| /linux/drivers/hid/usbhid/ |
| H A D | hiddev.c | 154 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event()
|
| /linux/drivers/char/ |
| H A D | hpet.c | 159 kill_fasync(&devp->hd_async_queue, SIGIO, POLL_IN); in hpet_interrupt()
|
| /linux/kernel/events/ |
| H A D | ring_buffer.c | 27 handle->event->pending_kill = POLL_IN; in perf_output_wakeup()
|