Home
last modified time | relevance | path

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

123

/linux-6.15/rust/kernel/
H A Dmiscdevice.rs154 fn show_fdinfo( in show_fdinfo() method
275 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() method
288 T::show_fdinfo(device, m, file); in show_fdinfo()
307 show_fdinfo: if T::HAS_SHOW_FDINFO {
308 Some(Self::show_fdinfo)
/linux-6.15/fs/notify/
H A Dfdinfo.c25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() function
92 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
140 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()
/linux-6.15/kernel/bpf/
H A Dbpf_iter.c441 bpf_iter_show_fdinfo_t show_fdinfo; in bpf_iter_link_show_fdinfo() local
447 show_fdinfo = iter_link->tinfo->reg_info->show_fdinfo; in bpf_iter_link_show_fdinfo()
448 if (show_fdinfo) in bpf_iter_link_show_fdinfo()
449 show_fdinfo(&iter_link->aux, seq); in bpf_iter_link_show_fdinfo()
496 .show_fdinfo = bpf_iter_link_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,
H A Dnet_namespace.c242 .show_fdinfo = bpf_netns_link_show_fdinfo,
/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_drv.c203 .show_fdinfo = drm_show_fdinfo,
247 .show_fdinfo = v3d_show_fdinfo,
/linux-6.15/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-6.15/include/drm/
H A Ddrm_drv.h393 void (*show_fdinfo)(struct drm_printer *p, struct drm_file *f); member
/linux-6.15/include/linux/
H A Dtty_driver.h480 void (*show_fdinfo)(struct tty_struct *tty, struct seq_file *m); member
H A Dnet.h197 void (*show_fdinfo)(struct seq_file *m, struct socket *sock); member
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c499 .show_fdinfo = drm_show_fdinfo,
510 .show_fdinfo = etnaviv_show_fdinfo,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_file.c988 if (dev->driver->show_fdinfo) in drm_show_fdinfo()
989 dev->driver->show_fdinfo(&p, file); in drm_show_fdinfo()
/linux-6.15/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-6.15/fs/
H A Deventfd.c304 .show_fdinfo = eventfd_show_fdinfo,
H A Dsignalfd.c243 .show_fdinfo = signalfd_show_fdinfo,
H A Dtimerfd.c390 .show_fdinfo = timerfd_show,
/linux-6.15/net/netfilter/
H A Dnf_bpf_link.c175 .show_fdinfo = bpf_nf_link_show_info,
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c618 .show_fdinfo = drm_show_fdinfo,
633 .show_fdinfo = panfrost_show_fdinfo,
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_drv.c889 .show_fdinfo = drm_show_fdinfo,
908 .show_fdinfo = msm_show_fdinfo,
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device.c355 .show_fdinfo = drm_show_fdinfo,
376 .show_fdinfo = xe_drm_client_fdinfo,

123