Searched refs:seq_ops (Results 1 – 11 of 11) sorted by relevance
/kernel/bpf/ |
D | link_iter.c | 85 .seq_ops = &bpf_link_seq_ops,
|
D | prog_iter.c | 85 .seq_ops = &bpf_prog_seq_ops,
|
D | task_iter.c | 690 .seq_ops = &task_seq_ops, 735 .seq_ops = &task_file_seq_ops, 758 .seq_ops = &task_vma_seq_ops,
|
D | map_iter.c | 85 .seq_ops = &bpf_map_seq_ops,
|
D | cgroup_iter.c | 188 .seq_ops = &cgroup_iter_seq_ops,
|
D | bpf_iter.c | 609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
|
D | arraymap.c | 692 .seq_ops = &bpf_array_map_seq_ops,
|
D | hashtab.c | 2132 .seq_ops = &bpf_hash_map_seq_ops,
|
/kernel/trace/ |
D | trace_events.c | 2163 const struct seq_operations *seq_ops) in ftrace_event_open() argument 2172 ret = seq_open(file, seq_ops); in ftrace_event_open() 2194 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 2197 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 2203 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 2215 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 2224 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 2236 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open() 2245 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local 2257 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
|
D | ftrace.c | 6196 const struct seq_operations *seq_ops; member 6369 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 6397 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open() 7874 const struct seq_operations *seq_ops; in pid_open() local 7889 seq_ops = &ftrace_pid_sops; in pid_open() 7892 seq_ops = &ftrace_no_pid_sops; in pid_open() 7900 ret = seq_open(file, seq_ops); in pid_open()
|
/kernel/ |
D | kallsyms.c | 931 .seq_ops = &bpf_iter_ksym_ops,
|