/kernel/ |
D | sysctl-test.c | 39 loff_t pos; in sysctl_test_api_dointvec_null_tbl_data() local 85 loff_t pos; in sysctl_test_api_dointvec_table_maxlen_unset() local 131 loff_t pos; in sysctl_test_api_dointvec_table_len_is_zero() local 170 loff_t pos = 1; in sysctl_test_api_dointvec_table_read_but_position_set() local 195 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_positive() local 226 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_negative() local 256 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_positive() local 286 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_negative() local 317 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_less_int_min() local 355 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
D | kallsyms.c | 116 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset() 411 unsigned long pos; in kallsyms_lookup_buildid() local 466 unsigned long pos; in lookup_symbol_name() local 493 unsigned long pos; in lookup_symbol_attrs() local 645 loff_t pos; member 776 static int update_iter_mod(struct kallsym_iter *iter, loff_t pos) in update_iter_mod() 800 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter() 816 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 825 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 1018 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
|
/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() 265 static const char **find_next(void *v, loff_t *pos) in find_next() 299 t_start(struct seq_file *m, loff_t *pos) in t_start() 305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
|
D | trace_dynevent.c | 74 struct dyn_event *pos, *n; in dyn_event_release() local 152 void *dyn_event_seq_start(struct seq_file *m, loff_t *pos) in dyn_event_seq_start() 158 void *dyn_event_seq_next(struct seq_file *m, void *v, loff_t *pos) in dyn_event_seq_next()
|
D | trace_stack.c | 376 __next(struct seq_file *m, loff_t *pos) in __next() 388 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 394 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
|
D | trace_dynevent.h | 111 #define for_each_dyn_event(pos) \ argument 119 #define for_each_dyn_event_safe(pos, n) \ argument
|
D | trace_recursion_record.c | 121 static void *recursed_function_seq_start(struct seq_file *m, loff_t *pos) in recursed_function_seq_start() 141 static void *recursed_function_seq_next(struct seq_file *m, void *v, loff_t *pos) in recursed_function_seq_next()
|
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()
|
D | trace_events.c | 1209 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 1231 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 1249 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() 1264 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 1299 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() 1313 p_next(struct seq_file *m, void *v, loff_t *pos) in p_next() 1319 np_next(struct seq_file *m, void *v, loff_t *pos) in np_next() 1324 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start() 1350 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() 1356 static void *np_start(struct seq_file *m, loff_t *pos) in np_start() [all …]
|
/kernel/printk/ |
D | index.c | 20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos) in pi_get_entry() 43 static void *pi_next(struct seq_file *s, void *v, loff_t *pos) in pi_next() 53 static void *pi_start(struct seq_file *s, loff_t *pos) in pi_start()
|
/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() 128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 597 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start() 612 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
|
D | ww_mutex.h | 53 __ww_waiter_add(struct mutex *lock, struct mutex_waiter *waiter, struct mutex_waiter *pos) in __ww_waiter_add() 130 __ww_waiter_add(struct rt_mutex *lock, struct rt_mutex_waiter *waiter, struct rt_mutex_waiter *pos) in __ww_waiter_add() 493 struct MUTEX_WAITER *cur, *pos = NULL; in __ww_mutex_add_waiter() local
|
/kernel/gcov/ |
D | fs.c | 101 loff_t pos; member 204 static void *gcov_seq_start(struct seq_file *seq, loff_t *pos) in gcov_seq_start() 217 static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos) in gcov_seq_next() 383 size_t len, loff_t *pos) in gcov_seq_write() 636 size_t len, loff_t *pos) in reset_write() 658 loff_t *pos) in reset_read()
|
/kernel/bpf/ |
D | task_iter.c | 160 static void *task_seq_start(struct seq_file *seq, loff_t *pos) in task_seq_start() 174 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next() 338 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos) in task_file_seq_start() 351 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next() 606 static void *task_vma_seq_start(struct seq_file *seq, loff_t *pos) in task_vma_seq_start() 618 static void *task_vma_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_vma_seq_next()
|
D | link_iter.c | 13 static void *bpf_link_seq_start(struct seq_file *seq, loff_t *pos) in bpf_link_seq_start() 27 static void *bpf_link_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_link_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 | cgroup_iter.c | 57 static void *cgroup_iter_seq_start(struct seq_file *seq, loff_t *pos) in cgroup_iter_seq_start() 101 static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in cgroup_iter_seq_next()
|
D | net_namespace.c | 69 struct bpf_netns_link *pos; in link_index() local 82 struct list_head *pos; in link_count() local 93 struct bpf_netns_link *pos; in fill_prog_array() local
|
/kernel/module/ |
D | tracking.c | 68 static void *unloaded_tainted_modules_seq_start(struct seq_file *m, loff_t *pos) in unloaded_tainted_modules_seq_start() 75 static void *unloaded_tainted_modules_seq_next(struct seq_file *m, void *p, loff_t *pos) in unloaded_tainted_modules_seq_next()
|
D | procfs.c | 49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 55 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next()
|
/kernel/trace/rv/ |
D | rv.c | 398 static void *available_monitors_start(struct seq_file *m, loff_t *pos) in available_monitors_start() 404 static void *available_monitors_next(struct seq_file *m, void *p, loff_t *pos) in available_monitors_next() 412 static void *enabled_monitors_next(struct seq_file *m, void *p, loff_t *pos) in enabled_monitors_next() 426 static void *enabled_monitors_start(struct seq_file *m, loff_t *pos) in enabled_monitors_start()
|
D | rv_reactors.c | 100 static void *reactors_start(struct seq_file *m, loff_t *pos) in reactors_start() 106 static void *reactors_next(struct seq_file *m, void *p, loff_t *pos) in reactors_next()
|
/kernel/cgroup/ |
D | legacy_freezer.c | 259 struct cgroup_subsys_state *pos; in update_if_frozen() local 297 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local 391 struct cgroup_subsys_state *pos; in freezer_change_state() 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()
|