Home
last modified time | relevance | path

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

1234

/include/linux/
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()
63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf()
83 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
101 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth()
105 void seq_pad(struct seq_file *m, char c);
[all …]
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 *);
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()
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 *));
Dmroute_base.h395 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos);
397 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
409 void *mr_mfc_seq_next(struct seq_file *seq, void *v,
412 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
426 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop()
443 static inline void *mr_vif_seq_next(struct seq_file *seq, in mr_vif_seq_next()
449 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) in mr_vif_seq_start()
460 static inline void *mr_mfc_seq_next(struct seq_file *seq, void *v, in mr_mfc_seq_next()
466 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, in mr_mfc_seq_start()
472 static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v) in mr_mfc_seq_stop()
Dpgsize_migration.h30 struct seq_file *m, void *func, bool smaps);
56 struct seq_file *m, void *func, bool smaps) in show_map_pad_vma()
Dproc_fs.h13 struct seq_file;
106 int (*show)(struct seq_file *, void *), void *data);
140 int (*show)(struct seq_file *, void *), void *data);
148 int (*show)(struct seq_file *, void *),
162 int proc_pid_arch_status(struct seq_file *m, struct pid_namespace *ns,
166 void arch_report_meminfo(struct seq_file *m);
167 void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task);
Dpsi.h12 struct seq_file;
25 int psi_show(struct seq_file *s, struct psi_group *group, enum psi_res res);
Dcgroup-defs.h35 struct seq_file;
717 int (*seq_show)(struct seq_file *sf, void *v);
720 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
721 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
722 void (*seq_stop)(struct seq_file *sf, void *v);
764 int (*css_extra_stat_show)(struct seq_file *seq,
766 int (*css_local_stat_show)(struct seq_file *seq,
Dseccomp.h108 struct seq_file;
112 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
Dkernfs.h27 struct seq_file;
240 int (*show_options)(struct seq_file *sf, struct kernfs_root *root);
247 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,
262 struct seq_file *seq_file; member
299 int (*seq_show)(struct seq_file *sf, void *v);
301 void *(*seq_start)(struct seq_file *sf, loff_t *ppos);
302 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);
303 void (*seq_stop)(struct seq_file *sf, void *v);
/include/linux/pinctrl/
Dpinconf.h17 struct seq_file;
57 struct seq_file *s,
60 struct seq_file *s,
63 struct seq_file *s,
/include/drm/
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,
170 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file() argument
179 static inline int drm_debugfs_gpuva_info(struct seq_file *m, in drm_debugfs_gpuva_info()
/include/soc/tegra/
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/
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/
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);
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);
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/
Ddebug.h39 struct seq_file;
41 struct pid_namespace *ns, struct seq_file *m);
Dautogroup.h8 struct seq_file;
17 extern void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m);
/include/linux/sunrpc/
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()
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/
Dttm_pool.h35 struct seq_file;
90 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
/include/trace/hooks/
Dpower.h37 struct seq_file;
44 TP_PROTO(struct seq_file *m, uid_t uid, u64 total_utime,
Dcpuinfo.h13 TP_PROTO(struct seq_file *m),

1234