Searched refs:max_fd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_sockmap.c | 478 int slct, recvp = 0, recv, max_fd = fd; in msg_loop() local 516 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop() 723 int s, rc, i, max_fd = p2; in forever_ping_pong() local 733 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong() 742 for (i = 0; i <= max_fd && s > 0; ++i) { in forever_ping_pong()
|