Searched refs:seq_file (Results 151 - 175 of 1768) sorted by relevance

1234567891011>>

/linux-master/net/rxrpc/
H A Dproc.c27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos)
36 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos)
43 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v)
49 static int rxrpc_call_seq_show(struct seq_file *seq, void *v)
115 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos)
124 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v,
132 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v)
140 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v)
202 static void *rxrpc_bundle_seq_start(struct seq_file *seq, loff_t *_pos)
211 static void *rxrpc_bundle_seq_next(struct seq_file *se
[all...]
/linux-master/fs/
H A Dproc_namespace.c23 struct seq_file *m = file->private_data;
45 static int show_sb_opts(struct seq_file *m, struct super_block *sb)
64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt)
87 static inline void mangle(struct seq_file *m, const char *s)
92 static void show_type(struct seq_file *m, struct super_block *sb)
101 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt)
135 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt)
193 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt)
239 int (*show)(struct seq_file *, struct vfsmount *))
246 struct seq_file *
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c7 #include <linux/seq_file.h>
56 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos)
65 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos)
75 static void _opcode_stats_seq_stop(struct seq_file *s, void *v)
79 static int opcode_stats_show(struct seq_file *s, u8 i, u64 packets, u64 bytes)
90 static int _opcode_stats_seq_show(struct seq_file *s, void *v)
114 static void *_tx_opcode_stats_seq_start(struct seq_file *s, loff_t *pos)
119 static void *_tx_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos)
124 static void _tx_opcode_stats_seq_stop(struct seq_file *s, void *v)
128 static int _tx_opcode_stats_seq_show(struct seq_file *
[all...]
/linux-master/net/atm/
H A Dmpc.h54 struct seq_file;
55 void atm_mpoa_disp_qos(struct seq_file *m);
/linux-master/include/net/
H A Dlib80211.h34 #include <linux/seq_file.h>
76 void (*print_stats) (struct seq_file *m, void *priv);
H A Dtransp_v6.h47 void __ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp,
50 ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp,
/linux-master/drivers/net/fjes/
H A Dfjes_debugfs.c12 #include <linux/seq_file.h>
26 static int fjes_dbg_status_show(struct seq_file *m, void *v)
/linux-master/fs/jfs/
H A Djfs_debug.c11 #include <linux/seq_file.h>
20 static int jfs_loglevel_proc_show(struct seq_file *m, void *v)
/linux-master/arch/um/kernel/
H A Dexitcode.c11 #include <linux/seq_file.h>
21 static int exitcode_proc_show(struct seq_file *m, void *v)
/linux-master/drivers/staging/octeon/
H A Dethernet-mdio.h15 #include <linux/seq_file.h>
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_debugfs.c6 #include <linux/seq_file.h>
33 static int pl111_debugfs_regs(struct seq_file *m, void *unused)
/linux-master/arch/sh/mm/
H A Dcache-debugfs.c13 #include <linux/seq_file.h>
25 static int cache_debugfs_show(struct seq_file *file, void *iter)
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c7 #include <linux/seq_file.h>
13 static void *fm10k_dbg_desc_seq_start(struct seq_file *s, loff_t *pos)
20 static void *fm10k_dbg_desc_seq_next(struct seq_file *s,
29 static void fm10k_dbg_desc_seq_stop(struct seq_file __always_unused *s,
35 static void fm10k_dbg_desc_break(struct seq_file *s, int i)
43 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v)
70 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v)
129 ((struct seq_file *)filep->private_data)->private = ring;
/linux-master/drivers/rtc/
H A Dproc.c14 #include <linux/seq_file.h>
39 static int rtc_proc_show(struct seq_file *seq, void *offset)
/linux-master/drivers/comedi/
H A Dproc.c19 #include <linux/seq_file.h>
21 static int comedi_read(struct seq_file *m, void *v)
/linux-master/net/tls/
H A Dtls_proc.c5 #include <linux/seq_file.h>
28 static int tls_statistics_seq_show(struct seq_file *seq, void *v)
/linux-master/arch/mips/kernel/
H A Dsegment.c11 #include <linux/seq_file.h>
49 static int segments_show(struct seq_file *m, void *v)
/linux-master/fs/proc/
H A Duptime.c6 #include <linux/seq_file.h>
12 static int uptime_proc_show(struct seq_file *m, void *v)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_debugfs.c8 #include <linux/seq_file.h>
35 static int vc4_debugfs_regset32(struct seq_file *m, void *unused)
/linux-master/arch/powerpc/platforms/85xx/
H A Dppa8548.c17 #include <linux/seq_file.h>
44 static void ppa8548_show_cpuinfo(struct seq_file *m)
H A Dstx_gp3.c24 #include <linux/seq_file.h>
68 static void stx_gp3_show_cpuinfo(struct seq_file *m)
/linux-master/arch/arm/include/asm/
H A Dsmp.h20 struct seq_file;
25 extern void show_ipi_list(struct seq_file *, int);
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h78 struct seq_file;
95 struct seq_file *m;
/linux-master/include/linux/
H A Dpsi.h12 struct seq_file;
25 int psi_show(struct seq_file *s, struct psi_group *group, enum psi_res res);
/linux-master/include/linux/sunrpc/
H A Dstats.h53 void svc_seq_show(struct seq_file *,
72 static inline void svc_seq_show(struct seq_file *seq,

Completed in 269 milliseconds

1234567891011>>