| /linux-6.15/rust/kernel/ |
| H A D | miscdevice.rs | 154 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 D | fdinfo.c | 25 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 D | bpf_iter.c | 441 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 D | kmem_cache_iter.c | 223 .show_fdinfo = bpf_iter_kmem_cache_show_fdinfo,
|
| H A D | map_iter.c | 171 .show_fdinfo = bpf_iter_map_show_fdinfo,
|
| H A D | task_iter.c | 702 .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 D | token.c | 108 .show_fdinfo = bpf_token_show_fdinfo,
|
| H A D | cgroup_iter.c | 280 .show_fdinfo = bpf_iter_cgroup_show_fdinfo,
|
| H A D | tcx.c | 294 .show_fdinfo = tcx_link_fdinfo,
|
| H A D | net_namespace.c | 242 .show_fdinfo = bpf_netns_link_show_fdinfo,
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.c | 203 .show_fdinfo = drm_show_fdinfo, 247 .show_fdinfo = v3d_show_fdinfo,
|
| /linux-6.15/fs/proc/ |
| H A D | fd.c | 67 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 D | drm_drv.h | 393 void (*show_fdinfo)(struct drm_printer *p, struct drm_file *f); member
|
| /linux-6.15/include/linux/ |
| H A D | tty_driver.h | 480 void (*show_fdinfo)(struct tty_struct *tty, struct seq_file *m); member
|
| H A D | net.h | 197 void (*show_fdinfo)(struct seq_file *m, struct socket *sock); member
|
| /linux-6.15/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 499 .show_fdinfo = drm_show_fdinfo, 510 .show_fdinfo = etnaviv_show_fdinfo,
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_file.c | 988 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 D | drm-usage-stats.rst | 8 `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 D | eventfd.c | 304 .show_fdinfo = eventfd_show_fdinfo,
|
| H A D | signalfd.c | 243 .show_fdinfo = signalfd_show_fdinfo,
|
| H A D | timerfd.c | 390 .show_fdinfo = timerfd_show,
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_bpf_link.c | 175 .show_fdinfo = bpf_nf_link_show_info,
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_drv.c | 618 .show_fdinfo = drm_show_fdinfo, 633 .show_fdinfo = panfrost_show_fdinfo,
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 889 .show_fdinfo = drm_show_fdinfo, 908 .show_fdinfo = msm_show_fdinfo,
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 355 .show_fdinfo = drm_show_fdinfo, 376 .show_fdinfo = xe_drm_client_fdinfo,
|