/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 12 #include <poll.h> 142 while (poll(&fds, 1, -1)) { in mainloop()
|
/third_party/libfuse/example/ |
H A D | poll.c | 18 * gcc -Wall poll.c `pkg-config fuse3 --cflags --libs` -o poll 21 * \include poll.c 35 #include <poll.h> 39 * This is to use file index (0-F) as fh as poll support requires 45 static struct fuse *fsel_fuse; /* needed for poll notification */ 51 static unsigned fsel_poll_notify_mask; /* poll notification scheduled? */ 52 static struct fuse_pollhandle *fsel_poll_handle[FSEL_FILES]; /* poll notify handles */ 174 * happens only after poll is called, fill it here from in fsel_poll() 213 .poll [all...] |
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | hackbench.c | 59 #include <sys/poll.h> 125 if (poll(&pollfd, 1, -1) != 1) in ready() 126 barf("poll"); in ready()
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 78 altcp_poll_fn poll; member 99 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_event.c | 25 #include <poll.h> 89 if (poll(&data->evhandler.fds, 1, timeout) < 0) in threadfunc()
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.c | 18 #include <poll.h> 151 rc = poll(&pfd, 1, (blocking ? -1 : 0)); in avc_netlink_receive() 159 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 706 int poll) in write_mbox_msg_attr() 727 if (poll) in write_mbox_msg_attr() 762 int poll, u16 *wb_status) in wait_for_mbox_seg_completion() 770 if (poll) { in wait_for_mbox_seg_completion() 803 int poll, void *msg_info) in send_mbox_seg() 818 if (!poll) in send_mbox_seg() 827 write_mbox_msg_attr(func_to_func, dst_func, dst_aeqn, seg_len, poll); in send_mbox_seg() 831 if (wait_for_mbox_seg_completion(func_to_func, poll, &wb_status)) in send_mbox_seg() 704 write_mbox_msg_attr(struct hinic_mbox_func_to_func *func_to_func, u16 dst_func, u16 dst_aeqn, u16 seg_len, int poll) write_mbox_msg_attr() argument 761 wait_for_mbox_seg_completion(struct hinic_mbox_func_to_func *func_to_func, int poll, u16 *wb_status) wait_for_mbox_seg_completion() argument 801 send_mbox_seg(struct hinic_mbox_func_to_func *func_to_func, u64 header, u16 dst_func, void *seg, u16 seg_len, int poll, void *msg_info) send_mbox_seg() argument
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdpsock_user.c | 20 #include <poll.h> 185 printf("poll() "); in print_benchmark() 894 {"poll", no_argument, 0, 'p'}, 927 " -p, --poll Use poll syscall\n" in usage() 1137 ret = poll(fds, num_socks, opt_timeout); in complete_tx_l2fwd() 1185 ret = poll(fds, num_socks, opt_timeout); in rx_drop() 1196 ret = poll(fds, num_socks, opt_timeout); in rx_drop() 1232 ret = poll(fds, num_socks, opt_timeout); in rx_drop_all() 1316 ret = poll(fd in tx_only_all() [all...] |
/kernel/linux/linux-5.10/net/rfkill/ |
H A D | core.c | 21 #include <linux/poll.h> 836 if (!rfkill->ops->poll) in rfkill_pause_polling() 848 if (!rfkill->ops->poll) in rfkill_resume_polling() 887 if (rfkill->ops->poll && !rfkill->polling_paused) in rfkill_resume() 974 rfkill->ops->poll(rfkill, rfkill->data); in rfkill_poll() 1043 if (rfkill->ops->poll) in rfkill_register() 1079 if (rfkill->ops->poll) in rfkill_unregister() 1316 .poll = rfkill_fop_poll,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 701 int poll) in write_mbox_msg_attr() 722 if (poll) in write_mbox_msg_attr() 757 int poll, u16 *wb_status) in wait_for_mbox_seg_completion() 765 if (poll) { in wait_for_mbox_seg_completion() 798 int poll, void *msg_info) in send_mbox_seg() 813 if (!poll) in send_mbox_seg() 822 write_mbox_msg_attr(func_to_func, dst_func, dst_aeqn, seg_len, poll); in send_mbox_seg() 826 if (wait_for_mbox_seg_completion(func_to_func, poll, &wb_status)) in send_mbox_seg() 699 write_mbox_msg_attr(struct hinic_mbox_func_to_func *func_to_func, u16 dst_func, u16 dst_aeqn, u16 seg_len, int poll) write_mbox_msg_attr() argument 756 wait_for_mbox_seg_completion(struct hinic_mbox_func_to_func *func_to_func, int poll, u16 *wb_status) wait_for_mbox_seg_completion() argument 796 send_mbox_seg(struct hinic_mbox_func_to_func *func_to_func, u64 header, u16 dst_func, void *seg, u16 seg_len, int poll, void *msg_info) send_mbox_seg() argument
|
/kernel/linux/linux-6.6/net/rfkill/ |
H A D | core.c | 21 #include <linux/poll.h> 887 if (!rfkill->ops->poll) in rfkill_pause_polling() 899 if (!rfkill->ops->poll) in rfkill_resume_polling() 938 if (rfkill->ops->poll && !rfkill->polling_paused) in rfkill_resume() 1037 rfkill->ops->poll(rfkill, rfkill->data); in rfkill_poll() 1102 if (rfkill->ops->poll) in rfkill_register() 1139 if (rfkill->ops->poll) in rfkill_unregister() 1397 .poll = rfkill_fop_poll,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 1418 * (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. 1494 /* 3 (2) ps-poll */ in rtl8723b_set_FwRsvdPagePkt() 1932 u32 poll = 0; in rtl8723b_download_rsvd_page() local 1972 poll = 0; in rtl8723b_download_rsvd_page() 1989 poll++; in rtl8723b_download_rsvd_page() 1990 } while (!bcn_valid && (poll%10) != 0 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); in rtl8723b_download_rsvd_page() 1996 DBG_871X(ADPT_FMT": 1 DL RSVD page failed! DLBcnCount:%u, poll:%u\n", in rtl8723b_download_rsvd_page() 1997 ADPT_ARG(padapter), DLBcnCount, poll); in rtl8723b_download_rsvd_page() 2001 DBG_871X(ADPT_FMT": 1 DL RSVD page success! DLBcnCount:%u, poll:%u\n", in rtl8723b_download_rsvd_page() 2002 ADPT_ARG(padapter), DLBcnCount, poll); in rtl8723b_download_rsvd_page() 2229 u32 poll = 0; rtl8723b_download_BTCoex_AP_mode_rsvd_page() local [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 7 #include <linux/poll.h> 54 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify() argument 56 if (!poll) in proc_sys_poll_notify() 59 atomic_inc(&poll->event); in proc_sys_poll_notify() 60 wake_up_interruptible(&poll->wait); in proc_sys_poll_notify() 628 if (table->poll) in proc_sys_open() 629 filp->private_data = proc_sys_poll_event(table->poll); in proc_sys_open() 651 if (!table->poll) in proc_sys_poll() 655 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll() 657 if (event != atomic_read(&table->poll in proc_sys_poll() [all...] |
H A D | kmsg.c | 13 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 7 #include <linux/poll.h> 60 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify() argument 62 if (!poll) in proc_sys_poll_notify() 65 atomic_inc(&poll->event); in proc_sys_poll_notify() 66 wake_up_interruptible(&poll->wait); in proc_sys_poll_notify() 639 if (table->poll) in proc_sys_open() 640 filp->private_data = proc_sys_poll_event(table->poll); in proc_sys_open() 662 if (!table->poll) in proc_sys_poll() 666 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll() 668 if (event != atomic_read(&table->poll in proc_sys_poll() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter.h | 57 static void OnPoll(uv_poll_t *poll, int status, int events);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.h | 21 #include <poll.h>
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpmrm-dev.c | 53 .poll = tpm_common_poll,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | psi.h | 7 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_memory.h | 10 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | tracepoint.py | 28 evlist.poll(timeout = -1)
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory_monitor.c | 1 #include <linux/poll.h>
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | common.h | 11 #include <linux/poll.h> /* for poll_table */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_drv.c | 49 .poll = drm_poll,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_drv.c | 54 .poll = drm_poll,
|