Searched refs:seq (Results 51 - 75 of 1560) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/
H A Dnf_conntrack_seqadj.c23 this_way = &seqadj->seq[dir];
31 __be32 seq, s32 off)
48 this_way = &seqadj->seq[dir];
50 before(this_way->correction_pos, ntohl(seq))) {
51 this_way->correction_pos = ntohl(seq);
70 nf_ct_seqadj_set(ct, ctinfo, th->seq, off);
79 struct nf_ct_seqadj *seq)
86 if (after(ntohl(sack->start_seq) - seq->offset_before,
87 seq->correction_pos))
89 seq
30 nf_ct_seqadj_set(struct nf_conn *ct, enum ip_conntrack_info ctinfo, __be32 seq, s32 off) argument
75 nf_ct_sack_block_adjust(struct sk_buff *skb, struct tcphdr *tcph, unsigned int sackoff, unsigned int sackend, struct nf_ct_seqadj *seq) argument
220 nf_ct_seq_offset(const struct nf_conn *ct, enum ip_conntrack_dir dir, u32 seq) argument
[all...]
/linux-master/net/core/
H A Dnet-procfs.c10 static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos) argument
15 for_each_netdev_dump(seq_file_net(seq), dev, ifindex) {
22 static void *dev_seq_start(struct seq_file *seq, loff_t *pos)
29 return dev_seq_from_index(seq, pos);
32 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
35 return dev_seq_from_index(seq, pos);
38 static void dev_seq_stop(struct seq_file *seq, void *v)
44 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) argument
49 seq_printf(seq, "%6s: %7llu %7llu %4llu %4llu %4llu %5llu %10llu %9llu "
72 static int dev_seq_show(struct seq_file *seq, voi argument
108 softnet_seq_start(struct seq_file *seq, loff_t *pos) argument
113 softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
119 softnet_seq_stop(struct seq_file *seq, void *v) argument
123 softnet_seq_show(struct seq_file *seq, void *v) argument
170 ptype_get_idx(struct seq_file *seq, loff_t pos) argument
210 ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
263 ptype_seq_show(struct seq_file *seq, void *v) argument
332 dev_mc_seq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/usb/dwc2/
H A Ddebugfs.c60 * @s: The seq file to write to.
119 * @seq: The seq file to write to.
126 static int state_show(struct seq_file *seq, void *v) argument
128 struct dwc2_hsotg *hsotg = seq->private;
131 seq_printf(seq, "DCFG=0x%08x, DCTL=0x%08x, DSTS=0x%08x\n",
136 seq_printf(seq, "DIEPMSK=0x%08x, DOEPMASK=0x%08x\n",
139 seq_printf(seq, "GINTMSK=0x%08x, GINTSTS=0x%08x\n",
143 seq_printf(seq, "DAINTMSK=0x%08x, DAINT=0x%08x\n",
147 seq_printf(seq, "GNPTXST
183 fifo_show(struct seq_file *seq, void *v) argument
225 ep_show(struct seq_file *seq, void *v) argument
667 params_show(struct seq_file *seq, void *v) argument
727 hw_params_show(struct seq_file *seq, void *v) argument
762 dr_mode_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/net/ipv4/
H A Dproc.c51 static int sockstat_seq_show(struct seq_file *seq, void *v) argument
53 struct net *net = seq->private;
59 socket_seq_show(seq);
60 seq_printf(seq, "TCP: inuse %d orphan %d tw %d alloc %d mem %ld\n",
64 seq_printf(seq, "UDP: inuse %d mem %ld\n",
67 seq_printf(seq, "UDPLITE: inuse %d\n",
69 seq_printf(seq, "RAW: inuse %d\n",
71 seq_printf(seq, "FRAG: inuse %u memory %lu\n",
310 static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals, argument
316 seq_puts(seq, "\nIcmpMs
327 icmpmsg_put(struct seq_file *seq) argument
353 icmp_put(struct seq_file *seq) argument
385 snmp_seq_show_ipstats(struct seq_file *seq, void *v) argument
411 snmp_seq_show_tcp_udp(struct seq_file *seq, void *v) argument
461 snmp_seq_show(struct seq_file *seq, void *v) argument
476 netstat_seq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/remoteproc/
H A Dremoteproc_debugfs.c275 static int rproc_rsc_table_show(struct seq_file *seq, void *p) argument
278 struct rproc *rproc = seq->private;
287 seq_puts(seq, "No resource table found\n");
299 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
300 seq_printf(seq, " Device Address 0x%x\n", c->da);
301 seq_printf(seq, " Physical Address 0x%x\n", c->pa);
302 seq_printf(seq, " Length 0x%x Bytes\n", c->len);
303 seq_printf(seq, " Flags 0x%x\n", c->flags);
304 seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved);
305 seq_printf(seq, " Nam
362 rproc_carveouts_show(struct seq_file *seq, void *p) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_replay.c14 u32 seq, seq_hi, bottom; local
20 seq = ntohl(net_seq);
22 bottom = replay_esn->seq - replay_esn->replay_window + 1;
24 if (likely(replay_esn->seq >= replay_esn->replay_window - 1)) {
26 if (unlikely(seq < bottom))
30 if (unlikely(seq >= bottom))
68 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) &&
104 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq;
105 XFRM_SKB_CB(skb)->seq
125 u32 seq = ntohl(net_seq); local
158 u32 diff, seq; local
219 u32 seq = ntohl(net_seq); local
262 u32 seq = ntohl(net_seq); local
458 u32 seq = ntohl(net_seq); local
557 u32 diff, pos, seq, seq_hi; local
[all...]
/linux-master/arch/m68k/atari/
H A Dnvram.c178 static void atari_nvram_proc_read(unsigned char *nvram, struct seq_file *seq, argument
189 seq_printf(seq, "Checksum status : %svalid\n", checksum ? "" : "not ");
191 seq_puts(seq, "Boot preference : ");
194 seq_printf(seq, "%s\n", boot_prefs[i].name);
198 seq_printf(seq, "0x%02x (undefined)\n", nvram[1]);
200 seq_printf(seq, "SCSI arbitration : %s\n",
202 seq_puts(seq, "SCSI host ID : ");
204 seq_printf(seq, "%d\n", nvram[16] & 7);
206 seq_puts(seq, "n/a\n");
211 seq_puts(seq, "O
244 nvram_proc_read(struct seq_file *seq, void *offset) argument
[all...]
/linux-master/tools/build/feature/
H A Dtest-libtraceevent.c2 #include <traceevent/trace-seq.h>
/linux-master/include/net/netns/
H A Dnexthop.h16 unsigned int seq; /* protected by rtnl_mutex */ member in struct:netns_nexthop
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_file.c16 struct seq_file *seq = ctx->meta->seq; local
26 BPF_SEQ_PRINTF(seq, " tgid gid fd file\n");
37 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
H A Dbpf_iter_netlink.c17 struct seq_file *seq = ctx->meta->seq; local
28 BPF_SEQ_PRINTF(seq, "sk Eth Pid Groups "
33 BPF_SEQ_PRINTF(seq, "%pK %-3d ", s, s->sk_protocol);
43 BPF_SEQ_PRINTF(seq, "%-10u %08x %-8d %-8d %-5d %-8d ",
60 BPF_SEQ_PRINTF(seq, "%-8u %-8lu\n", s->sk_drops.counter, ino);
/linux-master/lib/kunit/
H A Ddebugfs.c44 static void debugfs_print_result(struct seq_file *seq, struct string_stream *log) argument
57 seq_printf(seq, "%s", frag_container->fragment);
64 static int debugfs_print_results(struct seq_file *seq, void *v) argument
66 struct kunit_suite *suite = (struct kunit_suite *)seq->private;
76 seq_puts(seq, "KTAP version 1\n");
77 seq_puts(seq, "1..1\n");
80 seq_puts(seq, KUNIT_SUBTEST_INDENT "KTAP version 1\n");
81 seq_printf(seq, KUNIT_SUBTEST_INDENT "# Subtest: %s\n", suite->name);
82 seq_printf(seq, KUNIT_SUBTEST_INDENT "1..%zd\n", kunit_suite_num_test_cases(suite));
85 debugfs_print_result(seq, test_cas
112 debugfs_print_run(struct seq_file *seq, void *v) argument
[all...]
/linux-master/include/linux/
H A Drbtree_latch.h45 seqcount_latch_t seq; member in struct:latch_tree_root
148 raw_write_seqcount_latch(&root->seq);
150 raw_write_seqcount_latch(&root->seq);
175 raw_write_seqcount_latch(&root->seq);
177 raw_write_seqcount_latch(&root->seq);
204 unsigned int seq; local
207 seq = raw_read_seqcount_latch(&root->seq);
208 node = __lt_find(key, root, seq & 1, ops->comp);
209 } while (raw_read_seqcount_latch_retry(&root->seq, se
[all...]
H A Dsched_clock.h36 extern struct clock_read_data *sched_clock_read_begin(unsigned int *seq);
37 extern int sched_clock_read_retry(unsigned int seq);
/linux-master/fs/nfsd/
H A Dstats.c30 static int nfsd_show(struct seq_file *seq, void *v) argument
32 struct net *net = pde_data(file_inode(seq->file));
36 seq_printf(seq, "rc %lld %lld %lld\nfh %lld 0 0 0 0\nio %lld %lld\n",
45 seq_printf(seq, "th %u 0", atomic_read(&nfsd_th_cnt));
49 seq_puts(seq, " 0.000");
52 seq_puts(seq, "\nra 0 0 0 0 0 0 0 0 0 0 0 0\n");
55 svc_seq_show(seq, &nn->nfsd_svcstats);
60 seq_printf(seq, "proc4ops %u", LAST_NFS4_OP + 1);
62 seq_printf(seq, " %lld",
65 seq_printf(seq, "\nwdeleg_getatt
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Ddebug.h17 int (*fn)(struct seq_file *seq, void *data));
31 int (*fn)(struct seq_file *seq, void *data))
30 qtnf_debugfs_add_entry(struct qtnf_bus *bus, const char *name, int (*fn)(struct seq_file *seq, void *data)) argument
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_insn_boundary.tc7 for i in `seq 0 255`; do
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-mod.tc15 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
25 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
36 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
46 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c61 * @seq: sequence number to write
66 static void radeon_fence_write(struct radeon_device *rdev, u32 seq, int ring) argument
72 *drv->cpu_addr = cpu_to_le32(seq);
74 WREG32(drv->scratch_reg, seq);
90 u32 seq = 0; local
94 seq = le32_to_cpu(*drv->cpu_addr);
96 seq = lower_32_bits(atomic64_read(&drv->last_seq));
98 seq = RREG32(drv->scratch_reg);
100 return seq;
136 u64 seq; local
168 u64 seq; local
198 uint64_t seq, last_seq, last_emitted; local
338 radeon_fence_seq_signaled(struct radeon_device *rdev, u64 seq, unsigned int ring) argument
357 u64 seq = fence->seq; local
448 radeon_fence_any_seq_signaled(struct radeon_device *rdev, u64 *seq) argument
534 uint64_t seq[RADEON_NUM_RINGS] = {}; local
593 uint64_t seq[RADEON_NUM_RINGS]; local
630 uint64_t seq[RADEON_NUM_RINGS] = {}; local
660 uint64_t seq[RADEON_NUM_RINGS] = {}; local
[all...]
/linux-master/net/wireless/
H A Dwext-proc.c29 static void wireless_seq_printf_stats(struct seq_file *seq, argument
49 seq_printf(seq, "%6s: %04x %3d%c %3d%c %3d%c %6d %6d %6d "
75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) argument
80 seq_printf(seq, "Inter-| sta-| Quality | Discarded "
86 wireless_seq_printf_stats(seq, v);
90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) argument
92 struct net *net = seq_file_net(seq);
107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
109 struct net *net = seq_file_net(seq);
117 static void wireless_dev_seq_stop(struct seq_file *seq, voi argument
[all...]
/linux-master/net/rxrpc/
H A Dproc.c27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos)
30 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
36 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
38 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
43 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v)
49 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) argument
53 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
60 seq_puts(seq,
83 seq_printf(seq,
115 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_
124 rxrpc_connection_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
140 rxrpc_connection_seq_show(struct seq_file *seq, void *v) argument
211 rxrpc_bundle_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
227 rxrpc_bundle_seq_show(struct seq_file *seq, void *v) argument
278 rxrpc_peer_seq_show(struct seq_file *seq, void *v) argument
351 rxrpc_peer_seq_next(struct seq_file *seq, void *v, loff_t *_pos) argument
404 rxrpc_local_seq_show(struct seq_file *seq, void *v) argument
448 rxrpc_local_seq_next(struct seq_file *seq, void *v, loff_t *_pos) argument
474 rxrpc_stats_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/android/
H A Dbinder_alloc_selftest.c82 static void pr_err_size_seq(size_t *sizes, int *seq) argument
90 pr_err("free seq: ");
92 pr_cont("[%d]", seq[i]);
121 size_t *sizes, int *seq)
130 pr_err_size_seq(sizes, seq);
138 size_t *sizes, int *seq, size_t end)
143 binder_alloc_free_buf(alloc, buffers[seq[i]]);
152 pr_err_size_seq(sizes, seq);
181 size_t *sizes, int *seq, size_t end)
185 binder_selftest_alloc_buf(alloc, buffers, sizes, seq);
119 binder_selftest_alloc_buf(struct binder_alloc *alloc, struct binder_buffer *buffers[], size_t *sizes, int *seq) argument
136 binder_selftest_free_buf(struct binder_alloc *alloc, struct binder_buffer *buffers[], size_t *sizes, int *seq, size_t end) argument
180 binder_selftest_alloc_free(struct binder_alloc *alloc, size_t *sizes, int *seq, size_t end) argument
197 is_dup(int *seq, int index, int val) argument
209 binder_selftest_free_seq(struct binder_alloc *alloc, size_t *sizes, int *seq, int index, size_t end) argument
231 int seq[BUFFER_NUM] = {0}; local
[all...]
/linux-master/drivers/isdn/capi/
H A Dkcapi_proc.c38 static void *controller_start(struct seq_file *seq, loff_t *pos)
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) argument
58 static void controller_stop(struct seq_file *seq, void *v)
64 static int controller_show(struct seq_file *seq, void *v) argument
71 seq_printf(seq, "%d %-10s %-8s %-16s %s\n",
80 static int contrstats_show(struct seq_file *seq, void *v) argument
87 seq_printf(seq, "%d %lu %lu %lu %lu\n",
117 static void *applications_start(struct seq_file *seq, loff_t *pos)
129 applications_next(struct seq_file *seq, void *v, loff_t *pos) argument
138 static void applications_stop(struct seq_file *seq, voi
145 applications_show(struct seq_file *seq, void *v) argument
162 applstats_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c33 static int identity_show(struct seq_file *seq, void *v) argument
36 struct pdsc *pdsc = seq->private;
41 seq_printf(seq, "fw_heartbeat: 0x%x\n",
44 seq_printf(seq, "nlifs: %d\n",
46 seq_printf(seq, "nintrs: %d\n",
48 seq_printf(seq, "ndbpgs_per_lif: %d\n",
50 seq_printf(seq, "intr_coal_mult: %d\n",
52 seq_printf(seq, "intr_coal_div: %d\n",
55 seq_puts(seq, "vif_types: ");
57 seq_printf(seq, "
75 viftype_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/kernel/bpf/
H A Dbpf_iter.c44 static void bpf_iter_inc_seq_num(struct seq_file *seq) argument
48 iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
53 static void bpf_iter_dec_seq_num(struct seq_file *seq) argument
57 iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
62 static void bpf_iter_done_stop(struct seq_file *seq) argument
66 iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
76 static bool bpf_iter_support_resched(struct seq_file *seq) argument
80 iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
97 struct seq_file *seq = file->private_data; local
103 mutex_lock(&seq
266 struct seq_file *seq; local
438 bpf_iter_link_show_fdinfo(const struct bpf_link *link, struct seq_file *seq) argument
598 struct seq_file *seq; local
675 struct seq_file *seq; local
[all...]

Completed in 208 milliseconds

1234567891011>>