Searched refs:init_slots_sz (Results 1 – 1 of 1) sorted by relevance
528 int init_slots_sz; member5206 for (i = 0; i < map->init_slots_sz; i++) { in init_map_in_map_slots()5231 map->init_slots_sz = 0; in init_map_in_map_slots()5245 for (i = 0; i < map->init_slots_sz; i++) { in init_prog_array_slots()5264 map->init_slots_sz = 0; in init_prog_array_slots()5277 if (!map->init_slots_sz || map->def.type != BPF_MAP_TYPE_PROG_ARRAY) in bpf_object_init_prog_arrays()5381 if (map->init_slots_sz && map->def.type != BPF_MAP_TYPE_PROG_ARRAY) { in bpf_object__create_maps()6711 if (moff >= map->init_slots_sz) { in bpf_object__collect_map_relos()6717 memset(map->init_slots + map->init_slots_sz, 0, in bpf_object__collect_map_relos()6718 (new_sz - map->init_slots_sz) * host_ptr_sz); in bpf_object__collect_map_relos()[all …]