Searched refs:ptval (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 1252 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local 1269 ptval = &timeout; in msg_loop() 1282 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop() 1565 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local 1588 ptval = &timeout; in do_server() 1622 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
|