Home
last modified time | relevance | path

Searched defs:show_fdinfo (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Dmiscdevice.rs176 fn show_fdinfo( in show_fdinfo() method
324 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() method
/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
H A Dbpf.h1776 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq); member
2652 bpf_iter_show_fdinfo_t show_fdinfo; member
H A Dfs.h2184 void (*show_fdinfo)(struct seq_file *m, struct file *f); member
/linux/kernel/bpf/
H A Dbpf_iter.c440 bpf_iter_show_fdinfo_t show_fdinfo; in bpf_iter_link_show_fdinfo() local