Home
last modified time | relevance | path

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

12345678910>>...48

/openbmc/linux/net/netrom/
H A Dnr_route.c839 static void *nr_node_start(struct seq_file *seq, loff_t *pos) in nr_node_start()
846 static void *nr_node_next(struct seq_file *seq, void *v, loff_t *pos) in nr_node_next()
851 static void nr_node_stop(struct seq_file *seq, void *v) in nr_node_stop()
857 static int nr_node_show(struct seq_file *seq, void *v) in nr_node_show()
896 static void *nr_neigh_start(struct seq_file *seq, loff_t *pos) in nr_neigh_start()
903 static void *nr_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in nr_neigh_next()
908 static void nr_neigh_stop(struct seq_file *seq, void *v) in nr_neigh_stop()
914 static int nr_neigh_show(struct seq_file *seq, void *v) in nr_neigh_show()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c175 u32 seq = tcptw->tw_snd_nxt + 65535 + 2; in tcp_twsk_unique() local
401 void tcp_req_err(struct sock *sk, u32 seq, bool abort) in tcp_req_err()
426 void tcp_ld_RTO_revert(struct sock *sk, u32 seq) in tcp_ld_RTO_revert()
490 u32 seq, snd_una; in tcp_v4_err() local
869 struct sk_buff *skb, u32 seq, u32 ack, in tcp_v4_send_ack()
2375 static void *listening_get_first(struct seq_file *seq) in listening_get_first()
2456 static void *established_get_first(struct seq_file *seq) in established_get_first()
2537 static void *tcp_seek_last_pos(struct seq_file *seq) in tcp_seek_last_pos()
2571 void *tcp_seq_start(struct seq_file *seq, loff_t *pos) in tcp_seq_start()
2625 void tcp_seq_stop(struct seq_file *seq, void *v) in tcp_seq_stop()
[all …]
/openbmc/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()
/openbmc/linux/drivers/platform/x86/intel/
H A Dbytcrc_pwrsrc.c63 static void crc_pwrsrc_log(struct seq_file *seq, const char *prefix, in crc_pwrsrc_log()
74 static int pwrsrc_show(struct seq_file *seq, void *unused) in pwrsrc_show()
88 static int resetsrc_show(struct seq_file *seq, void *unused) in resetsrc_show()
97 static int wakesrc_show(struct seq_file *seq, void *unused) in wakesrc_show()
/openbmc/linux/fs/dlm/
H A Ddebug_fs.c429 static int table_seq_show(struct seq_file *seq, void *iter_ptr) in table_seq_show()
476 static void *table_seq_start(struct seq_file *seq, loff_t *pos) in table_seq_start()
558 static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos) in table_seq_next()
624 static void table_seq_stop(struct seq_file *seq, void *iter_ptr) in table_seq_stop()
677 struct seq_file *seq; in table_open1() local
691 struct seq_file *seq; in table_open2() local
706 struct seq_file *seq = file->private_data; in table_write2() local
734 struct seq_file *seq; in table_open3() local
748 struct seq_file *seq; in table_open4() local
762 struct seq_file *seq; in table_open5() local
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c251 uint8_t seq[16]; member
713 const struct stfsm_seq *seq) in stfsm_load_seq()
944 struct stfsm_seq *seq = &stfsm_seq_write_status; in stfsm_write_status() local
1004 struct stfsm_seq *seq) in stfsm_prepare_erasesec_seq()
1032 struct stfsm_seq *seq, in stfsm_prepare_rw_seq()
1100 struct stfsm_seq *seq, in stfsm_search_prepare_rw_seq()
1287 struct stfsm_seq seq = { in stfsm_s25fl_read_dyb() local
1322 struct stfsm_seq seq = { in stfsm_s25fl_write_dyb() local
1357 struct stfsm_seq seq = { in stfsm_s25fl_clear_status_reg() local
1516 struct stfsm_seq *seq = &fsm->stfsm_seq_read; in stfsm_read() local
[all …]
/openbmc/linux/net/xfrm/
H A Dxfrm_replay.c14 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local
125 u32 seq = ntohl(net_seq); in xfrm_replay_check_legacy() local
158 u32 diff, seq; in xfrm_replay_advance() local
219 u32 seq = ntohl(net_seq); in xfrm_replay_check_bmp() local
262 u32 seq = ntohl(net_seq); in xfrm_replay_advance_bmp() local
458 u32 seq = ntohl(net_seq); in xfrm_replay_check_esn() local
557 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
/openbmc/linux/kernel/bpf/
H A Dbpf_iter.c44 static void bpf_iter_inc_seq_num(struct seq_file *seq) in bpf_iter_inc_seq_num()
53 static void bpf_iter_dec_seq_num(struct seq_file *seq) in bpf_iter_dec_seq_num()
62 static void bpf_iter_done_stop(struct seq_file *seq) in bpf_iter_done_stop()
76 static bool bpf_iter_support_resched(struct seq_file *seq) in bpf_iter_support_resched()
97 struct seq_file *seq = file->private_data; in bpf_seq_read() local
266 struct seq_file *seq; in iter_release() local
439 struct seq_file *seq) in bpf_iter_link_show_fdinfo()
598 struct seq_file *seq; in prepare_seq_file() local
675 struct seq_file *seq; in bpf_iter_get_info() local
/openbmc/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
/openbmc/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
/openbmc/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()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_rle.py35 def run_length_encode(seq): argument
58 def run_length_decode(seq): argument
/openbmc/sdeventplus/test/source/
H A Devent.cpp67 testing::InSequence seq; in TEST_F() local
109 testing::InSequence seq; in TEST_F() local
147 testing::InSequence seq; in TEST_F() local
199 testing::InSequence seq; in TEST_F() local
/openbmc/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
/openbmc/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
/openbmc/linux/net/ipv6/
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()
/openbmc/linux/include/vdso/
H A Dhelpers.h11 u32 seq; in vdso_read_begin() local
23 u32 seq; in vdso_read_retry() local
/openbmc/linux/fs/gfs2/
H A Dglock.c1472 void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...) in gfs2_print_dbg()
2422 static int gfs2_glstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glstats_seq_show()
2467 static int gfs2_sbstats_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_sbstats_seq_show()
2564 static void *gfs2_glock_seq_start(struct seq_file *seq, loff_t *pos) in gfs2_glock_seq_start()
2589 static void *gfs2_glock_seq_next(struct seq_file *seq, void *iter_ptr, in gfs2_glock_seq_next()
2600 static void gfs2_glock_seq_stop(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_stop()
2608 static int gfs2_glock_seq_show(struct seq_file *seq, void *iter_ptr) in gfs2_glock_seq_show()
2614 static void *gfs2_sbstats_seq_start(struct seq_file *seq, loff_t *pos) in gfs2_sbstats_seq_start()
2664 struct seq_file *seq = file->private_data; in __gfs2_glocks_open() local
2689 struct seq_file *seq = file->private_data; in gfs2_glocks_release() local
[all …]
/openbmc/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()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c1066 static int xfrm_set(int xfrm_sock, uint32_t *seq, in xfrm_set()
1152 static int xfrm_prepare(int xfrm_sock, uint32_t *seq, in xfrm_prepare()
1171 static int xfrm_policy_del(int xfrm_sock, uint32_t seq, in xfrm_policy_del()
1203 static int xfrm_cleanup(int xfrm_sock, uint32_t *seq, in xfrm_cleanup()
1256 static int xfrm_delete(int xfrm_sock, uint32_t *seq, in xfrm_delete()
1434 static int xfrm_expire_state(int xfrm_sock, uint32_t *seq, in xfrm_expire_state()
1506 static int xfrm_expire_policy(int xfrm_sock, uint32_t *seq, in xfrm_expire_policy()
1733 static int child_serv(int xfrm_sock, uint32_t *seq, in child_serv()
1807 uint32_t seq; in child_f() local
1875 struct test_desc *msg, int xfrm_sock, uint32_t *seq) in grand_child_serv()
[all …]
/openbmc/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
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c101 static void amdgpu_fence_write(struct amdgpu_ring *ring, u32 seq) in amdgpu_fence_write()
120 u32 seq = 0; in amdgpu_fence_read() local
148 uint32_t seq; in amdgpu_fence_emit() local
228 uint32_t seq; in amdgpu_fence_emit_polling() local
277 uint32_t seq, last_seq; in amdgpu_fence_process() local
344 uint64_t seq = READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_wait_empty() local
446 void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp) in amdgpu_fence_update_start_timestamp()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.c29 struct nvkm_falcon_qmgr_seq *seq; in nvkm_falcon_qmgr_seq_acquire() local
50 struct nvkm_falcon_qmgr_seq *seq) in nvkm_falcon_qmgr_seq_release()

12345678910>>...48