Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dcommon.c1219 static bool read_next_kernel_config_option(gzFile file, char *buf, size_t n, in read_next_kernel_config_option() function
1295 while (read_next_kernel_config_option(file, buf, sizeof(buf), &value)) { in read_kernel_config()