Searched refs:init_slots_sz (Results 1 – 1 of 1) sorted by relevance
390 int init_slots_sz; member4985 for (i = 0; i < map->init_slots_sz; i++) { in init_map_in_map_slots()5010 map->init_slots_sz = 0; in init_map_in_map_slots()5024 for (i = 0; i < map->init_slots_sz; i++) { in init_prog_array_slots()5043 map->init_slots_sz = 0; in init_prog_array_slots()5056 if (!map->init_slots_sz || map->def.type != BPF_MAP_TYPE_PROG_ARRAY) in bpf_object_init_prog_arrays()5136 if (map->init_slots_sz && map->def.type != BPF_MAP_TYPE_PROG_ARRAY) { in bpf_object__create_maps()6453 if (moff >= map->init_slots_sz) { in bpf_object__collect_map_relos()6459 memset(map->init_slots + map->init_slots_sz, 0, in bpf_object__collect_map_relos()6460 (new_sz - map->init_slots_sz) * host_ptr_sz); in bpf_object__collect_map_relos()[all …]