| /f-stack/freebsd/sys/ |
| H A D | poll.h | 47 struct pollfd { struct 114 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout); 116 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
|
| H A D | syscallsubr.h | 55 struct pollfd; 228 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
|
| H A D | sysproto.h | 585 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)]; 1675 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_devpoll_module.c | 24 struct pollfd *dp_fds; 53 static struct pollfd *change_list, *event_list; 137 n = nchanges * sizeof(struct pollfd); in ngx_devpoll_init() 151 change_list = ngx_alloc(sizeof(struct pollfd) * dpcf->changes, in ngx_devpoll_init() 175 event_list = ngx_alloc(sizeof(struct pollfd) * dpcf->events, in ngx_devpoll_init() 305 n = nchanges * sizeof(struct pollfd); in ngx_devpoll_set_event() 325 n = nchanges * sizeof(struct pollfd); in ngx_devpoll_set_event() 352 struct pollfd pfd; in ngx_devpoll_process_events() 361 n = nchanges * sizeof(struct pollfd); in ngx_devpoll_process_events() 449 if (write(dp, &pfd, sizeof(struct pollfd)) in ngx_devpoll_process_events() [all …]
|
| H A D | ngx_poll_module.c | 24 static struct pollfd *event_list; 70 struct pollfd *list; in ngx_poll_init() 80 list = ngx_alloc(sizeof(struct pollfd) * cycle->connection_n, in ngx_poll_init() 87 ngx_memcpy(list, event_list, sizeof(struct pollfd) * nevents); in ngx_poll_init()
|
| H A D | ngx_win32_poll_module.c | 25 static struct pollfd *event_list; 72 struct pollfd *list; in ngx_poll_init() 83 list = ngx_alloc(sizeof(struct pollfd) * cycle->connection_n, in ngx_poll_init() 90 ngx_memcpy(list, event_list, sizeof(struct pollfd) * nevents); in ngx_poll_init()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | fd_man.h | 24 struct pollfd rwfds[MAX_FDS];
|
| H A D | fd_man.c | 90 struct pollfd *pfd = &pfdset->rwfds[idx]; in fdset_add_fd() 225 struct pollfd *pfd; in fdset_event_dispatch()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_os_unix.c | 34 struct pollfd pfd; in cmdline_poll_char()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sysproto.h | 182 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)]; 331 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
|
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 115 static int pollout(struct thread *, struct pollfd *, struct pollfd *, 117 static int pollscan(struct thread *, struct pollfd *, u_int); 1422 kern_poll(struct thread *td, struct pollfd *ufds, u_int nfds, in kern_poll() 1425 struct pollfd *kfds; in kern_poll() 1426 struct pollfd stackfds[32]; in kern_poll() 1562 struct pollfd *fd; in pollrescan() 1571 fd = (struct pollfd *)sfp->sf_cookie; in pollrescan() 1604 pollout(struct thread *td, struct pollfd *fds, struct pollfd *ufds, u_int nfd) in pollout() 1625 pollscan(struct thread *td, struct pollfd *fds, u_int nfd) in pollscan()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_sys_hook.h | 52 typedef int (*func_poll)(struct pollfd fds[], nfds_t nfds, int timeout);
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | guest_channel.c | 163 struct pollfd fds; in power_guest_channel_read_msg()
|
| /f-stack/lib/ |
| H A D | ff_api.h | 106 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
| H A D | ff_syscall_wrapper.c | 1144 ff_poll(struct pollfd fds[], nfds_t nfds, int timeout) in ff_poll()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 136 struct pollfd pfd; in randombytes_block_on_dev_random()
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 260 struct pollfd rfds; in NgDeliverMsg()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 184 struct pollfd pfd; in randombytes_block_on_dev_random()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae.c | 485 struct pollfd pfd; in aeWait()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 205 struct pollfd wfd[1]; in redisContextWaitReady()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 147 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
| /f-stack/freebsd/net/ |
| H A D | netmap_user.h | 541 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 180 struct pollfd pfd; in eth_af_packet_tx()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_proto.h | 312 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_proto.h | 1066 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
|