Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 76) sorted by relevance

1234

/kernel/
Dsysctl-test.c39 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
Dkallsyms.c116 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/
Dtrace_printk.c40 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()
Dtrace_dynevent.c74 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()
Dtrace_stack.c376 __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()
Dtrace_dynevent.h111 #define for_each_dyn_event(pos) \ argument
119 #define for_each_dyn_event_safe(pos, n) \ argument
Dtrace_recursion_record.c121 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()
Dtrace_stat.c171 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()
Dtrace_events.c1209 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/
Dindex.c20 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/
Dlockdep_proc.c38 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()
Dww_mutex.h53 __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/
Dfs.c101 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/
Dtask_iter.c160 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()
Dlink_iter.c13 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()
Dprog_iter.c13 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()
Dmap_iter.c13 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()
Dcgroup_iter.c57 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()
Dnet_namespace.c69 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/
Dtracking.c68 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()
Dprocfs.c49 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/
Drv.c398 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()
Drv_reactors.c100 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/
Dlegacy_freezer.c259 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/
Dproc.c138 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()

1234