/kernel/irq/ |
A D | matrix.c | 52 struct irq_matrix *m; in irq_alloc_matrix() local 84 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online() 105 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline() 135 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu() 187 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system() 328 void irq_matrix_assign(struct irq_matrix *m, unsigned int bit) in irq_matrix_assign() 352 void irq_matrix_reserve(struct irq_matrix *m) in irq_matrix_reserve() 370 void irq_matrix_remove_reserved(struct irq_matrix *m) in irq_matrix_remove_reserved() 424 void irq_matrix_free(struct irq_matrix *m, unsigned int cpu, in irq_matrix_free() 469 unsigned int irq_matrix_reserved(struct irq_matrix *m) in irq_matrix_reserved() [all …]
|
A D | debugfs.c | 12 void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() 24 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) in irq_debug_show_masks() 41 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) { } in irq_debug_show_masks() 60 irq_debug_show_chip(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_chip() 79 irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_data() 158 static int irq_debug_show(struct seq_file *m, void *p) in irq_debug_show()
|
A D | proc.c | 46 static int show_irq_affinity(int type, struct seq_file *m) in show_irq_affinity() 81 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show() 100 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show() 105 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show() 214 static int irq_effective_aff_proc_show(struct seq_file *m, void *v) in irq_effective_aff_proc_show() 219 static int irq_effective_aff_list_proc_show(struct seq_file *m, void *v) in irq_effective_aff_list_proc_show() 225 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show() 275 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show() 284 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
|
/kernel/locking/ |
A D | lockdep_proc.c | 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() 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() 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() 443 static void seq_time(struct seq_file *m, s64 time) in seq_time() 572 static void seq_header(struct seq_file *m) in seq_header() 620 static void ls_stop(struct seq_file *m, void *v) in ls_stop() 624 static int ls_show(struct seq_file *m, void *v) in ls_show() [all …]
|
/kernel/module/ |
A 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() 74 static int m_show(struct seq_file *m, void *p) in m_show() 131 struct seq_file *m = file->private_data; in modules_open() local
|
A D | tracking.c | 67 static void *unloaded_tainted_modules_seq_start(struct seq_file *m, loff_t *pos) in unloaded_tainted_modules_seq_start() 74 static void *unloaded_tainted_modules_seq_next(struct seq_file *m, void *p, loff_t *pos) in unloaded_tainted_modules_seq_next() 79 static void unloaded_tainted_modules_seq_stop(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_stop() 85 static int unloaded_tainted_modules_seq_show(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_show()
|
/kernel/time/ |
A 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() 182 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice() 246 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header() 261 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 288 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
|
/kernel/sched/ |
A D | debug.c | 17 #define SEQ_printf(m, x...) \ argument 59 static int sched_feat_show(struct seq_file *m, void *v) in sched_feat_show() 199 static int sched_scaling_show(struct seq_file *m, void *v) in sched_scaling_show() 244 static int sched_dynamic_show(struct seq_file *m, void *v) in sched_dynamic_show() 538 static int sd_flags_show(struct seq_file *m, void *v) in sd_flags_show() 712 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument 876 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq() 924 static void print_cpu(struct seq_file *m, int cpu) in print_cpu() 989 static void sched_debug_header(struct seq_file *m) in sched_debug_header() 1038 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show() [all …]
|
A D | cpuacct.c | 211 static int __cpuacct_percpu_seq_show(struct seq_file *m, in __cpuacct_percpu_seq_show() 226 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show() 231 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show() 236 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show() 241 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show()
|
/kernel/trace/ |
A 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()
|
A 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()
|
A D | trace_branch.c | 230 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers() 265 static void branch_stat_show(struct seq_file *m, in branch_stat_show() 283 static int branch_stat_show_normal(struct seq_file *m, in branch_stat_show_normal() 291 static int annotate_branch_stat_show(struct seq_file *m, void *v) in annotate_branch_stat_show() 390 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers() 419 static int all_branch_stat_show(struct seq_file *m, void *v) in all_branch_stat_show()
|
A D | trace_sched_switch.c | 461 static void *saved_tgids_next(struct seq_file *m, void *v, loff_t *pos) in saved_tgids_next() 468 static void *saved_tgids_start(struct seq_file *m, loff_t *pos) in saved_tgids_start() 475 static void saved_tgids_stop(struct seq_file *m, void *v) in saved_tgids_stop() 479 static int saved_tgids_show(struct seq_file *m, void *v) in saved_tgids_show() 518 static void *saved_cmdlines_next(struct seq_file *m, void *v, loff_t *pos) in saved_cmdlines_next() 538 static void *saved_cmdlines_start(struct seq_file *m, loff_t *pos) in saved_cmdlines_start() 556 static void saved_cmdlines_stop(struct seq_file *m, void *v) in saved_cmdlines_stop() 562 static int saved_cmdlines_show(struct seq_file *m, void *v) in saved_cmdlines_show()
|
A D | trace_dynevent.c | 157 void *dyn_event_seq_start(struct seq_file *m, loff_t *pos) in dyn_event_seq_start() 163 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos) in dyn_event_seq_next() 168 void dyn_event_seq_stop(struct seq_file *m, void *v) in dyn_event_seq_stop() 173 static int dyn_event_seq_show(struct seq_file *m, void *v) in dyn_event_seq_show()
|
A D | trace_events_trigger.c | 132 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next() 156 static void *trigger_start(struct seq_file *m, loff_t *pos) in trigger_start() 172 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop() 177 static int trigger_show(struct seq_file *m, void *v) in trigger_show() 235 struct seq_file *m = file->private_data; in event_trigger_regex_open() local 395 event_trigger_print(const char *name, struct seq_file *m, in event_trigger_print() 1350 traceon_trigger_print(struct seq_file *m, struct event_trigger_data *data) in traceon_trigger_print() 1357 traceoff_trigger_print(struct seq_file *m, struct event_trigger_data *data) in traceoff_trigger_print() 1481 snapshot_trigger_print(struct seq_file *m, struct event_trigger_data *data) in snapshot_trigger_print() 1576 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_data *data) in stacktrace_trigger_print() [all …]
|
A D | trace_printk.c | 299 t_start(struct seq_file *m, loff_t *pos) in t_start() 305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() 311 static int t_show(struct seq_file *m, void *v) in t_show() 348 static void t_stop(struct seq_file *m, void *p) in t_stop()
|
A D | trace_events.c | 1499 struct seq_file *m = file->private_data; in ftrace_event_write() local 1648 static int t_show(struct seq_file *m, void *v) in t_show() 1660 static void t_stop(struct seq_file *m, void *p) in t_stop() 1666 static int s_show(struct seq_file *m, void *v) in s_show() 1690 static int s_show(struct seq_file *m, void *v) in s_show() 1698 static void s_stop(struct seq_file *m, void *v) in s_stop() 1983 static int f_show(struct seq_file *m, void *v) in f_show() 2071 struct seq_file *m; in trace_format_open() local 2415 struct seq_file *m = filp->private_data; in event_pid_write() local 2627 struct seq_file *m; in ftrace_event_open() local [all …]
|
A D | trace.c | 794 int trace_pid_show(struct seq_file *m, void *v) in trace_pid_show() 4417 void trace_latency_header(struct seq_file *m) in trace_latency_header() 4793 struct seq_file *m = file->private_data; in tracing_release() local 4971 struct seq_file *m; in show_traces_open() local 5349 struct seq_file *m = filp->private_data; in tracing_trace_options_write() local 7089 struct seq_file *m; in tracing_last_boot_open() local 7406 struct seq_file *m = filp->private_data; in tracing_clock_write() local 7518 struct seq_file *m; in tracing_snapshot_open() local 7564 struct seq_file *m = filp->private_data; in tracing_snapshot_write() local 7644 struct seq_file *m = file->private_data; in tracing_snapshot_release() local [all …]
|
A D | ftrace.c | 3914 t_probe_next(struct seq_file *m, loff_t *pos) in t_probe_next() 4045 t_mod_next(struct seq_file *m, loff_t *pos) in t_mod_next() 4121 t_func_next(struct seq_file *m, loff_t *pos) in t_func_next() 4679 struct seq_file *m = file->private_data; in ftrace_regex_open() local 5755 struct seq_file *m = file->private_data; in ftrace_regex_write() local 6629 __g_next(struct seq_file *m, loff_t *pos) in __g_next() 6753 struct seq_file *m = file->private_data; in __ftrace_graph_open() local 6844 struct seq_file *m = file->private_data; in ftrace_graph_release() local 6967 struct seq_file *m = file->private_data; in ftrace_graph_write() local 8362 struct seq_file *m; in pid_open() local [all …]
|
/kernel/trace/rv/ |
A 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()
|
A D | rv.c | 459 static int monitors_show(struct seq_file *m, void *p) in monitors_show() 474 static void monitors_stop(struct seq_file *m, void *p) in monitors_stop() 482 static void *available_monitors_start(struct seq_file *m, loff_t *pos) in available_monitors_start() 488 static void *available_monitors_next(struct seq_file *m, void *p, loff_t *pos) in available_monitors_next() 496 static void *enabled_monitors_next(struct seq_file *m, void *p, loff_t *pos) in enabled_monitors_next() 510 static void *enabled_monitors_start(struct seq_file *m, loff_t *pos) in enabled_monitors_start()
|
/kernel/bpf/ |
A D | inode.c | 177 static struct map_iter *map_iter(struct seq_file *m) in map_iter() 182 static struct bpf_map *seq_file_to_map(struct seq_file *m) in seq_file_to_map() 214 static void *map_seq_next(struct seq_file *m, void *v, loff_t *pos) in map_seq_next() 238 static void *map_seq_start(struct seq_file *m, loff_t *pos) in map_seq_start() 246 static void map_seq_stop(struct seq_file *m, void *v) in map_seq_stop() 250 static int map_seq_show(struct seq_file *m, void *v) in map_seq_show() 276 struct seq_file *m; in bpffs_map_open() local 297 struct seq_file *m = file->private_data; in bpffs_map_release() local 679 static void seq_print_delegate_opts(struct seq_file *m, in seq_print_delegate_opts() 731 static int bpf_show_options(struct seq_file *m, struct dentry *root) in bpf_show_options()
|
/kernel/ |
A D | kallsyms.c | 700 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 709 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 716 static void s_stop(struct seq_file *m, void *p) in s_stop() 720 static int s_show(struct seq_file *m, void *p) in s_show() 762 static int ksym_prog_seq_show(struct seq_file *m, bool in_stop) in ksym_prog_seq_show() 778 static int bpf_iter_ksym_seq_show(struct seq_file *m, void *p) in bpf_iter_ksym_seq_show() 783 static void bpf_iter_ksym_seq_stop(struct seq_file *m, void *p) in bpf_iter_ksym_seq_stop()
|
A D | dma.c | 118 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show() 131 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
|
A D | fail_function.c | 189 static void fei_seq_stop(struct seq_file *m, void *v) in fei_seq_stop() 194 static void *fei_seq_next(struct seq_file *m, void *v, loff_t *pos) in fei_seq_next() 199 static int fei_seq_show(struct seq_file *m, void *v) in fei_seq_show()
|