Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c522 bool read_one_char) in do_read_with_fd() argument
527 read_buf_len = read_one_char ? 1 : 16; in do_read_with_fd()
533 read_buf_len = read_one_char ? 1 : 16 - start; in do_read_with_fd()
544 static void test_anon_iter(bool read_one_char) in test_anon_iter() argument
564 do_read_with_fd(iter_fd, "abcd", read_one_char); in test_anon_iter()