| /linux/net/rxrpc/ |
| H A D | proc.c | 31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 40 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() 47 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() 53 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() 119 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 128 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() 136 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() 144 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show() 206 static void *rxrpc_bundle_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_bundle_seq_start() 215 static void *rxrpc_bundle_seq_next(struct seq_file *seq, void *v, in rxrpc_bundle_seq_next() [all …]
|
| /linux/net/x25/ |
| H A D | x25_proc.c | 25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() argument 32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() argument 37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() argument 43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() argument 60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() argument 67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() argument 72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() argument 78 static int x25_seq_socket_show(struct seq_file *seq, voi argument 112 x25_seq_forward_start(struct seq_file * seq,loff_t * pos) x25_seq_forward_start() argument 119 x25_seq_forward_next(struct seq_file * seq,void * v,loff_t * pos) x25_seq_forward_next() argument 124 x25_seq_forward_stop(struct seq_file * seq,void * v) x25_seq_forward_stop() argument 130 x25_seq_forward_show(struct seq_file * seq,void * v) x25_seq_forward_show() argument [all...] |
| /linux/net/core/ |
| H A D | net-procfs.c | 10 static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos) in dev_seq_from_index() 22 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 32 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 38 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 44 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() 72 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 108 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 113 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 119 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() 123 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show() [all …]
|
| /linux/net/kcm/ |
| H A D | kcmproc.c | 18 static struct kcm_mux *kcm_get_first(struct seq_file *seq) in kcm_get_first() 35 static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos) in kcm_get_idx() 49 static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kcm_seq_next() 61 static void *kcm_seq_start(struct seq_file *seq, loff_t *pos) in kcm_seq_start() 72 static void kcm_seq_stop(struct seq_file *seq, void *v) in kcm_seq_stop() 83 static void kcm_format_mux_header(struct seq_file *seq) in kcm_format_mux_header() 109 static void kcm_format_sock(struct kcm_sock *kcm, struct seq_file *seq, in kcm_format_sock() 139 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock() 186 kcm_format_mux(struct kcm_mux *mux, loff_t idx, struct seq_file *seq) in kcm_format_mux() 220 static int kcm_seq_show(struct seq_file *seq, void *v) in kcm_seq_show() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.c | 61 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start() 71 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next() 78 static void seq_tab_stop(struct seq_file *seq, void *v) in seq_tab_stop() 82 static int seq_tab_show(struct seq_file *seq, void *v) in seq_tab_show() 98 int (*show)(struct seq_file *seq, void *v, int i)) in seq_open_tab() 123 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show() 140 static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx) in cim_la_show_3in1() 158 static int cim_la_show_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_t6() 177 static int cim_la_show_pc_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_pc_t6() 237 static int cim_pif_la_show(struct seq_file *seq, void *v, int idx) in cim_pif_la_show() [all …]
|
| /linux/net/wireless/ |
| H A D | wext-proc.c | 29 wireless_seq_printf_stats(struct seq_file * seq,struct net_device * dev) wireless_seq_printf_stats() argument 75 wireless_dev_seq_show(struct seq_file * seq,void * v) wireless_dev_seq_show() argument 90 wireless_dev_seq_start(struct seq_file * seq,loff_t * pos) wireless_dev_seq_start() argument 107 wireless_dev_seq_next(struct seq_file * seq,void * v,loff_t * pos) wireless_dev_seq_next() argument 117 wireless_dev_seq_stop(struct seq_file * seq,void * v) wireless_dev_seq_stop() argument [all...] |
| /linux/fs/dlm/ |
| H A D | rcom.c | 32 uint64_t seq) in _create_rcom() 52 uint64_t seq) in create_rcom() 72 struct dlm_msg **msg_ret, uint64_t seq) in create_rcom_stateless() 172 uint64_t seq) in dlm_rcom_status() 225 uint64_t seq) in receive_rcom_status() 308 int last_len, uint64_t seq) in dlm_rcom_names() 337 uint64_t seq) in receive_rcom_names() 360 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq) in dlm_send_rcom_lookup() 380 const struct dlm_rcom *rc_in, uint64_t seq) in receive_rcom_lookup() 447 int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq) in dlm_send_rcom_lock() [all …]
|
| H A D | recover.c | 96 int save_slots, uint64_t seq) in wait_status_all() 129 uint32_t status_flags, uint64_t seq) in wait_status_low() 154 static int wait_status(struct dlm_ls *ls, uint32_t status, uint64_t seq) in wait_status() 169 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_members_wait() 213 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_directory_wait() 218 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_locks_wait() 223 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_done_wait() 448 static int recover_master(struct dlm_rsb *r, unsigned int *count, uint64_t seq) in recover_master() 528 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq, in dlm_recover_masters() 619 uint64_t seq) in recover_locks_queue() [all …]
|
| /linux/fs/ocfs2/cluster/ |
| H A D | netdebug.c | 83 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start() 94 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next() 109 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show() 153 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop() 178 struct seq_file *seq = file->private_data; in nst_fop_release() local 234 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start() 246 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next() 279 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats() 294 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container() 347 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show() [all …]
|
| /linux/net/dcb/ |
| H A D | dcbnl.c | 216 static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq, in dcbnl_newmsg() 242 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 253 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 298 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 312 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 357 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 404 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 438 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate() 448 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate() 466 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-rtas-common.c | 79 papr_rtas_blob_generate(struct papr_rtas_sequence *seq) in papr_rtas_blob_generate() 106 int papr_rtas_sequence_set_err(struct papr_rtas_sequence *seq, int err) in papr_rtas_sequence_set_err() 132 static const struct papr_rtas_blob *papr_rtas_run_sequence(struct papr_rtas_sequence *seq) in papr_rtas_run_sequence() 169 const struct papr_rtas_blob *papr_rtas_retrieve(struct papr_rtas_sequence *seq) in papr_rtas_retrieve() 203 long papr_rtas_setup_file_interface(struct papr_rtas_sequence *seq, in papr_rtas_setup_file_interface() 233 bool papr_rtas_sequence_should_stop(const struct papr_rtas_sequence *seq, in papr_rtas_sequence_should_stop()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 67 static void radeon_fence_write(struct radeon_device *rdev, u32 seq, int ring) in radeon_fence_write() 91 u32 seq = 0; in radeon_fence_read() local 137 u64 seq; in radeon_fence_emit() local 169 u64 seq; in radeon_fence_check_signaled() local 199 uint64_t seq, last_seq, last_emitted; in radeon_fence_activity() local 340 u64 seq, unsigned int ring) in radeon_fence_seq_signaled() 358 u64 seq = fence->seq; in radeon_fence_is_signaled() local 449 static bool radeon_fence_any_seq_signaled(struct radeon_device *rdev, u64 *seq) in radeon_fence_any_seq_signaled() 535 uint64_t seq[RADEON_NUM_RINGS] = {}; in radeon_fence_wait_timeout() local 589 uint64_t seq[RADEON_NUM_RINGS] = {}; in radeon_fence_wait_next() local [all …]
|
| /linux/net/sctp/ |
| H A D | objcnt.c | 62 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() 74 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start() 79 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() 83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
|
| /linux/kernel/bpf/ |
| H A D | dmabuf_iter.c | 19 static void *dmabuf_iter_seq_start(struct seq_file *seq, loff_t *pos) in dmabuf_iter_seq_start() 40 static void *dmabuf_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dmabuf_iter_seq_next() 54 static int __dmabuf_seq_show(struct seq_file *seq, void *v, bool in_stop) in __dmabuf_seq_show() 71 static int dmabuf_iter_seq_show(struct seq_file *seq, void *v) in dmabuf_iter_seq_show() 76 static void dmabuf_iter_seq_stop(struct seq_file *seq, void *v) in dmabuf_iter_seq_stop() 95 struct seq_file *seq) in bpf_iter_dmabuf_show_fdinfo()
|
| H A D | link_iter.c | 13 static void *bpf_link_seq_start(struct seq_file *seq, loff_t *pos) in bpf_link_seq_start() 27 static void *bpf_link_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_link_seq_next() 61 static int bpf_link_seq_show(struct seq_file *seq, void *v) in bpf_link_seq_show() 66 static void bpf_link_seq_stop(struct seq_file *seq, void *v) in bpf_link_seq_stop()
|
| H A D | prog_iter.c | 13 static void *bpf_prog_seq_start(struct seq_file *seq, loff_t *pos) in bpf_prog_seq_start() 27 static void *bpf_prog_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bpf_prog_seq_next() 61 static int bpf_prog_seq_show(struct seq_file *seq, void *v) in bpf_prog_seq_show() 66 static void bpf_prog_seq_stop(struct seq_file *seq, void *v) in bpf_prog_seq_stop()
|
| /linux/net/phonet/ |
| H A D | socket.c | 522 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() 542 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next() 553 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start() 560 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next() 572 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop() 578 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show() 697 static struct sock __rcu **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() 715 static struct sock __rcu **pn_res_get_next(struct seq_file *seq, struct sock __rcu **sk) in pn_res_get_next() 728 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start() 735 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next() [all …]
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_unsol.c | 40 efct_dispatch_frame(struct efct *efct, struct efc_hw_sequence *seq) in efct_dispatch_frame() 84 efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq) in efct_unsolicited_cb() 138 efct_validate_fcp_cmd(struct efct *efct, struct efc_hw_sequence *seq) in efct_validate_fcp_cmd() 222 struct efc_hw_sequence *seq, in efct_sframe_common_send() 300 efct_sframe_send_fcp_rsp(struct efct_node *node, struct efc_hw_sequence *seq, in efct_sframe_send_fcp_rsp() 314 struct efc_hw_sequence *seq) in efct_sframe_send_task_set_full_or_busy() 339 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq) in efct_dispatch_fcp_cmd() 464 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq) in efct_node_recv_abts_frame()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_debugfs.c | 37 static int identity_show(struct seq_file *seq, void *v) in identity_show() 75 static int q_tail_show(struct seq_file *seq, void *v) in q_tail_show() 85 static int q_head_show(struct seq_file *seq, void *v) in q_head_show() 95 static int cq_tail_show(struct seq_file *seq, void *v) in cq_tail_show() 219 static int netdev_show(struct seq_file *seq, void *v) in netdev_show() 229 static int lif_filters_show(struct seq_file *seq, void *v) in lif_filters_show()
|
| /linux/drivers/vdpa/pds/ |
| H A D | debugfs.c | 35 static void print_status_bits(struct seq_file *seq, u8 status) in print_status_bits() 47 static void print_feature_bits_all(struct seq_file *seq, u64 features) in print_feature_bits_all() 175 static int identity_show(struct seq_file *seq, void *v) in identity_show() 201 static int config_show(struct seq_file *seq, void *v) in config_show() 236 static int vq_show(struct seq_file *seq, void *v) in vq_show()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_procfs.c | 6 static void *nf_flow_table_cpu_seq_start(struct seq_file *seq, loff_t *pos) in nf_flow_table_cpu_seq_start() 24 static void *nf_flow_table_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nf_flow_table_cpu_seq_next() 39 static void nf_flow_table_cpu_seq_stop(struct seq_file *seq, void *v) in nf_flow_table_cpu_seq_stop() 43 static int nf_flow_table_cpu_seq_show(struct seq_file *seq, void *v) in nf_flow_table_cpu_seq_show()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | bridge_debugfs.c | 21 static void *mlx5_esw_bridge_debugfs_start(struct seq_file *seq, loff_t *pos) in mlx5_esw_bridge_debugfs_start() 29 static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos) in mlx5_esw_bridge_debugfs_next() 36 static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v) in mlx5_esw_bridge_debugfs_stop() 41 static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v) in mlx5_esw_bridge_debugfs_show()
|
| /linux/kernel/cgroup/ |
| H A D | debug.c | 40 static int current_css_set_read(struct seq_file *seq, void *v) in current_css_set_read() 85 static int current_css_set_cg_links_read(struct seq_file *seq, void *v) in current_css_set_cg_links_read() 110 static int cgroup_css_links_read(struct seq_file *seq, void *v) in cgroup_css_links_read() 199 static int cgroup_subsys_states_read(struct seq_file *seq, void *v) in cgroup_subsys_states_read() 232 static void cgroup_masks_read_one(struct seq_file *seq, const char *name, in cgroup_masks_read_one() 251 static int cgroup_masks_read(struct seq_file *seq, void *v) in cgroup_masks_read()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_app.c | 289 __u32 seq = ntohl(th->seq); in vs_fix_seq() local 346 unsigned int flag, __u32 seq, int diff) in vs_seq_update() 365 __u32 seq; in app_tcp_pkt_out() local 441 __u32 seq; in app_tcp_pkt_in() local 530 static void *ip_vs_app_seq_start(struct seq_file *seq, loff_t *pos) in ip_vs_app_seq_start() 540 static void *ip_vs_app_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip_vs_app_seq_next() 567 static void ip_vs_app_seq_stop(struct seq_file *seq, void *v) in ip_vs_app_seq_stop() 572 static int ip_vs_app_seq_show(struct seq_file *seq, void *v) in ip_vs_app_seq_show()
|
| /linux/kernel/ |
| H A D | user_namespace.c | 613 static int uid_m_show(struct seq_file *seq, void *v) in uid_m_show() 634 static int gid_m_show(struct seq_file *seq, void *v) in gid_m_show() 655 static int projid_m_show(struct seq_file *seq, void *v) in projid_m_show() 676 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() 692 static void *uid_m_start(struct seq_file *seq, loff_t *ppos) in uid_m_start() 699 static void *gid_m_start(struct seq_file *seq, loff_t *ppos) in gid_m_start() 706 static void *projid_m_start(struct seq_file *seq, loff_t *ppos) in projid_m_start() 713 static void *m_next(struct seq_file *seq, void *v, loff_t *pos) in m_next() 719 static void m_stop(struct seq_file *seq, void *v) in m_stop() 938 struct seq_file *seq = file->private_data; in map_write() local [all …]
|