Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sockmap.c336 int slct, recv, max_fd = fd; in msg_loop() local
367 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop()
554 int s, rc, i, max_fd = p2; in forever_ping_pong() local
564 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong()
573 for (i = 0; i <= max_fd && s > 0; ++i) { in forever_ping_pong()