Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/block/
A Dblk-mq-debugfs.c184 { "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},
A Dblk-mq-debugfs.h17 const struct seq_operations *seq_ops; member
A Dmq-deadline.c1172 .seq_ops = &deadline_##name##_fifo_seq_ops}
1191 {"dispatch0", 0400, .seq_ops = &deadline_dispatch0_seq_ops},
1192 {"dispatch1", 0400, .seq_ops = &deadline_dispatch1_seq_ops},
1193 {"dispatch2", 0400, .seq_ops = &deadline_dispatch2_seq_ops},
A Dkyber-iosched.c1001 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
/linux-6.3-rc2/fs/proc/
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()
169 p->seq_ops = ops; in proc_create_net_data_write()
A Dgeneric.c595 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()
A Dinternal.h48 const struct seq_operations *seq_ops; member
A Dbase.c3038 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-6.3-rc2/kernel/bpf/
A Dprog_iter.c85 .seq_ops = &bpf_prog_seq_ops,
A Dlink_iter.c85 .seq_ops = &bpf_link_seq_ops,
A Dtask_iter.c690 .seq_ops = &task_seq_ops,
735 .seq_ops = &task_file_seq_ops,
758 .seq_ops = &task_vma_seq_ops,
A Dmap_iter.c85 .seq_ops = &bpf_map_seq_ops,
A Dcgroup_iter.c188 .seq_ops = &cgroup_iter_seq_ops,
A Dbpf_iter.c609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
A Darraymap.c683 .seq_ops = &bpf_array_map_seq_ops,
A Dhashtab.c2116 .seq_ops = &bpf_hash_map_seq_ops,
/linux-6.3-rc2/kernel/trace/
A Dtrace_events.c2167 const struct seq_operations *seq_ops) in ftrace_event_open() argument
2176 ret = seq_open(file, seq_ops); in ftrace_event_open()
2198 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
2201 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
2207 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
2219 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
2228 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
2240 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2249 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2261 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
A Dftrace.c6296 const struct seq_operations *seq_ops; member
6469 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
6497 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
7961 const struct seq_operations *seq_ops; in pid_open() local
7976 seq_ops = &ftrace_pid_sops; in pid_open()
7979 seq_ops = &ftrace_no_pid_sops; in pid_open()
7987 ret = seq_open(file, seq_ops); in pid_open()
/linux-6.3-rc2/kernel/
A Dkallsyms.c935 .seq_ops = &bpf_iter_ksym_ops,
/linux-6.3-rc2/net/core/
A Dbpf_sk_storage.c904 .seq_ops = &bpf_sk_storage_map_seq_ops,
A Dsock_map.c801 .seq_ops = &sock_map_seq_ops,
1401 .seq_ops = &sock_hash_seq_ops,
/linux-6.3-rc2/include/linux/
A Dbpf.h68 const struct seq_operations *seq_ops; member
/linux-6.3-rc2/net/netlink/
A Daf_netlink.c2917 .seq_ops = &netlink_seq_ops,
/linux-6.3-rc2/net/ipv4/
A Dtcp_ipv4.c3333 .seq_ops = &bpf_iter_tcp_seq_ops,
A Dudp.c3444 .seq_ops = &bpf_iter_udp_seq_ops,

Completed in 105 milliseconds

12