Searched refs:seq_file (Results 376 - 400 of 1768) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/f2fs/
H A Diostat.h32 extern int __maybe_unused iostat_info_seq_show(struct seq_file *seq,
/linux-master/drivers/crypto/caam/
H A Ddpseci-debugfs.c9 static int dpseci_dbg_fqs_show(struct seq_file *file, void *offset)
/linux-master/fs/proc/
H A Dstat.c10 #include <linux/seq_file.h>
57 static void show_irq_gap(struct seq_file *p, unsigned int gap)
70 static void show_all_irqs(struct seq_file *p)
82 static int show_stat(struct seq_file *p, void *v)
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc834x_itx.c20 #include <linux/seq_file.h>
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_debugfs.c21 static int pxp_info_show(struct seq_file *m, void *data)
/linux-master/drivers/media/cec/core/
H A Dcec-priv.h48 int cec_adap_status(struct seq_file *file, void *priv);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ksym.c31 struct seq_file *seq = ctx->meta->seq;
H A Dbpf_iter_task_vmas.c29 struct seq_file *seq = ctx->meta->seq;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data)
61 * rsi_sdio_stats_open() - This function calls single open function of seq_file
81 static int rsi_version_read(struct seq_file *seq, void *data)
95 * rsi_version_open() - This function calls single open function of seq_file to
115 static int rsi_stats_read(struct seq_file *seq, void *data)
180 * rsi_stats_open() - This function calls single open function of seq_file to
200 static int rsi_debug_zone_read(struct seq_file *seq, void *data)
209 * rsi_debug_read() - This function calls single open function of seq_file to
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_debugfs.c18 static int uc_usage_show(struct seq_file *m, void *data)
/linux-master/mm/kfence/
H A Dreport.c15 #include <linux/seq_file.h>
30 /* Helper function to either print to a seq_file or to console. */
32 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...)
105 static void kfence_print_stack(struct seq_file *seq, const struct kfence_metadata *meta,
129 void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta)
/linux-master/arch/powerpc/platforms/85xx/
H A Dsocrates.c25 #include <linux/seq_file.h>
H A Dmpc85xx_ds.c16 #include <linux/seq_file.h>
H A Dmpc8536_ds.c13 #include <linux/seq_file.h>
/linux-master/include/linux/sunrpc/
H A Dcache.h89 int (*cache_show)(struct seq_file *m,
244 /* Must store cache_detail in seq_file->private if using next three functions */
245 extern void *cache_seq_start_rcu(struct seq_file *file, loff_t *pos);
246 extern void *cache_seq_next_rcu(struct seq_file *file, void *p, loff_t *pos);
247 extern void cache_seq_stop_rcu(struct seq_file *file, void *p);
/linux-master/kernel/cgroup/
H A Dmisc.c206 static int misc_cg_max_show(struct seq_file *sf, void *v)
295 static int misc_cg_current_show(struct seq_file *sf, void *v)
320 static int misc_cg_capacity_show(struct seq_file *sf, void *v)
334 static int misc_events_show(struct seq_file *sf, void *v)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sa.c110 struct seq_file *m)
/linux-master/arch/m68k/kernel/
H A Duboot.c20 #include <linux/seq_file.h>
/linux-master/arch/m68k/sun3/
H A Dsun3ints.c18 #include <linux/seq_file.h>
/linux-master/arch/parisc/kernel/
H A Dsetup.c19 #include <linux/seq_file.h>
154 c_start (struct seq_file *m, loff_t *pos)
165 c_next (struct seq_file *m, void *v, loff_t *pos)
172 c_stop (struct seq_file *m, void *v)
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h22 struct seq_file *seq; \
/linux-master/arch/arm64/include/asm/
H A Dsmp.h56 struct seq_file;
/linux-master/kernel/bpf/
H A Dtask_iter.c140 static void *task_seq_start(struct seq_file *seq, loff_t *pos)
154 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos)
176 static int __task_seq_show(struct seq_file *seq, struct task_struct *task,
193 static int task_seq_show(struct seq_file *seq, void *v)
198 static void task_seq_stop(struct seq_file *seq, void *v)
316 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos)
329 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos)
350 static int __task_file_seq_show(struct seq_file *seq, struct file *file,
370 static int task_file_seq_show(struct seq_file *seq, void *v)
375 static void task_file_seq_stop(struct seq_file *se
[all...]
/linux-master/fs/nfsd/
H A Dfilecache.h68 int nfsd_file_cache_stats_show(struct seq_file *m, void *v);
/linux-master/drivers/base/regmap/
H A Dregcache-flat.c10 #include <linux/seq_file.h>

Completed in 206 milliseconds

<<11121314151617181920>>