Home
last modified time | relevance | path

Searched refs:seq_file (Results 1 – 25 of 91) sorted by relevance

1234

/include/linux/
A Dseq_file.h16 struct seq_file { struct
32 void * (*start) (struct seq_file *m, loff_t *pos); argument
33 void (*stop) (struct seq_file *m, void *v);
34 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
35 int (*show) (struct seq_file *m, void *v);
50 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()
105 void seq_pad(struct seq_file *m, char c);
119 void seq_putc(struct seq_file *m, char c);
120 void __seq_puts(struct seq_file *m, const char *s);
175 void *single_start(struct seq_file *, loff_t *);
[all …]
A Dhid-debug.h21 void hid_dump_device(struct hid_device *, struct seq_file *);
22 void hid_dump_field(struct hid_field *, int, struct seq_file *);
23 char *hid_resolv_usage(unsigned, struct seq_file *);
A Dseq_file_net.h18 static inline struct net *seq_file_net(struct seq_file *seq) in seq_file_net()
31 static inline struct net *seq_file_single_net(struct seq_file *seq) in seq_file_single_net()
A Dlru_cache.h252 struct seq_file;
253 extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
255 extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
256 void (*detail) (struct seq_file *, struct lc_element *));
A Dmroute_base.h400 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos);
402 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
414 void *mr_mfc_seq_next(struct seq_file *seq, void *v,
417 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
431 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop()
448 static inline void *mr_vif_seq_next(struct seq_file *seq, in mr_vif_seq_next()
454 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
465 static inline void *mr_mfc_seq_next(struct seq_file *seq, void *v, in mr_mfc_seq_next()
471 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
477 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop()
A Dproc_fs.h13 struct seq_file;
108 int (*show)(struct seq_file *, void *), void *data);
142 int (*show)(struct seq_file *, void *), void *data);
150 int (*show)(struct seq_file *, void *),
164 int proc_pid_arch_status(struct seq_file *m, struct pid_namespace *ns,
168 void arch_report_meminfo(struct seq_file *m);
169 void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task);
A Dpsi.h12 struct seq_file;
25 int psi_show(struct seq_file *s, struct psi_group *group, enum psi_res res);
A Dcgroup-defs.h34 struct seq_file;
693 int (*seq_show)(struct seq_file *sf, void *v);
696 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
697 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
698 void (*seq_stop)(struct seq_file *sf, void *v);
741 int (*css_extra_stat_show)(struct seq_file *seq,
743 int (*css_local_stat_show)(struct seq_file *seq,
A Dseccomp.h109 struct seq_file;
113 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
A Dkernfs.h26 struct seq_file;
243 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
250 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,
260 struct seq_file *seq_file; member
295 int (*seq_show)(struct seq_file *sf, void *v);
297 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
298 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
299 void (*seq_stop)(struct seq_file *sf, void *v);
A Dnubus.h18 struct seq_file;
159 void nubus_seq_write_rsrc_mem(struct seq_file *m,
169 int nubus_proc_show(struct seq_file *m, void *data);
A Dcpuset.h114 extern void cpuset_task_status_allowed(struct seq_file *m,
116 extern int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns,
245 static inline void cpuset_task_status_allowed(struct seq_file *m, in cpuset_task_status_allowed()
/include/linux/pinctrl/
A Dpinconf.h17 struct seq_file;
57 struct seq_file *s,
60 struct seq_file *s,
63 struct seq_file *s,
/include/drm/
A Ddrm_debugfs.h69 int (*show)(struct seq_file*, void*);
115 int (*show)(struct seq_file*, void*);
149 int (*show)(struct seq_file*, void*), void *data);
154 int drm_debugfs_gpuva_info(struct seq_file *m,
173 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file() argument
182 static inline int drm_debugfs_gpuva_info(struct seq_file *m, in drm_debugfs_gpuva_info()
/include/soc/tegra/
A Dtegra-cbb.h24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v);
36 void tegra_cbb_print_err(struct seq_file *file, const char *fmt, ...);
38 void tegra_cbb_print_cache(struct seq_file *file, u32 cache);
39 void tegra_cbb_print_prot(struct seq_file *file, u32 prot);
/include/cxl/
A Deinj.h17 struct seq_file;
20 int einj_cxl_available_error_type_show(struct seq_file *m, void *v);
25 static inline int einj_cxl_available_error_type_show(struct seq_file *m, in einj_cxl_available_error_type_show()
/include/net/
A Draw.h66 static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq) in raw_seq_private()
70 void *raw_seq_start(struct seq_file *seq, loff_t *pos);
71 void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
72 void raw_seq_stop(struct seq_file *seq, void *v);
A Dping.h75 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
76 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos);
77 void ping_seq_stop(struct seq_file *seq, void *v);
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, in ip6_dgram_sock_seq_show()
/include/linux/sched/
A Ddebug.h38 struct seq_file;
40 struct pid_namespace *ns, struct seq_file *m);
A Dautogroup.h8 struct seq_file;
17 extern void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m);
/include/linux/sunrpc/
A Dmetrics.h90 void rpc_clnt_show_stats(struct seq_file *, struct rpc_clnt *);
103 static inline void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) {} in rpc_clnt_show_stats()
A Dstats.h53 void svc_seq_show(struct seq_file *,
72 static inline void svc_seq_show(struct seq_file *seq, in svc_seq_show()
/include/drm/ttm/
A Dttm_pool.h35 struct seq_file;
91 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
/include/keys/
A Dbig_key-type.h19 extern void big_key_describe(const struct key *big_key, struct seq_file *m);

Completed in 46 milliseconds

1234