Home
last modified time | relevance | path

Searched refs:v (Results 1 – 19 of 19) sorted by relevance

/kernel/
Dnotifier.c75 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 …]
Dlockdep_proc.c26 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 …]
Dtimeconst.pl320 my $v;
323 foreach $v (@_) {
324 if (!defined($v)) {
326 } elsif ($v =~ /^0x/) {
327 push(@l, "\'".$v."\'");
329 push(@l, $v.'');
Ddma.c118 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
Dresource.c42 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()
Dkprobes.c1213 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()
Dexec_domain.c179 static int execdomains_proc_show(struct seq_file *m, void *v) in execdomains_proc_show() argument
Dlatencytop.c180 static int lstats_show(struct seq_file *m, void *v) in lstats_show() argument
Dcgroup.c2145 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
Dsched_stats.h9 static int show_schedstat(struct seq_file *seq, void *v) in show_schedstat() argument
Dsched_debug.c312 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show() argument
Dsched.c736 static int sched_feat_show(struct seq_file *m, void *v) in sched_feat_show() argument
/kernel/trace/
Dtrace_branch.c193 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()
Dtrace_stack.c189 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()
Dftrace.c798 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()
Dtrace.c1404 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/
Dproc.c20 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/
Dtimer_stats.c280 static int tstats_show(struct seq_file *m, void *v) in tstats_show() argument
Dtimer_list.c250 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show() argument