Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/linux/net/x25/
H A Dx25_proc.c25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop()
43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show()
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop()
78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show()
112 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
119 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
[all …]
/linux/net/core/
H A Dnet-procfs.c10 static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos) in dev_seq_from_index() argument
22 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() argument
32 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() argument
38 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() argument
44 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() argument
72 static int dev_seq_show(struct seq_file *seq, voi argument
108 softnet_seq_start(struct seq_file * seq,loff_t * pos) softnet_seq_start() argument
113 softnet_seq_next(struct seq_file * seq,void * v,loff_t * pos) softnet_seq_next() argument
119 softnet_seq_stop(struct seq_file * seq,void * v) softnet_seq_stop() argument
123 softnet_seq_show(struct seq_file * seq,void * v) softnet_seq_show() argument
171 ptype_get_idx(struct seq_file * seq,loff_t pos) ptype_get_idx() argument
210 ptype_seq_start(struct seq_file * seq,loff_t * pos) ptype_seq_start() argument
217 ptype_seq_next(struct seq_file * seq,void * v,loff_t * pos) ptype_seq_next() argument
272 ptype_seq_stop(struct seq_file * seq,void * v) ptype_seq_stop() argument
278 ptype_seq_show(struct seq_file * seq,void * v) ptype_seq_show() argument
347 dev_mc_seq_show(struct seq_file * seq,void * v) dev_mc_seq_show() argument
[all...]
/linux/net/appletalk/
H A Datalk_proc.c27 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
53 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop()
59 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show()
88 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
114 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop()
120 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show()
145 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
[all …]
/linux/drivers/isdn/capi/
H A Dkcapi_proc.c38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start()
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next()
58 static void controller_stop(struct seq_file *seq, void *v) in controller_stop()
64 static int controller_show(struct seq_file *seq, void *v) in controller_show()
80 static int contrstats_show(struct seq_file *seq, void *v) in contrstats_show()
117 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start()
129 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next()
138 static void applications_stop(struct seq_file *seq, void *v) in applications_stop()
145 applications_show(struct seq_file *seq, void *v) in applications_show()
162 applstats_show(struct seq_file *seq, void *v) in applstats_show()
/linux/net/sctp/
H A Dproc.c59 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show()
77 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs()
113 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs()
132 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start()
146 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop()
151 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
161 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show()
203 static void *sctp_transport_seq_start(struct seq_file *seq, loff_t *pos) in sctp_transport_seq_start()
212 static void sctp_transport_seq_stop(struct seq_file *seq, void *v) in sctp_transport_seq_stop()
225 static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_transport_seq_next()
[all …]
H A Dobjcnt.c62 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/net/atm/
H A Dproc.c44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats()
53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) in atm_dev_info()
108 static inline void *vcc_walk(struct seq_file *seq, loff_t l) in vcc_walk()
117 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) in vcc_seq_start()
128 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop()
134 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next()
141 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info()
177 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info()
204 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info()
224 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show()
[all …]
/linux/net/kcm/
H A Dkcmproc.c18 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 Dcxgb4_debugfs.c61 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/ipv4/
H A Dproc.c52 static int sockstat_seq_show(struct seq_file *seq, void *v) in sockstat_seq_show() argument
313 icmpmsg_put_line(struct seq_file * seq,unsigned long * vals,unsigned short * type,int count) icmpmsg_put_line() argument
330 icmpmsg_put(struct seq_file * seq) icmpmsg_put() argument
356 icmp_put(struct seq_file * seq) icmp_put() argument
388 snmp_seq_show_ipstats(struct seq_file * seq,void * v) snmp_seq_show_ipstats() argument
414 snmp_seq_show_tcp_udp(struct seq_file * seq,void * v) snmp_seq_show_tcp_udp() argument
464 snmp_seq_show(struct seq_file * seq,void * v) snmp_seq_show() argument
479 netstat_seq_show(struct seq_file * seq,void * v) netstat_seq_show() argument
[all...]
/linux/net/wireless/
H A Dwext-proc.c29 static void wireless_seq_printf_stats(struct seq_file *seq, in wireless_seq_printf_stats()
75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) in wireless_dev_seq_show()
90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start()
107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next()
117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) in wireless_dev_seq_stop()
/linux/fs/ocfs2/cluster/
H A Dnetdebug.c83 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/fs/dlm/
H A Drcom.c32 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 Drecover.c96 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/drivers/net/bonding/
H A Dbond_procfs.c11 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) in bond_info_seq_start()
31 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bond_info_seq_next()
52 static void bond_info_seq_stop(struct seq_file *seq, void *v) in bond_info_seq_stop()
58 static void bond_info_show_master(struct seq_file *seq) in bond_info_show_master()
190 static void bond_info_show_slave(struct seq_file *seq, in bond_info_show_slave()
265 static int bond_info_seq_show(struct seq_file *seq, void *v) in bond_info_seq_show()
/linux/net/8021q/
H A Dvlanproc.c166 static void *vlan_seq_from_index(struct seq_file *seq, loff_t *pos) in vlan_seq_from_index()
180 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start()
190 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next()
196 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop()
202 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show()
227 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
/linux/net/rose/
H A Drose_route.c1087 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start()
1103 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1111 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop()
1117 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show()
1146 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start()
1162 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1170 static void rose_neigh_stop(struct seq_file *seq, void *v) in rose_neigh_stop()
1176 static int rose_neigh_show(struct seq_file *seq, void *v) in rose_neigh_show()
1217 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start()
1233 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
[all …]
/linux/net/llc/
H A Dllc_proc.c29 static void llc_ui_format_mac(struct seq_file *seq, const u8 *addr) in llc_ui_format_mac()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) __acquires(RCU) in llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next()
114 static void llc_seq_stop(struct seq_file *seq, void *v) in llc_seq_stop()
126 static int llc_seq_socket_show(struct seq_file *seq, void *v) in llc_seq_socket_show()
175 static int llc_seq_core_show(struct seq_file *seq, void *v) in llc_seq_core_show()
/linux/net/ipv6/
H A Dproc.c34 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show()
147 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg()
183 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib, in snmp6_seq_show_item()
204 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib, in snmp6_seq_show_item64()
217 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show()
233 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
/linux/net/phonet/
H A Dsocket.c516 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx()
536 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next()
547 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start()
554 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next()
566 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop()
572 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show()
691 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx()
709 static struct sock **pn_res_get_next(struct seq_file *seq, struct sock **sk) in pn_res_get_next()
722 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start()
729 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 Defct_unsol.c40 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()
463 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 Dionic_debugfs.c37 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/kernel/time/
H A Dtimekeeping.c50 seqcount_raw_spinlock_t seq; member
71 seqcount_latch_t seq; member
401 unsigned int seq; in __ktime_get_fast_ns() local
523 unsigned int seq; in ktime_get_real_fast_ns() local
748 unsigned int seq; in ktime_get_real_ts64() local
769 unsigned int seq; in ktime_get() local
789 unsigned int seq; in ktime_get_resolution_ns() local
812 unsigned int seq; in ktime_get_with_offset() local
834 unsigned int seq; in ktime_get_coarse_with_offset() local
858 unsigned int seq; in ktime_mono_to_any() local
[all …]
/linux/drivers/vdpa/pds/
H A Ddebugfs.c35 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 Dnf_flow_table_procfs.c6 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()

12345678910>>...37