Home
last modified time | relevance | path

Searched defs:tfile (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dttm_object.c130 struct ttm_object_file *tfile; member
136 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
142 static int ttm_tfile_find_ref_rcu(struct ttm_object_file *tfile, in ttm_tfile_find_ref_rcu()
157 static int ttm_tfile_find_ref(struct ttm_object_file *tfile, in ttm_tfile_find_ref()
174 struct ttm_object_file *tfile = in ttm_object_file_destroy() local
183 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() local
190 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
257 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
293 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
353 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release() local
[all …]
Dvmwgfx_prime.c77 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
87 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
Dvmwgfx_simple_resource.c146 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() local
202 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup()
Dvmwgfx_fence.c590 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
702 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup()
731 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
785 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local
1036 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl() local
Dvmwgfx_surface.c705 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
731 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
905 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local
989 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local
1424 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() local
Dvmwgfx_va.c155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
Dvmwgfx_shader.c680 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
692 struct ttm_object_file *tfile, in vmw_user_shader_alloc()
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
Dvmwgfx_ioctl.c173 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
Dttm_object.h104 struct ttm_object_file *tfile; member
Dvmwgfx_resource.c256 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle()
296 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_lookup_handle() local
Dvmwgfx_context.c720 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local
733 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define() local
Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
Dvmwgfx_kms.c355 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
Dvmwgfx_drv.h111 struct ttm_object_file *tfile; member
/Linux-v6.6/drivers/net/
Dtun.c227 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive() local
265 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init()
276 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable()
282 static void tun_napi_disable(struct tun_file *tfile) in tun_napi_disable()
288 static void tun_napi_del(struct tun_file *tfile) in tun_napi_del()
294 static bool tun_napi_frags_enabled(const struct tun_file *tfile) in tun_napi_frags_enabled()
474 struct tun_file *tfile) in tun_flow_update()
593 static void tun_disable_queue(struct tun_struct *tun, struct tun_file *tfile) in tun_disable_queue()
600 static struct tun_struct *tun_enable_queue(struct tun_file *tfile) in tun_enable_queue()
624 static void tun_queue_purge(struct tun_file *tfile) in tun_queue_purge()
[all …]
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_internal.h22 struct dentry *tfile; member
Dremoteproc_debugfs.c381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file()
/Linux-v6.6/fs/
Deventpoll.c1478 struct file *tfile, int fd, int full_check) in ep_insert()