Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dtun.c229 struct tun_file *tfile = container_of(napi, struct tun_file, napi); in tun_napi_receive() local
267 static void tun_napi_init(struct tun_struct *tun, struct tun_file *tfile, in tun_napi_init() argument
278 static void tun_napi_enable(struct tun_file *tfile) in tun_napi_enable() argument
284 tun_napi_disable(struct tun_file * tfile) tun_napi_disable() argument
290 tun_napi_del(struct tun_file * tfile) tun_napi_del() argument
296 tun_napi_frags_enabled(const struct tun_file * tfile) tun_napi_frags_enabled() argument
412 tun_flow_update(struct tun_struct * tun,u32 rxhash,struct tun_file * tfile) tun_flow_update() argument
529 tun_disable_queue(struct tun_struct * tun,struct tun_file * tfile) tun_disable_queue() argument
536 tun_enable_queue(struct tun_file * tfile) tun_enable_queue() argument
560 tun_queue_purge(struct tun_file * tfile) tun_queue_purge() argument
571 __tun_detach(struct tun_file * tfile,bool clean) __tun_detach() argument
629 tun_detach(struct tun_file * tfile,bool clean) tun_detach() argument
649 struct tun_file *tfile, *tmp; tun_detach_all() local
694 struct tun_file *tfile = file->private_data; tun_attach() local
785 tun_get(struct tun_file * tfile) tun_get() argument
1009 struct tun_file *tfile; tun_net_xmit() local
1130 struct tun_file *tfile; tun_xdp_set() local
1194 __tun_xdp_flush_tfile(struct tun_file * tfile) __tun_xdp_flush_tfile() argument
1206 struct tun_file *tfile; tun_xdp_xmit() local
1346 tun_sock_writeable(struct tun_struct * tun,struct tun_file * tfile) tun_sock_writeable() argument
1358 struct tun_file *tfile = file->private_data; tun_chr_poll() local
1390 tun_napi_alloc_frags(struct tun_file * tfile,size_t len,const struct iov_iter * it) tun_napi_alloc_frags() argument
1447 tun_alloc_skb(struct tun_file * tfile,size_t prepad,size_t len,size_t linear,int noblock) tun_alloc_skb() argument
1474 tun_rx_batched(struct tun_struct * tun,struct tun_file * tfile,struct sk_buff * skb,int more) tun_rx_batched() argument
1514 tun_can_build_skb(struct tun_struct * tun,struct tun_file * tfile,int len,int noblock,bool zerocopy) tun_can_build_skb() argument
1536 __tun_build_skb(struct tun_file * tfile,struct page_frag * alloc_frag,char * buf,int buflen,int len,int pad,int metasize) __tun_build_skb() argument
1597 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
1693 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
1985 struct tun_file *tfile = file->private_data; tun_chr_write_iter() local
2003 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
2031 tun_put_user(struct tun_struct * tun,struct tun_file * tfile,struct sk_buff * skb,struct iov_iter * iter) tun_put_user() argument
2113 tun_ring_recv(struct tun_file * tfile,int noblock,int * err) tun_ring_recv() argument
2154 tun_do_read(struct tun_struct * tun,struct tun_file * tfile,struct iov_iter * to,int noblock,void * ptr) tun_do_read() argument
2194 struct tun_file *tfile = file->private_data; tun_chr_read_iter() local
2349 struct tun_file *tfile; tun_sock_write_space() local
2374 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
2509 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_sendmsg() local
2564 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_recvmsg() local
2615 struct tun_file *tfile = container_of(sock, struct tun_file, socket); tun_peek_len() local
2692 struct tun_file *tfile = file->private_data; tun_set_iff() local
2899 struct tun_file *tfile; tun_detach_filter() local
2914 struct tun_file *tfile; tun_attach_filter() local
2933 struct tun_file *tfile; tun_set_sndbuf() local
2944 struct tun_file *tfile = file->private_data; tun_set_queue() local
3040 struct tun_file *tfile = file->private_data; __tun_chr_ioctl() local
3368 struct tun_file *tfile = file->private_data; tun_chr_fasync() local
3393 struct tun_file *tfile; tun_chr_open() local
3431 struct tun_file *tfile = file->private_data; tun_chr_close() local
3441 struct tun_file *tfile = file->private_data; tun_chr_show_fdinfo() local
3600 struct tun_file *tfile; tun_queue_resize() local
3641 struct tun_file *tfile; tun_device_event() local
3705 struct tun_file *tfile; tun_get_socket() local
3717 struct tun_file *tfile; tun_get_tx_ring() local
[all...]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c79 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
94 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_fence.c296 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
403 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup() argument
432 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
485 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_fence_obj_signaled_ioctl() local
665 struct ttm_object_file *tfile = vmw_fp->tfile; vmw_fence_event_ioctl() local
[all...]
H A 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() argument
H A Dvmwgfx_surface.c690 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
716 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
939 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_buffer_prime_to_surface_base() local
987 struct ttm_object_file *tfile in vmw_surface_handle_reference() local
1075 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_surface_reference_ioctl() local
1510 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_gb_surface_define_internal() local
2240 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; vmw_dumb_create() local
[all...]
H A Dvmwgfx_va.c155 struct ttm_object_file *tfile, in vmw_user_stream_lookup() argument
H A 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() argument
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
H A Dvmwgfx_ioctl.c174 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
H A Dvmwgfx_resource.c258 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() argument
297 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_object_lookup() local
H A 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
H A Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
H A Dvmwgfx_cursor_plane.c315 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() argument
H A Dvmwgfx_drv.h87 struct ttm_object_file *tfile; member
/linux/drivers/remoteproc/
H A Dremoteproc_internal.h22 struct dentry *tfile; member
H A Dremoteproc_debugfs.c381 void rproc_remove_trace_file(struct dentry *tfile) in rproc_remove_trace_file() argument
/linux/fs/
H A Deventpoll.c1652 struct file *tfile, int fd, int full_check) in ep_insert() argument