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

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 57 struct ttm_bo_global;
400 * object. This function must be called with struct ttm_bo_global::lru_lock
412 * BO order never changes. Should be called with ttm_bo_global::lru_lock held.
752 int ttm_bo_swapout(struct ttm_bo_global *glob,
ttm_bo_driver.h 421 * struct ttm_bo_global - Buffer object driver global data.
434 extern struct ttm_bo_global { struct
615 * @glob: A pointer to an initialized struct ttm_bo_global.
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 70 struct ttm_bo_global ttm_bo_glob;
74 struct ttm_bo_global ttm_bo_glob;
145 struct ttm_bo_global *glob =
146 container_of(kobj, struct ttm_bo_global, kobj);
627 struct ttm_bo_global *glob = &ttm_bo_glob;
1506 struct ttm_bo_global *glob = &ttm_bo_glob;
1639 struct ttm_bo_global *glob =
1640 container_of(kobj, struct ttm_bo_global, kobj);
1648 struct ttm_bo_global *glob = &ttm_bo_glob;
1673 struct ttm_bo_global *glob = &ttm_bo_glob
    [all...]

Completed in 36 milliseconds