Searched refs:calipso_cache (Results 1 – 1 of 1) sorted by relevance
84 static struct calipso_map_cache_bkt *calipso_cache; variable136 calipso_cache = kzalloc_objs(struct calipso_map_cache_bkt, in calipso_cache_init()138 if (!calipso_cache) in calipso_cache_init()142 spin_lock_init(&calipso_cache[iter].lock); in calipso_cache_init()143 calipso_cache[iter].size = 0; in calipso_cache_init()144 INIT_LIST_HEAD(&calipso_cache[iter].list); in calipso_cache_init()164 spin_lock_bh(&calipso_cache[iter].lock); in calipso_cache_invalidate()167 &calipso_cache[iter].list, list) { in calipso_cache_invalidate()171 calipso_cache[iter].size = 0; in calipso_cache_invalidate()172 spin_unlock_bh(&calipso_cache[iter].lock); in calipso_cache_invalidate()[all …]