Searched refs:poll_timeout (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Driostream.c82 static int poll_timeout = 0; variable
158 ret = do_poll(&fds, poll_timeout);
187 ret = do_poll(&fds, poll_timeout);
216 ret = do_poll(&fds, poll_timeout);
418 ret = do_poll(&fds, poll_timeout);
472 ret = do_poll(&fds, poll_timeout);
670 poll_timeout = -1;
H A Dudpong.c89 static int poll_timeout; variable
182 ret = do_poll(&fds, poll_timeout);
209 ret = do_poll(&fds, poll_timeout);
321 ret = do_poll(&fds, poll_timeout);
566 poll_timeout = -1;
H A Drstream.c82 static int poll_timeout = 0; variable
163 ret = do_poll(&fds, poll_timeout);
192 ret = do_poll(&fds, poll_timeout);
382 ret = do_poll(&fds, poll_timeout);
471 ret = do_poll(&fds, poll_timeout);
703 poll_timeout = -1;
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c575 int poll_timeout = 10; /* default */ local
839 if (glob_arg.syslog_interval > 0 && glob_arg.syslog_interval < poll_timeout)
840 poll_timeout = glob_arg.syslog_interval;
841 if (glob_arg.stdout_interval > 0 && glob_arg.stdout_interval < poll_timeout)
842 poll_timeout = glob_arg.stdout_interval;
873 rv = poll(pollfd, polli, poll_timeout);
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-loop.c145 int poll_timeout; member in struct:__anon1510
757 gdb_notifier.timeout_valid ? gdb_notifier.poll_timeout : -1);
1146 gdb_notifier.poll_timeout = delta.tv_sec * 1000;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_minidump.h402 uint16_t poll_timeout ; member in struct:ql_minidump_entry_cntrl_s::__anon47::__anon48
H A Dql_hw.c5425 timeout = crbEntry->poll_timeout;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c322 int poll_timeout; /* timeout to use in poll() */ member in struct:pcap_linux
1482 handlep->poll_timeout = 1; /* don't block for very long */
1485 handlep->poll_timeout = -1; /* block forever */
1494 handlep->poll_timeout = -1; /* block forever, let TPACKET_V3 wake us up */
1497 handlep->poll_timeout = handlep->timeout; /* block for that amount of time */
1504 handlep->poll_timeout = 0;
5018 ret = poll(&pollinfo, 1, handlep->poll_timeout);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c246 static void poll_timeout(struct mlx5_cmd_work_ent *ent) function
904 poll_timeout(ent);

Completed in 206 milliseconds