Home
last modified time | relevance | path

Searched refs:tfile (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c136 return tfile; in ttm_object_file_ref()
174 kfree(tfile); in ttm_object_file_destroy()
197 base->tfile = ttm_object_file_ref(tfile); in ttm_base_object_init()
261 spin_lock(&tfile->lock); in ttm_base_object_lookup()
299 if (base->tfile != tfile && !base->shareable) in ttm_ref_object_add()
328 ref->tfile = tfile; in ttm_ref_object_add()
345 static void __releases(tfile->lock) __acquires(tfile->lock)
350 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release() local
407 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); in ttm_object_file_init() local
413 tfile->tdev = tdev; in ttm_object_file_init()
[all …]
A Dttm_object.h104 struct ttm_object_file *tfile; member
150 extern int ttm_base_object_init(struct ttm_object_file *tfile,
167 *tfile, uint64_t key);
217 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
233 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
288 extern int ttm_prime_object_init(struct ttm_object_file *tfile,
302 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile,
304 extern int ttm_prime_handle_to_fd(struct ttm_object_file *tfile,
A Dvmwgfx_prime.c79 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
80 int ret = ttm_prime_fd_to_handle(tfile, fd, handle); in vmw_prime_fd_to_handle()
94 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
100 ret = ttm_prime_handle_to_fd(tfile, handle, flags, prime_fd); in vmw_prime_handle_to_fd()
113 ret = ttm_prime_handle_to_fd(tfile, surf_handle, in vmw_prime_handle_to_fd()
A Dvmwgfx_simple_resource.c146 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() local
162 usimple->base.tfile = NULL; in vmw_simple_resource_create_ioctl()
173 ret = ttm_base_object_init(tfile, &usimple->base, false, in vmw_simple_resource_create_ioctl()
202 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup() argument
210 base = ttm_base_object_lookup(tfile, handle); in vmw_simple_resource_lookup()
A Dvmwgfx_fence.c587 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
611 ret = ttm_base_object_init(tfile, &ufence->base, false, in vmw_user_fence_create()
728 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
745 base = vmw_fence_obj_lookup(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
770 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
782 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local
785 base = vmw_fence_obj_lookup(tfile, arg->handle); in vmw_fence_obj_signaled_ioctl()
1033 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl() local
1047 vmw_fence_obj_lookup(tfile, arg->handle); in vmw_fence_event_ioctl()
1057 ret = ttm_ref_object_add(vmw_fp->tfile, base, in vmw_fence_event_ioctl()
[all …]
A Dvmwgfx_va.c121 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, in vmw_stream_unref_ioctl()
155 struct ttm_object_file *tfile, in vmw_user_stream_lookup() argument
160 vmw_simple_resource_lookup(tfile, *inout_id, &va_stream_func); in vmw_user_stream_lookup()
A Dvmwgfx_shader.c680 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
682 return ttm_ref_object_base_unref(tfile, arg->handle); in vmw_shader_destroy_ioctl()
692 struct ttm_object_file *tfile, in vmw_user_shader_alloc() argument
707 ushader->base.tfile = NULL; in vmw_user_shader_alloc()
721 ret = ttm_base_object_init(tfile, &ushader->base, false, in vmw_user_shader_alloc()
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
810 num_output_sig, tfile, shader_handle); in vmw_shader_define()
A Dvmwgfx_surface.c710 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
712 return ttm_ref_object_base_unref(tfile, arg->sid); in vmw_surface_destroy_ioctl()
736 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
970 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_buffer_prime_to_surface_base() local
997 ret = ttm_ref_object_add(tfile, base, NULL, false); in vmw_buffer_prime_to_surface_base()
1018 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local
1085 (void) ttm_ref_object_base_unref(tfile, handle); in vmw_surface_handle_reference()
1106 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local
1135 ttm_ref_object_base_unref(tfile, base->handle); in vmw_surface_reference_ioctl()
1541 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() local
[all …]
A Dvmwgfx_context.c720 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local
722 return ttm_ref_object_base_unref(tfile, arg->cid); in vmw_context_destroy_ioctl()
733 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define() local
749 ctx->base.tfile = NULL; in vmw_context_define()
760 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT, in vmw_context_define()
A Dvmwgfx_ioctl.c174 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
223 ret = vmw_user_resource_lookup_handle(dev_priv, tfile, arg->sid, in vmw_present_ioctl()
A Dvmwgfx_resource.c258 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() argument
268 base = ttm_base_object_lookup(tfile, handle); in vmw_user_resource_lookup_handle()
297 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_object_lookup() local
303 ret = vmw_user_resource_lookup_handle(dev_priv, tfile, handle, in vmw_user_object_lookup()
A Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
437 ret = vmw_user_stream_lookup(dev_priv, tfile, &arg->stream_id, &res); in vmw_overlay_ioctl()
A Dvmwgfx_resource_priv.h151 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
A Dvmwgfx_drv.h112 struct ttm_object_file *tfile; member
802 struct ttm_object_file *tfile,
812 struct ttm_object_file *tfile,
1056 struct ttm_object_file *tfile,
A Dvmwgfx_drv.c1231 ttm_object_file_release(&vmw_fp->tfile); in vmw_postclose()
1245 vmw_fp->tfile = ttm_object_file_init(dev_priv->tdev); in vmw_driver_open()
1246 if (unlikely(vmw_fp->tfile == NULL)) in vmw_driver_open()
A Dvmwgfx_execbuf.c669 (dev_priv, sw_context->fp->tfile, *id_loc, converter, &res); in vmw_cmd_res_check()
1564 vmw_kms_cursor_snoop(srf, sw_context->fp->tfile, &vmw_bo->tbo, header); in vmw_cmd_dma()
3916 ttm_ref_object_base_unref(vmw_fp->tfile, fence_handle); in vmw_execbuf_copy_fence_user()
4067 (dev_priv, sw_context->fp->tfile, handle, in vmw_execbuf_tie_context()
A Dvmwgfx_kms.c376 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() argument
/linux/drivers/net/
A Dtun.c721 tfile->socket.sk->sk_data_ready(tfile->socket.sk); in tun_detach_all()
727 tfile->socket.sk->sk_data_ready(tfile->socket.sk); in tun_detach_all()
767 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
804 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
805 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
1140 tfile->socket.sk->sk_data_ready(tfile->socket.sk); in tun_net_xmit()
1264 tfile->socket.sk->sk_data_ready(tfile->socket.sk); in __tun_xdp_flush_tfile()
3481 if (!tfile) in tun_chr_open()
3728 tfile->socket.sk->sk_write_space(tfile->socket.sk); in tun_device_event()
3793 if (!tfile) in tun_get_socket()
[all …]
/linux/drivers/remoteproc/
A Dremoteproc_internal.h22 struct dentry *tfile; member
66 void rproc_remove_trace_file(struct dentry *tfile);
A Dremoteproc_debugfs.c381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file() argument
383 debugfs_remove(tfile); in rproc_remove_trace_file()
A Dremoteproc_core.c580 trace->tfile = rproc_create_trace_file(name, rproc, trace); in rproc_handle_trace()
1230 rproc_remove_trace_file(trace->tfile); in rproc_resource_cleanup()
/linux/fs/
A Deventpoll.c1619 struct file *tfile, int fd, int full_check) in ep_insert() argument
1627 if (is_file_epoll(tfile)) in ep_insert()
1628 tep = tfile->private_data; in ep_insert()
1645 ep_set_ffd(&epi->ffd, tfile, fd); in ep_insert()
1652 if (unlikely(attach_epitem(tfile, epi) < 0)) { in ep_insert()
1661 list_file(tfile); in ep_insert()

Completed in 84 milliseconds