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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c508 LIBBPF_MAP_KCONFIG, enumerator in enum:libbpf_map_type
1865 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG
2254 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG,
4362 return LIBBPF_MAP_KCONFIG;
5016 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG)
5031 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) {
10151 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG)
13505 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG)

Completed in 322 milliseconds