Home
last modified time | relevance | path

Searched defs:tfile (Results 26 - 40 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c736 struct ttm_object_file *tfile = in vmw_verify_access() local
H A Dvmwgfx_surface.c713 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
739 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
936 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local
1022 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_surface_reference_ioctl() local
1457 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_gb_surface_define_internal() local
1648 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_gb_surface_reference_internal() local
[all...]
H A Dvmwgfx_kms.c1366 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create() local
144 vmw_kms_cursor_snoop(struct vmw_surface *srf, struct ttm_object_file *tfile, struct ttm_buffer_object *bo, SVGA3dCmdHeader *header) vmw_kms_cursor_snoop() argument
H A Dvmwgfx_drv.h94 struct ttm_object_file *tfile; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A 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() argument
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; vmw_fence_obj_signaled_ioctl() local
1036 struct ttm_object_file *tfile = vmw_fp->tfile; vmw_fence_event_ioctl() local
[all...]
H A Dvmwgfx_resource.c296 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_lookup_handle() local
255 vmw_user_resource_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter, struct vmw_resource **p_res) vmw_user_resource_lookup_handle() argument
H A Dvmwgfx_shader.c680 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
685 vmw_user_shader_alloc(struct vmw_private *dev_priv, struct vmw_bo *buffer, size_t shader_size, size_t offset, SVGA3dShaderType shader_type, uint8_t num_input_sig, uint8_t num_output_sig, struct ttm_object_file *tfile, u32 *handle) vmw_user_shader_alloc() argument
H A 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; vmw_surface_reference_ioctl() local
1424 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_gb_surface_define_internal() local
[all...]
H A Dvmwgfx_kms.c362 vmw_kms_cursor_snoop(struct vmw_surface *srf, struct ttm_object_file *tfile, struct ttm_buffer_object *bo, SVGA3dCmdHeader *header) vmw_kms_cursor_snoop() argument
H A Dvmwgfx_drv.h111 struct ttm_object_file *tfile; member
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c1498 ep_insert(struct eventpoll *ep, const struct epoll_event *event, struct file *tfile, int fd, int full_check) ep_insert() argument
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c1477 ep_insert(struct eventpoll *ep, const struct epoll_event *event, struct file *tfile, int fd, int full_check) ep_insert() argument
/third_party/python/Modules/
H A D_tkinter.c2516 int tfile; in _tkinter_tkapp_createfilehandler_impl() local
2551 int tfile; in _tkinter_tkapp_deletefilehandler() local
3189 int tfile; EventHook() local
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c238 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive() local
276 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init() argument
288 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable() argument
294 tun_napi_disable(struct tun_file *tfile) tun_napi_disable() argument
300 tun_napi_del(struct tun_file *tfile) tun_napi_del() argument
306 tun_napi_frags_enabled(const struct tun_file *tfile) tun_napi_frags_enabled() argument
485 tun_flow_update(struct tun_struct *tun, u32 rxhash, struct tun_file *tfile) tun_flow_update() argument
605 tun_disable_queue(struct tun_struct *tun, struct tun_file *tfile) tun_disable_queue() argument
612 tun_enable_queue(struct tun_file *tfile) tun_enable_queue() argument
636 tun_queue_purge(struct tun_file *tfile) tun_queue_purge() argument
647 __tun_detach(struct tun_file *tfile, bool clean) __tun_detach() argument
704 tun_detach(struct tun_file *tfile, bool clean) tun_detach() argument
724 struct tun_file *tfile, *tmp; tun_detach_all() local
769 struct tun_file *tfile = file->private_data; tun_attach() local
860 tun_get(struct tun_file *tfile) tun_get() argument
1087 struct tun_file *tfile; tun_net_xmit() local
1218 struct tun_file *tfile; tun_xdp_set() local
1282 __tun_xdp_flush_tfile(struct tun_file *tfile) __tun_xdp_flush_tfile() argument
1294 struct tun_file *tfile; tun_xdp_xmit() local
1427 tun_sock_writeable(struct tun_struct *tun, struct tun_file *tfile) tun_sock_writeable() argument
1439 struct tun_file *tfile = file->private_data; tun_chr_poll() local
1471 tun_napi_alloc_frags(struct tun_file *tfile, size_t len, const struct iov_iter *it) tun_napi_alloc_frags() argument
1527 tun_alloc_skb(struct tun_file *tfile, size_t prepad, size_t len, size_t linear, int noblock) tun_alloc_skb() argument
1552 tun_rx_batched(struct tun_struct *tun, struct tun_file *tfile, struct sk_buff *skb, int more) tun_rx_batched() argument
1592 tun_can_build_skb(struct tun_struct *tun, struct tun_file *tfile, int len, int noblock, bool zerocopy) tun_can_build_skb() argument
1614 __tun_build_skb(struct tun_file *tfile, struct page_frag *alloc_frag, char *buf, int buflen, int len, int pad) __tun_build_skb() argument
1665 tun_build_skb(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *from, struct virtio_net_hdr *hdr, int len, int *skb_xdp) tun_build_skb() argument
1755 tun_get_user(struct tun_struct *tun, struct tun_file *tfile, void *msg_control, struct iov_iter *from, int noblock, bool more) tun_get_user() argument
2047 struct tun_file *tfile = file->private_data; tun_chr_write_iter() local
2064 tun_put_user_xdp(struct tun_struct *tun, struct tun_file *tfile, struct xdp_frame *xdp_frame, struct iov_iter *iter) tun_put_user_xdp() argument
2099 tun_put_user(struct tun_struct *tun, struct tun_file *tfile, struct sk_buff *skb, struct iov_iter *iter) tun_put_user() argument
2195 tun_ring_recv(struct tun_file *tfile, int noblock, int *err) tun_ring_recv() argument
2236 tun_do_read(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *to, int noblock, void *ptr) tun_do_read() argument
2276 struct tun_file *tfile = file->private_data; tun_chr_read_iter() local
2433 struct tun_file *tfile; tun_sock_write_space() local
2457 tun_xdp_one(struct tun_struct *tun, struct tun_file *tfile, struct xdp_buff *xdp, int *flush, struct tun_page *tpage) tun_xdp_one() argument
2568 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_sendmsg() local
2615 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_recvmsg() local
2666 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_peek_len() local
2743 struct tun_file *tfile = file->private_data; tun_set_iff() local
2927 struct tun_file *tfile; tun_detach_filter() local
2942 struct tun_file *tfile; tun_attach_filter() local
2961 struct tun_file *tfile; tun_set_sndbuf() local
2972 struct tun_file *tfile = file->private_data; tun_set_queue() local
3068 struct tun_file *tfile = file->private_data; __tun_chr_ioctl() local
3428 struct tun_file *tfile = file->private_data; tun_chr_fasync() local
3447 struct tun_file *tfile; tun_chr_open() local
3483 struct tun_file *tfile = file->private_data; tun_chr_close() local
3493 struct tun_file *tfile = file->private_data; tun_chr_show_fdinfo() local
3639 struct tun_file *tfile; tun_queue_resize() local
3680 struct tun_file *tfile; tun_device_event() local
3744 struct tun_file *tfile; tun_get_socket() local
3756 struct tun_file *tfile; tun_get_tx_ring() local
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A 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() argument
276 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable() argument
282 tun_napi_disable(struct tun_file *tfile) tun_napi_disable() argument
288 tun_napi_del(struct tun_file *tfile) tun_napi_del() argument
294 tun_napi_frags_enabled(const struct tun_file *tfile) tun_napi_frags_enabled() argument
473 tun_flow_update(struct tun_struct *tun, u32 rxhash, struct tun_file *tfile) tun_flow_update() argument
593 tun_disable_queue(struct tun_struct *tun, struct tun_file *tfile) tun_disable_queue() argument
600 tun_enable_queue(struct tun_file *tfile) tun_enable_queue() argument
624 tun_queue_purge(struct tun_file *tfile) tun_queue_purge() argument
635 __tun_detach(struct tun_file *tfile, bool clean) __tun_detach() argument
693 tun_detach(struct tun_file *tfile, bool clean) tun_detach() argument
713 struct tun_file *tfile, *tmp; tun_detach_all() local
758 struct tun_file *tfile = file->private_data; tun_attach() local
849 tun_get(struct tun_file *tfile) tun_get() argument
1077 struct tun_file *tfile; tun_net_xmit() local
1200 struct tun_file *tfile; tun_xdp_set() local
1264 __tun_xdp_flush_tfile(struct tun_file *tfile) __tun_xdp_flush_tfile() argument
1276 struct tun_file *tfile; tun_xdp_xmit() local
1417 tun_sock_writeable(struct tun_struct *tun, struct tun_file *tfile) tun_sock_writeable() argument
1429 struct tun_file *tfile = file->private_data; tun_chr_poll() local
1461 tun_napi_alloc_frags(struct tun_file *tfile, size_t len, const struct iov_iter *it) tun_napi_alloc_frags() argument
1518 tun_alloc_skb(struct tun_file *tfile, size_t prepad, size_t len, size_t linear, int noblock) tun_alloc_skb() argument
1545 tun_rx_batched(struct tun_struct *tun, struct tun_file *tfile, struct sk_buff *skb, int more) tun_rx_batched() argument
1585 tun_can_build_skb(struct tun_struct *tun, struct tun_file *tfile, int len, int noblock, bool zerocopy) tun_can_build_skb() argument
1607 __tun_build_skb(struct tun_file *tfile, struct page_frag *alloc_frag, char *buf, int buflen, int len, int pad) __tun_build_skb() argument
1664 tun_build_skb(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *from, struct virtio_net_hdr *hdr, int len, int *skb_xdp) tun_build_skb() argument
1750 tun_get_user(struct tun_struct *tun, struct tun_file *tfile, void *msg_control, struct iov_iter *from, int noblock, bool more) tun_get_user() argument
2044 struct tun_file *tfile = file->private_data; tun_chr_write_iter() local
2061 tun_put_user_xdp(struct tun_struct *tun, struct tun_file *tfile, struct xdp_frame *xdp_frame, struct iov_iter *iter) tun_put_user_xdp() argument
2092 tun_put_user(struct tun_struct *tun, struct tun_file *tfile, struct sk_buff *skb, struct iov_iter *iter) tun_put_user() argument
2182 tun_ring_recv(struct tun_file *tfile, int noblock, int *err) tun_ring_recv() argument
2223 tun_do_read(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *to, int noblock, void *ptr) tun_do_read() argument
2263 struct tun_file *tfile = file->private_data; tun_chr_read_iter() local
2419 struct tun_file *tfile; tun_sock_write_space() local
2443 tun_xdp_one(struct tun_struct *tun, struct tun_file *tfile, struct xdp_buff *xdp, int *flush, struct tun_page *tpage) tun_xdp_one() argument
2565 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_sendmsg() local
2617 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_recvmsg() local
2668 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_peek_len() local
2745 struct tun_file *tfile = file->private_data; tun_set_iff() local
2938 struct tun_file *tfile; tun_detach_filter() local
2953 struct tun_file *tfile; tun_attach_filter() local
2972 struct tun_file *tfile; tun_set_sndbuf() local
2983 struct tun_file *tfile = file->private_data; tun_set_queue() local
3079 struct tun_file *tfile = file->private_data; __tun_chr_ioctl() local
3447 struct tun_file *tfile = file->private_data; tun_chr_fasync() local
3466 struct tun_file *tfile; tun_chr_open() local
3504 struct tun_file *tfile = file->private_data; tun_chr_close() local
3514 struct tun_file *tfile = file->private_data; tun_chr_show_fdinfo() local
3664 struct tun_file *tfile; tun_queue_resize() local
3705 struct tun_file *tfile; tun_device_event() local
3769 struct tun_file *tfile; tun_get_socket() local
3781 struct tun_file *tfile; tun_get_tx_ring() local
[all...]

Completed in 34 milliseconds

12