Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c520 bool read_one_char) in do_read_with_fd() argument
525 read_buf_len = read_one_char ? 1 : 16; in do_read_with_fd()
531 read_buf_len = read_one_char ? 1 : 16 - start; in do_read_with_fd()
542 static void test_anon_iter(bool read_one_char) in test_anon_iter() argument
562 do_read_with_fd(iter_fd, "abcd", read_one_char); in test_anon_iter()