Searched refs:objmap_group (Results 1 – 3 of 3) sorted by relevance
81 for (i = 0; i < sizeof(elm_tls->gContext.objmap_group) / 4; i++) { in _initialize_elm()82 elm_tls->gContext.objmap_group[i] = 0; in _initialize_elm()
324 int32_t objmap_group[(OBJCOUNT_GROUP + 31) / 32]; member
211 …index = get_free_objects(elm_tls->gContext.objmap_group, COUNT_OF(elm_tls->gContext.objmap_group),… in alloc_ego()230 mark_free_object(elm_tls->gContext.objmap_group, elm_tls->object->object.index); in free_ego()400 if (object_exists(elm_tls->gContext.objmap_group, i)) { in get_object()493 mark_free_object(elm_tls->gContext.objmap_group, ego->object.index); in destroy_ego()
Completed in 10 milliseconds