Home
last modified time | relevance | path

Searched refs:show_fdinfo (Results 1 – 25 of 59) sorted by relevance

123

/linux/rust/kernel/
H A Dmiscdevice.rs187 fn show_fdinfo( in show_fdinfo() method
375 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() method
388 T::show_fdinfo(device, m, file); in show_fdinfo()
418 show_fdinfo: if T::HAS_SHOW_FDINFO {
419 Some(Self::show_fdinfo)
/linux/fs/notify/
H A Dfdinfo.c26 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() function
98 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
146 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()
/linux/kernel/bpf/
H A Dbpf_iter.c440 bpf_iter_show_fdinfo_t show_fdinfo; in bpf_iter_link_show_fdinfo() local
446 show_fdinfo = iter_link->tinfo->reg_info->show_fdinfo; in bpf_iter_link_show_fdinfo()
447 if (show_fdinfo) in bpf_iter_link_show_fdinfo()
448 show_fdinfo(&iter_link->aux, seq); in bpf_iter_link_show_fdinfo()
495 .show_fdinfo = bpf_iter_link_show_fdinfo,
H A Ddmabuf_iter.c84 .show_fdinfo = bpf_iter_dmabuf_show_fdinfo,
H A Dkmem_cache_iter.c223 .show_fdinfo = bpf_iter_kmem_cache_show_fdinfo,
H A Dmap_iter.c171 .show_fdinfo = bpf_iter_map_show_fdinfo,
H A Dtask_iter.c702 .show_fdinfo = bpf_iter_task_show_fdinfo,
725 .show_fdinfo = bpf_iter_task_show_fdinfo,
748 .show_fdinfo = bpf_iter_task_show_fdinfo,
H A Dtoken.c108 .show_fdinfo = bpf_token_show_fdinfo,
H A Dcgroup_iter.c280 .show_fdinfo = bpf_iter_cgroup_show_fdinfo,
H A Dtcx.c294 .show_fdinfo = tcx_link_fdinfo,
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c816 .show_fdinfo = drm_show_fdinfo,
846 .show_fdinfo = msm_show_fdinfo,
868 .show_fdinfo = msm_show_fdinfo,
885 .show_fdinfo = msm_show_fdinfo,
/linux/fs/proc/
H A Dfd.c67 if (file->f_op->show_fdinfo) in seq_show()
68 file->f_op->show_fdinfo(m, file); in seq_show()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c227 .show_fdinfo = drm_show_fdinfo,
271 .show_fdinfo = v3d_show_fdinfo,
/linux/include/drm/
H A Ddrm_drv.h393 void (*show_fdinfo)(struct drm_printer *p, struct drm_file *f); member
/linux/include/linux/
H A Dtty_driver.h480 void (*show_fdinfo)(struct tty_struct *tty, struct seq_file *m); member
H A Dnet.h196 void (*show_fdinfo)(struct seq_file *m, struct socket *sock); member
/linux/rust/kernel/drm/
H A Ddevice.rs80 show_fdinfo: None,
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c499 .show_fdinfo = drm_show_fdinfo,
510 .show_fdinfo = etnaviv_show_fdinfo,
/linux/drivers/gpu/drm/
H A Ddrm_file.c1000 if (dev->driver->show_fdinfo) in drm_show_fdinfo()
1001 dev->driver->show_fdinfo(&p, file); in drm_show_fdinfo()
/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst8 `fops->show_fdinfo()` as part of the driver specific file operations registered
207 implement &drm_driver.show_fdinfo if they wish to provide any stats which
/linux/net/netfilter/
H A Dnf_bpf_link.c175 .show_fdinfo = bpf_nf_link_show_info,
/linux/fs/
H A Deventfd.c304 .show_fdinfo = eventfd_show_fdinfo,
H A Dsignalfd.c243 .show_fdinfo = signalfd_show_fdinfo,
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c660 .show_fdinfo = drm_show_fdinfo,
707 .show_fdinfo = panfrost_show_fdinfo,
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c367 .show_fdinfo = drm_show_fdinfo,
388 .show_fdinfo = xe_drm_client_fdinfo,

123