Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_net.c57 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net()
115 p->seq_ops = ops; in proc_create_net_data()
159 p->seq_ops = ops; in proc_create_net_data_write()
H A Dgeneric.c600 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open()
601 return seq_open(file, de->seq_ops); in proc_seq_open()
631 p->seq_ops = ops; in proc_create_seq_private()
H A Dinternal.h48 const struct seq_operations *seq_ops; member
H A Dbase.c3002 const struct seq_operations *seq_ops) in proc_id_map_open() argument
3019 ret = seq_open(file, seq_ops); in proc_id_map_open()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-debugfs.c209 { "requeue_list", 0400, .seq_ops = &queue_requeue_list_seq_ops },
751 if (attr->seq_ops) { in blk_mq_debugfs_open()
752 ret = seq_open(file, attr->seq_ops); in blk_mq_debugfs_open()
787 {"dispatch", 0400, .seq_ops = &hctx_dispatch_seq_ops},
805 {"default_rq_list", 0400, .seq_ops = &ctx_default_rq_list_seq_ops},
806 {"read_rq_list", 0400, .seq_ops = &ctx_read_rq_list_seq_ops},
807 {"poll_rq_list", 0400, .seq_ops = &ctx_poll_rq_list_seq_ops},
H A Dblk-mq-debugfs.h15 const struct seq_operations *seq_ops; member
H A Dmq-deadline-main.c1083 .seq_ops = &deadline_##name##_fifo_seq_ops}
1102 {"dispatch0", 0400, .seq_ops = &deadline_dispatch0_seq_ops},
1103 {"dispatch1", 0400, .seq_ops = &deadline_dispatch1_seq_ops},
1104 {"dispatch2", 0400, .seq_ops = &deadline_dispatch2_seq_ops},
H A Dkyber-iosched.c997 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtask_iter.c313 .seq_ops = &task_seq_ops,
330 .seq_ops = &task_file_seq_ops,
H A Dprog_iter.c85 .seq_ops = &bpf_prog_seq_ops,
H A Dmap_iter.c85 .seq_ops = &bpf_map_seq_ops,
H A Dbpf_iter.c560 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
H A Darraymap.c644 .seq_ops = &bpf_array_map_seq_ops,
H A Dhashtab.c1826 .seq_ops = &bpf_hash_map_seq_ops,
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c1921 const struct seq_operations *seq_ops) in ftrace_event_open() argument
1930 ret = seq_open(file, seq_ops); in ftrace_event_open()
1952 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
1955 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
1961 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
1973 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
1982 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
1994 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2003 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2015 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
H A Dftrace.c5733 const struct seq_operations *seq_ops; member
5906 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
5934 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
7319 const struct seq_operations *seq_ops; in pid_open() local
7334 seq_ops = &ftrace_pid_sops; in pid_open()
7337 seq_ops = &ftrace_no_pid_sops; in pid_open()
7345 ret = seq_open(file, seq_ops); in pid_open()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c850 .seq_ops = &bpf_sk_storage_map_seq_ops,
H A Dsock_map.c831 .seq_ops = &sock_map_seq_ops,
1452 .seq_ops = &sock_hash_seq_ops,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h49 const struct seq_operations *seq_ops; member
/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.c2858 .seq_ops = &netlink_seq_ops,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c3003 .seq_ops = &bpf_iter_tcp_seq_ops,
H A Dudp.c3239 .seq_ops = &bpf_iter_udp_seq_ops,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c6451 .seq_ops = &ipv6_route_seq_ops,