/kernel/locking/ |
D | lockdep_proc.c | 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 56 static void l_stop(struct seq_file *m, void *v) in l_stop() 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 77 static int l_show(struct seq_file *m, void *v) in l_show() 128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 145 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 149 static int lc_show(struct seq_file *m, void *v) in lc_show() 193 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show() [all …]
|
/kernel/module/ |
D | procfs.c | 16 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 41 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 55 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next() 60 static void m_stop(struct seq_file *m, void *p) in m_stop() 65 static int m_show(struct seq_file *m, void *p) in m_show() 125 struct seq_file *m = file->private_data; in modules_open()
|
D | tracking.c | 68 static void *unloaded_tainted_modules_seq_start(struct seq_file *m, loff_t *pos) in unloaded_tainted_modules_seq_start() 75 static void *unloaded_tainted_modules_seq_next(struct seq_file *m, void *p, loff_t *pos) in unloaded_tainted_modules_seq_next() 80 static void unloaded_tainted_modules_seq_stop(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_stop() 86 static int unloaded_tainted_modules_seq_show(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_show()
|
/kernel/time/ |
D | timer_list.c | 31 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) in SEQ_printf() 46 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer() 60 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 99 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 115 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 178 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice() 242 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header() 257 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 284 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show() 320 static void *timer_list_start(struct seq_file *file, loff_t *offset) in timer_list_start() [all …]
|
/kernel/bpf/ |
D | task_iter.c | 160 static void *task_seq_start(struct seq_file *seq, loff_t *pos) in task_seq_start() 174 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next() 196 static int __task_seq_show(struct seq_file *seq, struct task_struct *task, in DEFINE_BPF_ITER_FUNC() 213 static int task_seq_show(struct seq_file *seq, void *v) in task_seq_show() 218 static void task_seq_stop(struct seq_file *seq, void *v) in task_seq_stop() 338 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos) in task_file_seq_start() 351 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next() 372 static int __task_file_seq_show(struct seq_file *seq, struct file *file, in DEFINE_BPF_ITER_FUNC() 392 static int task_file_seq_show(struct seq_file *seq, void *v) in task_file_seq_show() 397 static void task_file_seq_stop(struct seq_file *seq, void *v) in task_file_seq_stop() [all …]
|
D | link_iter.c | 13 static void *bpf_link_seq_start(struct seq_file *seq, loff_t *pos) in bpf_link_seq_start() 27 static void *bpf_link_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_link_seq_next() 44 static int __bpf_link_seq_show(struct seq_file *seq, void *v, bool in_stop) in DEFINE_BPF_ITER_FUNC() 61 static int bpf_link_seq_show(struct seq_file *seq, void *v) in bpf_link_seq_show() 66 static void bpf_link_seq_stop(struct seq_file *seq, void *v) in bpf_link_seq_stop()
|
D | prog_iter.c | 13 static void *bpf_prog_seq_start(struct seq_file *seq, loff_t *pos) in bpf_prog_seq_start() 27 static void *bpf_prog_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_prog_seq_next() 44 static int __bpf_prog_seq_show(struct seq_file *seq, void *v, bool in_stop) in DEFINE_BPF_ITER_FUNC() 61 static int bpf_prog_seq_show(struct seq_file *seq, void *v) in bpf_prog_seq_show() 66 static void bpf_prog_seq_stop(struct seq_file *seq, void *v) in bpf_prog_seq_stop()
|
D | cgroup_iter.c | 57 static void *cgroup_iter_seq_start(struct seq_file *seq, loff_t *pos) in cgroup_iter_seq_start() 85 static int __cgroup_iter_seq_show(struct seq_file *seq, 88 static void cgroup_iter_seq_stop(struct seq_file *seq, void *v) in cgroup_iter_seq_stop() 101 static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in cgroup_iter_seq_next() 120 static int __cgroup_iter_seq_show(struct seq_file *seq, in __cgroup_iter_seq_show() 147 static int cgroup_iter_seq_show(struct seq_file *seq, void *v) in cgroup_iter_seq_show() 233 struct seq_file *seq) in bpf_iter_cgroup_show_fdinfo()
|
D | map_iter.c | 13 static void *bpf_map_seq_start(struct seq_file *seq, loff_t *pos) in bpf_map_seq_start() 27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_map_seq_next() 44 static int __bpf_map_seq_show(struct seq_file *seq, void *v, bool in_stop) in DEFINE_BPF_ITER_FUNC() 61 static int bpf_map_seq_show(struct seq_file *seq, void *v) in bpf_map_seq_show() 66 static void bpf_map_seq_stop(struct seq_file *seq, void *v) in bpf_map_seq_stop() 153 struct seq_file *seq) in bpf_iter_map_show_fdinfo()
|
D | inode.c | 179 static struct map_iter *map_iter(struct seq_file *m) in map_iter() 184 static struct bpf_map *seq_file_to_map(struct seq_file *m) in seq_file_to_map() 216 static void *map_seq_next(struct seq_file *m, void *v, loff_t *pos) in map_seq_next() 240 static void *map_seq_start(struct seq_file *m, loff_t *pos) in map_seq_start() 248 static void map_seq_stop(struct seq_file *m, void *v) in map_seq_stop() 252 static int map_seq_show(struct seq_file *m, void *v) in map_seq_show() 278 struct seq_file *m; in bpffs_map_open() 299 struct seq_file *m = file->private_data; in bpffs_map_release() 604 static int bpf_show_options(struct seq_file *m, struct dentry *root) in bpf_show_options()
|
D | bpf_iter.c | 44 static void bpf_iter_inc_seq_num(struct seq_file *seq) in bpf_iter_inc_seq_num() 53 static void bpf_iter_dec_seq_num(struct seq_file *seq) in bpf_iter_dec_seq_num() 62 static void bpf_iter_done_stop(struct seq_file *seq) in bpf_iter_done_stop() 76 static bool bpf_iter_support_resched(struct seq_file *seq) in bpf_iter_support_resched() 97 struct seq_file *seq = file->private_data; in bpf_seq_read() 266 struct seq_file *seq; in iter_release() 439 struct seq_file *seq) in bpf_iter_link_show_fdinfo() 598 struct seq_file *seq; in prepare_seq_file() 675 struct seq_file *seq; in bpf_iter_get_info()
|
/kernel/irq/ |
D | proc.c | 46 static int show_irq_affinity(int type, struct seq_file *m) in show_irq_affinity() 83 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show() 104 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show() 109 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show() 218 static int irq_effective_aff_proc_show(struct seq_file *m, void *v) in irq_effective_aff_proc_show() 223 static int irq_effective_aff_list_proc_show(struct seq_file *m, void *v) in irq_effective_aff_list_proc_show() 229 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show() 279 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show() 288 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show() 451 int __weak arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() [all …]
|
D | debugfs.c | 18 static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() 30 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) in irq_debug_show_masks() 47 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) { } in irq_debug_show_masks() 65 irq_debug_show_chip(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_chip() 84 irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_data() 162 static int irq_debug_show(struct seq_file *m, void *p) in irq_debug_show()
|
/kernel/sched/ |
D | debug.c | 57 static int sched_feat_show(struct seq_file *m, void *v) in sched_feat_show() 200 static int sched_scaling_show(struct seq_file *m, void *v) in sched_scaling_show() 247 static int sched_dynamic_show(struct seq_file *m, void *v) in sched_dynamic_show() 352 static int sd_flags_show(struct seq_file *m, void *v) in sd_flags_show() 449 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() 533 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task() 562 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq() 583 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq() 665 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq() 695 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() [all …]
|
D | cpuacct.c | 209 static int __cpuacct_percpu_seq_show(struct seq_file *m, in __cpuacct_percpu_seq_show() 224 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show() 229 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show() 234 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show() 239 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show() 260 static int cpuacct_stats_show(struct seq_file *sf, void *v) in cpuacct_stats_show()
|
/kernel/trace/ |
D | trace_branch.c | 156 static void branch_print_header(struct seq_file *s) in branch_print_header() 236 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers() 271 static void branch_stat_show(struct seq_file *m, in branch_stat_show() 289 static int branch_stat_show_normal(struct seq_file *m, in branch_stat_show_normal() 297 static int annotate_branch_stat_show(struct seq_file *m, void *v) in annotate_branch_stat_show() 396 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers() 425 static int all_branch_stat_show(struct seq_file *m, void *v) in all_branch_stat_show()
|
D | trace_stack.c | 376 __next(struct seq_file *m, loff_t *pos) in __next() 388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 408 static void t_stop(struct seq_file *m, void *p) in t_stop() 417 static void trace_lookup_stack(struct seq_file *m, long i) in trace_lookup_stack() 424 static void print_disabled(struct seq_file *m) in print_disabled() 435 static int t_show(struct seq_file *m, void *v) in t_show()
|
D | trace_dynevent.h | 43 int (*show)(struct seq_file *m, struct dyn_event *ev); 98 void *dyn_event_seq_start(struct seq_file *m, loff_t *pos); 99 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos); 100 void dyn_event_seq_stop(struct seq_file *m, void *v);
|
D | trace_recursion_record.c | 121 static void *recursed_function_seq_start(struct seq_file *m, loff_t *pos) in recursed_function_seq_start() 141 static void *recursed_function_seq_next(struct seq_file *m, void *v, loff_t *pos) in recursed_function_seq_next() 152 static void recursed_function_seq_stop(struct seq_file *m, void *v) in recursed_function_seq_stop() 158 static int recursed_function_seq_show(struct seq_file *m, void *v) in recursed_function_seq_show()
|
D | trace_stat.c | 171 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start() 195 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next() 208 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop() 214 static int stat_seq_show(struct seq_file *s, void *v) in stat_seq_show() 236 struct seq_file *m; in tracing_stat_open()
|
/kernel/trace/rv/ |
D | rv_reactors.c | 87 static int reactors_show(struct seq_file *m, void *p) in reactors_show() 95 static void reactors_stop(struct seq_file *m, void *p) in reactors_stop() 100 static void *reactors_start(struct seq_file *m, loff_t *pos) in reactors_start() 106 static void *reactors_next(struct seq_file *m, void *p, loff_t *pos) in reactors_next() 139 static int monitor_reactor_show(struct seq_file *m, void *p) in monitor_reactor_show() 193 struct seq_file *seq_f; in monitor_reactors_write() 250 struct seq_file *seq_f; in monitor_reactors_open()
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 8 struct seq_file; 10 struct seq_file *seq; 79 struct seq_file *seq = ctx->meta->seq; in dump_bpf_map() 96 struct seq_file *seq = ctx->meta->seq; in dump_bpf_prog()
|
/kernel/cgroup/ |
D | debug.c | 40 static int current_css_set_read(struct seq_file *seq, void *v) in current_css_set_read() 87 static int current_css_set_cg_links_read(struct seq_file *seq, void *v) in current_css_set_cg_links_read() 114 static int cgroup_css_links_read(struct seq_file *seq, void *v) in cgroup_css_links_read() 203 static int cgroup_subsys_states_read(struct seq_file *seq, void *v) in cgroup_subsys_states_read() 236 static void cgroup_masks_read_one(struct seq_file *seq, const char *name, in cgroup_masks_read_one() 255 static int cgroup_masks_read(struct seq_file *seq, void *v) in cgroup_masks_read()
|
/kernel/printk/ |
D | index.c | 43 static void *pi_next(struct seq_file *s, void *v, loff_t *pos) in pi_next() 53 static void *pi_start(struct seq_file *s, loff_t *pos) in pi_start() 73 static int pi_show(struct seq_file *s, void *v) in pi_show() 116 static void pi_stop(struct seq_file *p, void *v) { } in pi_stop()
|
/kernel/ |
D | user_namespace.c | 599 static int uid_m_show(struct seq_file *seq, void *v) in uid_m_show() 620 static int gid_m_show(struct seq_file *seq, void *v) in gid_m_show() 641 static int projid_m_show(struct seq_file *seq, void *v) in projid_m_show() 662 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() 678 static void *uid_m_start(struct seq_file *seq, loff_t *ppos) in uid_m_start() 685 static void *gid_m_start(struct seq_file *seq, loff_t *ppos) in gid_m_start() 692 static void *projid_m_start(struct seq_file *seq, loff_t *ppos) in projid_m_start() 699 static void *m_next(struct seq_file *seq, void *v, loff_t *pos) in m_next() 705 static void m_stop(struct seq_file *seq, void *v) in m_stop() 926 struct seq_file *seq = file->private_data; in map_write() [all …]
|