/kernel/ |
D | sysctl-test.c | 42 loff_t pos; in sysctl_test_api_dointvec_null_tbl_data() local 88 loff_t pos; in sysctl_test_api_dointvec_table_maxlen_unset() local 134 loff_t pos; in sysctl_test_api_dointvec_table_len_is_zero() local 173 loff_t pos = 1; in sysctl_test_api_dointvec_table_read_but_position_set() local 198 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_positive() local 229 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_negative() local 259 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_positive() local 289 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_negative() local 320 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_less_int_min() local 358 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
D | kallsyms.c | 124 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset() 315 unsigned long pos; in kallsyms_lookup() local 352 unsigned long pos; in lookup_symbol_name() local 379 unsigned long pos; in lookup_symbol_attrs() local 481 loff_t pos; member 612 static int update_iter_mod(struct kallsym_iter *iter, loff_t pos) in update_iter_mod() 636 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter() 652 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 661 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 764 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
|
D | user_namespace.c | 644 loff_t pos = *ppos; in m_start() local 678 static void *m_next(struct seq_file *seq, void *v, loff_t *pos) in m_next() 910 char *kbuf = NULL, *pos, *next_line; in map_write() local 1197 char kbuf[8], *pos; in proc_setgroups_write() local
|
D | usermode_driver.c | 18 loff_t pos = 0; in blob_to_mnt() local
|
/kernel/trace/ |
D | trace_printk.c | 40 struct trace_bprintk_fmt *pos; in lookup_format() local 123 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() 254 static const char **find_next(void *v, loff_t *pos) in find_next() 288 t_start(struct seq_file *m, loff_t *pos) in t_start() 294 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
|
D | trace_dynevent.c | 36 struct dyn_event *pos, *n; in dyn_event_release() local 103 void *dyn_event_seq_start(struct seq_file *m, loff_t *pos) in dyn_event_seq_start() 109 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos) in dyn_event_seq_next()
|
D | trace_stack.c | 377 __next(struct seq_file *m, loff_t *pos) in __next() 389 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 395 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
|
D | trace_dynevent.h | 109 #define for_each_dyn_event(pos) \ argument 117 #define for_each_dyn_event_safe(pos, n) \ argument
|
D | trace_uprobe.c | 82 #define for_each_trace_uprobe(pos, dpos) \ argument 378 struct dyn_event *pos; in find_probe_event() local 412 struct trace_probe *pos; in trace_uprobe_has_same_uprobe() local 475 struct dyn_event *pos; in validate_ref_ctr_offset() local 1078 struct trace_probe *pos; in __probe_event_disable() local 1097 struct trace_probe *pos, *tp; in probe_event_enable() local 1278 struct trace_probe *pos, *tp; in uprobe_perf_close() local 1303 struct trace_probe *pos, *tp; in uprobe_perf_open() local
|
D | trace_kprobe.c | 79 #define for_each_trace_kprobe(pos, dpos) \ argument 308 struct dyn_event *pos; in find_trace_kprobe() local 334 struct trace_probe *pos; in __disable_trace_kprobe() local 355 struct trace_probe *pos, *tp; in enable_trace_kprobe() local 562 struct trace_probe *pos; in trace_kprobe_has_same_kprobe() local 680 struct dyn_event *pos; in trace_kprobe_module_callback() local 1875 struct dyn_event *pos; in enable_boot_kprobe_events() local
|
D | trace_events.c | 967 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 989 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 1007 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() 1022 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 1057 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() 1071 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next() 1077 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next() 1082 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start() 1108 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() 1114 static void *np_start(struct seq_file *m, loff_t *pos) in np_start() [all …]
|
D | trace_stat.c | 171 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start() 195 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next()
|
/kernel/locking/ |
D | lockdep_proc.c | 38 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() 126 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 137 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 595 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start() 610 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
|
/kernel/bpf/ |
D | task_iter.c | 53 static void *task_seq_start(struct seq_file *seq, loff_t *pos) in task_seq_start() 67 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next() 211 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos) in task_file_seq_start() 225 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next()
|
D | prog_iter.c | 13 static void *bpf_prog_seq_start(struct seq_file *seq, loff_t *pos) in bpf_prog_seq_start() 27 static void *bpf_prog_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_prog_seq_next()
|
D | map_iter.c | 13 static void *bpf_map_seq_start(struct seq_file *seq, loff_t *pos) in bpf_map_seq_start() 27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_map_seq_next()
|
D | net_namespace.c | 68 struct bpf_netns_link *pos; in link_index() local 81 struct list_head *pos; in link_count() local 92 struct bpf_netns_link *pos; in fill_prog_array() local
|
/kernel/bpf/preload/ |
D | bpf_preload_kern.c | 26 loff_t pos = 0; in preload() local 55 loff_t pos = 0; in finish() local
|
/kernel/gcov/ |
D | fs.c | 94 static void *gcov_seq_start(struct seq_file *seq, loff_t *pos) in gcov_seq_start() 107 static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos) in gcov_seq_next() 273 size_t len, loff_t *pos) in gcov_seq_write() 526 size_t len, loff_t *pos) in reset_write() 548 loff_t *pos) in reset_read()
|
D | gcc_4_7.c | 393 loff_t pos; member 459 size_t pos = 0; in convert_to_gcda() local
|
D | clang.c | 467 loff_t pos; member 529 size_t pos = 0; in convert_to_gcda() local
|
/kernel/cgroup/ |
D | legacy_freezer.c | 247 struct cgroup_subsys_state *pos; in update_if_frozen() local 293 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local 387 struct cgroup_subsys_state *pos; in freezer_change_state() local
|
D | rstat.c | 83 static struct cgroup *cgroup_rstat_cpu_pop_updated(struct cgroup *pos, in cgroup_rstat_cpu_pop_updated() 151 struct cgroup *pos = NULL; in cgroup_rstat_flush_locked() local
|
/kernel/irq/ |
D | proc.c | 138 const char __user *buffer, size_t count, loff_t *pos) in write_irq_affinity() 180 const char __user *buffer, size_t count, loff_t *pos) in irq_affinity_proc_write() 186 const char __user *buffer, size_t count, loff_t *pos) in irq_affinity_list_proc_write()
|
/kernel/time/ |
D | test_udelay.c | 101 size_t count, loff_t *pos) in udelay_test_write()
|