Home
last modified time | relevance | path

Searched refs:LIBBPF_MAP_KCONFIG (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.c506 LIBBPF_MAP_KCONFIG, enumerator
1749 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG
2150 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG,
4418 return LIBBPF_MAP_KCONFIG;
5476 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG)
5490 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) {
10133 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG ||
13484 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG)

Completed in 16 milliseconds