Home | History | Annotate | Download | only in cso_cache

Lines Matching refs:cso_cache

104 struct cso_cache;
149 struct cso_cache *cso_cache_create(void);
150 void cso_cache_delete(struct cso_cache *sc);
152 void cso_cache_set_sanitize_callback(struct cso_cache *sc,
156 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
159 struct cso_hash_iter cso_find_state(struct cso_cache *sc,
161 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
164 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
166 void * cso_take_state(struct cso_cache *sc, unsigned hash_key,
169 void cso_set_maximum_cache_size(struct cso_cache *sc, int number);
170 int cso_maximum_cache_size(const struct cso_cache *sc);