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

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_tt.h 82 * Destroy the backend. This will be call back from ttm_tt_destroy so
83 * don't call ttm_tt_destroy from the callback or infinite loop.
206 void ttm_tt_destroy(struct ttm_tt *ttm);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_tt.c 249 void ttm_tt_destroy(struct ttm_tt *ttm) function in typeref:typename:void
296 ttm_tt_destroy(ttm);
324 ttm_tt_destroy(ttm);
346 ttm_tt_destroy(ttm);
ttm_bo_util.c 500 ttm_tt_destroy(ttm);
825 ttm_tt_destroy(bo->ttm);
948 ttm_tt_destroy(bo->ttm);
ttm_bo.c 185 ttm_tt_destroy(bo->ttm);
422 ttm_tt_destroy(bo->ttm);
442 ttm_tt_destroy(bo->ttm);

Completed in 15 milliseconds