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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 48 * struct ttm_object_file
76 struct ttm_object_file { struct
123 * a particular ttm_object_file. It also carries a ref count to avoid creating
124 * multiple ref objects if a ttm_object_file references the same base
135 struct ttm_object_file *tfile;
140 static inline struct ttm_object_file *
141 ttm_object_file_ref(struct ttm_object_file *tfile)
149 struct ttm_object_file *tfile =
150 container_of(kref, struct ttm_object_file, refcount);
156 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile
    [all...]

Completed in 12 milliseconds