Lines Matching refs:ttm_object_file

72 struct ttm_object_file {  struct
131 struct ttm_object_file *tfile;
136 static inline struct ttm_object_file *
137 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
145 struct ttm_object_file *tfile = in ttm_object_file_destroy()
146 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy()
152 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref()
154 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
161 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
248 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key) in ttm_base_object_noref_lookup()
266 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
312 bool ttm_ref_object_exists(struct ttm_object_file *tfile, in ttm_ref_object_exists()
347 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
428 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release()
446 int ttm_ref_object_base_unref(struct ttm_object_file *tfile, in ttm_ref_object_base_unref()
466 void ttm_object_file_release(struct ttm_object_file **p_tfile) in ttm_object_file_release()
471 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_release()
494 struct ttm_object_file *ttm_object_file_init(struct ttm_object_device *tdev, in ttm_object_file_init()
497 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); in ttm_object_file_init()
651 int ttm_prime_fd_to_handle(struct ttm_object_file *tfile, in ttm_prime_fd_to_handle()
686 int ttm_prime_handle_to_fd(struct ttm_object_file *tfile, in ttm_prime_handle_to_fd()
781 int ttm_prime_object_init(struct ttm_object_file *tfile, size_t size, in ttm_prime_object_init()