Home
last modified time | relevance | path

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

12

/kernel/rcu/
Dtree_trace.c56 struct seq_file *m = (struct seq_file *)file->private_data; in r_open() local
62 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
77 static void r_stop(struct seq_file *m, void *v) in r_stop()
81 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier()
114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data()
158 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata()
184 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp()
215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost()
238 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost()
[all …]
Dtiny_plugin.h87 static int show_tiny_stats(struct seq_file *m, void *unused) in show_tiny_stats()
/kernel/locking/
Dlockdep_proc.c26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
36 static void l_stop(struct seq_file *m, void *v) in l_stop()
40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
57 static int l_show(struct seq_file *m, void *v) in l_show()
116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
133 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
137 static int lc_show(struct seq_file *m, void *v) in lc_show()
184 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]
Drtmutex.h20 #define debug_rt_mutex_init(m, n) do { } while (0) argument
/kernel/time/
Dtimer_list.c38 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) in SEQ_printf()
52 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
63 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
90 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
129 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
147 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
210 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
279 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header()
294 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
321 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
Dtimer_stats.c270 static void print_name_offset(struct seq_file *m, unsigned long addr) in print_name_offset()
280 static int tstats_show(struct seq_file *m, void *v) in tstats_show()
/kernel/sched/
Ddebug.c28 #define SEQ_printf(m, x...) \ argument
62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
112 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task()
145 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq()
166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
267 static void print_cpu(struct seq_file *m, int cpu) in print_cpu()
347 static void sched_debug_header(struct seq_file *m) in sched_debug_header()
399 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show()
[all …]
/kernel/trace/
Dtrace_stack.c290 __next(struct seq_file *m, loff_t *pos) in __next()
302 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
308 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
325 static void t_stop(struct seq_file *m, void *p) in t_stop()
337 static void trace_lookup_stack(struct seq_file *m, long i) in trace_lookup_stack()
344 static void print_disabled(struct seq_file *m) in print_disabled()
355 static int t_show(struct seq_file *m, void *v) in t_show()
Dtrace_events_trigger.c120 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next()
131 static void *trigger_start(struct seq_file *m, loff_t *pos) in trigger_start()
147 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop()
152 static int trigger_show(struct seq_file *m, void *v) in trigger_show()
195 struct seq_file *m = file->private_data; in event_trigger_regex_open() local
378 event_trigger_print(const char *name, struct seq_file *m, in event_trigger_print()
822 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
830 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
932 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1010 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
[all …]
Dtrace.c2432 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
2493 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
2551 static void s_stop(struct seq_file *m, void *p) in s_stop()
2592 static void print_lat_help_header(struct seq_file *m) in print_lat_help_header()
2604 static void print_event_info(struct trace_buffer *buf, struct seq_file *m) in print_event_info()
2615 static void print_func_help_header(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header()
2622 static void print_func_help_header_tgid(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_tgid()
2629 static void print_func_help_header_irq(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_irq()
2641 static void print_func_help_header_irq_tgid(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_irq_tgid()
2654 print_trace_header(struct seq_file *m, struct trace_iterator *iter) in print_trace_header()
[all …]
Dtrace_printk.c286 t_start(struct seq_file *m, loff_t *pos) in t_start()
292 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
298 static int t_show(struct seq_file *m, void *v) in t_show()
335 static void t_stop(struct seq_file *m, void *p) in t_stop()
Dtrace_functions.c431 ftrace_probe_print(const char *name, struct seq_file *m, in ftrace_probe_print()
447 ftrace_traceon_print(struct seq_file *m, unsigned long ip, in ftrace_traceon_print()
454 ftrace_traceoff_print(struct seq_file *m, unsigned long ip, in ftrace_traceoff_print()
461 ftrace_stacktrace_print(struct seq_file *m, unsigned long ip, in ftrace_stacktrace_print()
468 ftrace_dump_print(struct seq_file *m, unsigned long ip, in ftrace_dump_print()
475 ftrace_cpudump_print(struct seq_file *m, unsigned long ip, in ftrace_cpudump_print()
Dtrace_events.c824 struct seq_file *m = file->private_data; in ftrace_event_write() local
862 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
884 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
902 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
917 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
934 static int t_show(struct seq_file *m, void *v) in t_show()
946 static void t_stop(struct seq_file *m, void *p) in t_stop()
951 static void *p_start(struct seq_file *m, loff_t *pos) in p_start()
974 static void p_stop(struct seq_file *m, void *p) in p_stop()
982 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next()
[all …]
Dtrace_branch.c224 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers()
248 static int branch_stat_show(struct seq_file *m, void *v) in branch_stat_show()
353 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers()
Dftrace.c607 static int function_stat_headers(struct seq_file *m) in function_stat_headers()
621 static int function_stat_show(struct seq_file *m, void *v) in function_stat_show()
3026 t_hash_next(struct seq_file *m, loff_t *pos) in t_hash_next()
3067 static void *t_hash_start(struct seq_file *m, loff_t *pos) in t_hash_start()
3095 t_hash_show(struct seq_file *m, struct ftrace_iterator *iter) in t_hash_show()
3116 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
3172 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
3229 static void t_stop(struct seq_file *m, void *p) in t_stop()
3240 static void add_trampoline_func(struct seq_file *m, struct ftrace_ops *ops, in add_trampoline_func()
3250 static int t_show(struct seq_file *m, void *v) in t_show()
[all …]
Dtrace_kprobe.c803 static void *probes_seq_start(struct seq_file *m, loff_t *pos) in probes_seq_start()
809 static void *probes_seq_next(struct seq_file *m, void *v, loff_t *pos) in probes_seq_next()
814 static void probes_seq_stop(struct seq_file *m, void *v) in probes_seq_stop()
819 static int probes_seq_show(struct seq_file *m, void *v) in probes_seq_show()
880 static int probes_profile_seq_show(struct seq_file *m, void *v) in probes_profile_seq_show()
Dtrace_uprobe.c589 static void *probes_seq_start(struct seq_file *m, loff_t *pos) in probes_seq_start()
595 static void *probes_seq_next(struct seq_file *m, void *v, loff_t *pos) in probes_seq_next()
600 static void probes_seq_stop(struct seq_file *m, void *v) in probes_seq_stop()
605 static int probes_seq_show(struct seq_file *m, void *v) in probes_seq_show()
673 static int probes_profile_seq_show(struct seq_file *m, void *v) in probes_profile_seq_show()
/kernel/irq/
Dproc.c40 static int show_irq_affinity(int type, struct seq_file *m, void *v) in show_irq_affinity()
56 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show()
81 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show()
86 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show()
186 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show()
241 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show()
262 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
/kernel/
Ddma.c117 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
130 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
Dkallsyms.c508 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
517 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
524 static void s_stop(struct seq_file *m, void *p) in s_stop()
528 static int s_show(struct seq_file *m, void *p) in s_show()
Dresource.c76 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
87 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
98 static void r_stop(struct seq_file *m, void *v) in r_stop()
104 static int r_show(struct seq_file *m, void *v) in r_show()
142 struct seq_file *m = file->private_data; in ioports_open() local
152 struct seq_file *m = file->private_data; in iomem_open() local
Dexec_domain.c24 static int execdomains_proc_show(struct seq_file *m, void *v) in execdomains_proc_show()
Daudit.h293 #define audit_mark_path(m) "" argument
294 #define audit_remove_mark(m) argument
296 #define audit_mark_compare(m, i, d) 0 argument
297 #define audit_exe_compare(t, m) (-EINVAL) argument
Dtorture.c714 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
734 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
/kernel/power/
Dswap.c528 unsigned int m; in save_image() local
664 unsigned int m; in save_image_lzo() local
1053 unsigned int m; in load_image() local
1159 unsigned int m; in load_image_lzo() local

12