/openbmc/linux/block/ |
H A D | blk-mq-debugfs.c | 160 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops }, 585 if (attr->seq_ops) { in blk_mq_debugfs_open() 586 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open() 621 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops}, 636 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops}, 637 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops}, 638 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
|
H A D | blk-mq-debugfs.h | 17 const struct seq_operations *seq_ops; member
|
H A D | mq-deadline.c | 1228 .seq_ops = &deadline_##name##_fifo_seq_ops} 1247 {"dispatch0", 0400, .seq_ops = &deadline_dispatch0_seq_ops}, 1248 {"dispatch1", 0400, .seq_ops = &deadline_dispatch1_seq_ops}, 1249 {"dispatch2", 0400, .seq_ops = &deadline_dispatch2_seq_ops},
|
H A D | kyber-iosched.c | 1000 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
|
/openbmc/linux/fs/proc/ |
H A 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()
|
H A D | generic.c | 594 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 595 return seq_open(file, de->seq_ops); in proc_seq_open() 625 p->seq_ops = ops; in proc_create_seq_private()
|
H A D | internal.h | 48 const struct seq_operations *seq_ops; member
|
H A D | base.c | 3097 const struct seq_operations *seq_ops) in proc_id_map_open() argument 3114 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
/openbmc/linux/sound/core/ |
H A D | ump.c | 319 if (ump->seq_ops) in snd_ump_receive() 320 ump->seq_ops->input_receive(ump, ump->input_buf, n); in snd_ump_receive() 731 if (ump->seq_ops && ump->seq_ops->switch_protocol) in seq_notify_protocol() 732 ump->seq_ops->switch_protocol(ump); in seq_notify_protocol() 827 if (ump->seq_ops && ump->seq_ops->notify_fb_change) in seq_notify_fb_change() 828 ump->seq_ops->notify_fb_change(ump, fb); in seq_notify_fb_change()
|
/openbmc/linux/kernel/bpf/ |
H A D | link_iter.c | 85 .seq_ops = &bpf_link_seq_ops,
|
H A D | prog_iter.c | 85 .seq_ops = &bpf_prog_seq_ops,
|
H A D | task_iter.c | 690 .seq_ops = &task_seq_ops, 735 .seq_ops = &task_file_seq_ops, 758 .seq_ops = &task_vma_seq_ops,
|
H A D | map_iter.c | 84 .seq_ops = &bpf_map_seq_ops,
|
H A D | cgroup_iter.c | 188 .seq_ops = &cgroup_iter_seq_ops,
|
H A D | bpf_iter.c | 609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
|
H A D | arraymap.c | 686 .seq_ops = &bpf_array_map_seq_ops,
|
H A D | hashtab.c | 2179 .seq_ops = &bpf_hash_map_seq_ops,
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_ump_client.c | 344 client->ump->seq_ops = NULL; in seq_ump_client_free() 474 ump->seq_ops = &seq_ump_ops; in snd_seq_ump_probe()
|
/openbmc/linux/include/sound/ |
H A D | ump.h | 68 const struct snd_seq_ump_ops *seq_ops; member
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events.c | 2325 const struct seq_operations *seq_ops) in ftrace_event_open() argument 2334 ret = seq_open(file, seq_ops); in ftrace_event_open() 2356 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 2359 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 2365 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 2377 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 2386 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 2398 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open() 2407 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local 2419 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
|
H A D | ftrace.c | 6002 const struct seq_operations *seq_ops; member 6175 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 6203 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open() 7687 const struct seq_operations *seq_ops; in pid_open() local 7702 seq_ops = &ftrace_pid_sops; in pid_open() 7705 seq_ops = &ftrace_no_pid_sops; in pid_open() 7713 ret = seq_open(file, seq_ops); in pid_open()
|
/openbmc/linux/kernel/ |
H A D | kallsyms.c | 874 .seq_ops = &bpf_iter_ksym_ops,
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 819 .seq_ops = &sock_map_seq_ops, 1435 .seq_ops = &sock_hash_seq_ops,
|
H A D | bpf_sk_storage.c | 902 .seq_ops = &bpf_sk_storage_map_seq_ops,
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 68 const struct seq_operations *seq_ops; member
|