Searched refs:lru_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c96 mtx_lock(&glob->lru_lock);
98 mtx_unlock(&glob->lru_lock);
132 mtx_lock(&glob->lru_lock);
172 mtx_unlock(&glob->lru_lock);
193 mtx_unlock(&glob->lru_lock);
200 mtx_unlock(&glob->lru_lock);
221 mtx_lock(&glob->lru_lock);
232 mtx_unlock(&glob->lru_lock);
H A Dttm_bo.c150 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0);
287 mtx_lock(&bo->glob->lru_lock);
292 mtx_unlock(&glob->lru_lock);
295 mtx_unlock(&bo->glob->lru_lock);
340 mtx_lock(&glob->lru_lock);
344 mtx_unlock(&glob->lru_lock);
347 mtx_unlock(&glob->lru_lock);
362 mtx_lock(&glob->lru_lock);
364 mtx_unlock(&glob->lru_lock);
559 mtx_lock(&glob->lru_lock);
[all...]
H A Dttm_bo_driver.h292 * Protected by the global->lru_lock.
474 * @lru_lock: Spinlock protecting the bo subsystem lru lists.
490 struct mtx lru_lock; member in struct:ttm_bo_global
498 * Protected by the lru_lock.
522 * lru_lock: Spinlock that protects the buffer+device lru lists and
898 * Needs to be called with struct ttm_bo_global::lru_lock held.
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_ttm.c862 spin_lock(&glob->lru_lock);
864 spin_unlock(&glob->lru_lock);

Completed in 62 milliseconds