Home
last modified time | relevance | path

Searched refs:ptval (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c943 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in msg_loop() local
960 ptval = &timeout; in msg_loop()
973 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
1185 struct timeval timeout = { .tv_sec = prog_timeout }, *ptval = NULL; in do_server() local
1194 ptval = &timeout; in do_server()
1226 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()