Searched refs:ptval (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/net/ |
| D | nettest.c | 1207 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local 1224 ptval = &timeout; in msg_loop() 1237 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop() 1503 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local 1526 ptval = &timeout; in do_server() 1560 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
|