Lines Matching refs:bo_cache
178 return &dev->bo_cache.buckets[pan_bucket_index(size)];
191 pthread_mutex_lock(&dev->bo_cache.lock);
227 pthread_mutex_unlock(&dev->bo_cache.lock);
239 &dev->bo_cache.lru, lru_link) {
269 pthread_mutex_lock(&dev->bo_cache.lock);
285 list_addtail(&bo->lru_link, &dev->bo_cache.lru);
298 pthread_mutex_unlock(&dev->bo_cache.lock);
312 pthread_mutex_lock(&dev->bo_cache.lock);
313 for (unsigned i = 0; i < ARRAY_SIZE(dev->bo_cache.buckets); ++i) {
314 struct list_head *bucket = &dev->bo_cache.buckets[i];
323 pthread_mutex_unlock(&dev->bo_cache.lock);