Searched refs:ptval (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 923 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local 940 ptval = &timeout; in msg_loop() 953 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop() 1165 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local 1174 ptval = &timeout; in do_server() 1206 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
|