/Linux-v6.1/block/ |
D | blk-mq-debugfs.c | 184 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops }, 611 if (attr->seq_ops) { in blk_mq_debugfs_open() 612 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 647 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops}, 662 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops}, 663 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops}, 664 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
|
D | blk-mq-debugfs.h | 17 const struct seq_operations *seq_ops; member
|
D | mq-deadline.c | 1101 .seq_ops = &deadline_##name##_fifo_seq_ops} 1120 {"dispatch0", 0400, .seq_ops = &deadline_dispatch0_seq_ops}, 1121 {"dispatch1", 0400, .seq_ops = &deadline_dispatch1_seq_ops}, 1122 {"dispatch2", 0400, .seq_ops = &deadline_dispatch2_seq_ops},
|
D | kyber-iosched.c | 1001 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
|
/Linux-v6.1/fs/proc/ |
D | proc_net.c | 54 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net() 125 p->seq_ops = ops; in proc_create_net_data() 169 p->seq_ops = ops; in proc_create_net_data_write()
|
D | generic.c | 595 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 596 return seq_open(file, de->seq_ops); in proc_seq_open() 626 p->seq_ops = ops; in proc_create_seq_private()
|
D | internal.h | 48 const struct seq_operations *seq_ops; member
|
D | base.c | 3038 const struct seq_operations *seq_ops) in proc_id_map_open() argument 3055 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
/Linux-v6.1/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 | 675 .seq_ops = &task_seq_ops, 720 .seq_ops = &task_file_seq_ops, 743 .seq_ops = &task_vma_seq_ops,
|
D | map_iter.c | 85 .seq_ops = &bpf_map_seq_ops,
|
D | cgroup_iter.c | 175 .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 | 2127 .seq_ops = &bpf_hash_map_seq_ops,
|
/Linux-v6.1/kernel/trace/ |
D | trace_events.c | 2147 const struct seq_operations *seq_ops) in ftrace_event_open() argument 2156 ret = seq_open(file, seq_ops); in ftrace_event_open() 2178 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 2181 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 2187 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 2199 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 2208 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 2220 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open() 2229 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local 2241 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
|
D | ftrace.c | 6165 const struct seq_operations *seq_ops; member 6338 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 6366 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open() 7832 const struct seq_operations *seq_ops; in pid_open() local 7847 seq_ops = &ftrace_pid_sops; in pid_open() 7850 seq_ops = &ftrace_no_pid_sops; in pid_open() 7858 ret = seq_open(file, seq_ops); in pid_open()
|
/Linux-v6.1/kernel/ |
D | kallsyms.c | 843 .seq_ops = &bpf_iter_ksym_ops,
|
/Linux-v6.1/net/core/ |
D | bpf_sk_storage.c | 934 .seq_ops = &bpf_sk_storage_map_seq_ops,
|
D | sock_map.c | 799 .seq_ops = &sock_map_seq_ops, 1399 .seq_ops = &sock_hash_seq_ops,
|
/Linux-v6.1/include/linux/ |
D | bpf.h | 65 const struct seq_operations *seq_ops; member
|
/Linux-v6.1/net/netlink/ |
D | af_netlink.c | 2883 .seq_ops = &netlink_seq_ops,
|
/Linux-v6.1/net/ipv4/ |
D | udp.c | 3309 .seq_ops = &bpf_iter_udp_seq_ops,
|
/Linux-v6.1/net/unix/ |
D | af_unix.c | 3682 .seq_ops = &bpf_iter_unix_seq_ops,
|