Home
last modified time | relevance | path

Searched full:poll_in (Results 1 – 25 of 52) sorted by relevance

123

/linux/fs/
H A Dfcntl.c831 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 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/net/vmw_vsock/
H A Dvmci_transport_notify.h41 int (*poll_in) (struct sock *sk, size_t target, member
H A Dvmci_transport_notify_qstate.c417 .poll_in = vmci_transport_notify_pkt_poll_in,
H A Dvmci_transport_notify.c659 .poll_in = vmci_transport_notify_pkt_poll_in,
/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/fs/notify/
H A Dnotification.c128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()
/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()
/linux/drivers/pps/
H A Dkapi.c214 kill_fasync(&pps->async_queue, SIGIO, POLL_IN); in pps_event()
/linux/drivers/pps/generators/
H A Dpps_gen.c301 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.c304 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()
H A Djoydev.c109 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event()
/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/hid/
H A Dhidraw.c590 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
/linux/sound/core/
H A Dtimer.c1333 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 Dwatch_queue.c145 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in post_one_notification()
/linux/drivers/xen/
H A Devtchn.c190 SIGIO, POLL_IN); in evtchn_interrupt()
/linux/drivers/char/ipmi/
H A Dipmi_devintf.c53 kill_fasync(&priv->fasync_queue, SIGIO, POLL_IN); in file_receive_handler()
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c125 kill_fasync(&client->fasync, SIGIO, POLL_IN); in ssam_cdev_notifier()
/linux/drivers/tty/
H A Dn_hdlc.c409 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
/linux/drivers/hid/usbhid/
H A Dhiddev.c154 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event()
/linux/drivers/char/
H A Dhpet.c159 kill_fasync(&devp->hd_async_queue, SIGIO, POLL_IN); in hpet_interrupt()
/linux/kernel/events/
H A Dring_buffer.c27 handle->event->pending_kill = POLL_IN; in perf_output_wakeup()

123