Searched refs:read_next_kernel_config_option (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | feature.c | 295 static bool read_next_kernel_config_option(gzFile file, char *buf, size_t n, in read_next_kernel_config_option() function 440 while (read_next_kernel_config_option(file, buf, sizeof(buf), &value)) { in probe_kernel_image_config()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | feature.c | 330 static bool read_next_kernel_config_option(gzFile file, char *buf, size_t n, in read_next_kernel_config_option() function 479 while (read_next_kernel_config_option(file, buf, sizeof(buf), &value)) { in probe_kernel_image_config()
|
Completed in 4 milliseconds