HomeSort by: relevance | last modified time | path
    Searched defs:lru_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 200 * Protected by the global->lru_lock.
429 * @lru_lock: Spinlock protecting the bo subsystem lru lists.
444 spinlock_t lru_lock; member in struct:ttm_bo_global
452 * Protected by the lru_lock.
471 * lru_lock: Spinlock that protects the buffer+device lru lists and
796 spin_lock(&ttm_bo_glob.lru_lock);
798 spin_unlock(&ttm_bo_glob.lru_lock);
ttm_bo_driver.h 200 * Protected by the global->lru_lock.
429 * @lru_lock: Spinlock protecting the bo subsystem lru lists.
444 spinlock_t lru_lock; member in struct:ttm_bo_global
452 * Protected by the lru_lock.
471 * lru_lock: Spinlock that protects the buffer+device lru lists and
796 spin_lock(&ttm_bo_glob.lru_lock);
798 spin_unlock(&ttm_bo_glob.lru_lock);
ttm_bo_driver.h 200 * Protected by the global->lru_lock.
429 * @lru_lock: Spinlock protecting the bo subsystem lru lists.
444 spinlock_t lru_lock; member in struct:ttm_bo_global
452 * Protected by the lru_lock.
471 * lru_lock: Spinlock that protects the buffer+device lru lists and
796 spin_lock(&ttm_bo_glob.lru_lock);
798 spin_unlock(&ttm_bo_glob.lru_lock);

Completed in 34 milliseconds