Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 75) sorted by relevance

123

/kernel/irq/
Dmatrix.c53 struct irq_matrix *m; in irq_alloc_matrix() local
78 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online()
99 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline()
110 static unsigned int matrix_alloc_area(struct irq_matrix *m, struct cpumap *cm, in matrix_alloc_area()
129 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu()
150 static unsigned int matrix_find_best_cpu_managed(struct irq_matrix *m, in matrix_find_best_cpu_managed()
181 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system()
210 int irq_matrix_reserve_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_reserve_managed()
251 void irq_matrix_remove_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_remove_managed()
286 int irq_matrix_alloc_managed(struct irq_matrix *m, const struct cpumask *msk, in irq_matrix_alloc_managed()
[all …]
Ddebugfs.c16 #define BIT_MASK_DESCR(m) { .mask = m, .name = #m } argument
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()
Dproc.c46 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()
/kernel/locking/
Dlockdep_proc.c38 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/
Dprocfs.c16 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() local
Dtracking.c68 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/
Dtimer_list.c31 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()
/kernel/sched/
Ddebug.c14 #define SEQ_printf(m, x...) \ argument
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()
516 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument
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()
[all …]
Dcpuacct.c209 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()
Dpsi.c736 unsigned int t, m; in psi_group_change() local
1186 int psi_show(struct seq_file *m, struct psi_group *group, enum psi_res res) in psi_show()
1398 static int psi_io_show(struct seq_file *m, void *v) in psi_io_show()
1403 static int psi_memory_show(struct seq_file *m, void *v) in psi_memory_show()
1408 static int psi_cpu_show(struct seq_file *m, void *v) in psi_cpu_show()
1532 static int psi_irq_show(struct seq_file *m, void *v) in psi_irq_show()
/kernel/trace/
Dtrace_stack.c376 __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()
Dtrace_recursion_record.c121 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()
Dtrace_branch.c236 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()
Dtrace_dynevent.c152 void *dyn_event_seq_start(struct seq_file *m, loff_t *pos) in dyn_event_seq_start()
158 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos) in dyn_event_seq_next()
163 void dyn_event_seq_stop(struct seq_file *m, void *v) in dyn_event_seq_stop()
168 static int dyn_event_seq_show(struct seq_file *m, void *v) in dyn_event_seq_show()
Dtrace_events_trigger.c130 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next()
154 static void *trigger_start(struct seq_file *m, loff_t *pos) in trigger_start()
170 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop()
175 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
414 event_trigger_print(const char *name, struct seq_file *m, in event_trigger_print()
1347 traceon_trigger_print(struct seq_file *m, struct event_trigger_data *data) in traceon_trigger_print()
1354 traceoff_trigger_print(struct seq_file *m, struct event_trigger_data *data) in traceoff_trigger_print()
1467 snapshot_trigger_print(struct seq_file *m, struct event_trigger_data *data) in snapshot_trigger_print()
1562 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_data *data) in stacktrace_trigger_print()
[all …]
Dtrace_events.c1173 struct seq_file *m = file->private_data; in ftrace_event_write() local
1209 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
1231 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
1249 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
1264 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
1281 static int t_show(struct seq_file *m, void *v) in t_show()
1293 static void t_stop(struct seq_file *m, void *p) in t_stop()
1299 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next()
1313 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
1319 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next()
[all …]
Dtrace_printk.c299 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()
Dtrace.c671 int trace_pid_show(struct seq_file *m, void *v) in trace_pid_show()
4041 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
4101 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
4166 static void s_stop(struct seq_file *m, void *p) in s_stop()
4242 static void print_lat_help_header(struct seq_file *m) in print_lat_help_header()
4255 static void print_event_info(struct array_buffer *buf, struct seq_file *m) in print_event_info()
4266 static void print_func_help_header(struct array_buffer *buf, struct seq_file *m, in print_func_help_header()
4277 static void print_func_help_header_irq(struct array_buffer *buf, struct seq_file *m, in print_func_help_header_irq()
4297 print_trace_header(struct seq_file *m, struct trace_iterator *iter) in print_trace_header()
4572 void trace_latency_header(struct seq_file *m) in trace_latency_header()
[all …]
Dftrace.c487 static int function_stat_headers(struct seq_file *m) in function_stat_headers()
501 static int function_stat_show(struct seq_file *m, void *v) in function_stat_show()
3296 t_probe_next(struct seq_file *m, loff_t *pos) in t_probe_next()
3373 static void *t_probe_start(struct seq_file *m, loff_t *pos) in t_probe_start()
3403 t_probe_show(struct seq_file *m, struct ftrace_iterator *iter) in t_probe_show()
3427 t_mod_next(struct seq_file *m, loff_t *pos) in t_mod_next()
3448 static void *t_mod_start(struct seq_file *m, loff_t *pos) in t_mod_start()
3480 t_mod_show(struct seq_file *m, struct ftrace_iterator *iter) in t_mod_show()
3503 t_func_next(struct seq_file *m, loff_t *pos) in t_func_next()
3540 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
[all …]
/kernel/bpf/
Dinode.c179 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() local
299 struct seq_file *m = file->private_data; in bpffs_map_release() local
604 static int bpf_show_options(struct seq_file *m, struct dentry *root) in bpf_show_options()
/kernel/trace/rv/
Drv_reactors.c87 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()
Drv.c378 static int monitors_show(struct seq_file *m, void *p) in monitors_show()
390 static void monitors_stop(struct seq_file *m, void *p) in monitors_stop()
398 static void *available_monitors_start(struct seq_file *m, loff_t *pos) in available_monitors_start()
404 static void *available_monitors_next(struct seq_file *m, void *p, loff_t *pos) in available_monitors_next()
412 static void *enabled_monitors_next(struct seq_file *m, void *p, loff_t *pos) in enabled_monitors_next()
426 static void *enabled_monitors_start(struct seq_file *m, loff_t *pos) in enabled_monitors_start()
/kernel/
Ddma.c118 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()
Dkallsyms.c816 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
825 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
832 static void s_stop(struct seq_file *m, void *p) in s_stop()
836 static int s_show(struct seq_file *m, void *p) in s_show()
878 static int ksym_prog_seq_show(struct seq_file *m, bool in_stop) in ksym_prog_seq_show()
894 static int bpf_iter_ksym_seq_show(struct seq_file *m, void *p) in bpf_iter_ksym_seq_show()
899 static void bpf_iter_ksym_seq_stop(struct seq_file *m, void *p) in bpf_iter_ksym_seq_stop()
Dfail_function.c189 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()

123