Searched refs:translate_cache (Results 1 – 10 of 10) sorted by relevance
36 struct translate_cache { struct40 struct translate_cache * translate_cache_create( void ) in translate_cache_create() argument42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); in translate_cache_create()52 static inline void delete_translates(struct translate_cache *cache) in delete_translates()65 void translate_cache_destroy(struct translate_cache *cache) in translate_cache_destroy()90 struct translate * translate_cache_find(struct translate_cache *cache, in translate_cache_find()
36 struct translate_cache;41 struct translate_cache *translate_cache_create( void );42 void translate_cache_destroy(struct translate_cache *cache);51 struct translate *translate_cache_find(struct translate_cache *cache,
277 struct translate_cache *fetch_cache;279 struct translate_cache *emit_cache;
45 struct translate_cache *cache;
43 struct translate_cache *cache;
86 struct translate_cache *cache;
81 struct translate_cache *cache;
148 struct translate_cache *translate_cache; member312 mgr->translate_cache = translate_cache_create(); in u_vbuf_create()386 translate_cache_destroy(mgr->translate_cache); in u_vbuf_destroy()405 tr = translate_cache_find(mgr->translate_cache, key); in u_vbuf_translate_buffers()
180 translate/translate_cache.c \181 translate/translate_cache.h \
200 'translate/translate_cache.c',201 'translate/translate_cache.h',