Searched refs:obj_cache (Results 1 – 1 of 1) sorted by relevance
1882 info->obj_cache = obj_cache; in init_cache()1888 struct obj_cached **obj_cache = info->obj_cache; in check_cache_empty() local1904 struct obj_cached **obj_cache = info->obj_cache; in free_cache() local1912 obj_cache[i] = NULL; in free_cache()1923 struct obj_cached **obj_cache = info->obj_cache; in find_id_in_cache() local1926 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in find_id_in_cache()1927 return obj_cache[i]; in find_id_in_cache()1936 struct obj_cached **obj_cache = info->obj_cache; in free_id_in_cache() local1939 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in free_id_in_cache()1942 obj_cache[i] = NULL; in free_id_in_cache()[all …]