Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 84) sorted by relevance

1234

/kernel/irq/
Dproc.c81 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show()
102 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show()
107 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show()
216 static int irq_effective_aff_proc_show(struct seq_file *m, void *v) in irq_effective_aff_proc_show()
221 static int irq_effective_aff_list_proc_show(struct seq_file *m, void *v) in irq_effective_aff_list_proc_show()
227 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show()
277 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show()
286 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
463 int show_interrupts(struct seq_file *p, void *v) in show_interrupts()
/kernel/
Dnotifier.c74 unsigned long val, void *v, in notifier_call_chain()
124 void *v) in notifier_call_chain_robust()
226 unsigned long val, void *v) in atomic_notifier_call_chain()
342 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust()
377 unsigned long val, void *v) in blocking_notifier_call_chain()
435 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust()
459 unsigned long val, void *v) in raw_notifier_call_chain()
548 unsigned long val, void *v) in srcu_notifier_call_chain()
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()
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()
/kernel/locking/
Dlockdep_proc.c38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
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()
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()
231 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show()
612 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
618 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
622 static int ls_show(struct seq_file *m, void *v) in ls_show()
/kernel/cgroup/
Dmisc.c228 static int misc_cg_max_show(struct seq_file *sf, void *v) in misc_cg_max_show()
317 static int misc_cg_current_show(struct seq_file *sf, void *v) in misc_cg_current_show()
340 static int misc_cg_peak_show(struct seq_file *sf, void *v) in misc_cg_peak_show()
365 static int misc_cg_capacity_show(struct seq_file *sf, void *v) in misc_cg_capacity_show()
396 static int misc_events_show(struct seq_file *sf, void *v) in misc_events_show()
401 static int misc_events_local_show(struct seq_file *sf, void *v) in misc_events_local_show()
Ddebug.c40 static int current_css_set_read(struct seq_file *seq, void *v) in current_css_set_read()
87 static int current_css_set_cg_links_read(struct seq_file *seq, void *v) in current_css_set_cg_links_read()
114 static int cgroup_css_links_read(struct seq_file *seq, void *v) in cgroup_css_links_read()
203 static int cgroup_subsys_states_read(struct seq_file *seq, void *v) in cgroup_subsys_states_read()
255 static int cgroup_masks_read(struct seq_file *seq, void *v) in cgroup_masks_read()
Dcgroup-v1.c455 static void cgroup_pidlist_stop(struct seq_file *s, void *v) in cgroup_pidlist_stop()
467 static void *cgroup_pidlist_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_pidlist_next()
488 static int cgroup_pidlist_show(struct seq_file *s, void *v) in cgroup_pidlist_show()
581 static int cgroup_release_agent_show(struct seq_file *seq, void *v) in cgroup_release_agent_show()
592 static int cgroup_sane_behavior_show(struct seq_file *seq, void *v) in cgroup_sane_behavior_show()
676 int proc_cgroupstats_show(struct seq_file *m, void *v) in proc_cgroupstats_show()
/kernel/bpf/
Ddmabuf_iter.c17 static void *dmabuf_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dmabuf_iter_seq_next()
31 static int __dmabuf_seq_show(struct seq_file *seq, void *v, bool in_stop) in __dmabuf_seq_show()
48 static int dmabuf_iter_seq_show(struct seq_file *seq, void *v) in dmabuf_iter_seq_show()
53 static void dmabuf_iter_seq_stop(struct seq_file *seq, void *v) in dmabuf_iter_seq_stop()
Dprog_iter.c27 static void *bpf_prog_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_prog_seq_next()
61 static int bpf_prog_seq_show(struct seq_file *seq, void *v) in bpf_prog_seq_show()
66 static void bpf_prog_seq_stop(struct seq_file *seq, void *v) in bpf_prog_seq_stop()
Dlink_iter.c27 static void *bpf_link_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_link_seq_next()
61 static int bpf_link_seq_show(struct seq_file *seq, void *v) in bpf_link_seq_show()
66 static void bpf_link_seq_stop(struct seq_file *seq, void *v) in bpf_link_seq_stop()
Dtask_iter.c154 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next()
193 static int task_seq_show(struct seq_file *seq, void *v) in task_seq_show()
198 static void task_seq_stop(struct seq_file *seq, void *v) in task_seq_stop()
326 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next()
367 static int task_file_seq_show(struct seq_file *seq, void *v) in task_file_seq_show()
372 static void task_file_seq_stop(struct seq_file *seq, void *v) in task_file_seq_stop()
593 static void *task_vma_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_vma_seq_next()
628 static int task_vma_seq_show(struct seq_file *seq, void *v) in task_vma_seq_show()
633 static void task_vma_seq_stop(struct seq_file *seq, void *v) in task_vma_seq_stop()
Dtnum.c88 u64 alpha, beta, v; in tnum_and() local
98 u64 v, mu; in tnum_or() local
107 u64 v, mu; in tnum_xor() local
146 u64 v, mu; in tnum_intersect() local
Dmap_iter.c27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_map_seq_next()
61 static int bpf_map_seq_show(struct seq_file *seq, void *v) in bpf_map_seq_show()
66 static void bpf_map_seq_stop(struct seq_file *seq, void *v) in bpf_map_seq_stop()
Dcgroup_iter.c88 static void cgroup_iter_seq_stop(struct seq_file *seq, void *v) in cgroup_iter_seq_stop()
101 static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in cgroup_iter_seq_next()
147 static int cgroup_iter_seq_show(struct seq_file *seq, void *v) in cgroup_iter_seq_show()
/kernel/trace/
Dtrace_sched_switch.c461 static void *saved_tgids_next(struct seq_file *m, void *v, loff_t *pos) in saved_tgids_next()
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()
540 void *v; in saved_cmdlines_start() local
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()
Dtrace_printk.c123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
265 static const char **find_next(void *v, loff_t *pos) in find_next()
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()
Dtrace_recursion_record.c141 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.c297 static int annotate_branch_stat_show(struct seq_file *m, void *v) in annotate_branch_stat_show()
323 annotated_branch_stat_next(void *v, int idx) in annotated_branch_stat_next()
413 all_branch_stat_next(void *v, int idx) in all_branch_stat_next()
425 static int all_branch_stat_show(struct seq_file *m, void *v) in all_branch_stat_show()
Dtrace_dynevent.c172 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos) in dyn_event_seq_next()
177 void dyn_event_seq_stop(struct seq_file *m, void *v) in dyn_event_seq_stop()
182 static int dyn_event_seq_show(struct seq_file *m, void *v) in dyn_event_seq_show()
/kernel/printk/
Dindex.c43 static void *pi_next(struct seq_file *s, void *v, loff_t *pos) in pi_next()
73 static int pi_show(struct seq_file *s, void *v) in pi_show()
116 static void pi_stop(struct seq_file *p, void *v) { } in pi_stop()
/kernel/rcu/
Drcu_segcblist.c82 static void rcu_segcblist_set_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_set_len()
110 static void rcu_segcblist_set_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_set_seglen()
116 static void rcu_segcblist_add_seglen(struct rcu_segcblist *rsclp, int seg, long v) in rcu_segcblist_add_seglen()
210 void rcu_segcblist_add_len(struct rcu_segcblist *rsclp, long v) in rcu_segcblist_add_len()
/kernel/gcov/
Dbase.c63 size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32()
87 size_t store_gcov_u64(void *buffer, size_t off, u64 v) in store_gcov_u64()
/kernel/sched/
Ddebug.c57 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()
402 static size_t sched_fair_server_show(struct seq_file *m, void *v, enum dl_param param) in sched_fair_server_show()
429 static int sched_fair_server_runtime_show(struct seq_file *m, void *v) in sched_fair_server_runtime_show()
454 static int sched_fair_server_period_show(struct seq_file *m, void *v) in sched_fair_server_period_show()
544 static int sd_flags_show(struct seq_file *m, void *v) in sd_flags_show()
1056 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show()
/kernel/time/
Dtimer_list.c288 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
335 static void *timer_list_next(struct seq_file *file, void *v, loff_t *offset) in timer_list_next()
342 static void timer_list_stop(struct seq_file *seq, void *v) in timer_list_stop()

1234