Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/sys/
H A Dpoll.h47 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 Dsyscallsubr.h55 struct pollfd;
228 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
H A Dsysproto.h585 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 Dngx_devpoll_module.c24 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 Dngx_poll_module.c24 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 Dngx_win32_poll_module.c25 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 Dfd_man.h24 struct pollfd rwfds[MAX_FDS];
H A Dfd_man.c90 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 Dcmdline_os_unix.c34 struct pollfd pfd; in cmdline_poll_char()
/f-stack/tools/compat/include/sys/
H A Dsysproto.h182 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 Dsys_generic.c115 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 Dmt_sys_hook.h52 typedef int (*func_poll)(struct pollfd fds[], nfds_t nfds, int timeout);
/f-stack/dpdk/lib/librte_power/
H A Dguest_channel.c163 struct pollfd fds; in power_guest_channel_read_msg()
/f-stack/lib/
H A Dff_api.h106 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
H A Dff_syscall_wrapper.c1144 ff_poll(struct pollfd fds[], nfds_t nfds, int timeout) in ff_poll()
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c136 struct pollfd pfd; in randombytes_block_on_dev_random()
/f-stack/tools/libnetgraph/
H A Dmsg.c260 struct pollfd rfds; in NgDeliverMsg()
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c184 struct pollfd pfd; in randombytes_block_on_dev_random()
/f-stack/app/redis-5.0.5/src/
H A Dae.c485 struct pollfd pfd; in aeWait()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c205 struct pollfd wfd[1]; in redisContextWaitReady()
/f-stack/doc/
H A DF-Stack_API_Reference.md147 int ff_poll(struct pollfd fds[], nfds_t nfds, int timeout);
/f-stack/freebsd/net/
H A Dnetmap_user.h541 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll()
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c180 struct pollfd pfd; in eth_af_packet_tx()
/f-stack/freebsd/arm64/linux/
H A Dlinux_proto.h312 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/f-stack/freebsd/arm/linux/
H A Dlinux_proto.h1066 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];

12