Searched defs:disk_cache_put (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/util/
H A Ddisk_cache.h54 * name (or "key"). This is provided via disk_cache_put() and
86 * Any call to disk_cache_put() may cause an existing, random item to be
90 disk_cache_put(struct disk_cache *cache, cache_key key,
96 * The item must have been previously stored with a call to disk_cache_put().
128 * disk_cache_put_key(). Specifically, a call to disk_cache_put() will not cause
148 disk_cache_put(struct disk_cache *cache, cache_key key, function
H A Ddisk_cache.c549 disk_cache_put(struct disk_cache *cache, function

Completed in 108 milliseconds