Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dio_helpers.h7 int read_with_timeout(int fd, char *buf, size_t count, long usec);
H A Dio_helpers.c6 int read_with_timeout(int fd, char *buf, size_t count, long usec) in read_with_timeout() function
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c182 err = read_with_timeout(pipe_c2p[0], buf, 1, 100); in test_send_signal_common()