Symbol: ttm_object_file
sys/dev/drm2/ttm/ttm_lock.c
271
struct ttm_object_file *tfile)
sys/dev/drm2/ttm/ttm_lock.h
166
struct ttm_object_file *tfile);
sys/dev/drm2/ttm/ttm_lock.h
76
struct ttm_object_file *vt_holder;
sys/dev/drm2/ttm/ttm_object.c
116
struct ttm_object_file *tfile;
sys/dev/drm2/ttm/ttm_object.c
121
static inline struct ttm_object_file *
sys/dev/drm2/ttm/ttm_object.c
122
ttm_object_file_ref(struct ttm_object_file *tfile)
sys/dev/drm2/ttm/ttm_object.c
128
static void ttm_object_file_destroy(struct ttm_object_file *tfile)
sys/dev/drm2/ttm/ttm_object.c
135
static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile)
sys/dev/drm2/ttm/ttm_object.c
137
struct ttm_object_file *tfile = *p_tfile;
sys/dev/drm2/ttm/ttm_object.c
145
int ttm_base_object_init(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.c
223
struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.c
255
int ttm_ref_object_add(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.c
316
struct ttm_object_file *tfile = ref->tfile;
sys/dev/drm2/ttm/ttm_object.c
334
int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.c
355
void ttm_object_file_release(struct ttm_object_file **p_tfile)
sys/dev/drm2/ttm/ttm_object.c
360
struct ttm_object_file *tfile = *p_tfile;
sys/dev/drm2/ttm/ttm_object.c
383
struct ttm_object_file *ttm_object_file_init(struct ttm_object_device *tdev,
sys/dev/drm2/ttm/ttm_object.c
386
struct ttm_object_file *tfile;
sys/dev/drm2/ttm/ttm_object.h
125
struct ttm_object_file *tfile;
sys/dev/drm2/ttm/ttm_object.h
146
extern int ttm_base_object_init(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.h
168
extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
sys/dev/drm2/ttm/ttm_object.h
201
extern int ttm_ref_object_add(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.h
215
extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
sys/dev/drm2/ttm/ttm_object.h
228
extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device
sys/dev/drm2/ttm/ttm_object.h
243
extern void ttm_object_file_release(struct ttm_object_file **p_tfile);
sys/dev/drm2/ttm/ttm_object.h
85
struct ttm_object_file;