/kernel/ |
D | notifier.c | 75 unsigned long val, void *v, in notifier_call_chain() argument 93 ret = nb->notifier_call(nb, val, v); in notifier_call_chain() 176 unsigned long val, void *v, in __atomic_notifier_call_chain() argument 182 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, nr_calls); in __atomic_notifier_call_chain() 189 unsigned long val, void *v) in atomic_notifier_call_chain() argument 191 return __atomic_notifier_call_chain(nh, val, v, -1, NULL); in atomic_notifier_call_chain() 302 unsigned long val, void *v, in __blocking_notifier_call_chain() argument 314 ret = notifier_call_chain(&nh->head, val, v, nr_to_call, in __blocking_notifier_call_chain() 323 unsigned long val, void *v) in blocking_notifier_call_chain() argument 325 return __blocking_notifier_call_chain(nh, val, v, -1, NULL); in blocking_notifier_call_chain() [all …]
|
D | lockdep_proc.c | 26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument 32 if (v == SEQ_START_TOKEN) in l_next() 35 class = v; in l_next() 62 static void l_stop(struct seq_file *m, void *v) in l_stop() argument 83 static int l_show(struct seq_file *m, void *v) in l_show() argument 85 struct lock_class *class = v; in l_show() 89 if (v == SEQ_START_TOKEN) { in l_show() 152 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() argument 158 if (v == SEQ_START_TOKEN) in lc_next() 161 chain = v; in lc_next() [all …]
|
D | timeconst.pl | 320 my $v; 323 foreach $v (@_) { 324 if (!defined($v)) { 326 } elsif ($v =~ /^0x/) { 327 push(@l, "\'".$v."\'"); 329 push(@l, $v.'');
|
D | dma.c | 118 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show() argument 131 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show() argument
|
D | resource.c | 42 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next() argument 44 struct resource *p = v; in r_next() 68 static void r_stop(struct seq_file *m, void *v) in r_stop() argument 74 static int r_show(struct seq_file *m, void *v) in r_show() argument 77 struct resource *r = v, *p; in r_show()
|
D | kprobes.c | 1213 static void __kprobes *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next() argument 1221 static void __kprobes kprobe_seq_stop(struct seq_file *f, void *v) in kprobe_seq_stop() argument 1226 static int __kprobes show_kprobe_addr(struct seq_file *pi, void *v) in show_kprobe_addr() argument 1232 unsigned int i = *(loff_t *) v; in show_kprobe_addr()
|
D | exec_domain.c | 179 static int execdomains_proc_show(struct seq_file *m, void *v) in execdomains_proc_show() argument
|
D | latencytop.c | 180 static int lstats_show(struct seq_file *m, void *v) in lstats_show() argument
|
D | cgroup.c | 2145 static void cgroup_tasks_stop(struct seq_file *s, void *v) in cgroup_tasks_stop() argument 2151 static void *cgroup_tasks_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_tasks_next() argument 2154 int *p = v; in cgroup_tasks_next() 2170 static int cgroup_tasks_show(struct seq_file *s, void *v) in cgroup_tasks_show() argument 2172 return seq_printf(s, "%d\n", *(int *)v); in cgroup_tasks_show() 2743 static int proc_cgroup_show(struct seq_file *m, void *v) in proc_cgroup_show() argument 2808 static int proc_cgroupstats_show(struct seq_file *m, void *v) in proc_cgroupstats_show() argument
|
D | sched_stats.h | 9 static int show_schedstat(struct seq_file *seq, void *v) in show_schedstat() argument
|
D | sched_debug.c | 312 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show() argument
|
D | sched.c | 736 static int sched_feat_show(struct seq_file *m, void *v) in sched_feat_show() argument
|
/kernel/trace/ |
D | trace_branch.c | 193 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() argument 196 struct ftrace_branch_data *p = v; in t_next() 200 if (v == (void *)1) in t_next() 226 static int t_show(struct seq_file *m, void *v) in t_show() argument 229 struct ftrace_branch_data *p = v; in t_show() 233 if (v == (void *)1) { in t_show()
|
D | trace_stack.c | 189 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() argument 195 if (v == SEQ_START_TOKEN) in t_next() 198 i = *(long *)v; in t_next() 248 static int t_show(struct seq_file *m, void *v) in t_show() argument 253 if (v == SEQ_START_TOKEN) { in t_show() 261 i = *(long *)v; in t_show()
|
D | ftrace.c | 798 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() argument 861 static int t_show(struct seq_file *m, void *v) in t_show() argument 863 struct dyn_ftrace *rec = v; in t_show() 1344 g_next(struct seq_file *m, void *v, loff_t *pos) in g_next() argument 1373 static int g_show(struct seq_file *m, void *v) in g_show() argument 1375 unsigned long *ptr = v; in g_show()
|
D | trace.c | 1404 static void *s_next(struct seq_file *m, void *v, loff_t *pos) argument 2391 static int s_show(struct seq_file *m, void *v) argument 2393 struct trace_iterator *iter = v; 2556 t_next(struct seq_file *m, void *v, loff_t *pos) argument 2587 static int t_show(struct seq_file *m, void *v) argument 2589 struct tracer *t = v;
|
/kernel/irq/ |
D | proc.c | 20 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show() argument 94 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show() argument
|
/kernel/time/ |
D | timer_stats.c | 280 static int tstats_show(struct seq_file *m, void *v) in tstats_show() argument
|
D | timer_list.c | 250 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show() argument
|