| /kernel/bpf/ |
| A D | dmabuf_iter.c | 9 static void *dmabuf_iter_seq_start(struct seq_file *seq, loff_t *pos) in dmabuf_iter_seq_start() 17 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() 69 struct seq_file *seq) in bpf_iter_dmabuf_show_fdinfo()
|
| A 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() 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()
|
| A 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() 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()
|
| A D | kmem_cache_iter.c | 115 static void *kmem_cache_iter_seq_start(struct seq_file *seq, loff_t *pos) in kmem_cache_iter_seq_start() 152 static void kmem_cache_iter_seq_stop(struct seq_file *seq, void *v) in kmem_cache_iter_seq_stop() 170 static void *kmem_cache_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kmem_cache_iter_seq_next() 179 static int kmem_cache_iter_seq_show(struct seq_file *seq, void *v) in kmem_cache_iter_seq_show() 212 struct seq_file *seq) in bpf_iter_kmem_cache_show_fdinfo()
|
| A 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() 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() 152 struct seq_file *seq) in bpf_iter_map_show_fdinfo()
|
| A D | cgroup_iter.c | 57 static void *cgroup_iter_seq_start(struct seq_file *seq, loff_t *pos) in cgroup_iter_seq_start() 88 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() 120 static int __cgroup_iter_seq_show(struct seq_file *seq, in __cgroup_iter_seq_show() 147 static int cgroup_iter_seq_show(struct seq_file *seq, void *v) in cgroup_iter_seq_show() 233 struct seq_file *seq) in bpf_iter_cgroup_show_fdinfo()
|
| A D | task_iter.c | 139 static void *task_seq_start(struct seq_file *seq, loff_t *pos) in task_seq_start() 153 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next() 192 static int task_seq_show(struct seq_file *seq, void *v) in task_seq_show() 197 static void task_seq_stop(struct seq_file *seq, void *v) in task_seq_stop() 309 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos) in task_file_seq_start() 322 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next() 363 static int task_file_seq_show(struct seq_file *seq, void *v) in task_file_seq_show() 368 static void task_file_seq_stop(struct seq_file *seq, void *v) in task_file_seq_stop() 577 static void *task_vma_seq_start(struct seq_file *seq, loff_t *pos) in task_vma_seq_start() 624 static int task_vma_seq_show(struct seq_file *seq, void *v) in task_vma_seq_show() [all …]
|
| A D | bpf_iter.c | 43 static void bpf_iter_inc_seq_num(struct seq_file *seq) in bpf_iter_inc_seq_num() 52 static void bpf_iter_dec_seq_num(struct seq_file *seq) in bpf_iter_dec_seq_num() 61 static void bpf_iter_done_stop(struct seq_file *seq) in bpf_iter_done_stop() 75 static bool bpf_iter_support_resched(struct seq_file *seq) in bpf_iter_support_resched() 96 struct seq_file *seq = file->private_data; in bpf_seq_read() local 265 struct seq_file *seq; in iter_release() local 436 struct seq_file *seq) in bpf_iter_link_show_fdinfo() 596 struct seq_file *seq; in prepare_seq_file() local 673 struct seq_file *seq; in bpf_iter_get_info() local
|
| A D | arraymap.c | 586 static void *bpf_array_map_seq_start(struct seq_file *seq, loff_t *pos) in bpf_array_map_seq_start() 605 static void *bpf_array_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_array_map_seq_next() 624 static int __bpf_array_map_seq_show(struct seq_file *seq, void *v) in __bpf_array_map_seq_show() 664 static int bpf_array_map_seq_show(struct seq_file *seq, void *v) in bpf_array_map_seq_show() 669 static void bpf_array_map_seq_stop(struct seq_file *seq, void *v) in bpf_array_map_seq_stop()
|
| /kernel/cgroup/ |
| A D | debug.c | 40 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() 236 static void cgroup_masks_read_one(struct seq_file *seq, const char *name, in cgroup_masks_read_one() 255 static int cgroup_masks_read(struct seq_file *seq, void *v) in cgroup_masks_read()
|
| A D | cgroup.c | 3059 static int cgroup_controllers_show(struct seq_file *seq, void *v) in cgroup_controllers_show() 3592 static int cgroup_type_show(struct seq_file *seq, void *v) in cgroup_type_show() 3673 static int cgroup_max_depth_show(struct seq_file *seq, void *v) in cgroup_max_depth_show() 3716 static int cgroup_events_show(struct seq_file *seq, void *v) in cgroup_events_show() 3726 static int cgroup_stat_show(struct seq_file *seq, void *v) in cgroup_stat_show() 3808 static int cgroup_local_stat_show(struct seq_file *seq, in cgroup_local_stat_show() 3828 static int cpu_stat_show(struct seq_file *seq, void *v) in cpu_stat_show() 3839 static int cpu_local_stat_show(struct seq_file *seq, void *v) in cpu_local_stat_show() 3945 static int cgroup_pressure_show(struct seq_file *seq, void *v) in cgroup_pressure_show() 4024 static int cgroup_freeze_show(struct seq_file *seq, void *v) in cgroup_freeze_show() [all …]
|
| A D | rstat.c | 563 unsigned seq; in cgroup_base_stat_flush() local 697 static void cgroup_force_idle_show(struct seq_file *seq, struct cgroup_base_stat *bstat) in cgroup_force_idle_show() 707 void cgroup_base_stat_cputime_show(struct seq_file *seq) in cgroup_base_stat_cputime_show()
|
| /kernel/ |
| A D | user_namespace.c | 610 static int uid_m_show(struct seq_file *seq, void *v) in uid_m_show() 631 static int gid_m_show(struct seq_file *seq, void *v) in gid_m_show() 652 static int projid_m_show(struct seq_file *seq, void *v) in projid_m_show() 673 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() 716 static void m_stop(struct seq_file *seq, void *v) in m_stop() 936 struct seq_file *seq = file->private_data; in map_write() local 1121 struct seq_file *seq = file->private_data; in proc_uid_map_write() local 1138 struct seq_file *seq = file->private_data; in proc_gid_map_write() local 1155 struct seq_file *seq = file->private_data; in proc_projid_map_write() local 1212 int proc_setgroups_show(struct seq_file *seq, void *v) in proc_setgroups_show() [all …]
|
| A D | auditfilter.c | 1080 static void audit_list_rules(int seq, struct sk_buff_head *q) in audit_list_rules() 1134 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() 1173 int audit_list_rules_send(struct sk_buff *request_skb, int seq) in audit_list_rules_send()
|
| /kernel/time/ |
| A D | timekeeping.c | 439 unsigned int seq; in __ktime_get_fast_ns() local 561 unsigned int seq; in ktime_get_real_fast_ns() local 790 unsigned int seq; in ktime_get_real_ts64() local 811 unsigned int seq; in ktime_get() local 831 unsigned int seq; in ktime_get_resolution_ns() local 854 unsigned int seq; in ktime_get_with_offset() local 876 unsigned int seq; in ktime_get_coarse_with_offset() local 900 unsigned int seq; in ktime_mono_to_any() local 926 unsigned int seq; in ktime_get_raw() local 953 unsigned int seq; in ktime_get_ts64() local [all …]
|
| A D | sched_clock.c | 39 seqcount_latch_t seq; member 72 notrace struct clock_read_data *sched_clock_read_begin(unsigned int *seq) in sched_clock_read_begin() 78 notrace int sched_clock_read_retry(unsigned int seq) in sched_clock_read_retry() 86 unsigned int seq; in __sched_clock() local 283 unsigned int seq = read_seqcount_latch(&cd.seq); in suspended_sched_clock_read() local
|
| A D | jiffies.c | 50 unsigned int seq; in get_jiffies_64() local
|
| /kernel/gcov/ |
| A D | fs.c | 182 static int gcov_iter_write(struct gcov_iterator *iter, struct seq_file *seq) in gcov_iter_write() 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() 229 static int gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show() 238 static void gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop() 292 struct seq_file *seq; in gcov_seq_open() local 332 struct seq_file *seq; in gcov_seq_release() local 385 struct seq_file *seq; in gcov_seq_write() local
|
| /kernel/printk/ |
| A D | printk_ringbuffer.c | 1606 u64 seq; in prb_reserve() local 1867 unsigned long id, u64 seq, in desc_read_finalized_seq() 1907 static int prb_read(struct printk_ringbuffer *rb, u64 seq, in prb_read() 1952 u64 seq; in prb_first_seq() local 2107 static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq, in _prb_read_valid() 2182 bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid() 2212 bool prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq, in prb_read_valid_info() 2239 u64 seq = 0; in prb_first_valid_seq() local 2266 u64 seq; in prb_next_seq() local
|
| A D | printk.c | 573 unsigned int seq; in latched_seq_read_nolock() local 742 atomic64_t seq; member 1184 u64 seq; in setup_log_buf() local 1567 u64 seq; in find_first_fitting_seq() local 1605 u64 seq; in syslog_print() local 1709 u64 seq; in syslog_print_all() local 1851 u64 seq; in do_syslog() local 3431 u64 seq; in __console_rewind_all() local 3930 u64 seq; in get_init_console_seq() local 4398 u64 seq; in __pr_flush() local [all …]
|
| A D | internal.h | 197 static inline void nbcon_seq_force(struct console *con, u64 seq) { } in nbcon_seq_force() 331 u64 seq; member
|
| /kernel/bpf/preload/iterators/ |
| A D | iterators.bpf.c | 10 struct seq_file *seq; member 81 struct seq_file *seq = ctx->meta->seq; in dump_bpf_map() local 101 struct seq_file *seq = ctx->meta->seq; in dump_bpf_prog() local
|
| /kernel/sched/ |
| A D | cputime.c | 318 unsigned int seq, nextseq; in thread_group_cputime() local 821 unsigned int seq; in task_gtime() local 847 unsigned int seq; in task_cputime() local 925 unsigned int seq; in kcpustat_field_vtime() local 1013 unsigned int seq; in kcpustat_cpu_fetch_vtime() local
|
| A D | psi.c | 196 static inline bool psi_read_retry(int cpu, u32 seq) in psi_read_retry() 280 unsigned int seq; in get_recent_times() local 1542 struct seq_file *seq; in psi_write() local 1600 struct seq_file *seq = file->private_data; in psi_fop_poll() local 1607 struct seq_file *seq = file->private_data; in psi_fop_release() local
|
| /kernel/rcu/ |
| A D | rcu_segcblist.c | 469 void rcu_segcblist_advance(struct rcu_segcblist *rsclp, unsigned long seq) in rcu_segcblist_advance() 526 bool rcu_segcblist_accelerate(struct rcu_segcblist *rsclp, unsigned long seq) in rcu_segcblist_accelerate()
|