Home
last modified time | relevance | path

Searched defs:seq (Results 51 – 75 of 1049) sorted by relevance

12345678910>>...42

/linux/drivers/char/
H A Dmisc.c85 static void *misc_seq_start(struct seq_file *seq, loff_t *pos) in misc_seq_start()
91 static void *misc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in misc_seq_next()
96 static void misc_seq_stop(struct seq_file *seq, void *v) in misc_seq_stop()
101 static int misc_seq_show(struct seq_file *seq, void *v) in misc_seq_show()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c127 static void vpd_sequence_begin(struct papr_rtas_sequence *seq) in vpd_sequence_begin()
159 static void vpd_sequence_end(struct papr_rtas_sequence *seq) in vpd_sequence_end()
171 static const char *vpd_sequence_fill_work_area(struct papr_rtas_sequence *seq, in vpd_sequence_fill_work_area()
214 struct papr_rtas_sequence seq = {}; in papr_vpd_create_handle() local
H A Dpapr-indices.c130 static void indices_sequence_begin(struct papr_rtas_sequence *seq) in indices_sequence_begin()
152 static void indices_sequence_end(struct papr_rtas_sequence *seq) in indices_sequence_end()
173 static const char *indices_sequence_fill_work_area(struct papr_rtas_sequence *seq, in indices_sequence_fill_work_area()
247 struct papr_rtas_sequence seq = {}; in papr_indices_create_handle() local
/linux/net/ipv6/
H A Danycast.c535 #define ac6_seq_private(seq) ((struct ac6_iter_state *)(seq)->private) argument
537 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first()
556 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next()
574 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx()
583 static void *ac6_seq_start(struct seq_file *seq, loff_t *pos) in ac6_seq_start()
590 static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ac6_seq_next()
598 static void ac6_seq_stop(struct seq_file *seq, void *v) in ac6_seq_stop()
604 static int ac6_seq_show(struct seq_file *seq, void *v) in ac6_seq_show()
H A Dip6_flowlabel.c756 #define ip6fl_seq_private(seq) ((struct ip6fl_iter_state *)(seq)->private) argument
758 static struct ip6_flowlabel *ip6fl_get_first(struct seq_file *seq) in ip6fl_get_first()
775 static struct ip6_flowlabel *ip6fl_get_next(struct seq_file *seq, struct ip6_flowlabel *fl) in ip6fl_get_next()
799 static struct ip6_flowlabel *ip6fl_get_idx(struct seq_file *seq, loff_t pos) in ip6fl_get_idx()
808 static void *ip6fl_seq_start(struct seq_file *seq, loff_t *pos) in ip6fl_seq_start()
819 static void *ip6fl_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ip6fl_seq_next()
831 static void ip6fl_seq_stop(struct seq_file *seq, void *v) in ip6fl_seq_stop()
837 static int ip6fl_seq_show(struct seq_file *seq, void *v) in ip6fl_seq_show()
/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c251 uint8_t seq[16]; member
519 static int stfsm_mx25_en_32bit_addr_seq(struct stfsm_seq *seq) in stfsm_mx25_en_32bit_addr_seq()
680 static int stfsm_n25q_en_32bit_addr_seq(struct stfsm_seq *seq) in stfsm_n25q_en_32bit_addr_seq()
713 const struct stfsm_seq *seq) in stfsm_load_seq()
801 const struct stfsm_seq *seq = &stfsm_seq_load_fifo_byte; in stfsm_clear_fifo() local
851 struct stfsm_seq *seq = &fsm->stfsm_seq_en_32bit_addr; in stfsm_enter_32bit_addr() local
868 struct stfsm_seq *seq = &stfsm_seq_read_status_fifo; in stfsm_wait_busy() local
916 struct stfsm_seq *seq = &stfsm_seq_read_status_fifo; in stfsm_read_status() local
944 struct stfsm_seq *seq = &stfsm_seq_write_status; in stfsm_write_status() local
1004 struct stfsm_seq *seq) in stfsm_prepare_erasesec_seq()
[all …]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data) in rsi_sdio_stats_read()
81 static int rsi_version_read(struct seq_file *seq, void *data) in rsi_version_read()
115 static int rsi_stats_read(struct seq_file *seq, void *data) in rsi_stats_read()
200 static int rsi_debug_zone_read(struct seq_file *seq, void *data) in rsi_debug_zone_read()
/linux/kernel/bpf/
H A Dbpf_iter.c43 static void bpf_iter_inc_seq_num(struct seq_file *seq) in bpf_iter_inc_seq_num()
52 static void bpf_iter_dec_seq_num(struct seq_file *seq) in bpf_iter_dec_seq_num()
61 static void bpf_iter_done_stop(struct seq_file *seq) in bpf_iter_done_stop()
75 static bool bpf_iter_support_resched(struct seq_file *seq) in bpf_iter_support_resched()
96 struct seq_file *seq = file->private_data; in bpf_seq_read() local
265 struct seq_file *seq; in iter_release() local
436 struct seq_file *seq) in bpf_iter_link_show_fdinfo()
596 struct seq_file *seq; in prepare_seq_file() local
673 struct seq_file *seq; in bpf_iter_get_info() local
/linux/fs/gfs2/
H A Dglock.c1446 void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...) in gfs2_print_dbg()
2169 static void dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) in dump_glock()
2283 static void dump_holder(struct seq_file *seq, const struct gfs2_holder *gh, in dump_holder()
2378 void gfs2_dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) in gfs2_dump_glock()
2419 static int gfs2_glstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glstats_seq_show()
2464 static int gfs2_sbstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_sbstats_seq_show()
2556 static void *gfs2_glock_seq_start(struct seq_file *seq, loff_t *pos) in gfs2_glock_seq_start()
2581 static void *gfs2_glock_seq_next(struct seq_file *seq, void *iter_ptr, in gfs2_glock_seq_next()
2592 static void gfs2_glock_seq_stop(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_stop()
2600 static int gfs2_glock_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_show()
[all …]
/linux/net/ax25/
H A Dax25_route.c257 static void *ax25_rt_seq_start(struct seq_file *seq, loff_t *pos) in ax25_rt_seq_start()
276 static void *ax25_rt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_rt_seq_next()
283 static void ax25_rt_seq_stop(struct seq_file *seq, void *v) in ax25_rt_seq_stop()
289 static int ax25_rt_seq_show(struct seq_file *seq, void *v) in ax25_rt_seq_show()
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c70 struct ieee80211_key_seq *seq, enum nl80211_iftype iftype) in fill_tkip_group()
100 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_ccmp_group()
140 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_aes_cmac_group()
155 struct ieee80211_key_seq seq; in wfx_add_key() local
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, in dump_tcp_sock()
147 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
172 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
199 struct seq_file *seq = ctx->meta->seq; in dump_tcp4() local
H A Dbpf_iter_tcp6.c74 static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp, in dump_tcp6_sock()
152 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
181 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
215 struct seq_file *seq = ctx->meta->seq; in dump_tcp6() local
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c198 struct asd_seq_data *seq = &asd_ha->seq; in asd_init_scbs() local
272 struct asd_seq_data *seq = &asd_ha->seq; in asd_alloc_edbs() local
304 struct asd_seq_data *seq = &asd_ha->seq; in asd_alloc_escbs() local
339 struct asd_seq_data *seq = &asd_ha->seq; in asd_assign_edbs2escbs() local
370 struct asd_seq_data *seq = &asd_ha->seq; in asd_init_escbs() local
715 struct asd_seq_data *seq = &asd_ha->seq; in asd_dl_tasklet_handler() local
1032 struct asd_seq_data *seq = &asd_ha->seq; in asd_ascb_alloc() local
1130 struct asd_seq_data *seq = &asd_ha->seq; in asd_swap_head_scb() local
/linux/kernel/gcov/
H A Dfs.c182 static int gcov_iter_write(struct gcov_iterator *iter, struct seq_file *seq) in gcov_iter_write()
204 static void *gcov_seq_start(struct seq_file *seq, loff_t *pos) in gcov_seq_start()
217 static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos) in gcov_seq_next()
229 static int gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show()
238 static void gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop()
292 struct seq_file *seq; in gcov_seq_open() local
332 struct seq_file *seq; in gcov_seq_release() local
385 struct seq_file *seq; in gcov_seq_write() local
/linux/drivers/target/iscsi/
H A Discsi_target_erl0.c92 struct iscsi_seq *seq; in iscsit_dataout_within_command_recovery_check() local
212 struct iscsi_seq *seq = NULL; in iscsit_dataout_check_sequence() local
355 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_check_datasn() local
413 struct iscsi_seq *seq = cmd->seq_ptr; in iscsit_dataout_pre_datapduinorder_yes() local
538 struct iscsi_seq *seq = NULL; in iscsit_dataout_post_crc_passed() local
/linux/drivers/block/drbd/
H A Ddrbd_proc.c26 static void seq_printf_with_thousands_grouping(struct seq_file *seq, long v) in seq_printf_with_thousands_grouping()
90 static void drbd_syncer_progress(struct drbd_device *device, struct seq_file *seq, in drbd_syncer_progress()
215 int drbd_seq_show(struct seq_file *seq, void *v) in drbd_seq_show()
/linux/include/linux/
H A Dseq_file_net.h18 static inline struct net *seq_file_net(struct seq_file *seq) in seq_file_net()
31 static inline struct net *seq_file_single_net(struct seq_file *seq) in seq_file_single_net()
/linux/drivers/platform/x86/intel/
H A Dbytcrc_pwrsrc.c73 static void crc_pwrsrc_log(struct seq_file *seq, const char *prefix, in crc_pwrsrc_log()
84 static int pwrsrc_show(struct seq_file *seq, void *unused) in pwrsrc_show()
98 static int resetsrc_show(struct seq_file *seq, void *unused) in resetsrc_show()
107 static int wakesrc_show(struct seq_file *seq, void *unused) in wakesrc_show()
/linux/security/apparmor/
H A Dapparmorfs.c150 static int aafs_show_path(struct seq_file *seq, struct dentry *dentry) in aafs_show_path()
999 static int aa_sfs_seq_show(struct seq_file *seq, void *v) in aa_sfs_seq_show()
1072 struct seq_file *seq = (struct seq_file *) file->private_data; in seq_profile_release() local
1078 static int seq_profile_name_show(struct seq_file *seq, void *v) in seq_profile_name_show()
1089 static int seq_profile_mode_show(struct seq_file *seq, void *v) in seq_profile_mode_show()
1100 static int seq_profile_attach_show(struct seq_file *seq, void *v) in seq_profile_attach_show()
1116 static int seq_profile_hash_show(struct seq_file *seq, void *v) in seq_profile_hash_show()
1158 static int seq_ns_stacked_show(struct seq_file *seq, void *v) in seq_ns_stacked_show()
1169 static int seq_ns_nsstacked_show(struct seq_file *seq, void *v) in seq_ns_nsstacked_show()
1192 static int seq_ns_level_show(struct seq_file *seq, void *v) in seq_ns_level_show()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c68 static void amdgpu_fence_write(struct amdgpu_ring *ring, u32 seq) in amdgpu_fence_write()
87 u32 seq = 0; in amdgpu_fence_read() local
115 uint32_t seq; in amdgpu_fence_emit() local
190 uint32_t seq; in amdgpu_fence_emit_polling() local
239 uint32_t seq, last_seq; in amdgpu_fence_process() local
315 uint64_t seq = READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_wait_empty() local
417 void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp) in amdgpu_fence_update_start_timestamp()
/linux/lib/kunit/
H A Ddebugfs.c44 static void debugfs_print_result(struct seq_file *seq, struct string_stream *log) in debugfs_print_result()
64 static int debugfs_print_results(struct seq_file *seq, void *v) in debugfs_print_results()
112 static int debugfs_print_run(struct seq_file *seq, void *v) in debugfs_print_run()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c152 struct mt76x02_dfs_sequence *seq) in mt76x02_dfs_seq_pool_put()
166 struct mt76x02_dfs_sequence *seq; in mt76x02_dfs_seq_pool_get() local
208 struct mt76x02_dfs_sequence *seq, *tmp_seq; in mt76x02_dfs_detector_reset() local
433 struct mt76x02_dfs_sequence seq, *seq_p; in mt76x02_dfs_create_sequence() local
518 struct mt76x02_dfs_sequence *seq, *tmp_seq; in mt76x02_dfs_add_event_to_sequence() local
548 struct mt76x02_dfs_sequence *seq; in mt76x02_dfs_check_detection() local
/linux/drivers/platform/surface/aggregator/
H A Dssh_msgb.h118 static inline void msgb_push_frame(struct msgbuf *msgb, u8 ty, u16 len, u8 seq) in msgb_push_frame()
137 static inline void msgb_push_ack(struct msgbuf *msgb, u8 seq) in msgb_push_ack()
172 static inline void msgb_push_cmd(struct msgbuf *msgb, u8 seq, u16 rqid, in msgb_push_cmd()
/linux/drivers/target/tcm_fc/
H A Dtfc_io.c91 struct fc_seq *seq = cmd->seq; in ft_queue_data_in() local
198 struct fc_seq *seq = cmd->seq; in ft_recv_write_data() local
329 struct fc_seq *seq; in ft_invl_hw_context() local

12345678910>>...42