Searched refs:obj_state (Results 1 – 1 of 1) sorted by relevance
1844 int obj_state; member1866 cache_entry->obj_state = OBJ_STATE_UNUSED; in alloc_init_cache_entry()1893 T_ASSERT(obj_cache[i]->obj_state == OBJ_STATE_UNUSED, "checked OBJ_STATE_UNUSED"); in check_cache_empty()1959 if (obj_cache[i]->obj_state == OBJ_STATE_UNUSED) { in find_empty_spot_in_cache()1988 switch (obj->obj_state) { in get_obj_cache()2047 assert(obj->obj_state == OBJ_STATE_UNUSED); in get_obj_cache()2057 obj->obj_state = OBJ_STATE_PLACEHOLDER; in get_obj_cache()2071 assert(obj->obj_state == OBJ_STATE_PLACEHOLDER); in get_obj_cache()2073 obj->obj_state = OBJ_STATE_REAL; in get_obj_cache()2099 assert(obj->obj_state == OBJ_STATE_REAL); in put_obj_cache()[all …]