Searched refs:poll_timeout (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/ofed/librdmacm/examples/ |
| H A D | riostream.c | 82 static int poll_timeout = 0; variable 158 ret = do_poll(&fds, poll_timeout); in send_msg() 187 ret = do_poll(&fds, poll_timeout); in send_xfer() 216 ret = do_poll(&fds, poll_timeout); in recv_msg() 418 ret = do_poll(&fds, poll_timeout); in server_connect() 472 ret = do_poll(&fds, poll_timeout); in client_connect() 670 poll_timeout = -1; in main()
|
| H A D | rstream.c | 82 static int poll_timeout = 0; variable 163 ret = do_poll(&fds, poll_timeout); in send_xfer() 192 ret = do_poll(&fds, poll_timeout); in recv_xfer() 382 ret = do_poll(&fds, poll_timeout); in server_connect() 471 ret = do_poll(&fds, poll_timeout); in client_connect() 703 poll_timeout = -1; in main()
|
| H A D | udpong.c | 89 static int poll_timeout; variable 182 ret = do_poll(&fds, poll_timeout); in svr_send() 209 ret = do_poll(&fds, poll_timeout); in svr_recv() 321 ret = do_poll(&fds, poll_timeout); in client_send() 566 poll_timeout = -1; in main()
|
| /freebsd-12.1/tools/tools/netmap/ |
| H A D | lb.c | 575 int poll_timeout = 10; /* default */ in main() local 839 if (glob_arg.syslog_interval > 0 && glob_arg.syslog_interval < poll_timeout) in main() 840 poll_timeout = glob_arg.syslog_interval; in main() 841 if (glob_arg.stdout_interval > 0 && glob_arg.stdout_interval < poll_timeout) in main() 842 poll_timeout = glob_arg.stdout_interval; in main() 873 rv = poll(pollfd, polli, poll_timeout); in main()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | event-loop.c | 145 int poll_timeout; member 755 gdb_notifier.timeout_valid ? gdb_notifier.poll_timeout : -1); in gdb_wait_for_event() 1143 gdb_notifier.poll_timeout = delta.tv_sec * 1000; in poll_timers()
|
| /freebsd-12.1/sys/dev/qlxgbe/ |
| H A D | ql_minidump.h | 402 uint16_t poll_timeout ; member
|
| H A D | ql_hw.c | 5427 timeout = crbEntry->poll_timeout; in ql_cntrl()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-linux.c | 322 int poll_timeout; /* timeout to use in poll() */ member 1440 handlep->poll_timeout = 1; /* don't block for very long */ 1443 handlep->poll_timeout = -1; /* block forever */ 1452 handlep->poll_timeout = -1; /* block forever, let TPACKET_V3 wake us up */ 1455 handlep->poll_timeout = handlep->timeout; /* block for that amount of time */ 1462 handlep->poll_timeout = 0; 4827 ret = poll(&pollinfo, 1, handlep->poll_timeout);
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_cmd.c | 246 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() function 904 poll_timeout(ent); in cmd_work_handler()
|