Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 25 of 29) sorted by relevance

12

/linux/block/
H A Dblk-mq-debugfs.c150 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
537 * Attributes that only implement .seq_ops are read-only and 'attr' is in blk_mq_debugfs_write()
553 if (attr->seq_ops) { in blk_mq_debugfs_open()
554 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open()
589 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops},
603 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops},
604 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops},
605 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
H A Dblk-mq-debugfs.h16 /* Set either .show or .seq_ops. */
17 const struct seq_operations *seq_ops; member
H A Dmq-deadline.c1005 .seq_ops = &deadline_##name##_fifo_seq_ops}
1024 {"dispatch0", 0400, .seq_ops = &deadline_dispatch0_seq_ops},
1025 {"dispatch1", 0400, .seq_ops = &deadline_dispatch1_seq_ops},
1026 {"dispatch2", 0400, .seq_ops = &deadline_dispatch2_seq_ops},
H A Dkyber-iosched.c988 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
/linux/sound/core/
H A Dump.c351 if (ump->seq_ops) in snd_ump_receive()
352 ump->seq_ops->input_receive(ump, ump->input_buf, n); in snd_ump_receive()
702 if (ump->parsed && ump->seq_ops && ump->seq_ops->notify_ep_change) in seq_notify_ep_change()
703 ump->seq_ops->notify_ep_change(ump); in seq_notify_ep_change()
800 if (ump->seq_ops && ump->seq_ops->switch_protocol) in seq_notify_protocol()
801 ump->seq_ops->switch_protocol(ump); in seq_notify_protocol()
896 if (ump->seq_ops && ump->seq_ops in seq_notify_fb_change()
[all...]
/linux/fs/proc/
H A Dproc_net.c54 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()
170 p->seq_ops = ops; in proc_create_net_data_write()
H A Dinternal.h48 const struct seq_operations *seq_ops; member
H A Dbase.c3100 const struct seq_operations *seq_ops) in proc_id_map_open() argument
3117 ret = seq_open(file, seq_ops); in proc_id_map_open()
/linux/kernel/bpf/
H A Dlink_iter.c84 .seq_ops = &bpf_link_seq_ops,
H A Dprog_iter.c84 .seq_ops = &bpf_prog_seq_ops,
H A Ddmabuf_iter.c75 .seq_ops = &dmabuf_iter_seq_ops,
H A Dkmem_cache_iter.c207 .seq_ops = &kmem_cache_iter_seq_ops,
H A Dmap_iter.c84 .seq_ops = &bpf_map_seq_ops,
H A Dtask_iter.c661 .seq_ops = &task_seq_ops,
706 .seq_ops = &task_file_seq_ops,
729 .seq_ops = &task_vma_seq_ops,
H A Dcgroup_iter.c188 .seq_ops = &cgroup_iter_seq_ops,
H A Dbpf_iter.c607 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
721 * will be seq_ops->show() return value. in bpf_iter_run_prog()
H A Darraymap.c718 .seq_ops = &bpf_array_map_seq_ops,
H A Dhashtab.c2154 .seq_ops = &bpf_hash_map_seq_ops,
/linux/include/sound/
H A Dump.h69 const struct snd_seq_ump_ops *seq_ops; member
/linux/sound/core/seq/
H A Dseq_ump_client.c341 client->ump->seq_ops = NULL; in seq_ump_client_free()
507 ump->seq_ops = &seq_ump_ops; in snd_seq_ump_probe()
/linux/kernel/trace/
H A Dtrace_events.c2625 const struct seq_operations *seq_ops) in ftrace_event_open() argument
2634 ret = seq_open(file, seq_ops); in ftrace_event_open()
2656 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
2659 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
2665 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
2677 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
2686 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
2698 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2707 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2719 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
[all...]
H A Dftrace.c6624 const struct seq_operations *seq_ops; member
6797 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
6825 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
8360 const struct seq_operations *seq_ops; in pid_open() local
8375 seq_ops = &ftrace_pid_sops; in pid_open()
8378 seq_ops = &ftrace_no_pid_sops; in pid_open()
8386 ret = seq_open(file, seq_ops); in pid_open()
/linux/kernel/
H A Dkallsyms.c815 .seq_ops = &bpf_iter_ksym_ops,
/linux/net/core/
H A Dbpf_sk_storage.c890 .seq_ops = &bpf_sk_storage_map_seq_ops,
H A Dsock_map.c822 .seq_ops = &sock_map_seq_ops,
1438 .seq_ops = &sock_hash_seq_ops,

12