Searched refs:obj_cached (Results 1 – 1 of 1) sorted by relevance
1177 struct obj_cached **obj_cache;1842 struct obj_cached { struct1861 static struct obj_cached * argument1864 struct obj_cached *cache_entry = kalloc_type(struct obj_cached, 1, Z_WAITOK | Z_NOFAIL | Z_ZERO); in alloc_init_cache_entry()1875 …struct obj_cached **obj_cache = kalloc_type(struct obj_cached *, CACHE_SIZE, Z_WAITOK | Z_NOFAIL |… in init_cache()1888 struct obj_cached **obj_cache = info->obj_cache; in check_cache_empty()1904 struct obj_cached **obj_cache = info->obj_cache; in free_cache()1920 static struct obj_cached *1949 static struct obj_cached *1969 struct obj_cached *obj = NULL, *obj2 = NULL; in get_obj_cache()[all …]