Home
last modified time | relevance | path

Searched refs:POLL_IN (Results 1 – 25 of 52) sorted by relevance

123

/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c475 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/fs/notify/
H A Dnotification.c128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()
/linux/fs/
H A Dfcntl.c820 EPOLLIN | EPOLLRDNORM, /* POLL_IN */
872 * Posix definies POLL_IN and friends to be signal in send_sigio_to_task()
885 BUG_ON((reason < POLL_IN) || ((reason - POLL_IN) >= NSIGPOLL)); in send_sigio_to_task()
886 if (reason - POLL_IN >= NSIGPOLL) in send_sigio_to_task()
889 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
H A Dpipe.c570 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
595 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in anon_pipe_write()
737 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
/linux/drivers/pps/
H A Dkapi.c218 kill_fasync(&pps->async_queue, SIGIO, POLL_IN); in pps_event()
/linux/drivers/usb/misc/
H A Dyurex.c170 kill_fasync(&dev->async_queue, SIGIO, POLL_IN); in yurex_interrupt()
326 kill_fasync(&dev->async_queue, SIGIO, POLL_IN); in yurex_disconnect()
/linux/drivers/infiniband/core/
H A Duverbs_std_types.c145 kill_fasync(&event_queue->async_queue, SIGIO, POLL_IN); in ib_uverbs_free_event_queue()
H A Duverbs_main.c401 kill_fasync(&ev_queue->async_queue, SIGIO, POLL_IN); in ib_uverbs_comp_handler()
437 kill_fasync(&async_file->ev_queue.async_queue, SIGIO, POLL_IN); in ib_uverbs_async_handler()
/linux/drivers/pps/generators/
H A Dpps_gen.c298 kill_fasync(&pps_gen->async_queue, SIGIO, POLL_IN); in pps_gen_event()
/linux/drivers/input/serio/
H A Dserio_raw.c260 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt()
/linux/drivers/mailbox/
H A Dmailbox-test.c305 kill_fasync(&tdev->async_queue, SIGIO, POLL_IN); in mbox_test_receive_message()
/linux/drivers/input/
H A Dmousedev.c309 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_notify_readers()
710 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_write()
/linux/net/smc/
H A Dsmc_rx.c45 sk_wake_async_rcu(sk, SOCK_WAKE_WAITD, POLL_IN); in smc_rx_wake_up()
/linux/drivers/tty/
H A Dn_hdlc.c412 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
H A Dn_tty.c1249 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_handle_newline()
1640 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf()
/linux/drivers/xen/
H A Devtchn.c190 SIGIO, POLL_IN); in evtchn_interrupt()
/linux/drivers/hid/
H A Dhidraw.c570 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c125 kill_fasync(&client->fasync, SIGIO, POLL_IN); in ssam_cdev_notifier()
/linux/kernel/events/
H A Dring_buffer.c27 handle->event->pending_kill = POLL_IN; in perf_output_wakeup()
/linux/sound/core/
H A Dtimer.c1322 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_interrupt()
1358 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_ccallback()
1425 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_tinterrupt()
/linux/drivers/char/ipmi/
H A Dipmi_devintf.c53 kill_fasync(&priv->fasync_queue, SIGIO, POLL_IN); in file_receive_handler()
/linux/drivers/rtc/
H A Dinterface.c628 kill_fasync(&rtc->async_queue, SIGIO, POLL_IN); in rtc_handle_legacy_irq()
/linux/drivers/char/
H A Dhpet.c158 kill_fasync(&devp->hd_async_queue, SIGIO, POLL_IN); in hpet_interrupt()
/linux/drivers/hid/usbhid/
H A Dhiddev.c154 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event()
/linux/drivers/uio/
H A Duio.c436 kill_fasync(&idev->async_queue, SIGIO, POLL_IN); in uio_event_notify()

123