Symbol: seq
arch/arm/mm/dump.c
240
pt_dump_seq_printf(st->seq, " %s", s);
arch/arm/mm/dump.c
271
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/arm/mm/dump.c
280
pt_dump_seq_printf(st->seq, "0x%08lx-0x%08lx ",
arch/arm/mm/dump.c
288
pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit,
arch/arm/mm/dump.c
291
pt_dump_seq_printf(st->seq, " %s",
arch/arm/mm/dump.c
295
pt_dump_seq_printf(st->seq, "\n");
arch/arm/mm/dump.c
300
pt_dump_seq_printf(st->seq, "---[ %s ]---\n",
arch/arm/mm/dump.c
418
.seq = m,
arch/arm/mm/dump.c
456
.seq = NULL,
arch/arm/mm/dump.c
49
struct seq_file *seq;
arch/arm/mm/ioremap.c
141
int seq;
arch/arm/mm/ioremap.c
144
seq = atomic_read_acquire(&init_mm.context.vmalloc_seq);
arch/arm/mm/ioremap.c
158
atomic_set_release(&mm->context.vmalloc_seq, seq);
arch/arm/mm/ioremap.c
159
} while (seq != atomic_read(&init_mm.context.vmalloc_seq));
arch/arm64/include/asm/ptdump.h
51
struct seq_file *seq;
arch/arm64/kvm/ptdump.c
161
parser_state->seq = m;
arch/arm64/mm/ptdump.c
158
pt_dump_seq_printf(st->seq, " %s", s);
arch/arm64/mm/ptdump.c
211
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/arm64/mm/ptdump.c
222
pt_dump_seq_printf(st->seq, "0x%016lx-0x%016lx ",
arch/arm64/mm/ptdump.c
230
pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit,
arch/arm64/mm/ptdump.c
235
pt_dump_seq_puts(st->seq, "\n");
arch/arm64/mm/ptdump.c
239
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/arm64/mm/ptdump.c
249
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/arm64/mm/ptdump.c
302
.seq = s,
arch/arm64/mm/ptdump.c
341
.seq = NULL,
arch/m68k/atari/nvram.c
180
static void atari_nvram_proc_read(unsigned char *nvram, struct seq_file *seq,
arch/m68k/atari/nvram.c
191
seq_printf(seq, "Checksum status : %svalid\n", checksum ? "" : "not ");
arch/m68k/atari/nvram.c
193
seq_puts(seq, "Boot preference : ");
arch/m68k/atari/nvram.c
196
seq_printf(seq, "%s\n", boot_prefs[i].name);
arch/m68k/atari/nvram.c
200
seq_printf(seq, "0x%02x (undefined)\n", nvram[1]);
arch/m68k/atari/nvram.c
202
seq_printf(seq, "SCSI arbitration : %s\n",
arch/m68k/atari/nvram.c
204
seq_puts(seq, "SCSI host ID : ");
arch/m68k/atari/nvram.c
206
seq_printf(seq, "%d\n", nvram[16] & 7);
arch/m68k/atari/nvram.c
208
seq_puts(seq, "n/a\n");
arch/m68k/atari/nvram.c
213
seq_puts(seq, "OS language : ");
arch/m68k/atari/nvram.c
215
seq_printf(seq, "%s\n", languages[nvram[6]]);
arch/m68k/atari/nvram.c
217
seq_printf(seq, "%u (undefined)\n", nvram[6]);
arch/m68k/atari/nvram.c
218
seq_puts(seq, "Keyboard language: ");
arch/m68k/atari/nvram.c
220
seq_printf(seq, "%s\n", languages[nvram[7]]);
arch/m68k/atari/nvram.c
222
seq_printf(seq, "%u (undefined)\n", nvram[7]);
arch/m68k/atari/nvram.c
223
seq_puts(seq, "Date format : ");
arch/m68k/atari/nvram.c
224
seq_printf(seq, dateformat[nvram[8] & 7],
arch/m68k/atari/nvram.c
226
seq_printf(seq, ", %dh clock\n", nvram[8] & 16 ? 24 : 12);
arch/m68k/atari/nvram.c
227
seq_puts(seq, "Boot delay : ");
arch/m68k/atari/nvram.c
229
seq_puts(seq, "default\n");
arch/m68k/atari/nvram.c
231
seq_printf(seq, "%ds%s\n", nvram[10],
arch/m68k/atari/nvram.c
235
seq_printf(seq,
arch/m68k/atari/nvram.c
239
seq_printf(seq,
arch/m68k/atari/nvram.c
246
static int nvram_proc_read(struct seq_file *seq, void *offset)
arch/m68k/atari/nvram.c
256
atari_nvram_proc_read(contents, seq, offset);
arch/mips/include/asm/compat.h
83
unsigned short seq;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1337
uint64_t seq:32;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1339
uint64_t seq:32;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1409
uint64_t seq:32;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1411
uint64_t seq:32;
arch/parisc/include/asm/compat.h
74
unsigned short int seq;
arch/parisc/include/uapi/asm/ipcbuf.h
27
unsigned short int seq;
arch/powerpc/include/asm/compat.h
57
unsigned int seq;
arch/powerpc/include/uapi/asm/ipcbuf.h
29
unsigned int seq;
arch/powerpc/kvm/book3s_hv_p9_entry.c
227
u64 seq;
arch/powerpc/kvm/book3s_hv_p9_entry.c
239
seq = curr->seqcount;
arch/powerpc/kvm/book3s_hv_p9_entry.c
240
curr->seqcount = seq + 1;
arch/powerpc/kvm/book3s_hv_p9_entry.c
243
if (seq == 0 || delta < curr->tb_min)
arch/powerpc/kvm/book3s_hv_p9_entry.c
248
curr->seqcount = seq + 2;
arch/powerpc/mm/ptdump/hashpagetable.c
150
seq_printf(st->seq, " %s_ps: %i%c\t", s, 1<<ps, *unit);
arch/powerpc/mm/ptdump/hashpagetable.c
171
seq_printf(st->seq, " %s:%llx", flag->set, val);
arch/powerpc/mm/ptdump/hashpagetable.c
178
seq_printf(st->seq, " %s", s);
arch/powerpc/mm/ptdump/hashpagetable.c
190
seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/powerpc/mm/ptdump/hashpagetable.c
192
seq_printf(st->seq, "0x%lx:\t", ea);
arch/powerpc/mm/ptdump/hashpagetable.c
193
seq_printf(st->seq, "AVPN:%llx\t", HPTE_V_AVPN_VAL(v));
arch/powerpc/mm/ptdump/hashpagetable.c
195
seq_printf(st->seq, " rpn: %lx\t", rpn);
arch/powerpc/mm/ptdump/hashpagetable.c
201
seq_printf(st->seq, "LP enc: %lx", lp);
arch/powerpc/mm/ptdump/hashpagetable.c
202
seq_putc(st->seq, '\n');
arch/powerpc/mm/ptdump/hashpagetable.c
26
struct seq_file *seq;
arch/powerpc/mm/ptdump/hashpagetable.c
407
seq_printf(st->seq, "page probably bolted before linux"
arch/powerpc/mm/ptdump/hashpagetable.c
504
seq_puts(st->seq, "---[ vmemmap end ]---\n");
arch/powerpc/mm/ptdump/hashpagetable.c
524
.seq = m,
arch/powerpc/mm/ptdump/ptdump.c
155
pt_dump_seq_printf(st->seq, " %s:%llx", flag->set, val);
arch/powerpc/mm/ptdump/ptdump.c
162
pt_dump_seq_printf(st->seq, " %s", s);
arch/powerpc/mm/ptdump/ptdump.c
167
pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags);
arch/powerpc/mm/ptdump/ptdump.c
178
pt_dump_seq_printf(st->seq, REG "-" REG " ", st->start_address, addr - 1);
arch/powerpc/mm/ptdump/ptdump.c
179
pt_dump_seq_printf(st->seq, " " REG " ", st->start_pa);
arch/powerpc/mm/ptdump/ptdump.c
180
pt_dump_size(st->seq, addr - st->start_address);
arch/powerpc/mm/ptdump/ptdump.c
181
pt_dump_seq_printf(st->seq, "%s ", pg_level[st->level].name);
arch/powerpc/mm/ptdump/ptdump.c
213
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/powerpc/mm/ptdump/ptdump.c
224
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/powerpc/mm/ptdump/ptdump.c
247
pt_dump_seq_putc(st->seq, '\n');
arch/powerpc/mm/ptdump/ptdump.c
337
.seq = m,
arch/powerpc/mm/ptdump/ptdump.c
371
.seq = NULL,
arch/powerpc/mm/ptdump/ptdump.c
60
struct seq_file *seq;
arch/powerpc/platforms/pseries/papr-indices.c
130
static void indices_sequence_begin(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-indices.c
134
param = (struct rtas_get_indices_params *)seq->params;
arch/powerpc/platforms/pseries/papr-indices.c
152
static void indices_sequence_end(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-indices.c
156
param = (struct rtas_get_indices_params *)seq->params;
arch/powerpc/platforms/pseries/papr-indices.c
173
static const char *indices_sequence_fill_work_area(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-indices.c
179
p = (struct rtas_get_indices_params *)seq->params;
arch/powerpc/platforms/pseries/papr-indices.c
182
if (papr_rtas_sequence_should_stop(seq, p->status, init_state))
arch/powerpc/platforms/pseries/papr-indices.c
184
if (papr_rtas_sequence_set_err(seq, rtas_ibm_get_indices(p)))
arch/powerpc/platforms/pseries/papr-indices.c
247
struct papr_rtas_sequence seq = {};
arch/powerpc/platforms/pseries/papr-indices.c
257
seq = (struct papr_rtas_sequence) {
arch/powerpc/platforms/pseries/papr-indices.c
263
seq.params = &params;
arch/powerpc/platforms/pseries/papr-indices.c
264
fd = papr_rtas_setup_file_interface(&seq,
arch/powerpc/platforms/pseries/papr-phy-attest.c
137
static void phy_attest_sequence_begin(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-phy-attest.c
148
param = (struct rtas_phy_attest_params *)seq->params;
arch/powerpc/platforms/pseries/papr-phy-attest.c
163
static void phy_attest_sequence_end(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-phy-attest.c
167
param = (struct rtas_phy_attest_params *)seq->params;
arch/powerpc/platforms/pseries/papr-phy-attest.c
176
static const char *phy_attest_sequence_fill_work_area(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-phy-attest.c
182
p = (struct rtas_phy_attest_params *)seq->params;
arch/powerpc/platforms/pseries/papr-phy-attest.c
185
if (papr_rtas_sequence_should_stop(seq, p->status, init_state))
arch/powerpc/platforms/pseries/papr-phy-attest.c
187
if (papr_rtas_sequence_set_err(seq, rtas_physical_attestation(p)))
arch/powerpc/platforms/pseries/papr-phy-attest.c
222
struct papr_rtas_sequence seq = {};
arch/powerpc/platforms/pseries/papr-phy-attest.c
237
seq = (struct papr_rtas_sequence) {
arch/powerpc/platforms/pseries/papr-phy-attest.c
243
seq.params = (void *)params;
arch/powerpc/platforms/pseries/papr-phy-attest.c
245
fd = papr_rtas_setup_file_interface(&seq,
arch/powerpc/platforms/pseries/papr-rtas-common.c
106
int papr_rtas_sequence_set_err(struct papr_rtas_sequence *seq, int err)
arch/powerpc/platforms/pseries/papr-rtas-common.c
109
if (seq->error == 0)
arch/powerpc/platforms/pseries/papr-rtas-common.c
110
seq->error = err;
arch/powerpc/platforms/pseries/papr-rtas-common.c
112
return seq->error;
arch/powerpc/platforms/pseries/papr-rtas-common.c
132
static const struct papr_rtas_blob *papr_rtas_run_sequence(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-rtas-common.c
136
if (seq->begin)
arch/powerpc/platforms/pseries/papr-rtas-common.c
137
seq->begin(seq);
arch/powerpc/platforms/pseries/papr-rtas-common.c
139
blob = papr_rtas_blob_generate(seq);
arch/powerpc/platforms/pseries/papr-rtas-common.c
141
papr_rtas_sequence_set_err(seq, -ENOMEM);
arch/powerpc/platforms/pseries/papr-rtas-common.c
143
if (seq->end)
arch/powerpc/platforms/pseries/papr-rtas-common.c
144
seq->end(seq);
arch/powerpc/platforms/pseries/papr-rtas-common.c
147
if (seq->error) {
arch/powerpc/platforms/pseries/papr-rtas-common.c
149
return ERR_PTR(seq->error);
arch/powerpc/platforms/pseries/papr-rtas-common.c
169
const struct papr_rtas_blob *papr_rtas_retrieve(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-rtas-common.c
182
blob = papr_rtas_run_sequence(seq);
arch/powerpc/platforms/pseries/papr-rtas-common.c
203
long papr_rtas_setup_file_interface(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-rtas-common.c
210
blob = papr_rtas_retrieve(seq);
arch/powerpc/platforms/pseries/papr-rtas-common.c
233
bool papr_rtas_sequence_should_stop(const struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-rtas-common.c
238
if (seq->error)
arch/powerpc/platforms/pseries/papr-rtas-common.c
79
papr_rtas_blob_generate(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-rtas-common.c
90
if (!seq->work)
arch/powerpc/platforms/pseries/papr-rtas-common.c
94
while (err == 0 && (buf = seq->work(seq, &len)))
arch/powerpc/platforms/pseries/papr-rtas-common.h
40
void (*begin)(struct papr_rtas_sequence *seq);
arch/powerpc/platforms/pseries/papr-rtas-common.h
41
void (*end)(struct papr_rtas_sequence *seq);
arch/powerpc/platforms/pseries/papr-rtas-common.h
42
const char *(*work)(struct papr_rtas_sequence *seq, size_t *len);
arch/powerpc/platforms/pseries/papr-rtas-common.h
47
extern int papr_rtas_sequence_set_err(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-rtas-common.h
49
extern const struct papr_rtas_blob *papr_rtas_retrieve(struct papr_rtas_sequence *seq);
arch/powerpc/platforms/pseries/papr-rtas-common.h
50
extern long papr_rtas_setup_file_interface(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-rtas-common.h
52
extern bool papr_rtas_sequence_should_stop(const struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-vpd.c
127
static void vpd_sequence_begin(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-vpd.c
137
vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params;
arch/powerpc/platforms/pseries/papr-vpd.c
146
vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params;
arch/powerpc/platforms/pseries/papr-vpd.c
159
static void vpd_sequence_end(struct papr_rtas_sequence *seq)
arch/powerpc/platforms/pseries/papr-vpd.c
163
vpd_params = (struct rtas_ibm_get_vpd_params *)seq->params;
arch/powerpc/platforms/pseries/papr-vpd.c
171
static const char *vpd_sequence_fill_work_area(struct papr_rtas_sequence *seq,
arch/powerpc/platforms/pseries/papr-vpd.c
177
p = (struct rtas_ibm_get_vpd_params *)seq->params;
arch/powerpc/platforms/pseries/papr-vpd.c
180
if (papr_rtas_sequence_should_stop(seq, p->status, init_state))
arch/powerpc/platforms/pseries/papr-vpd.c
182
if (papr_rtas_sequence_set_err(seq, rtas_ibm_get_vpd(p)))
arch/powerpc/platforms/pseries/papr-vpd.c
214
struct papr_rtas_sequence seq = {};
arch/powerpc/platforms/pseries/papr-vpd.c
224
seq = (struct papr_rtas_sequence) {
arch/powerpc/platforms/pseries/papr-vpd.c
231
seq.params = (void *)&vpd_params;
arch/powerpc/platforms/pseries/papr-vpd.c
233
fd = papr_rtas_setup_file_interface(&seq, &papr_vpd_handle_ops,
arch/riscv/mm/ptdump.c
233
pt_dump_seq_printf(st->seq, " %s", s);
arch/riscv/mm/ptdump.c
248
pt_dump_seq_printf(st->seq, ADDR_FORMAT "-" ADDR_FORMAT " ",
arch/riscv/mm/ptdump.c
251
pt_dump_seq_printf(st->seq, " " ADDR_FORMAT " ", st->start_pa);
arch/riscv/mm/ptdump.c
259
pt_dump_seq_printf(st->seq, "%9lu%c %s", delta, *unit,
arch/riscv/mm/ptdump.c
294
pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name);
arch/riscv/mm/ptdump.c
301
pt_dump_seq_puts(st->seq, "\n");
arch/riscv/mm/ptdump.c
306
pt_dump_seq_printf(st->seq, "---[ %s ]---\n",
arch/riscv/mm/ptdump.c
35
struct seq_file *seq;
arch/riscv/mm/ptdump.c
355
.seq = s,
arch/riscv/mm/ptdump.c
378
.seq = NULL,
arch/s390/include/asm/cio.h
296
char seq[12];
arch/s390/include/uapi/asm/ipcbuf.h
26
unsigned short seq;
arch/s390/kernel/wti.c
122
static int wti_show(struct seq_file *seq, void *v)
arch/s390/kernel/wti.c
128
seq_puts(seq, " ");
arch/s390/kernel/wti.c
130
seq_printf(seq, "CPU%-8d", cpu);
arch/s390/kernel/wti.c
131
seq_putc(seq, '\n');
arch/s390/kernel/wti.c
134
seq_printf(seq, " %10lu", st->dbg.missed);
arch/s390/kernel/wti.c
136
seq_putc(seq, '\n');
arch/s390/kvm/faultin.h
53
static inline bool kvm_s390_multiple_faults_need_retry(struct kvm *kvm, unsigned long seq,
arch/s390/kvm/faultin.h
62
if (unsafe && mmu_invalidate_retry_gfn_unsafe(kvm, seq, guest_faults[i].gfn))
arch/s390/kvm/faultin.h
64
if (!unsafe && mmu_invalidate_retry_gfn(kvm, seq, guest_faults[i].gfn))
arch/s390/kvm/faultin.h
86
#define kvm_s390_array_needs_retry_unsafe(kvm, seq, array) \
arch/s390/kvm/faultin.h
87
kvm_s390_multiple_faults_need_retry(kvm, seq, array, ARRAY_SIZE(array), true)
arch/s390/kvm/faultin.h
89
#define kvm_s390_array_needs_retry_safe(kvm, seq, array) \
arch/s390/kvm/faultin.h
90
kvm_s390_multiple_faults_need_retry(kvm, seq, array, ARRAY_SIZE(array), false)
arch/s390/kvm/gaccess.c
1584
unsigned long seq, struct pgtwalk *walk)
arch/s390/kvm/gaccess.c
1589
if (kvm_s390_array_needs_retry_unsafe(vcpu->kvm, seq, walk->raw_entries))
arch/s390/kvm/gaccess.c
1596
if (kvm_s390_array_needs_retry_safe(vcpu->kvm, seq, walk->raw_entries))
arch/s390/kvm/gaccess.c
1634
unsigned long seq;
arch/s390/kvm/gaccess.c
1637
seq = vcpu->kvm->mmu_invalidate_seq;
arch/s390/kvm/gaccess.c
1649
rc = _gaccess_shadow_fault(vcpu, sg, saddr, seq, &walk);
arch/s390/kvm/gmap.c
1156
unsigned long seq;
arch/s390/kvm/gmap.c
1168
if (kvm_s390_array_needs_retry_safe(sg->kvm, context->seq, context->f))
arch/s390/kvm/gmap.c
1197
if (kvm_s390_array_needs_retry_unsafe(sg->kvm, context->seq, context->f))
arch/s390/kvm/gmap.c
1221
context.seq = sg->kvm->mmu_invalidate_seq;
arch/s390/kvm/kvm-s390.c
3465
unsigned int seq;
arch/s390/kvm/kvm-s390.c
3473
seq = raw_read_seqcount(&vcpu->arch.cputm_seqcount);
arch/s390/kvm/kvm-s390.c
3478
WARN_ON_ONCE((seq & 1) && smp_processor_id() == vcpu->cpu);
arch/s390/kvm/kvm-s390.c
3483
} while (read_seqcount_retry(&vcpu->arch.cputm_seqcount, seq & ~1));
arch/s390/mm/dump_pagetables.c
120
m = st->seq;
arch/s390/mm/dump_pagetables.c
197
.seq = NULL,
arch/s390/mm/dump_pagetables.c
241
.seq = m,
arch/s390/mm/dump_pagetables.c
32
struct seq_file *seq;
arch/s390/mm/dump_pagetables.c
97
struct seq_file *m = st->seq;
arch/sparc/include/asm/compat.h
97
unsigned short seq;
arch/sparc/include/asm/vio.h
91
u64 seq;
arch/sparc/include/asm/vvar.h
15
unsigned int seq;
arch/sparc/include/asm/vvar.h
46
ret = READ_ONCE(s->seq);
arch/sparc/include/asm/vvar.h
59
return unlikely(s->seq != start);
arch/sparc/include/asm/vvar.h
64
++s->seq;
arch/sparc/include/asm/vvar.h
71
++s->seq;
arch/sparc/include/uapi/asm/ipcbuf.h
30
unsigned short seq;
arch/sparc/kernel/ldc.c
1578
u32 seq;
arch/sparc/kernel/ldc.c
1592
seq = lp->snd_nxt;
arch/sparc/kernel/ldc.c
1616
p->seqid = ++seq;
arch/sparc/kernel/ldc.c
1634
lp->snd_nxt = seq;
arch/sparc/kernel/time_32.c
153
unsigned int seq, offset;
arch/sparc/kernel/time_32.c
157
seq = read_seqbegin(&timer_cs_lock);
arch/sparc/kernel/time_32.c
161
} while (read_seqretry(&timer_cs_lock, seq));
arch/sparc/vdso/vclock_gettime.c
169
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
173
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
178
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vclock_gettime.c
189
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
193
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
198
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vclock_gettime.c
209
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
213
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
218
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vclock_gettime.c
229
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
233
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
238
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vclock_gettime.c
249
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
252
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
255
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vclock_gettime.c
262
unsigned long seq;
arch/sparc/vdso/vclock_gettime.c
265
seq = vvar_read_begin(vvar);
arch/sparc/vdso/vclock_gettime.c
268
} while (unlikely(vvar_read_retry(vvar, seq)));
arch/sparc/vdso/vma.c
305
vvar_data->seq = 0;
arch/um/kernel/time.c
192
resp.seq = msg->seq;
arch/um/kernel/time.c
198
static int seq;
arch/um/kernel/time.c
199
int mseq = ++seq;
arch/um/kernel/time.c
203
.seq = mseq,
arch/um/kernel/time.c
235
if (msg.seq != mseq)
arch/um/kernel/time.c
237
msg.op, msg.seq, mseq, msg.time);
arch/x86/kernel/cpu/aperfmperf.c
28
seqcount_t seq;
arch/x86/kernel/cpu/aperfmperf.c
37
.seq = SEQCNT_ZERO(cpu_samples.seq)
arch/x86/kernel/cpu/aperfmperf.c
490
raw_write_seqcount_begin(&s->seq);
arch/x86/kernel/cpu/aperfmperf.c
494
raw_write_seqcount_end(&s->seq);
arch/x86/kernel/cpu/aperfmperf.c
509
unsigned int seq, freq;
arch/x86/kernel/cpu/aperfmperf.c
517
seq = raw_read_seqcount_begin(&s->seq);
arch/x86/kernel/cpu/aperfmperf.c
521
} while (read_seqcount_retry(&s->seq, seq));
arch/x86/kernel/cpu/mtrr/if.c
355
static int mtrr_seq_show(struct seq_file *seq, void *offset)
arch/x86/kernel/cpu/mtrr/if.c
378
seq_printf(seq, "reg%02i: base=0x%06lx000 (%5luMB), size=%5lu%cB, count=%d: %s\n",
arch/x86/kernel/tsc.c
181
write_seqcount_latch_begin(&c2n->seq);
arch/x86/kernel/tsc.c
183
write_seqcount_latch(&c2n->seq);
arch/x86/kernel/tsc.c
185
write_seqcount_latch_end(&c2n->seq);
arch/x86/kernel/tsc.c
209
seqcount_latch_init(&c2n->seq);
arch/x86/kernel/tsc.c
226
seqcount_latch_init(&c2n->seq);
arch/x86/kernel/tsc.c
65
seqcount_latch_t seq; /* 32 + 4 = 36 */
arch/x86/kernel/tsc.c
79
int seq, idx;
arch/x86/kernel/tsc.c
82
seq = this_cpu_read(cyc2ns.seq.seqcount.sequence);
arch/x86/kernel/tsc.c
83
idx = seq & 1;
arch/x86/kernel/tsc.c
89
} while (unlikely(seq != this_cpu_read(cyc2ns.seq.seqcount.sequence)));
arch/x86/kernel/uprobes.c
775
unsigned int seq;
arch/x86/kernel/uprobes.c
778
if (mmap_lock_speculate_try_begin(mm, &seq)) {
arch/x86/kernel/uprobes.c
780
retry = mmap_lock_speculate_retry(mm, seq);
arch/x86/kvm/x86.c
2355
seqcount_t seq;
arch/x86/kvm/x86.c
2370
write_seqcount_begin(&vdata->seq);
arch/x86/kvm/x86.c
2393
write_seqcount_end(&vdata->seq);
arch/x86/kvm/x86.c
2970
unsigned long seq;
arch/x86/kvm/x86.c
2975
seq = read_seqcount_begin(&gtod->seq);
arch/x86/kvm/x86.c
2980
} while (unlikely(read_seqcount_retry(&gtod->seq, seq)));
arch/x86/kvm/x86.c
2993
unsigned long seq;
arch/x86/kvm/x86.c
2998
seq = read_seqcount_begin(&gtod->seq);
arch/x86/kvm/x86.c
3003
} while (unlikely(read_seqcount_retry(&gtod->seq, seq)));
arch/x86/kvm/x86.c
3012
unsigned long seq;
arch/x86/kvm/x86.c
3017
seq = read_seqcount_begin(&gtod->seq);
arch/x86/kvm/x86.c
3022
} while (unlikely(read_seqcount_retry(&gtod->seq, seq)));
arch/x86/kvm/x86.c
3248
unsigned seq;
arch/x86/kvm/x86.c
3251
seq = read_seqcount_begin(&ka->pvclock_sc);
arch/x86/kvm/x86.c
3253
} while (read_seqcount_retry(&ka->pvclock_sc, seq));
arch/x86/kvm/x86.c
3316
unsigned seq;
arch/x86/kvm/x86.c
3331
seq = read_seqcount_begin(&ka->pvclock_sc);
arch/x86/kvm/x86.c
3337
} while (read_seqcount_retry(&ka->pvclock_sc, seq));
arch/x86/kvm/x86.c
3462
unsigned long seq, local_tsc_khz;
arch/x86/kvm/x86.c
3467
seq = read_seqcount_begin(&ka->pvclock_sc);
arch/x86/kvm/x86.c
3495
} while (read_seqcount_retry(&ka->pvclock_sc, seq));
arch/x86/mm/dump_pagetables.c
307
struct seq_file *m = st->seq;
arch/x86/mm/dump_pagetables.c
40
struct seq_file *seq;
arch/x86/mm/dump_pagetables.c
455
.seq = m
arch/x86/mm/pat/memtype.c
1003
static void memtype_seq_stop(struct seq_file *seq, void *v)
arch/x86/mm/pat/memtype.c
1008
static int memtype_seq_show(struct seq_file *seq, void *v)
arch/x86/mm/pat/memtype.c
1012
seq_printf(seq, "PAT: [mem 0x%016Lx-0x%016Lx] %s\n",
arch/x86/mm/pat/memtype.c
986
static void *memtype_seq_start(struct seq_file *seq, loff_t *pos)
arch/x86/mm/pat/memtype.c
990
seq_puts(seq, "PAT memtype list:\n");
arch/x86/mm/pat/memtype.c
996
static void *memtype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
arch/xtensa/include/uapi/asm/ipcbuf.h
35
unsigned long seq;
block/badblocks.c
1301
unsigned int seq;
block/badblocks.c
1316
seq = read_seqbegin(&bb->lock);
block/badblocks.c
1318
if (read_seqretry(&bb->lock, seq))
block/badblocks.c
1419
unsigned seq;
block/badblocks.c
1425
seq = read_seqbegin(&bb->lock);
block/badblocks.c
1447
if (read_seqretry(&bb->lock, seq))
block/blk-cgroup.c
1071
unsigned int seq;
block/blk-cgroup.c
1089
seq = u64_stats_fetch_begin(&bisc->sync);
block/blk-cgroup.c
1091
} while (u64_stats_fetch_retry(&bisc->sync, seq));
block/blk-cgroup.c
1183
unsigned seq;
block/blk-cgroup.c
1196
seq = u64_stats_fetch_begin(&bis->sync);
block/blk-cgroup.c
1204
} while (u64_stats_fetch_retry(&bis->sync, seq));
block/blk-flush.c
105
return 1 << ffz(rq->flush.seq);
block/blk-flush.c
150
unsigned int seq, blk_status_t error)
block/blk-flush.c
156
BUG_ON(rq->flush.seq & seq);
block/blk-flush.c
157
rq->flush.seq |= seq;
block/blk-flush.c
161
seq = blk_flush_cur_seq(rq);
block/blk-flush.c
163
seq = REQ_FSEQ_DONE;
block/blk-flush.c
165
switch (seq) {
block/blk-flush.c
247
unsigned int seq = blk_flush_cur_seq(rq);
block/blk-flush.c
249
BUG_ON(seq != REQ_FSEQ_PREFLUSH && seq != REQ_FSEQ_POSTFLUSH);
block/blk-flush.c
251
blk_flush_complete_seq(rq, fq, seq, error);
block/blk-flush.c
373
rq->flush.seq = 0;
block/blk-flush.c
445
rq->flush.seq |= REQ_FSEQ_PREFLUSH;
block/blk-iocost.c
1044
unsigned seq;
block/blk-iocost.c
1060
seq = read_seqcount_begin(&ioc->period_seqcount);
block/blk-iocost.c
1063
} while (read_seqcount_retry(&ioc->period_seqcount, seq));
drivers/accel/amdxdna/aie2_ctx.c
1025
job->seq = hwctx->priv->seq++;
drivers/accel/amdxdna/aie2_ctx.c
1029
*seq = job->seq;
drivers/accel/amdxdna/aie2_ctx.c
1030
drm_syncobj_add_point(hwctx->priv->syncobj, chain, job->out_fence, *seq);
drivers/accel/amdxdna/aie2_ctx.c
112
fence = aie2_cmd_get_out_fence(hwctx, hwctx->priv->seq - 1);
drivers/accel/amdxdna/aie2_ctx.c
166
trace_xdna_job(&job->base, job->hwctx->name, "signaled fence", job->seq);
drivers/accel/amdxdna/aie2_ctx.c
332
trace_xdna_job(sched_job, hwctx->name, "sent to device", job->seq);
drivers/accel/amdxdna/aie2_ctx.c
342
trace_xdna_job(sched_job, hwctx->name, "job free", job->seq);
drivers/accel/amdxdna/aie2_ctx.c
358
trace_xdna_job(sched_job, hwctx->name, "job timedout", job->seq);
drivers/accel/amdxdna/aie2_ctx.c
680
XDNA_DBG(xdna, "%s sequence number %lld", hwctx->name, hwctx->priv->seq);
drivers/accel/amdxdna/aie2_ctx.c
772
static void aie2_cmd_wait(struct amdxdna_hwctx *hwctx, u64 seq)
drivers/accel/amdxdna/aie2_ctx.c
774
struct dma_fence *out_fence = aie2_cmd_get_out_fence(hwctx, seq);
drivers/accel/amdxdna/aie2_ctx.c
792
u64 seq;
drivers/accel/amdxdna/aie2_ctx.c
816
&bo_hdl, 1, hwctx->id, &seq);
drivers/accel/amdxdna/aie2_ctx.c
822
aie2_cmd_wait(hwctx, seq);
drivers/accel/amdxdna/aie2_ctx.c
863
u64 seq;
drivers/accel/amdxdna/aie2_ctx.c
868
&debug_bo_hdl, 1, hwctx->id, &seq);
drivers/accel/amdxdna/aie2_ctx.c
874
aie2_cmd_wait(hwctx, seq);
drivers/accel/amdxdna/aie2_ctx.c
88
static struct dma_fence *aie2_cmd_get_out_fence(struct amdxdna_hwctx *hwctx, u64 seq)
drivers/accel/amdxdna/aie2_ctx.c
954
int aie2_cmd_submit(struct amdxdna_hwctx *hwctx, struct amdxdna_sched_job *job, u64 *seq)
drivers/accel/amdxdna/aie2_ctx.c
97
ret = dma_fence_chain_find_seqno(&fence, seq);
drivers/accel/amdxdna/aie2_message.c
940
int idx = get_job_idx(job->seq);
drivers/accel/amdxdna/aie2_pci.c
812
tmp->command_submissions = hwctx->priv->seq;
drivers/accel/amdxdna/aie2_pci.h
135
#define get_job_idx(seq) ((seq) & (HWCTX_MAX_CMDS - 1))
drivers/accel/amdxdna/aie2_pci.h
146
u64 seq;
drivers/accel/amdxdna/aie2_pci.h
352
int aie2_cmd_submit(struct amdxdna_hwctx *hwctx, struct amdxdna_sched_job *job, u64 *seq);
drivers/accel/amdxdna/amdxdna_ctx.c
448
trace_amdxdna_debug_point(job->hwctx->name, job->seq, "job release");
drivers/accel/amdxdna/amdxdna_ctx.c
458
u32 hwctx_hdl, u64 *seq)
drivers/accel/amdxdna/amdxdna_ctx.c
514
ret = xdna->dev_info->ops->cmd_submit(hwctx, job, seq);
drivers/accel/amdxdna/amdxdna_ctx.c
525
trace_amdxdna_debug_point(hwctx->name, *seq, "job pushed");
drivers/accel/amdxdna/amdxdna_ctx.c
581
args->arg_count, args->hwctx, &args->seq);
drivers/accel/amdxdna/amdxdna_ctx.c
588
XDNA_DBG(xdna, "Pushed cmd %lld to scheduler", args->seq);
drivers/accel/amdxdna/amdxdna_ctx.h
136
u64 seq;
drivers/accel/amdxdna/amdxdna_ctx.h
183
u32 hwctx_hdl, u64 *seq);
drivers/accel/amdxdna/amdxdna_ctx.h
186
u64 seq, u32 timeout);
drivers/accel/amdxdna/amdxdna_pci_drv.h
60
int (*cmd_submit)(struct amdxdna_hwctx *hwctx, struct amdxdna_sched_job *job, u64 *seq);
drivers/accel/habanalabs/common/command_submission.c
103
hash_add(outcome_store->outcome_map, &node->map_link, node->seq);
drivers/accel/habanalabs/common/command_submission.c
109
u64 seq, ktime_t *ts, int *error)
drivers/accel/habanalabs/common/command_submission.c
116
hash_for_each_possible(outcome_store->outcome_map, node, map_link, seq)
drivers/accel/habanalabs/common/command_submission.c
117
if (node->seq == seq) {
drivers/accel/habanalabs/common/command_submission.c
2584
cs_seq = args->in.seq;
drivers/accel/habanalabs/common/command_submission.c
2639
args->out.seq = cs_seq;
drivers/accel/habanalabs/common/command_submission.c
2643
args->out.seq = cs_seq;
drivers/accel/habanalabs/common/command_submission.c
2646
args->out.seq = cs_seq;
drivers/accel/habanalabs/common/command_submission.c
2656
static int hl_wait_for_fence(struct hl_ctx *ctx, u64 seq, struct hl_fence *fence,
drivers/accel/habanalabs/common/command_submission.c
2669
seq, ctx->cs_sequence);
drivers/accel/habanalabs/common/command_submission.c
2674
if (!hl_pop_cs_outcome(&ctx->outcome_store, seq, &timestamp_kt, &error)) {
drivers/accel/habanalabs/common/command_submission.c
2677
seq, ctx->cs_sequence);
drivers/accel/habanalabs/common/command_submission.c
2857
static int _hl_cs_wait_ioctl(struct hl_device *hdev, struct hl_ctx *ctx, u64 timeout_us, u64 seq,
drivers/accel/habanalabs/common/command_submission.c
2868
fence = hl_ctx_get_fence(ctx, seq);
drivers/accel/habanalabs/common/command_submission.c
2870
rc = hl_wait_for_fence(ctx, seq, fence, status, timeout_us, timestamp);
drivers/accel/habanalabs/common/command_submission.c
3045
seq_arr = (void __user *) (uintptr_t) args->in.seq;
drivers/accel/habanalabs/common/command_submission.c
3163
u64 seq = args->in.seq;
drivers/accel/habanalabs/common/command_submission.c
3167
rc = _hl_cs_wait_ioctl(hdev, hpriv->ctx, args->in.timeout_us, seq, &status, &timestamp);
drivers/accel/habanalabs/common/command_submission.c
3172
seq);
drivers/accel/habanalabs/common/command_submission.c
3182
seq);
drivers/accel/habanalabs/common/command_submission.c
3187
seq);
drivers/accel/habanalabs/common/command_submission.c
53
static int _hl_cs_wait_ioctl(struct hl_device *hdev, struct hl_ctx *ctx, u64 timeout_us, u64 seq,
drivers/accel/habanalabs/common/command_submission.c
59
u64 seq, ktime_t ts, int error)
drivers/accel/habanalabs/common/command_submission.c
852
hdev->captured_err_info.cs_timeout.seq = cs->sequence;
drivers/accel/habanalabs/common/command_submission.c
90
dev_dbg(hdev->dev, "CS %llu outcome was lost\n", node->seq);
drivers/accel/habanalabs/common/command_submission.c
98
node->seq = seq;
drivers/accel/habanalabs/common/context.c
343
static struct hl_fence *hl_ctx_get_fence_locked(struct hl_ctx *ctx, u64 seq)
drivers/accel/habanalabs/common/context.c
348
if (seq >= ctx->cs_sequence)
drivers/accel/habanalabs/common/context.c
351
if (seq + asic_prop->max_pending_cs < ctx->cs_sequence)
drivers/accel/habanalabs/common/context.c
354
fence = ctx->cs_pending[seq & (asic_prop->max_pending_cs - 1)];
drivers/accel/habanalabs/common/context.c
359
struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq)
drivers/accel/habanalabs/common/context.c
365
fence = hl_ctx_get_fence_locked(ctx, seq);
drivers/accel/habanalabs/common/context.c
391
u64 seq = seq_arr[i];
drivers/accel/habanalabs/common/context.c
393
*fence = hl_ctx_get_fence_locked(ctx, seq);
drivers/accel/habanalabs/common/context.c
398
seq);
drivers/accel/habanalabs/common/habanalabs.h
1870
u64 seq;
drivers/accel/habanalabs/common/habanalabs.h
3064
u64 seq;
drivers/accel/habanalabs/common/habanalabs.h
3834
struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq);
drivers/accel/habanalabs/common/habanalabs_ioctl.c
607
info.seq = hdev->captured_err_info.cs_timeout.seq;
drivers/accel/habanalabs/common/security.c
326
int seq = i * num_instances + j;
drivers/accel/habanalabs/common/security.c
328
if (!(mask & BIT_ULL(seq)))
drivers/accel/habanalabs/common/security.c
408
int seq = i * num_instances + j;
drivers/accel/habanalabs/common/security.c
410
if (!(mask & BIT_ULL(seq)))
drivers/accel/habanalabs/common/security.c
564
int seq = i * num_instances + j;
drivers/accel/habanalabs/common/security.c
566
if (!(mask & BIT_ULL(seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
10996
u8 seq;
drivers/accel/habanalabs/gaudi2/gaudi2.c
11000
seq = block_idx * cfg_ctx->instances + i;
drivers/accel/habanalabs/gaudi2/gaudi2.c
11003
if (!(cfg_ctx->enabled_mask & BIT_ULL(seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
3201
u8 seq, num_faulty;
drivers/accel/habanalabs/gaudi2/gaudi2.c
3222
seq = __ffs((unsigned long)hdev->edma_binning);
drivers/accel/habanalabs/gaudi2/gaudi2.c
3225
prop->faulty_dram_cluster_map |= BIT(edma_to_hbm_cluster[seq]);
drivers/accel/habanalabs/gaudi2/gaudi2.c
3242
u8 num_faulty, seq;
drivers/accel/habanalabs/gaudi2/gaudi2.c
3266
seq = __ffs((unsigned long)xbar_edge_iso_mask);
drivers/accel/habanalabs/gaudi2/gaudi2.c
3269
prop->faulty_dram_cluster_map |= BIT(xbar_edge_to_hbm_cluster[seq]);
drivers/accel/habanalabs/gaudi2/gaudi2.c
4275
u8 seq = dcore * NUM_OF_EDMA_PER_DCORE + inst;
drivers/accel/habanalabs/gaudi2/gaudi2.c
4278
if (!(gaudi2->hw_cap_initialized & BIT_ULL(HW_CAP_EDMA_SHIFT + seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
4386
u8 seq = dcore * NUM_OF_EDMA_PER_DCORE + inst;
drivers/accel/habanalabs/gaudi2/gaudi2.c
4389
if (!(gaudi2->hw_cap_initialized & BIT_ULL(HW_CAP_EDMA_SHIFT + seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
4474
u8 seq = dcore * NUM_OF_EDMA_PER_DCORE + inst;
drivers/accel/habanalabs/gaudi2/gaudi2.c
4477
if (!(gaudi2->hw_cap_initialized & BIT_ULL(HW_CAP_EDMA_SHIFT + seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
5614
static void gaudi2_init_edma_instance(struct hl_device *hdev, u8 seq)
drivers/accel/habanalabs/gaudi2/gaudi2.c
5618
base_edma_core_id = DMA_CORE_ID_EDMA0 + seq;
drivers/accel/habanalabs/gaudi2/gaudi2.c
5619
base_edma_qman_id = edma_stream_base[seq];
drivers/accel/habanalabs/gaudi2/gaudi2.c
5639
u8 seq = dcore * NUM_OF_EDMA_PER_DCORE + inst;
drivers/accel/habanalabs/gaudi2/gaudi2.c
5641
if (!(prop->edma_enabled_mask & BIT(seq)))
drivers/accel/habanalabs/gaudi2/gaudi2.c
5644
gaudi2_init_edma_instance(hdev, seq);
drivers/accel/habanalabs/gaudi2/gaudi2.c
5646
gaudi2->hw_cap_initialized |= BIT_ULL(HW_CAP_EDMA_SHIFT + seq);
drivers/accel/habanalabs/gaudi2/gaudi2.c
5886
u8 seq;
drivers/accel/habanalabs/gaudi2/gaudi2.c
5892
seq = NUM_OF_DCORES * NUM_OF_TPC_PER_DCORE;
drivers/accel/habanalabs/gaudi2/gaudi2.c
5894
seq = dcore * NUM_OF_TPC_PER_DCORE + inst;
drivers/accel/habanalabs/gaudi2/gaudi2.c
5899
gaudi2->tpc_hw_cap_initialized |= BIT_ULL(HW_CAP_TPC_SHIFT + seq);
drivers/accel/habanalabs/gaudi2/gaudi2.c
7521
int seq = i * NUM_OF_EDMA_PER_DCORE + j;
drivers/accel/habanalabs/gaudi2/gaudi2.c
7523
if (!(prop->edma_enabled_mask & BIT(seq)))
drivers/acpi/button.c
289
static int __maybe_unused acpi_button_state_seq_show(struct seq_file *seq,
drivers/acpi/button.c
292
struct acpi_button *button = seq->private;
drivers/acpi/button.c
296
seq_printf(seq, "state: %s\n",
drivers/acpi/proc.c
19
acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset)
drivers/acpi/proc.c
23
seq_printf(seq, "Device\tS-state\t Status Sysfs node\n");
drivers/acpi/proc.c
33
seq_printf(seq, "%s\t S%llu\t",
drivers/acpi/proc.c
40
seq_printf(seq, "%c%-8s\n",
drivers/acpi/proc.c
53
seq_printf(seq, "\t\t");
drivers/acpi/proc.c
55
seq_printf(seq, "%c%-8s %s:%s\n",
drivers/android/binder/rust_binderfs.c
307
static int binderfs_show_options(struct seq_file *seq, struct dentry *root)
drivers/android/binder/rust_binderfs.c
312
seq_printf(seq, ",max=%d", info->mount_opts.max);
drivers/android/binder/rust_binderfs.c
318
seq_puts(seq, ",stats=global");
drivers/android/binderfs.c
316
static int binderfs_show_options(struct seq_file *seq, struct dentry *root)
drivers/android/binderfs.c
321
seq_printf(seq, ",max=%d", info->mount_opts.max);
drivers/android/binderfs.c
327
seq_printf(seq, ",stats=global");
drivers/android/tests/binder_alloc_kunit.c
118
static void stringify_free_seq(struct kunit *test, int *seq, struct seq_buf *sb)
drivers/android/tests/binder_alloc_kunit.c
123
seq_buf_printf(sb, "[%d]", seq[i]);
drivers/android/tests/binder_alloc_kunit.c
167
size_t *sizes, int *seq)
drivers/android/tests/binder_alloc_kunit.c
185
size_t *sizes, int *seq, size_t end)
drivers/android/tests/binder_alloc_kunit.c
191
binder_alloc_free_buf(alloc, buffers[seq[i]]);
drivers/android/tests/binder_alloc_kunit.c
287
static bool is_dup(int *seq, int index, int val)
drivers/android/tests/binder_alloc_kunit.c
292
if (seq[i] == val)
drivers/android/tests/binder_alloc_kunit.c
343
int seq[BUFFER_NUM] = {0};
drivers/android/tests/binder_alloc_kunit.c
346
tc->free_sequence = seq;
drivers/ata/sata_promise.c
993
u8 seq = (u8) (port_no + 1);
drivers/ata/sata_promise.c
995
writel(0x00000001, host_mmio + (seq * 4));
drivers/ata/sata_promise.c
996
readl(host_mmio + (seq * 4)); /* flush */
drivers/ata/sata_promise.c
998
pp->pkt[2] = seq;
drivers/ata/sata_sx4.c
197
unsigned int seq;
drivers/ata/sata_sx4.c
524
unsigned int seq,
drivers/ata/sata_sx4.c
534
writel(0x00000001, mmio + PDC_20621_SEQCTL + (seq * 4));
drivers/ata/sata_sx4.c
535
readl(mmio + PDC_20621_SEQCTL + (seq * 4)); /* flush */
drivers/ata/sata_sx4.c
542
unsigned int seq,
drivers/ata/sata_sx4.c
550
__pdc20621_push_hdma(qc, seq, pkt_ofs);
drivers/ata/sata_sx4.c
556
pp->hdma[idx].seq = seq;
drivers/ata/sata_sx4.c
573
__pdc20621_push_hdma(pp->hdma[idx].qc, pp->hdma[idx].seq,
drivers/ata/sata_sx4.c
599
u8 seq = (u8) (port_no + 1);
drivers/ata/sata_sx4.c
611
seq += 4;
drivers/ata/sata_sx4.c
614
pdc20621_push_hdma(qc, seq, port_ofs + PDC_DIMM_HOST_PKT);
drivers/ata/sata_sx4.c
618
seq);
drivers/ata/sata_sx4.c
620
writel(0x00000001, mmio + PDC_20621_SEQCTL + (seq * 4));
drivers/ata/sata_sx4.c
621
readl(mmio + PDC_20621_SEQCTL + (seq * 4)); /* flush */
drivers/ata/sata_sx4.c
629
seq);
drivers/ata/sata_sx4.c
681
u8 seq = (u8) (port_no + 1 + 4);
drivers/ata/sata_sx4.c
687
pdc20621_push_hdma(qc, seq,
drivers/ata/sata_sx4.c
696
u8 seq = (u8) (port_no + 1);
drivers/ata/sata_sx4.c
701
writel(0x00000001, mmio + PDC_20621_SEQCTL + (seq * 4));
drivers/ata/sata_sx4.c
702
readl(mmio + PDC_20621_SEQCTL + (seq * 4));
drivers/block/drbd/drbd_int.h
1510
int drbd_seq_show(struct seq_file *seq, void *v);
drivers/block/drbd/drbd_nl.c
4531
unsigned seq;
drivers/block/drbd/drbd_nl.c
4534
seq = atomic_inc_return(&drbd_genl_seq);
drivers/block/drbd/drbd_nl.c
4540
d_out = genlmsg_put(msg, 0, seq, &drbd_genl_family, 0, DRBD_EVENT);
drivers/block/drbd/drbd_nl.c
4561
err, seq, sib->sib_reason);
drivers/block/drbd/drbd_nl.c
4575
unsigned int seq,
drivers/block/drbd/drbd_nl.c
4586
seq = atomic_inc_return(&notify_genl_seq);
drivers/block/drbd/drbd_nl.c
4595
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_RESOURCE_STATE);
drivers/block/drbd/drbd_nl.c
4622
err, seq);
drivers/block/drbd/drbd_nl.c
4627
unsigned int seq,
drivers/block/drbd/drbd_nl.c
4638
seq = atomic_inc_return(&notify_genl_seq);
drivers/block/drbd/drbd_nl.c
4647
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_DEVICE_STATE);
drivers/block/drbd/drbd_nl.c
4672
err, seq);
drivers/block/drbd/drbd_nl.c
4677
unsigned int seq,
drivers/block/drbd/drbd_nl.c
4688
seq = atomic_inc_return(&notify_genl_seq);
drivers/block/drbd/drbd_nl.c
4697
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_CONNECTION_STATE);
drivers/block/drbd/drbd_nl.c
4722
err, seq);
drivers/block/drbd/drbd_nl.c
4727
unsigned int seq,
drivers/block/drbd/drbd_nl.c
4739
seq = atomic_inc_return(&notify_genl_seq);
drivers/block/drbd/drbd_nl.c
4748
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_PEER_DEVICE_STATE);
drivers/block/drbd/drbd_nl.c
4773
err, seq);
drivers/block/drbd/drbd_nl.c
4783
unsigned int seq = atomic_inc_return(&notify_genl_seq);
drivers/block/drbd/drbd_nl.c
4798
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_HELPER);
drivers/block/drbd/drbd_nl.c
4822
err, seq);
drivers/block/drbd/drbd_nl.c
4825
static int notify_initial_state_done(struct sk_buff *skb, unsigned int seq)
drivers/block/drbd/drbd_nl.c
4831
dh = genlmsg_put(skb, 0, seq, &drbd_genl_family, 0, DRBD_INITIAL_STATE_DONE);
drivers/block/drbd/drbd_nl.c
4843
pr_err("Error %d sending event. Event seq:%u\n", err, seq);
drivers/block/drbd/drbd_nl.c
4868
unsigned int seq = cb->args[2];
drivers/block/drbd/drbd_nl.c
4880
err = notify_initial_state_done(skb, seq);
drivers/block/drbd/drbd_nl.c
4887
err = notify_resource_state_change(skb, seq, state_change->resource,
drivers/block/drbd/drbd_nl.c
4893
err = notify_connection_state_change(skb, seq, &state_change->connections[n],
drivers/block/drbd/drbd_nl.c
4899
err = notify_device_state_change(skb, seq, &state_change->devices[n],
drivers/block/drbd/drbd_nl.c
4905
err = notify_peer_device_state_change(skb, seq, &state_change->peer_devices[n],
drivers/block/drbd/drbd_proc.c
102
seq_puts(seq, "\t[");
drivers/block/drbd/drbd_proc.c
104
seq_putc(seq, '=');
drivers/block/drbd/drbd_proc.c
105
seq_putc(seq, '>');
drivers/block/drbd/drbd_proc.c
107
seq_putc(seq, '.');
drivers/block/drbd/drbd_proc.c
108
seq_puts(seq, "] ");
drivers/block/drbd/drbd_proc.c
111
seq_puts(seq, "verified:");
drivers/block/drbd/drbd_proc.c
113
seq_puts(seq, "sync'ed:");
drivers/block/drbd/drbd_proc.c
114
seq_printf(seq, "%3u.%u%% ", res / 10, res % 10);
drivers/block/drbd/drbd_proc.c
118
seq_printf(seq, "(%lu/%lu)M",
drivers/block/drbd/drbd_proc.c
122
seq_printf(seq, "(%lu/%lu)K",
drivers/block/drbd/drbd_proc.c
126
seq_puts(seq, "\n\t");
drivers/block/drbd/drbd_proc.c
151
seq_printf(seq, "finish: %lu:%02lu:%02lu",
drivers/block/drbd/drbd_proc.c
155
seq_puts(seq, " speed: ");
drivers/block/drbd/drbd_proc.c
156
seq_printf_with_thousands_grouping(seq, dbdt);
drivers/block/drbd/drbd_proc.c
157
seq_puts(seq, " (");
drivers/block/drbd/drbd_proc.c
167
seq_printf_with_thousands_grouping(seq, dbdt);
drivers/block/drbd/drbd_proc.c
168
seq_puts(seq, " -- ");
drivers/block/drbd/drbd_proc.c
179
seq_printf_with_thousands_grouping(seq, dbdt);
drivers/block/drbd/drbd_proc.c
180
seq_putc(seq, ')');
drivers/block/drbd/drbd_proc.c
184
seq_puts(seq, " want: ");
drivers/block/drbd/drbd_proc.c
185
seq_printf_with_thousands_grouping(seq, device->c_sync_rate);
drivers/block/drbd/drbd_proc.c
187
seq_printf(seq, " K/sec%s\n", stalled ? " (stalled)" : "");
drivers/block/drbd/drbd_proc.c
204
seq_printf(seq,
drivers/block/drbd/drbd_proc.c
210
seq_printf(seq, " stop sector: %llu", stop_sector);
drivers/block/drbd/drbd_proc.c
211
seq_putc(seq, '\n');
drivers/block/drbd/drbd_proc.c
215
int drbd_seq_show(struct seq_file *seq, void *v)
drivers/block/drbd/drbd_proc.c
230
seq_printf(seq, "version: " REL_VERSION " (api:%d/proto:%d-%d)\n%s\n",
drivers/block/drbd/drbd_proc.c
256
seq_putc(seq, '\n');
drivers/block/drbd/drbd_proc.c
26
static void seq_printf_with_thousands_grouping(struct seq_file *seq, long v)
drivers/block/drbd/drbd_proc.c
265
seq_printf(seq, "%2d: cs:Unconfigured\n", i);
drivers/block/drbd/drbd_proc.c
271
seq_printf(seq,
drivers/block/drbd/drbd_proc.c
301
seq_printf(seq, " oos:%llu\n",
drivers/block/drbd/drbd_proc.c
309
drbd_syncer_progress(device, seq, state);
drivers/block/drbd/drbd_proc.c
31
seq_printf(seq, "%ld,", v / 1000000);
drivers/block/drbd/drbd_proc.c
312
lc_seq_printf_stats(seq, device->resync);
drivers/block/drbd/drbd_proc.c
313
lc_seq_printf_stats(seq, device->act_log);
drivers/block/drbd/drbd_proc.c
318
seq_printf(seq, "\tblocked on activity log: %d\n", atomic_read(&device->ap_actlog_cnt));
drivers/block/drbd/drbd_proc.c
33
seq_printf(seq, "%03ld,%03ld", v/1000, v % 1000);
drivers/block/drbd/drbd_proc.c
35
seq_printf(seq, "%ld,%03ld", v/1000, v % 1000);
drivers/block/drbd/drbd_proc.c
37
seq_printf(seq, "%ld", v);
drivers/block/drbd/drbd_proc.c
90
static void drbd_syncer_progress(struct drbd_device *device, struct seq_file *seq,
drivers/block/drbd/drbd_state.c
1544
unsigned int seq,
drivers/block/drbd/drbd_state.c
1557
return notify_resource_state(skb, seq, resource, &resource_info, type);
drivers/block/drbd/drbd_state.c
1561
unsigned int seq,
drivers/block/drbd/drbd_state.c
1572
return notify_connection_state(skb, seq, connection, &connection_info, type);
drivers/block/drbd/drbd_state.c
1576
unsigned int seq,
drivers/block/drbd/drbd_state.c
1586
return notify_device_state(skb, seq, device, &device_info, type);
drivers/block/drbd/drbd_state.c
1590
unsigned int seq,
drivers/block/drbd/drbd_state.c
1604
return notify_peer_device_state(skb, seq, peer_device, &peer_device_info, type);
drivers/block/rbd.c
1039
snapc->seq = le64_to_cpu(ondisk->snap_seq);
drivers/block/rbd.c
6065
u64 seq;
drivers/block/rbd.c
6092
ceph_decode_64_safe(&p, end, seq, out);
drivers/block/rbd.c
6115
snapc->seq = seq;
drivers/block/rbd.c
6121
(unsigned long long)seq, (unsigned int)snap_count);
drivers/block/sunvdc.c
441
hdr.seq = dr->snd_nxt;
drivers/block/sunvdc.c
64
u64 seq;
drivers/block/zloop.c
973
struct file *cnv, *seq;
drivers/block/zloop.c
978
seq = zloop_filp_open_fmt(O_RDONLY, 0600, "%s/%u/seq-%06u",
drivers/block/zloop.c
980
exists = !IS_ERR(cnv) || !IS_ERR(seq);
drivers/block/zloop.c
984
if (!IS_ERR(seq))
drivers/block/zloop.c
985
fput(seq);
drivers/bluetooth/hci_h5.c
294
u8 seq;
drivers/bluetooth/hci_h5.c
302
seq = h5->tx_seq;
drivers/bluetooth/hci_h5.c
305
if (h5->rx_ack == seq)
drivers/bluetooth/hci_h5.c
309
seq = (seq - 1) & 0x07;
drivers/bluetooth/hci_h5.c
312
if (seq != h5->rx_ack)
drivers/bus/mvebu-mbus.c
119
struct seq_file *seq, void *v);
drivers/bus/mvebu-mbus.c
409
struct seq_file *seq, void *v)
drivers/bus/mvebu-mbus.c
420
seq_printf(seq, "[%d] disabled\n", i);
drivers/bus/mvebu-mbus.c
428
seq_printf(seq, "[%d] %016llx - %016llx : cs%d\n",
drivers/bus/mvebu-mbus.c
439
struct seq_file *seq, void *v)
drivers/bus/mvebu-mbus.c
449
seq_printf(seq, "[%d] disabled\n", i);
drivers/bus/mvebu-mbus.c
456
seq_printf(seq, "[%d] %016llx - %016llx : cs%d\n",
drivers/bus/mvebu-mbus.c
464
static int mvebu_sdram_debug_show(struct seq_file *seq, void *v)
drivers/bus/mvebu-mbus.c
467
return mbus->soc->show_cpu_target(mbus, seq, v);
drivers/bus/mvebu-mbus.c
471
static int mvebu_devs_debug_show(struct seq_file *seq, void *v)
drivers/bus/mvebu-mbus.c
487
seq_printf(seq, "[%02d] disabled\n", win);
drivers/bus/mvebu-mbus.c
491
seq_printf(seq, "[%02d] %016llx - %016llx : %04x:%04x",
drivers/bus/mvebu-mbus.c
497
seq_puts(seq, " (Invalid base/size!!)");
drivers/bus/mvebu-mbus.c
500
seq_printf(seq, " (remap %016llx)\n",
drivers/bus/mvebu-mbus.c
503
seq_printf(seq, "\n");
drivers/cdx/controller/mcdi.c
256
mcdi->prev_seq = cmd->seq;
drivers/cdx/controller/mcdi.c
257
mcdi->seq_held_by[cmd->seq] = cmd;
drivers/cdx/controller/mcdi.c
271
MCDI_HEADER_SEQ, cmd->seq,
drivers/cdx/controller/mcdi.c
513
static bool cdx_mcdi_get_seq(struct cdx_mcdi_iface *mcdi, unsigned char *seq)
drivers/cdx/controller/mcdi.c
515
*seq = mcdi->prev_seq;
drivers/cdx/controller/mcdi.c
517
*seq = (*seq + 1) % ARRAY_SIZE(mcdi->seq_held_by);
drivers/cdx/controller/mcdi.c
518
} while (mcdi->seq_held_by[*seq] && *seq != mcdi->prev_seq);
drivers/cdx/controller/mcdi.c
519
return !mcdi->seq_held_by[*seq];
drivers/cdx/controller/mcdi.c
555
u8 seq;
drivers/cdx/controller/mcdi.c
558
cdx_mcdi_get_seq(mcdi, &seq)) {
drivers/cdx/controller/mcdi.c
559
cmd->seq = seq;
drivers/cdx/controller/mcdi.c
738
mcdi->seq_held_by[cmd->seq] = NULL;
drivers/char/ipmi/ipmi_bt_sm.c
179
bt->seq = 0;
drivers/char/ipmi/ipmi_bt_sm.c
230
bt->write_data[2] = bt->seq++;
drivers/char/ipmi/ipmi_bt_sm.c
323
bt->write_count, bt->seq);
drivers/char/ipmi/ipmi_bt_sm.c
422
else if (bt->seq <= (unsigned char)(bt->BT_CAP_retries & 0xFF)) {
drivers/char/ipmi/ipmi_bt_sm.c
78
unsigned char seq; /* BT sequence number */
drivers/char/ipmi/ipmi_ipmb.c
128
u8 seq = msg[4] >> 2;
drivers/char/ipmi/ipmi_ipmb.c
137
if (!xmit_rsp && seq == iidev->curr_seq) {
drivers/char/ipmi/ipmi_msghandler.c
1084
unsigned char *seq,
drivers/char/ipmi/ipmi_msghandler.c
1114
*seq = i;
drivers/char/ipmi/ipmi_msghandler.c
1134
unsigned char seq,
drivers/char/ipmi/ipmi_msghandler.c
1143
if (seq >= IPMI_IPMB_NUM_SEQ)
drivers/char/ipmi/ipmi_msghandler.c
1147
if (intf->seq_table[seq].inuse) {
drivers/char/ipmi/ipmi_msghandler.c
1148
struct ipmi_recv_msg *msg = intf->seq_table[seq].recv_msg;
drivers/char/ipmi/ipmi_msghandler.c
1154
intf->seq_table[seq].inuse = 0;
drivers/char/ipmi/ipmi_msghandler.c
1170
unsigned char seq;
drivers/char/ipmi/ipmi_msghandler.c
1174
GET_SEQ_FROM_MSGID(msgid, seq, seqid);
drivers/char/ipmi/ipmi_msghandler.c
1181
if ((intf->seq_table[seq].inuse)
drivers/char/ipmi/ipmi_msghandler.c
1182
&& (intf->seq_table[seq].seqid == seqid)) {
drivers/char/ipmi/ipmi_msghandler.c
1183
struct seq_table *ent = &intf->seq_table[seq];
drivers/char/ipmi/ipmi_msghandler.c
1198
unsigned char seq;
drivers/char/ipmi/ipmi_msghandler.c
1203
GET_SEQ_FROM_MSGID(msgid, seq, seqid);
drivers/char/ipmi/ipmi_msghandler.c
1210
if ((intf->seq_table[seq].inuse)
drivers/char/ipmi/ipmi_msghandler.c
1211
&& (intf->seq_table[seq].seqid == seqid)) {
drivers/char/ipmi/ipmi_msghandler.c
1212
struct seq_table *ent = &intf->seq_table[seq];
drivers/char/ipmi/ipmi_msghandler.c
249
#define STORE_SEQ_IN_MSGID(seq, seqid) \
drivers/char/ipmi/ipmi_msghandler.c
250
((((seq) & 0x3f) << 26) | ((seqid) & 0x3ffffff))
drivers/char/ipmi/ipmi_msghandler.c
252
#define GET_SEQ_FROM_MSGID(msgid, seq, seqid) \
drivers/char/ipmi/ipmi_msghandler.c
254
seq = (((msgid) >> 26) & 0x3f); \
drivers/char/ipmi/ipmi_msghandler.c
4996
unsigned char seq, long seqid)
drivers/char/ipmi/ipmi_msghandler.c
5008
smi_msg->msgid = STORE_SEQ_IN_MSGID(seq, seqid);
drivers/char/misc.c
101
static int misc_seq_show(struct seq_file *seq, void *v)
drivers/char/misc.c
105
seq_printf(seq, "%3i %s\n", p->minor, p->name ? p->name : "");
drivers/char/misc.c
85
static void *misc_seq_start(struct seq_file *seq, loff_t *pos)
drivers/char/misc.c
91
static void *misc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/char/misc.c
96
static void misc_seq_stop(struct seq_file *seq, void *v)
drivers/char/nvram.c
411
static void pc_nvram_proc_read(unsigned char *nvram, struct seq_file *seq,
drivers/char/nvram.c
421
seq_printf(seq, "Checksum status: %svalid\n", checksum ? "" : "not ");
drivers/char/nvram.c
423
seq_printf(seq, "# floppies : %d\n",
drivers/char/nvram.c
425
seq_printf(seq, "Floppy 0 type : ");
drivers/char/nvram.c
428
seq_printf(seq, "%s\n", floppy_types[type]);
drivers/char/nvram.c
430
seq_printf(seq, "%d (unknown)\n", type);
drivers/char/nvram.c
431
seq_printf(seq, "Floppy 1 type : ");
drivers/char/nvram.c
434
seq_printf(seq, "%s\n", floppy_types[type]);
drivers/char/nvram.c
436
seq_printf(seq, "%d (unknown)\n", type);
drivers/char/nvram.c
438
seq_printf(seq, "HD 0 type : ");
drivers/char/nvram.c
441
seq_printf(seq, "%02x\n", type == 0x0f ? nvram[11] : type);
drivers/char/nvram.c
443
seq_printf(seq, "none\n");
drivers/char/nvram.c
445
seq_printf(seq, "HD 1 type : ");
drivers/char/nvram.c
448
seq_printf(seq, "%02x\n", type == 0x0f ? nvram[12] : type);
drivers/char/nvram.c
450
seq_printf(seq, "none\n");
drivers/char/nvram.c
452
seq_printf(seq, "HD type 48 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
drivers/char/nvram.c
456
seq_printf(seq, "HD type 49 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
drivers/char/nvram.c
461
seq_printf(seq, "DOS base memory: %d kB\n", nvram[7] | (nvram[8] << 8));
drivers/char/nvram.c
462
seq_printf(seq, "Extended memory: %d kB (configured), %d kB (tested)\n",
drivers/char/nvram.c
465
seq_printf(seq, "Gfx adapter : %s\n",
drivers/char/nvram.c
468
seq_printf(seq, "FPU : %sinstalled\n",
drivers/char/nvram.c
474
static int nvram_proc_read(struct seq_file *seq, void *offset)
drivers/char/nvram.c
484
pc_nvram_proc_read(contents, seq, offset);
drivers/char/tpm/eventlog/common.c
29
struct seq_file *seq;
drivers/char/tpm/eventlog/common.c
48
seq = file->private_data;
drivers/char/tpm/eventlog/common.c
49
seq->private = chip;
drivers/char/tpm/eventlog/common.c
60
struct seq_file *seq = file->private_data;
drivers/char/tpm/eventlog/common.c
61
struct tpm_chip *chip = seq->private;
drivers/connector/cn_proc.c
378
msg->seq = rcvd_seq;
drivers/connector/cn_proc.c
464
cn_proc_ack(err, msg->seq, msg->ack);
drivers/connector/cn_proc.c
94
msg->seq = __this_cpu_inc_return(local_event.count) - 1;
drivers/connector/cn_queue.c
87
cbq->seq = 0;
drivers/connector/connector.c
101
nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
235
static int sun4i_ss_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
244
seq_printf(seq, "%s %s reqs=%lu opti=%lu fallback=%lu tsize=%lu\n",
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
251
seq_printf(seq, "%s %s reqs=%lu tsize=%lu\n",
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
257
seq_printf(seq, "%s %s reqs=%lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
638
static int sun8i_ce_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
640
struct sun8i_ce_dev *ce __maybe_unused = seq->private;
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
644
seq_printf(seq, "Channel %d: nreq %lu\n", i,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
656
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
660
seq_printf(seq, "\tLast fallback is: %s\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
662
seq_printf(seq, "\tFallback due to 0 length: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
664
seq_printf(seq, "\tFallback due to length !mod16: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
666
seq_printf(seq, "\tFallback due to length < IV: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
668
seq_printf(seq, "\tFallback due to source alignment: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
670
seq_printf(seq, "\tFallback due to dest alignment: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
672
seq_printf(seq, "\tFallback due to source length: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
674
seq_printf(seq, "\tFallback due to dest length: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
676
seq_printf(seq, "\tFallback due to SG numbers: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
680
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
684
seq_printf(seq, "\tLast fallback is: %s\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
686
seq_printf(seq, "\tFallback due to 0 length: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
688
seq_printf(seq, "\tFallback due to length: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
690
seq_printf(seq, "\tFallback due to alignment: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
692
seq_printf(seq, "\tFallback due to SG numbers: %lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
696
seq_printf(seq, "%s %s reqs=%lu bytes=%lu\n",
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
705
seq_printf(seq, "HWRNG %lu %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
470
static int sun8i_ss_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
472
struct sun8i_ss_dev *ss __maybe_unused = seq->private;
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
476
seq_printf(seq, "Channel %d: nreq %lu\n", i,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
488
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
493
seq_printf(seq, "\tLast fallback is: %s\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
495
seq_printf(seq, "\tFallback due to length: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
497
seq_printf(seq, "\tFallback due to SG length: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
499
seq_printf(seq, "\tFallback due to alignment: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
501
seq_printf(seq, "\tFallback due to SG numbers: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
505
seq_printf(seq, "%s %s reqs=%lu tsize=%lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
511
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
515
seq_printf(seq, "\tLast fallback is: %s\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
517
seq_printf(seq, "\tFallback due to length: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
519
seq_printf(seq, "\tFallback due to SG length: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
521
seq_printf(seq, "\tFallback due to alignment: %lu\n",
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
523
seq_printf(seq, "\tFallback due to SG numbers: %lu\n",
drivers/crypto/amlogic/amlogic-gxl-core.c
108
static int meson_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/amlogic/amlogic-gxl-core.c
110
struct meson_dev *mc __maybe_unused = seq->private;
drivers/crypto/amlogic/amlogic-gxl-core.c
114
seq_printf(seq, "Channel %d: nreq %lu\n", i,
drivers/crypto/amlogic/amlogic-gxl-core.c
124
seq_printf(seq, "%s %s %lu %lu\n",
drivers/crypto/ccree/cc_request_mgr.c
184
static void enqueue_seq(struct cc_drvdata *drvdata, struct cc_hw_desc seq[],
drivers/crypto/ccree/cc_request_mgr.c
198
writel_relaxed(seq[i].word[w], reg);
drivers/crypto/ccree/cc_request_mgr.c
202
i, seq[i].word[0], seq[i].word[1],
drivers/crypto/ccree/cc_request_mgr.c
203
seq[i].word[2], seq[i].word[3],
drivers/crypto/ccree/cc_request_mgr.c
204
seq[i].word[4], seq[i].word[5]);
drivers/crypto/ccree/cc_sram_mgr.c
78
struct cc_hw_desc *seq, unsigned int *seq_len)
drivers/crypto/ccree/cc_sram_mgr.c
84
hw_desc_init(&seq[idx]);
drivers/crypto/ccree/cc_sram_mgr.c
85
set_din_const(&seq[idx], src[i], sizeof(u32));
drivers/crypto/ccree/cc_sram_mgr.c
86
set_dout_sram(&seq[idx], dst + (i * sizeof(u32)), sizeof(u32));
drivers/crypto/ccree/cc_sram_mgr.c
87
set_flow_mode(&seq[idx], BYPASS);
drivers/crypto/ccree/cc_sram_mgr.h
50
struct cc_hw_desc *seq, unsigned int *seq_len);
drivers/crypto/chelsio/chcr_algo.h
145
#define FILL_SEC_CPL_SCMD0_SEQNO(ctrl, seq, cmode, amode, opad, size) \
drivers/crypto/chelsio/chcr_algo.h
151
SCMD_CIPH_AUTH_SEQ_CTRL_V((seq)) | \
drivers/crypto/gemini/sl3516-ce-core.c
248
static int sl3516_ce_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/gemini/sl3516-ce-core.c
250
struct sl3516_ce_dev *ce = seq->private;
drivers/crypto/gemini/sl3516-ce-core.c
253
seq_printf(seq, "HWRNG %lu %lu\n",
drivers/crypto/gemini/sl3516-ce-core.c
255
seq_printf(seq, "IRQ %lu\n", ce->stat_irq);
drivers/crypto/gemini/sl3516-ce-core.c
256
seq_printf(seq, "IRQ TX %lu\n", ce->stat_irq_tx);
drivers/crypto/gemini/sl3516-ce-core.c
257
seq_printf(seq, "IRQ RX %lu\n", ce->stat_irq_rx);
drivers/crypto/gemini/sl3516-ce-core.c
258
seq_printf(seq, "nreq %lu\n", ce->stat_req);
drivers/crypto/gemini/sl3516-ce-core.c
259
seq_printf(seq, "fallback SG count TX %lu\n", ce->fallback_sg_count_tx);
drivers/crypto/gemini/sl3516-ce-core.c
260
seq_printf(seq, "fallback SG count RX %lu\n", ce->fallback_sg_count_rx);
drivers/crypto/gemini/sl3516-ce-core.c
261
seq_printf(seq, "fallback modulo16 %lu\n", ce->fallback_mod16);
drivers/crypto/gemini/sl3516-ce-core.c
262
seq_printf(seq, "fallback align16 %lu\n", ce->fallback_align16);
drivers/crypto/gemini/sl3516-ce-core.c
263
seq_printf(seq, "fallback not same len %lu\n", ce->fallback_not_same_len);
drivers/crypto/gemini/sl3516-ce-core.c
270
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/intel/qat/qat_common/adf_fw_counters.c
217
struct seq_file *seq = file->private_data;
drivers/crypto/intel/qat/qat_common/adf_fw_counters.c
219
kfree(seq->private);
drivers/crypto/intel/qat/qat_common/adf_fw_counters.c
220
seq->private = NULL;
drivers/crypto/rockchip/rk3288_crypto.c
194
static int rk_crypto_debugfs_show(struct seq_file *seq, void *v)
drivers/crypto/rockchip/rk3288_crypto.c
201
seq_printf(seq, "%s %s requests: %lu\n",
drivers/crypto/rockchip/rk3288_crypto.c
212
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/crypto/rockchip/rk3288_crypto.c
216
seq_printf(seq, "\tfallback due to length: %lu\n",
drivers/crypto/rockchip/rk3288_crypto.c
218
seq_printf(seq, "\tfallback due to alignment: %lu\n",
drivers/crypto/rockchip/rk3288_crypto.c
220
seq_printf(seq, "\tfallback due to SGs: %lu\n",
drivers/crypto/rockchip/rk3288_crypto.c
224
seq_printf(seq, "%s %s reqs=%lu fallback=%lu\n",
drivers/devfreq/event/rockchip-dfi.c
464
unsigned int seq;
drivers/devfreq/event/rockchip-dfi.c
471
seq = read_seqbegin(&dfi->count_seqlock);
drivers/devfreq/event/rockchip-dfi.c
473
} while (read_seqretry(&dfi->count_seqlock, seq));
drivers/dma-buf/dma-fence.c
1022
void dma_fence_describe(struct dma_fence *fence, struct seq_file *seq)
drivers/dma-buf/dma-fence.c
1036
seq_printf(seq, "%llu:%llu %s %s %ssignalled\n",
drivers/dma-buf/dma-resv.c
761
void dma_resv_describe(struct dma_resv *obj, struct seq_file *seq)
drivers/dma-buf/dma-resv.c
768
seq_printf(seq, "\t%s fence:",
drivers/dma-buf/dma-resv.c
770
dma_fence_describe(fence, seq);
drivers/dpll/zl3073x/core.c
528
const struct zl3073x_hwreg_seq_item *seq,
drivers/dpll/zl3073x/core.c
535
seq[i].value, seq[i].mask, seq[i].addr);
drivers/dpll/zl3073x/core.c
537
if (seq[i].mask == U32_MAX)
drivers/dpll/zl3073x/core.c
539
rc = zl3073x_write_hwreg(zldev, seq[i].addr,
drivers/dpll/zl3073x/core.c
540
seq[i].value);
drivers/dpll/zl3073x/core.c
543
rc = zl3073x_update_hwreg(zldev, seq[i].addr,
drivers/dpll/zl3073x/core.c
544
seq[i].value, seq[i].mask);
drivers/dpll/zl3073x/core.c
548
if (seq->wait)
drivers/dpll/zl3073x/core.c
549
msleep(seq->wait);
drivers/dpll/zl3073x/core.h
140
const struct zl3073x_hwreg_seq_item *seq,
drivers/firmware/arm_scmi/common.h
109
FIELD_PREP(MSG_TOKEN_ID_MASK, hdr->seq) |
drivers/firmware/arm_scmi/common.h
136
if (xfer_->hdr.seq == k_) \
drivers/firmware/arm_scmi/driver.c
1107
xfer->hdr.id, "NOTI", xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1115
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1119
xfer->hdr.seq = MSG_XTRACT_TOKEN(msg_hdr);
drivers/firmware/arm_scmi/driver.c
1159
xfer->hdr.seq, xfer->hdr.status,
drivers/firmware/arm_scmi/driver.c
1163
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1305
xfer->hdr.seq, xfer->hdr.status,
drivers/firmware/arm_scmi/driver.c
1348
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1428
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1452
xfer->hdr.id, "CMND", xfer->hdr.seq,
drivers/firmware/arm_scmi/driver.c
1466
xfer->hdr.protocol_id, xfer->hdr.seq, ret,
drivers/firmware/arm_scmi/driver.c
558
xfer->hdr.seq = (u16)xfer_id;
drivers/firmware/arm_scmi/driver.c
572
clear_bit(xfer->hdr.seq, minfo->xfer_alloc_table);
drivers/firmware/arm_scmi/driver.c
595
set_bit(xfer->hdr.seq, minfo->xfer_alloc_table);
drivers/firmware/arm_scmi/driver.c
596
hash_add(minfo->pending_xfers, &xfer->node, xfer->hdr.seq);
drivers/firmware/arm_scmi/driver.c
623
if (!test_bit(xfer->hdr.seq, minfo->xfer_alloc_table))
drivers/firmware/arm_scmi/driver.c
924
xfer->hdr.seq);
drivers/firmware/arm_scmi/driver.c
940
xfer->hdr.seq);
drivers/firmware/arm_scmi/protocols.h
88
u16 seq;
drivers/firmware/arm_scmi/raw_mode.c
1462
xfer->hdr.seq = MSG_XTRACT_TOKEN(msg_hdr);
drivers/firmware/arm_scmi/raw_mode.c
381
rw->xfer->hdr.seq,
drivers/firmware/arm_scmi/raw_mode.c
478
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/raw_mode.c
554
xfer->hdr.seq = (u16)MSG_XTRACT_TOKEN(msg_hdr);
drivers/firmware/arm_scmi/raw_mode.c
586
xfer->hdr.seq, msg_hdr);
drivers/firmware/arm_scmi/raw_mode.c
645
xfer->hdr.protocol_id, xfer->hdr.seq,
drivers/firmware/arm_scmi/raw_mode.c
657
xfer->hdr.id, "cmnd", xfer->hdr.seq,
drivers/firmware/arm_scmi/shmem.c
175
if (xfer->hdr.seq != xfer_id)
drivers/firmware/arm_scmi/transports/smc.c
109
ret = atomic_cmpxchg(inflight, INFLIGHT_NONE, xfer->hdr.seq);
drivers/firmware/efi/cper.c
37
static atomic64_t seq;
drivers/firmware/efi/cper.c
39
if (!atomic64_read(&seq)) {
drivers/firmware/efi/cper.c
49
atomic64_set(&seq, (ktime_get_real_seconds()) << 32);
drivers/firmware/efi/cper.c
51
atomic64_set(&seq, 0x8000000000000000ull |
drivers/firmware/efi/cper.c
55
return atomic64_inc_return(&seq);
drivers/firmware/ti_sci.c
221
hdr->type, hdr->host, hdr->seq, hdr->flags);
drivers/firmware/ti_sci.c
245
xfer_id = hdr->seq;
drivers/firmware/ti_sci.c
351
hdr->seq = xfer_id;
drivers/firmware/ti_sci.c
374
xfer_id = hdr->seq;
drivers/firmware/ti_sci.c
3952
1 << 8 * sizeof(((struct ti_sci_msg_hdr *)0)->seq)))
drivers/firmware/ti_sci.h
100
u8 seq;
drivers/gpio/gpio-sim.c
256
static void gpio_sim_dbg_show(struct seq_file *seq, struct gpio_chip *gc)
drivers/gpio/gpio-sim.c
265
seq_printf(seq, " gpio-%-3d (%s) %s,%s\n", i,
drivers/gpio/gpiolib-cdev.c
678
line->last_seqno = ts->seq;
drivers/gpio/gpiolib-cdev.c
682
if (unlikely(ts->seq < line->line_seqno))
drivers/gpio/gpiolib-cdev.c
685
diff_seqno = ts->seq - line->line_seqno;
drivers/gpio/gpiolib-cdev.c
686
line->line_seqno = ts->seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1292
uint64_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1358
seq = amdgpu_ctx_add_fence(p->ctx, p->entities[p->gang_leader_idx],
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1368
cs->out.handle = seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1369
leader->uf_sequence = seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
764
uint64_t seq = centity->sequence;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
768
idx = seq & (amdgpu_sched_jobs - 1);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
783
return seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
788
uint64_t seq)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
795
if (seq == ~0ull)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
796
seq = centity->sequence - 1;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
798
if (seq >= centity->sequence) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
804
if (seq + amdgpu_sched_jobs < centity->sequence) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
809
fence = dma_fence_get(centity->fences[seq & (amdgpu_sched_jobs - 1)]);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
83
uint64_t seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
118
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
124
seq = ++ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
127
adev->fence_context + ring->idx, seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
131
seq, flags | AMDGPU_FENCE_FLAG_INT);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
135
ptr = &ring->fence_drv.fences[seq & ring->fence_drv.num_fences_mask];
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
175
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
181
seq = ++ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
183
seq - ring->fence_drv.num_fences_mask,
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
189
seq, 0);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
191
*s = seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
224
uint32_t seq, last_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
228
seq = amdgpu_fence_read(ring);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
230
} while (atomic_cmpxchg(&drv->last_seq, last_seq, seq) != last_seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
233
seq != ring->fence_drv.sync_seq)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
236
if (unlikely(seq == last_seq))
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
240
seq &= drv->num_fences_mask;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
266
} while (last_seq != seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
299
uint64_t seq = READ_ONCE(ring->fence_drv.sync_seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
303
if (!seq)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
306
ptr = &ring->fence_drv.fences[seq & ring->fence_drv.num_fences_mask];
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
401
void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
406
seq &= drv->num_fences_mask;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
407
fence = drv->fences[seq];
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
63
static void amdgpu_fence_write(struct amdgpu_ring *ring, u32 seq)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
68
*drv->cpu_addr = cpu_to_le32(seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
723
u32 seq, last_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
727
seq = ring->fence_drv.sync_seq & ring->fence_drv.num_fences_mask;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
750
} while (last_seq != seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
784
u32 seq, last_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
787
seq = ring->fence_drv.sync_seq & ring->fence_drv.num_fences_mask;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
819
} while (last_seq != seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
82
u32 seq = 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
85
seq = le32_to_cpu(*drv->cpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
87
seq = atomic_read(&drv->last_seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
89
return seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1068
uint32_t seq, reg_val_offs = 0, value = 0;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1090
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1097
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1116
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1142
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1162
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1169
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1188
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1242
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1262
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1269
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1288
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
137
u64 gpu_addr, u64 seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
141
u64 seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
778
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
831
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
841
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
847
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
871
uint32_t seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
883
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
890
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
901
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
360
u64 gpu_addr, u64 seq, uint32_t xcc_id)
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
372
queue_input.trail_fence_data = seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
440
u64 gpu_addr, u64 seq, uint32_t xcc_id);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
189
void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq,
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
253
uint64_t seq, unsigned flags);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
440
#define amdgpu_ring_emit_fence(r, addr, seq, flags) (r)->funcs->emit_fence((r), (addr), (seq), (flags))
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
100
seq = mux->seqno_to_resubmit;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
101
if (last_seq < seq) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
104
if (chunk->sync_seq > last_seq && chunk->sync_seq <= seq) {
drivers/gpu/drm/amd/amdgpu/amdgpu_ring_mux.c
80
uint32_t seq, last_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
240
u64 seq, struct dma_fence **f)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
256
fence_drv->context, seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
74
u64 seq)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c
77
*fence_drv->cpu_addr = cpu_to_le64(seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
1130
void amdgpu_vce_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
1138
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
72
void amdgpu_vce_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
544
uint64_t seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
555
amdgpu_ring_write(ring, i == 0 ? lower_32_bits(seq) : upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
569
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
581
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
278
static void cik_sdma_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
286
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
294
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
824
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
834
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3769
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3785
amdgpu_ring_write(kiq_ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3796
u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3810
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
3811
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8704
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8731
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8732
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8739
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8743
upper_32_bits(addr), seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8772
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
8785
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
417
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
424
gpu_addr, seq, 0);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
440
amdgpu_ring_write(kiq_ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
451
u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
465
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
466
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5934
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5961
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5962
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5969
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
5973
upper_32_bits(addr), seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6008
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6021
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
352
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
359
gpu_addr, seq, 0);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
375
amdgpu_ring_write(kiq_ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
385
u64 addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
399
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
400
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4452
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4477
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4478
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4485
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4489
upper_32_bits(addr), seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4518
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
4531
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
152
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
159
seq, kiq_ring->xcc_id);
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
175
amdgpu_ring_write(kiq_ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
185
u64 addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
199
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
200
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3350
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3377
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3378
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3385
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3389
upper_32_bits(addr), seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3418
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
3431
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1826
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1849
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1850
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
2289
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
2298
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2114
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2131
amdgpu_ring_write(ring, lower_32_bits(seq - 1));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2132
amdgpu_ring_write(ring, upper_32_bits(seq - 1));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2144
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2145
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2160
u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2175
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2176
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
3101
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
3110
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6136
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6154
amdgpu_ring_write(ring, lower_32_bits(seq - 1));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6155
amdgpu_ring_write(ring, upper_32_bits(seq - 1));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6169
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6170
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6177
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6186
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6232
u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6248
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6249
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6253
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
6264
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
1012
u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
1027
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
1028
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
4203
uint32_t seq, reg_val_offs = 0;
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
4227
r = amdgpu_fence_emit_polling(ring, &seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
4234
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
4250
r = amdgpu_fence_wait_polling(ring, seq, MAX_KIQ_REG_WAIT);
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
5537
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
5572
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
5573
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
5659
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
5672
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
984
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
233
u64 gpu_addr, u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
249
amdgpu_ring_write(kiq_ring, seq);
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
260
u64 seq)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
275
amdgpu_ring_write(kiq_ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
276
amdgpu_ring_write(kiq_ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2871
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2899
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2900
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2907
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2912
seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2952
u64 seq, unsigned int flags)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
2965
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c
223
static void jpeg_v1_0_decode_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c
232
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c
236
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c
260
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
503
void jpeg_v2_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
510
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
514
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.h
50
void jpeg_v2_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c
782
void jpeg_v4_0_3_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c
789
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c
793
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.h
62
void jpeg_v4_0_3_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
180
u32 seq, status_offset;
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
208
seq = ++ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
210
seq - ring->fence_drv.num_fences_mask,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
227
mes_status_pkt.api_status.api_completion_fence_value = seq;
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
247
r = amdgpu_fence_wait_polling(ring, seq, timeout);
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
163
u32 seq, status_offset;
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
191
seq = ++ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
193
seq - ring->fence_drv.num_fences_mask,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
210
mes_status_pkt.api_status.api_completion_fence_value = seq;
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
231
r = amdgpu_fence_wait_polling(ring, seq, timeout);
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
160
u32 seq, status_offset;
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
188
seq = ++ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
190
seq - ring->fence_drv.num_fences_mask,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
207
mes_status_pkt.api_status.api_completion_fence_value = seq;
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
228
r = amdgpu_fence_wait_polling(ring, seq, timeout);
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
307
static void sdma_v2_4_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
315
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
323
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
760
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
770
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
1033
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
1043
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
483
static void sdma_v3_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
491
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
499
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
1695
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
1702
seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
886
static void sdma_v4_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
896
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
906
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
1291
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
1298
seq, 0xffffffff, 4);
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
454
static void sdma_v4_4_2_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
464
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
474
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
1264
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
1274
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
523
static void sdma_v5_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
534
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
545
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
1164
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
1174
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
373
static void sdma_v5_2_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
384
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
395
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
1169
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
1179
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
356
static void sdma_v6_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
367
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
378
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
1189
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
1199
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
359
static void sdma_v7_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
370
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
381
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
1186
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
1195
amdgpu_ring_write(ring, seq); /* reference */
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
327
static void sdma_v7_1_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
338
amdgpu_ring_write(ring, lower_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
349
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/si_dma.c
107
static void si_dma_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/si_dma.c
116
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/si_dma.c
123
amdgpu_ring_write(ring, upper_32_bits(seq));
drivers/gpu/drm/amd/amdgpu/si_dma.c
431
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/si_dma.c
440
amdgpu_ring_write(ring, seq); /* value */
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
110
static void uvd_v3_1_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
116
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c
477
static void uvd_v4_2_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c
483
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
492
static void uvd_v5_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c
498
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
1094
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
1104
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
1123
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
1129
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
925
static void uvd_v6_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
931
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
958
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
965
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
1181
static void uvd_v7_0_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
1190
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
1223
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
1231
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
892
uint32_t seq = ring->fence_drv.sync_seq;
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
898
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
730
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
737
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
28
u64 seq, uint32_t flags)
drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
35
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.h
33
u64 seq, uint32_t flags);
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
1546
static void vcn_v1_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
1555
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
1725
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
1732
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
1535
void vcn_v2_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
1542
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
1723
u64 seq, unsigned flags)
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
1730
amdgpu_ring_write(ring, seq);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.h
30
extern void vcn_v2_0_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.h
44
u64 seq, unsigned flags);
drivers/gpu/drm/amd/display/dc/dc_helper.c
173
struct dmub_cmd_read_modify_write_sequence *seq;
drivers/gpu/drm/amd/display/dc/dc_helper.c
190
seq = &cmd_buf->seq[offload->reg_seq_count];
drivers/gpu/drm/amd/display/dc/dc_helper.c
193
if (cmd_buf->seq[offload->reg_seq_count - 1].addr == addr)
drivers/gpu/drm/amd/display/dc/dc_helper.c
199
seq->addr = addr;
drivers/gpu/drm/amd/display/dc/dc_helper.c
200
seq->modify_mask = field_value_mask->mask;
drivers/gpu/drm/amd/display/dc/dc_helper.c
201
seq->modify_value = field_value_mask->value;
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2001
struct dmub_cmd_read_modify_write_sequence seq[DMUB_READ_MODIFY_WRITE_SEQ__MAX];
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
2036
struct dmub_cmd_reg_field_update_sequence seq[DMUB_REG_FIELD_UPDATE_SEQ__MAX];
drivers/gpu/drm/arm/display/komeda/komeda_dev.h
125
void (*dump_register)(struct komeda_dev *mdev, struct seq_file *seq);
drivers/gpu/drm/arm/display/komeda/komeda_pipeline.h
69
void (*dump_register)(struct komeda_component *c, struct seq_file *seq);
drivers/gpu/drm/ast/ast_drv.h
354
u8 seq[4];
drivers/gpu/drm/ast/ast_mode.c
212
ast_set_index_reg_mask(ast, AST_IO_VGASRI, 0x01, 0x20, stdtable->seq[0]);
drivers/gpu/drm/ast/ast_mode.c
214
jreg = stdtable->seq[i];
drivers/gpu/drm/bridge/lontium-lt8912b.c
101
return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
drivers/gpu/drm/bridge/lontium-lt8912b.c
106
const struct reg_sequence seq[] = {
drivers/gpu/drm/bridge/lontium-lt8912b.c
154
return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
drivers/gpu/drm/bridge/lontium-lt8912b.c
171
const struct reg_sequence seq[] = {
drivers/gpu/drm/bridge/lontium-lt8912b.c
199
return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq));
drivers/gpu/drm/bridge/lontium-lt8912b.c
53
const struct reg_sequence seq[] = {
drivers/gpu/drm/bridge/lontium-lt8912b.c
88
return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq));
drivers/gpu/drm/bridge/lontium-lt8912b.c
93
const struct reg_sequence seq[] = {
drivers/gpu/drm/bridge/lontium-lt9611.c
446
const struct reg_sequence seq[] = {
drivers/gpu/drm/bridge/lontium-lt9611.c
474
ret = regmap_multi_reg_write(lt9611->regmap, seq, ARRAY_SIZE(seq));
drivers/gpu/drm/bridge/sil-sii8620.c
236
static void __sii8620_write_seq(struct sii8620 *ctx, const u16 *seq, int len)
drivers/gpu/drm/bridge/sil-sii8620.c
241
sii8620_write(ctx, seq[i], seq[i + 1]);
drivers/gpu/drm/bridge/sil-sii8620.c
244
#define sii8620_write_seq(ctx, seq...) \
drivers/gpu/drm/bridge/sil-sii8620.c
246
const u16 d[] = { seq }; \
drivers/gpu/drm/bridge/sil-sii8620.c
250
#define sii8620_write_seq_static(ctx, seq...) \
drivers/gpu/drm/bridge/sil-sii8620.c
252
static const u16 d[] = { seq }; \
drivers/gpu/drm/drm_internal.h
109
static inline bool drm_vblank_passed(u64 seq, u64 ref)
drivers/gpu/drm/drm_internal.h
111
return (seq - ref) <= (1 << 23);
drivers/gpu/drm/drm_trace.h
16
TP_PROTO(int crtc, unsigned int seq, ktime_t time, bool high_prec),
drivers/gpu/drm/drm_trace.h
17
TP_ARGS(crtc, seq, time, high_prec),
drivers/gpu/drm/drm_trace.h
20
__field(unsigned int, seq)
drivers/gpu/drm/drm_trace.h
26
__entry->seq = seq;
drivers/gpu/drm/drm_trace.h
31
__entry->crtc, __entry->seq, __entry->time,
drivers/gpu/drm/drm_trace.h
36
TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
drivers/gpu/drm/drm_trace.h
37
TP_ARGS(file, crtc, seq),
drivers/gpu/drm/drm_trace.h
41
__field(unsigned int, seq)
drivers/gpu/drm/drm_trace.h
46
__entry->seq = seq;
drivers/gpu/drm/drm_trace.h
49
__entry->seq)
drivers/gpu/drm/drm_trace.h
53
TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
drivers/gpu/drm/drm_trace.h
54
TP_ARGS(file, crtc, seq),
drivers/gpu/drm/drm_trace.h
58
__field(unsigned int, seq)
drivers/gpu/drm/drm_trace.h
63
__entry->seq = seq;
drivers/gpu/drm/drm_trace.h
66
__entry->seq)
drivers/gpu/drm/drm_vblank.c
1041
u64 seq, ktime_t now)
drivers/gpu/drm/drm_vblank.c
1049
e->event.vbl.sequence = seq;
drivers/gpu/drm/drm_vblank.c
1059
if (seq)
drivers/gpu/drm/drm_vblank.c
1060
e->event.seq.sequence = seq;
drivers/gpu/drm/drm_vblank.c
1061
e->event.seq.time_ns = ktime_to_ns(now);
drivers/gpu/drm/drm_vblank.c
1064
trace_drm_vblank_event_delivered(e->base.file_priv, e->pipe, seq);
drivers/gpu/drm/drm_vblank.c
1142
u64 seq;
drivers/gpu/drm/drm_vblank.c
1147
seq = drm_vblank_count_and_time(dev, pipe, &now);
drivers/gpu/drm/drm_vblank.c
1149
seq = 0;
drivers/gpu/drm/drm_vblank.c
1154
send_vblank_event(dev, e, seq, now);
drivers/gpu/drm/drm_vblank.c
1346
u64 seq;
drivers/gpu/drm/drm_vblank.c
1379
seq = drm_vblank_count_and_time(dev, pipe, &now);
drivers/gpu/drm/drm_vblank.c
1386
e->sequence, seq);
drivers/gpu/drm/drm_vblank.c
1389
send_vblank_event(dev, e, seq, now);
drivers/gpu/drm/drm_vblank.c
1615
u64 seq;
drivers/gpu/drm/drm_vblank.c
1655
seq = drm_vblank_count_and_time(dev, pipe, &now);
drivers/gpu/drm/drm_vblank.c
1658
req_seq, seq, pipe);
drivers/gpu/drm/drm_vblank.c
1663
if (drm_vblank_passed(seq, req_seq)) {
drivers/gpu/drm/drm_vblank.c
1665
send_vblank_event(dev, e, seq, now);
drivers/gpu/drm/drm_vblank.c
1666
vblwait->reply.sequence = seq;
drivers/gpu/drm/drm_vblank.c
1741
u64 req_seq, seq;
drivers/gpu/drm/drm_vblank.c
1806
seq = drm_vblank_count(dev, pipe);
drivers/gpu/drm/drm_vblank.c
1810
req_seq = seq + vblwait->request.sequence;
drivers/gpu/drm/drm_vblank.c
1815
req_seq = widen_32_to_64(vblwait->request.sequence, seq);
drivers/gpu/drm/drm_vblank.c
1823
drm_vblank_passed(seq, req_seq)) {
drivers/gpu/drm/drm_vblank.c
1824
req_seq = seq + 1;
drivers/gpu/drm/drm_vblank.c
1836
if (req_seq != seq) {
drivers/gpu/drm/drm_vblank.c
1882
u64 seq;
drivers/gpu/drm/drm_vblank.c
1886
seq = drm_vblank_count_and_time(dev, pipe, &now);
drivers/gpu/drm/drm_vblank.c
1891
if (!drm_vblank_passed(seq, e->sequence))
drivers/gpu/drm/drm_vblank.c
1895
e->sequence, seq);
drivers/gpu/drm/drm_vblank.c
1899
send_vblank_event(dev, e, seq, now);
drivers/gpu/drm/drm_vblank.c
1905
trace_drm_vblank_event(pipe, seq, now, high_prec);
drivers/gpu/drm/drm_vblank.c
2073
u64 seq;
drivers/gpu/drm/drm_vblank.c
2109
seq = drm_vblank_count_and_time(dev, pipe, &now);
drivers/gpu/drm/drm_vblank.c
2113
req_seq += seq;
drivers/gpu/drm/drm_vblank.c
2115
if ((flags & DRM_CRTC_SEQUENCE_NEXT_ON_MISS) && drm_vblank_passed(seq, req_seq))
drivers/gpu/drm/drm_vblank.c
2116
req_seq = seq + 1;
drivers/gpu/drm/drm_vblank.c
2120
e->event.base.length = sizeof(e->event.seq);
drivers/gpu/drm/drm_vblank.c
2121
e->event.seq.user_data = queue_seq->user_data;
drivers/gpu/drm/drm_vblank.c
2144
if (drm_vblank_passed(seq, req_seq)) {
drivers/gpu/drm/drm_vblank.c
2146
send_vblank_event(dev, e, seq, now);
drivers/gpu/drm/drm_vblank.c
2147
queue_seq->sequence = seq;
drivers/gpu/drm/drm_vblank.c
961
unsigned int seq;
drivers/gpu/drm/drm_vblank.c
969
seq = read_seqbegin(&vblank->seqlock);
drivers/gpu/drm/drm_vblank.c
972
} while (read_seqretry(&vblank->seqlock, seq));
drivers/gpu/drm/i915/display/intel_pps.c
1369
intel_pps_readout_hw_state(struct intel_dp *intel_dp, struct intel_pps_delays *seq)
drivers/gpu/drm/i915/display/intel_pps.c
1387
seq->power_up = REG_FIELD_GET(PANEL_POWER_UP_DELAY_MASK, pp_on);
drivers/gpu/drm/i915/display/intel_pps.c
1388
seq->backlight_on = REG_FIELD_GET(PANEL_LIGHT_ON_DELAY_MASK, pp_on);
drivers/gpu/drm/i915/display/intel_pps.c
1389
seq->backlight_off = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off);
drivers/gpu/drm/i915/display/intel_pps.c
1390
seq->power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, pp_off);
drivers/gpu/drm/i915/display/intel_pps.c
1403
seq->power_cycle = power_cycle_delay ? (power_cycle_delay - 1) * 1000 : 0;
drivers/gpu/drm/i915/display/intel_pps.c
1408
const struct intel_pps_delays *seq)
drivers/gpu/drm/i915/display/intel_pps.c
1414
state_name, seq->power_up, seq->backlight_on,
drivers/gpu/drm/i915/display/intel_pps.c
1415
seq->backlight_off, seq->power_down, seq->power_cycle);
drivers/gpu/drm/i915/display/intel_pps.c
1584
const struct intel_pps_delays *seq = &intel_dp->pps.pps_delays;
drivers/gpu/drm/i915/display/intel_pps.c
1617
pp_on = REG_FIELD_PREP(PANEL_POWER_UP_DELAY_MASK, seq->power_up) |
drivers/gpu/drm/i915/display/intel_pps.c
1618
REG_FIELD_PREP(PANEL_LIGHT_ON_DELAY_MASK, seq->backlight_on);
drivers/gpu/drm/i915/display/intel_pps.c
1619
pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->backlight_off) |
drivers/gpu/drm/i915/display/intel_pps.c
1620
REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, seq->power_down);
drivers/gpu/drm/i915/display/intel_pps.c
1656
DIV_ROUND_UP(seq->power_cycle, 1000) + 1));
drivers/gpu/drm/i915/display/intel_pps.c
1660
DIV_ROUND_UP(seq->power_cycle, 1000) + 1));
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
3415
unsigned int seq;
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
3419
seq = read_seqcount_begin(&stats->lock);
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
3421
} while (read_seqcount_retry(&stats->lock, seq));
drivers/gpu/drm/i915/gt/intel_gt_pm.c
421
unsigned int seq;
drivers/gpu/drm/i915/gt/intel_gt_pm.c
425
seq = read_seqcount_begin(&gt->stats.lock);
drivers/gpu/drm/i915/gt/intel_gt_pm.c
427
} while (read_seqcount_retry(&gt->stats.lock, seq));
drivers/gpu/drm/msm/dp/dp_debug.c
27
static int msm_dp_debug_show(struct seq_file *seq, void *p)
drivers/gpu/drm/msm/dp/dp_debug.c
29
struct msm_dp_debug_private *debug = seq->private;
drivers/gpu/drm/msm/dp/dp_debug.c
39
seq_printf(seq, "\tname = %s\n", DEBUG_NAME);
drivers/gpu/drm/msm/dp/dp_debug.c
40
seq_printf(seq, "\tdrm_dp_link\n\t\trate = %u\n",
drivers/gpu/drm/msm/dp/dp_debug.c
42
seq_printf(seq, "\t\tnum_lanes = %u\n",
drivers/gpu/drm/msm/dp/dp_debug.c
44
seq_printf(seq, "\t\tcapabilities = %lu\n",
drivers/gpu/drm/msm/dp/dp_debug.c
46
seq_printf(seq, "\tdp_panel_info:\n\t\tactive = %dx%d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
49
seq_printf(seq, "\t\tback_porch = %dx%d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
52
seq_printf(seq, "\t\tfront_porch = %dx%d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
55
seq_printf(seq, "\t\tsync_width = %dx%d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
58
seq_printf(seq, "\t\tactive_low = %dx%d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
61
seq_printf(seq, "\t\th_skew = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
63
seq_printf(seq, "\t\trefresh rate = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
65
seq_printf(seq, "\t\tpixel clock khz = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
67
seq_printf(seq, "\t\tbpp = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
71
seq_printf(seq, "\tdp_link:\n\t\ttest_requested = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
73
seq_printf(seq, "\t\tnum_lanes = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
76
seq_printf(seq, "\t\tbw_code = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
79
seq_printf(seq, "\t\tlclk = %lld\n", lclk);
drivers/gpu/drm/msm/dp/dp_debug.c
80
seq_printf(seq, "\t\tv_level = %d\n",
drivers/gpu/drm/msm/dp/dp_debug.c
82
seq_printf(seq, "\t\tp_level = %d\n",
drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
177
u32 seq;
drivers/gpu/drm/nouveau/nouveau_fence.c
127
u32 seq = fctx->read(chan);
drivers/gpu/drm/nouveau/nouveau_fence.c
130
if ((int)(seq - fence->base.seqno) < 0)
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
128
struct nvkm_falcon_qmgr_seq *seq;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
137
seq = nvkm_falcon_qmgr_seq_acquire(cmdq->qmgr);
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
138
if (IS_ERR(seq))
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
139
return PTR_ERR(seq);
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
141
cmd->seq_id = seq->id;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
144
seq->state = SEQ_STATE_USED;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
145
seq->async = !timeout;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
146
seq->callback = cb;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
147
seq->priv = priv;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
151
seq->state = SEQ_STATE_PENDING;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
152
nvkm_falcon_qmgr_seq_release(cmdq->qmgr, seq);
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
156
if (!seq->async) {
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
157
if (!wait_for_completion_timeout(&seq->done, timeout)) {
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
161
ret = seq->result;
drivers/gpu/drm/nouveau/nvkm/falcon/cmdq.c
162
nvkm_falcon_qmgr_seq_release(cmdq->qmgr, seq);
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
117
struct nvkm_falcon_qmgr_seq *seq;
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
119
seq = &msgq->qmgr->seq.id[hdr->seq_id];
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
120
if (seq->state != SEQ_STATE_USED && seq->state != SEQ_STATE_CANCELLED) {
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
121
FLCNQ_ERR(msgq, "message for unknown sequence %08x", seq->id);
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
125
if (seq->state == SEQ_STATE_USED) {
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
126
if (seq->callback)
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
127
seq->result = seq->callback(seq->priv, hdr);
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
130
if (seq->async) {
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
131
nvkm_falcon_qmgr_seq_release(msgq->qmgr, seq);
drivers/gpu/drm/nouveau/nvkm/falcon/msgq.c
135
complete_all(&seq->done);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
29
struct nvkm_falcon_qmgr_seq *seq;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
32
mutex_lock(&qmgr->seq.mutex);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
33
index = find_first_zero_bit(qmgr->seq.tbl, NVKM_FALCON_QMGR_SEQ_NUM);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
36
mutex_unlock(&qmgr->seq.mutex);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
40
set_bit(index, qmgr->seq.tbl);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
41
mutex_unlock(&qmgr->seq.mutex);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
43
seq = &qmgr->seq.id[index];
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
44
seq->state = SEQ_STATE_PENDING;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
45
return seq;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
50
struct nvkm_falcon_qmgr_seq *seq)
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
53
seq->state = SEQ_STATE_FREE;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
54
seq->callback = NULL;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
55
reinit_completion(&seq->done);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
56
clear_bit(seq->id, qmgr->seq.tbl);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
80
mutex_init(&qmgr->seq.mutex);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
82
qmgr->seq.id[i].id = i;
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.c
83
init_completion(&qmgr->seq.id[i].done);
drivers/gpu/drm/nouveau/nvkm/falcon/qmgr.h
51
} seq;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1011
rpc_run_cpu_sequencer_v17_00 *seq = repv;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1014
nvkm_debug(subdev, "seq: %08x %08x\n", seq->bufferSizeDWord, seq->cmdIndex);
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1016
while (ptr < seq->cmdIndex) {
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1017
GSP_SEQUENCER_BUFFER_CMD *cmd = (void *)&seq->commandBuffer[ptr];
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1066
seq->regSaveArea[slot] = nvkm_rd32(device, addr);
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1068
seq->regSaveArea[slot]);
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/rpc.c
369
msg->sequence = gsp->cmdq.seq++;
drivers/gpu/drm/panel/panel-innolux-p079zca.c
200
#define innolux_panel_init_cmd_multi(ctx, seq...) \
drivers/gpu/drm/panel/panel-innolux-p079zca.c
202
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-novatek-nt35510.c
585
u8 cmd, u8 cmdlen, const u8 *seq)
drivers/gpu/drm/panel/panel-novatek-nt35510.c
587
const u8 *seqp = seq;
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
112
#define dcs_write_cmd_at(ctx, cmd, seq...) \
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c
115
mipi_dsi_dcs_write_seq_multi(ctx, (cmd) >> 8, seq); \
drivers/gpu/drm/panel/panel-raydium-rm68200.c
123
#define dcs_write_seq(ctx, seq...) \
drivers/gpu/drm/panel/panel-raydium-rm68200.c
125
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-raydium-rm68200.c
134
#define dcs_write_cmd_seq(ctx, cmd, seq...) \
drivers/gpu/drm/panel/panel-raydium-rm68200.c
136
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-samsung-ld9040.c
166
#define ld9040_dcs_write_seq_static(ctx, seq...) \
drivers/gpu/drm/panel/panel-samsung-ld9040.c
168
static const u8 d[] = { seq };\
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
251
#define s6e3ha2_dcs_write_seq_static(ctx, seq...) do { \
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
252
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
121
const void *seq, size_t len)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
125
return mipi_dsi_dcs_write_buffer(dsi, seq, len);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
128
#define s6e63j0x03_dcs_write_seq_static(ctx, seq...) \
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
130
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-samsung-s6e63m0.c
329
#define s6e63m0_dcs_write_seq_static(ctx, seq ...) \
drivers/gpu/drm/panel/panel-samsung-s6e63m0.c
331
static const u8 d[] = { seq }; \
drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c
169
#define s6e8aa0_dcs_write_seq(ctx, seq...) \
drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c
171
const u8 d[] = { seq };\
drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c
176
#define s6e8aa0_dcs_write_seq_static(ctx, seq...) \
drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c
178
static const u8 d[] = { seq };\
drivers/gpu/drm/panel/panel-sitronix-st7701.c
143
int (*write_command)(struct st7701 *st7701, u8 cmd, const u8 *seq,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
152
static int st7701_dsi_write(struct st7701 *st7701, u8 cmd, const u8 *seq,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
155
return mipi_dsi_dcs_write(st7701->dsi, cmd, seq, len);
drivers/gpu/drm/panel/panel-sitronix-st7701.c
158
static int st7701_dbi_write(struct st7701 *st7701, u8 cmd, const u8 *seq,
drivers/gpu/drm/panel/panel-sitronix-st7701.c
161
return mipi_dbi_command_stackbuf(&st7701->dbi, cmd, seq, len);
drivers/gpu/drm/panel/panel-sitronix-st7701.c
164
#define ST7701_WRITE(st7701, cmd, seq...) \
drivers/gpu/drm/panel/panel-sitronix-st7701.c
166
const u8 d[] = { seq }; \
drivers/gpu/drm/radeon/cik.c
3557
radeon_ring_write(ring, fence->seq - 1);
drivers/gpu/drm/radeon/cik.c
3568
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/cik.c
3596
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/cik_sdma.c
209
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/evergreen_dma.c
49
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/ni.c
1395
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/r100.c
886
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/r300.c
241
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/r600.c
2890
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/r600.c
2908
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/r600_dma.c
296
radeon_ring_write(ring, lower_32_bits(fence->seq));
drivers/gpu/drm/radeon/radeon.h
379
uint64_t seq;
drivers/gpu/drm/radeon/radeon.h
416
if (a->seq > b->seq) {
drivers/gpu/drm/radeon/radeon.h
436
return a->seq < b->seq;
drivers/gpu/drm/radeon/radeon_fence.c
101
return seq;
drivers/gpu/drm/radeon/radeon_fence.c
137
u64 seq;
drivers/gpu/drm/radeon/radeon_fence.c
145
(*fence)->seq = seq = ++rdev->fence_drv[ring].sync_seq[ring];
drivers/gpu/drm/radeon/radeon_fence.c
151
seq);
drivers/gpu/drm/radeon/radeon_fence.c
153
trace_radeon_fence_emit(rdev_to_drm(rdev), ring, (*fence)->seq);
drivers/gpu/drm/radeon/radeon_fence.c
169
u64 seq;
drivers/gpu/drm/radeon/radeon_fence.c
177
seq = atomic64_read(&fence->rdev->fence_drv[fence->ring].last_seq);
drivers/gpu/drm/radeon/radeon_fence.c
178
if (seq >= fence->seq) {
drivers/gpu/drm/radeon/radeon_fence.c
199
uint64_t seq, last_seq, last_emitted;
drivers/gpu/drm/radeon/radeon_fence.c
227
seq = radeon_fence_read(rdev, ring);
drivers/gpu/drm/radeon/radeon_fence.c
228
seq |= last_seq & 0xffffffff00000000LL;
drivers/gpu/drm/radeon/radeon_fence.c
229
if (seq < last_seq) {
drivers/gpu/drm/radeon/radeon_fence.c
230
seq &= 0xffffffff;
drivers/gpu/drm/radeon/radeon_fence.c
231
seq |= last_emitted & 0xffffffff00000000LL;
drivers/gpu/drm/radeon/radeon_fence.c
234
if (seq <= last_seq || seq > last_emitted)
drivers/gpu/drm/radeon/radeon_fence.c
242
last_seq = seq;
drivers/gpu/drm/radeon/radeon_fence.c
251
} while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq);
drivers/gpu/drm/radeon/radeon_fence.c
253
if (seq < last_emitted)
drivers/gpu/drm/radeon/radeon_fence.c
340
u64 seq, unsigned int ring)
drivers/gpu/drm/radeon/radeon_fence.c
342
if (atomic64_read(&rdev->fence_drv[ring].last_seq) >= seq)
drivers/gpu/drm/radeon/radeon_fence.c
347
if (atomic64_read(&rdev->fence_drv[ring].last_seq) >= seq)
drivers/gpu/drm/radeon/radeon_fence.c
358
u64 seq = fence->seq;
drivers/gpu/drm/radeon/radeon_fence.c
360
if (atomic64_read(&rdev->fence_drv[ring].last_seq) >= seq)
drivers/gpu/drm/radeon/radeon_fence.c
379
if (atomic64_read(&rdev->fence_drv[fence->ring].last_seq) >= fence->seq)
drivers/gpu/drm/radeon/radeon_fence.c
389
if (atomic64_read(&rdev->fence_drv[fence->ring].last_seq) >= fence->seq) {
drivers/gpu/drm/radeon/radeon_fence.c
424
if (radeon_fence_seq_signaled(fence->rdev, fence->seq, fence->ring)) {
drivers/gpu/drm/radeon/radeon_fence.c
442
static bool radeon_fence_any_seq_signaled(struct radeon_device *rdev, u64 *seq)
drivers/gpu/drm/radeon/radeon_fence.c
447
if (seq[i] && radeon_fence_seq_signaled(rdev, seq[i], i))
drivers/gpu/drm/radeon/radeon_fence.c
528
uint64_t seq[RADEON_NUM_RINGS] = {};
drivers/gpu/drm/radeon/radeon_fence.c
540
seq[fence->ring] = fence->seq;
drivers/gpu/drm/radeon/radeon_fence.c
541
r = radeon_fence_wait_seq_timeout(fence->rdev, seq, intr, timeout);
drivers/gpu/drm/radeon/radeon_fence.c
582
uint64_t seq[RADEON_NUM_RINGS] = {};
drivers/gpu/drm/radeon/radeon_fence.c
585
seq[ring] = atomic64_read(&rdev->fence_drv[ring].last_seq) + 1ULL;
drivers/gpu/drm/radeon/radeon_fence.c
586
if (seq[ring] >= rdev->fence_drv[ring].sync_seq[ring]) {
drivers/gpu/drm/radeon/radeon_fence.c
593
r = radeon_fence_wait_seq_timeout(rdev, seq, false, MAX_SCHEDULE_TIMEOUT);
drivers/gpu/drm/radeon/radeon_fence.c
612
uint64_t seq[RADEON_NUM_RINGS] = {};
drivers/gpu/drm/radeon/radeon_fence.c
615
seq[ring] = rdev->fence_drv[ring].sync_seq[ring];
drivers/gpu/drm/radeon/radeon_fence.c
616
if (!seq[ring])
drivers/gpu/drm/radeon/radeon_fence.c
619
r = radeon_fence_wait_seq_timeout(rdev, seq, false, MAX_SCHEDULE_TIMEOUT);
drivers/gpu/drm/radeon/radeon_fence.c
67
static void radeon_fence_write(struct radeon_device *rdev, u32 seq, int ring)
drivers/gpu/drm/radeon/radeon_fence.c
710
if (fence->seq <= fdrv->sync_seq[fence->ring])
drivers/gpu/drm/radeon/radeon_fence.c
73
*drv->cpu_addr = cpu_to_le32(seq);
drivers/gpu/drm/radeon/radeon_fence.c
75
WREG32(drv->scratch_reg, seq);
drivers/gpu/drm/radeon/radeon_fence.c
91
u32 seq = 0;
drivers/gpu/drm/radeon/radeon_fence.c
95
seq = le32_to_cpu(*drv->cpu_addr);
drivers/gpu/drm/radeon/radeon_fence.c
97
seq = lower_32_bits(atomic64_read(&drv->last_seq));
drivers/gpu/drm/radeon/radeon_fence.c
99
seq = RREG32(drv->scratch_reg);
drivers/gpu/drm/radeon/radeon_vce.c
744
radeon_ring_write(ring, cpu_to_le32(fence->seq));
drivers/gpu/drm/radeon/si.c
3373
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/trinity_dpm.c
294
const u32 *seq, u32 count);
drivers/gpu/drm/radeon/trinity_dpm.c
386
const u32 *seq = NULL;
drivers/gpu/drm/radeon/trinity_dpm.c
388
seq = &trinity_mgcg_shls_default[0];
drivers/gpu/drm/radeon/trinity_dpm.c
391
trinity_program_clk_gating_hw_sequence(rdev, seq, count);
drivers/gpu/drm/radeon/trinity_dpm.c
408
const u32 *seq, u32 count)
drivers/gpu/drm/radeon/trinity_dpm.c
413
WREG32_P(seq[i], seq[i+1], ~seq[i+2]);
drivers/gpu/drm/radeon/trinity_dpm.c
417
const u32 *seq, u32 count)
drivers/gpu/drm/radeon/trinity_dpm.c
422
WREG32(seq[i], seq[i+1]);
drivers/gpu/drm/radeon/trinity_dpm.c
429
const u32 *seq = NULL;
drivers/gpu/drm/radeon/trinity_dpm.c
431
seq = &trinity_override_mgpg_sequences[0];
drivers/gpu/drm/radeon/trinity_dpm.c
434
trinity_program_override_mgpg_sequences(rdev, seq, count);
drivers/gpu/drm/radeon/trinity_dpm.c
441
const u32 *seq = NULL;
drivers/gpu/drm/radeon/trinity_dpm.c
444
seq = &trinity_sysls_enable[0];
drivers/gpu/drm/radeon/trinity_dpm.c
447
seq = &trinity_sysls_disable[0];
drivers/gpu/drm/radeon/trinity_dpm.c
451
trinity_program_clk_gating_hw_sequence(rdev, seq, count);
drivers/gpu/drm/radeon/uvd_v1_0.c
90
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/radeon/uvd_v2_2.c
46
radeon_ring_write(ring, fence->seq);
drivers/gpu/drm/scheduler/sched_fence.c
228
unsigned seq;
drivers/gpu/drm/scheduler/sched_fence.c
231
seq = atomic_inc_return(&entity->fence_seq);
drivers/gpu/drm/scheduler/sched_fence.c
233
&fence->lock, entity->fence_context, seq);
drivers/gpu/drm/scheduler/sched_fence.c
235
&fence->lock, entity->fence_context + 1, seq);
drivers/gpu/drm/v3d/v3d_drv.c
186
unsigned int seq;
drivers/gpu/drm/v3d/v3d_drv.c
189
seq = read_seqcount_begin(&stats->lock);
drivers/gpu/drm/v3d/v3d_drv.c
194
} while (read_seqcount_retry(&stats->lock, seq));
drivers/hid/hid-u2fzero.c
66
u8 seq;
drivers/hte/hte-tegra194-test.c
73
desc->attr.line_id, ts->seq, ts->tsc,
drivers/hte/hte.c
217
ei->seq = 1;
drivers/hte/hte.c
386
ei->seq = 1;
drivers/hte/hte.c
56
u64 seq;
drivers/hte/hte.c
817
data->seq = ei->seq++;
drivers/hv/mshv_eventfd.c
199
unsigned int seq;
drivers/hv/mshv_eventfd.c
215
seq = read_seqcount_begin(&irqfd->irqfd_irqe_sc);
drivers/hv/mshv_eventfd.c
216
} while (read_seqcount_retry(&irqfd->irqfd_irqe_sc, seq));
drivers/hv/mshv_eventfd.c
302
unsigned int seq;
drivers/hv/mshv_eventfd.c
312
seq = read_seqcount_begin(&irqfd->irqfd_irqe_sc);
drivers/hv/mshv_eventfd.c
313
} while (read_seqcount_retry(&irqfd->irqfd_irqe_sc, seq));
drivers/hwmon/bt1-pvt.c
294
unsigned int seq;
drivers/hwmon/bt1-pvt.c
298
seq = read_seqbegin(&cache->data_seqlock);
drivers/hwmon/bt1-pvt.c
300
} while (read_seqretry(&cache->data_seqlock, seq));
drivers/hwmon/dell-smm-hwmon.c
670
static int i8k_proc_show(struct seq_file *seq, void *offset)
drivers/hwmon/dell-smm-hwmon.c
672
struct dell_smm_data *data = seq->private;
drivers/hwmon/dell-smm-hwmon.c
701
seq_printf(seq, "%s %s %s %d %d %d %d %d %d %d\n",
drivers/hwmon/pmbus/pmbus_core.c
1327
const char *name, const char *type, int seq,
drivers/hwmon/pmbus/pmbus_core.c
1345
name, seq, type);
drivers/hwmon/pmbus/pmbus_core.c
1418
int seq, int page, int phase,
drivers/hwmon/pmbus/pmbus_core.c
1434
name, seq, type);
drivers/hwmon/pmbus/pmbus_core.c
1437
name, seq);
drivers/hwmon/pmbus/pmbus_core.c
1462
pmbus_thermal_add_sensor(data, sensor, seq);
drivers/hwmon/pmbus/pmbus_core.c
1468
const char *name, int seq,
drivers/hwmon/pmbus/pmbus_core.c
1480
snprintf(label->name, sizeof(label->name), "%s%d_label", name, seq);
drivers/i2c/busses/i2c-img-scb.c
405
u8 *seq;
drivers/i2c/busses/i2c-img-scb.c
687
next_cmd = *i2c->seq;
drivers/i2c/busses/i2c-img-scb.c
695
++i2c->seq;
drivers/i2c/busses/i2c-img-scb.c
696
next_data = *i2c->seq;
drivers/i2c/busses/i2c-img-scb.c
698
++i2c->seq;
drivers/i2c/busses/i2c-img-scb.c
709
i2c->seq = img_i2c_reset_seq;
drivers/i2c/busses/i2c-img-scb.c
723
i2c->seq = img_i2c_stop_seq;
drivers/iio/adc/ad7380.c
1100
struct spi_transfer *xfer = st->seq ? st->seq_xfer : st->normal_xfer;
drivers/iio/adc/ad7380.c
1118
if (st->seq) {
drivers/iio/adc/ad7380.c
1190
st->seq = true;
drivers/iio/adc/ad7380.c
1235
if (st->seq)
drivers/iio/adc/ad7380.c
1253
if (st->seq) {
drivers/iio/adc/ad7380.c
1261
st->seq = false;
drivers/iio/adc/ad7380.c
1310
st->seq = true;
drivers/iio/adc/ad7380.c
1332
if (st->seq) {
drivers/iio/adc/ad7380.c
1341
st->seq = false;
drivers/iio/adc/ad7380.c
1359
struct spi_message *msg = st->seq ? &st->seq_msg : &st->normal_msg;
drivers/iio/adc/ad7380.c
1816
st->seq = false;
drivers/iio/adc/ad7380.c
890
bool seq;
drivers/infiniband/core/addr.c
105
if (nlh->nlmsg_seq != req->seq)
drivers/infiniband/core/addr.c
135
u32 seq, u16 family)
drivers/infiniband/core/addr.c
160
data = ibnl_put_msg(skb, &nlh, seq, 0, RDMA_NL_LS,
drivers/infiniband/core/addr.c
305
const void *daddr, u32 seq, u16 family)
drivers/infiniband/core/addr.c
310
return ib_nl_ip_send_msg(dev_addr, daddr, seq, family);
drivers/infiniband/core/addr.c
345
const struct sockaddr *dst_in, u32 seq)
drivers/infiniband/core/addr.c
360
return ib_nl_fetch_ha(dev_addr, daddr, seq, family);
drivers/infiniband/core/addr.c
449
u32 seq)
drivers/infiniband/core/addr.c
459
return fetch_ha(dst, addr, dst_in, seq);
drivers/infiniband/core/addr.c
534
u32 seq)
drivers/infiniband/core/addr.c
581
ret = addr_resolve_neigh(dst, dst_in, addr, seq);
drivers/infiniband/core/addr.c
609
req->seq);
drivers/infiniband/core/addr.c
67
u32 seq;
drivers/infiniband/core/addr.c
673
req->seq = (u32)atomic_inc_return(&ib_nl_addr_request_seq);
drivers/infiniband/core/addr.c
676
req->resolve_by_gid_attr, req->seq);
drivers/infiniband/core/netlink.c
131
void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq,
drivers/infiniband/core/netlink.c
134
*nlh = nlmsg_put(skb, 0, seq, RDMA_NL_GET_TYPE(client, op), len, flags);
drivers/infiniband/core/sa_query.c
1147
if (nlh->nlmsg_seq == iter->seq) {
drivers/infiniband/core/sa_query.c
120
u32 seq; /* Local svc request sequence number */
drivers/infiniband/core/sa_query.c
857
query->seq = (u32)atomic_inc_return(&ib_nl_sa_request_seq);
drivers/infiniband/core/sa_query.c
869
data = ibnl_put_msg(skb, &nlh, query->seq, 0, RDMA_NL_LS,
drivers/infiniband/hw/cxgb4/cm.c
4194
tcph->source, ntohl(tcph->seq), filter, window,
drivers/infiniband/hw/cxgb4/device.c
122
static int wr_log_show(struct seq_file *seq, void *v)
drivers/infiniband/hw/cxgb4/device.c
124
struct c4iw_dev *dev = seq->private;
drivers/infiniband/hw/cxgb4/device.c
144
seq_printf(seq, "%04u: nsec %llu qid %u opcode "
drivers/infiniband/hw/cxgb4/device.c
469
static int stats_show(struct seq_file *seq, void *v)
drivers/infiniband/hw/cxgb4/device.c
471
struct c4iw_dev *dev = seq->private;
drivers/infiniband/hw/cxgb4/device.c
473
seq_printf(seq, " Object: %10s %10s %10s %10s\n", "Total", "Current",
drivers/infiniband/hw/cxgb4/device.c
475
seq_printf(seq, " PDID: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
478
seq_printf(seq, " QID: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
481
seq_printf(seq, " SRQS: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
484
seq_printf(seq, " TPTMEM: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
487
seq_printf(seq, " PBLMEM: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
490
seq_printf(seq, " RQTMEM: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
493
seq_printf(seq, " OCQPMEM: %10llu %10llu %10llu %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
496
seq_printf(seq, " DB FULL: %10llu\n", dev->rdev.stats.db_full);
drivers/infiniband/hw/cxgb4/device.c
497
seq_printf(seq, " DB EMPTY: %10llu\n", dev->rdev.stats.db_empty);
drivers/infiniband/hw/cxgb4/device.c
498
seq_printf(seq, " DB DROP: %10llu\n", dev->rdev.stats.db_drop);
drivers/infiniband/hw/cxgb4/device.c
499
seq_printf(seq, " DB State: %s Transitions %llu FC Interruptions %llu\n",
drivers/infiniband/hw/cxgb4/device.c
503
seq_printf(seq, "TCAM_FULL: %10llu\n", dev->rdev.stats.tcam_full);
drivers/infiniband/hw/cxgb4/device.c
504
seq_printf(seq, "ACT_OFLD_CONN_FAILS: %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
506
seq_printf(seq, "PAS_OFLD_CONN_FAILS: %10llu\n",
drivers/infiniband/hw/cxgb4/device.c
508
seq_printf(seq, "NEG_ADV_RCVD: %10llu\n", dev->rdev.stats.neg_adv);
drivers/infiniband/hw/cxgb4/device.c
509
seq_printf(seq, "AVAILABLE IRD: %10u\n", dev->avail_ird);
drivers/infiniband/hw/hfi1/debugfs.h
22
struct seq_file *seq; \
drivers/infiniband/hw/hfi1/debugfs.h
27
seq = s->private_data; \
drivers/infiniband/hw/hfi1/debugfs.h
28
seq->private = inode->i_private; \
drivers/infiniband/hw/hfi1/hfi.h
1496
static inline u8 hfi1_seq_incr_wrap(u8 seq)
drivers/infiniband/hw/hfi1/hfi.h
1498
if (++seq > RHF_MAX_SEQ)
drivers/infiniband/hw/hfi1/hfi.h
1499
seq = 1;
drivers/infiniband/hw/hfi1/hfi.h
1500
return seq;
drivers/infiniband/hw/hfi1/hfi.h
1532
static inline bool last_rcv_seq(struct hfi1_ctxtdata *rcd, u32 seq)
drivers/infiniband/hw/hfi1/hfi.h
1534
return seq != rcd->seq_cnt;
drivers/infiniband/hw/hfi1/hfi.h
1544
static inline bool hfi1_seq_incr(struct hfi1_ctxtdata *rcd, u32 seq)
drivers/infiniband/hw/hfi1/hfi.h
1547
return last_rcv_seq(rcd, seq);
drivers/infiniband/hw/hfi1/hfi.h
1727
unsigned seq;
drivers/infiniband/hw/hfi1/hfi.h
1734
seq = read_seqbegin(&dd->sc2vl_lock);
drivers/infiniband/hw/hfi1/hfi.h
1736
} while (read_seqretry(&dd->sc2vl_lock, seq));
drivers/infiniband/hw/hfi1/hfi.h
2132
u32 seq = rhf_rcv_seq(rhf_to_cpu(get_rhf_addr(rcd)));
drivers/infiniband/hw/hfi1/hfi.h
2134
return !last_rcv_seq(rcd, seq);
drivers/infiniband/hw/hfi1/iowait.c
47
uint seq,
drivers/infiniband/hw/hfi1/iowait.h
104
uint seq,
drivers/infiniband/hw/hfi1/iowait.h
136
uint seq,
drivers/infiniband/hw/hfi1/ipoib_tx.c
616
uint seq,
drivers/infiniband/hw/hfi1/ipoib_tx.c
625
if (sdma_progress(sde, seq, txreq)) {
drivers/infiniband/hw/hfi1/qp.c
29
unsigned int seq,
drivers/infiniband/hw/hfi1/qp.c
440
uint seq,
drivers/infiniband/hw/hfi1/qp.c
462
if (sdma_progress(sde, seq, stx))
drivers/infiniband/hw/hfi1/sdma.c
1710
uint i, n = 0, seq, tidx = 0;
drivers/infiniband/hw/hfi1/sdma.c
1719
seq = read_seqbegin(&sde->waitlock);
drivers/infiniband/hw/hfi1/sdma.c
1755
} while (read_seqretry(&sde->waitlock, seq));
drivers/infiniband/hw/hfi1/sdma.c
2308
unsigned seq;
drivers/infiniband/hw/hfi1/sdma.c
2310
seq = raw_seqcount_begin(
drivers/infiniband/hw/hfi1/sdma.c
2312
ret = wait->iow->sleep(sde, wait, tx, seq, pkts_sent);
drivers/infiniband/hw/hfi1/sdma.c
367
uint seq;
drivers/infiniband/hw/hfi1/sdma.c
382
seq = read_seqbegin(&sde->waitlock);
drivers/infiniband/hw/hfi1/sdma.c
393
} while (read_seqretry(&sde->waitlock, seq));
drivers/infiniband/hw/hfi1/sdma.h
879
static inline unsigned sdma_progress(struct sdma_engine *sde, unsigned seq,
drivers/infiniband/hw/hfi1/sdma.h
882
if (read_seqretry(&sde->head_lock, seq)) {
drivers/infiniband/hw/hfi1/user_sdma.c
60
uint seq,
drivers/infiniband/hw/hfi1/user_sdma.c
68
uint seq,
drivers/infiniband/hw/hfi1/user_sdma.c
76
if (sdma_progress(sde, seq, txreq))
drivers/infiniband/hw/hfi1/verbs_txreq.c
18
unsigned int seq;
drivers/infiniband/hw/hfi1/verbs_txreq.c
33
seq = read_seqbegin(&dev->txwait_lock);
drivers/infiniband/hw/hfi1/verbs_txreq.c
48
} while (read_seqretry(&dev->txwait_lock, seq));
drivers/infiniband/hw/hfi1/vnic_sdma.c
189
uint seq,
drivers/infiniband/hw/hfi1/vnic_sdma.c
196
if (sdma_progress(sde, seq, txreq)) {
drivers/infiniband/hw/hns/hns_roce_debugfs.c
29
static void init_debugfs_seqfile(struct hns_debugfs_seqfile *seq,
drivers/infiniband/hw/hns/hns_roce_debugfs.c
34
debugfs_create_file(name, 0400, parent, seq, &hns_debugfs_seqfile_fops);
drivers/infiniband/hw/hns/hns_roce_debugfs.c
36
seq->read = read_fn;
drivers/infiniband/hw/hns/hns_roce_debugfs.c
37
seq->data = data;
drivers/infiniband/hw/hns/hns_roce_debugfs.h
11
int (*read)(struct seq_file *seq, void *data);
drivers/infiniband/hw/ionic/ionic_datapath.c
276
if (meta->remote && meta->seq == qp->sq_msn_cons)
drivers/infiniband/hw/ionic/ionic_datapath.c
302
if (meta->remote && meta->seq == qp->sq_msn_cons)
drivers/infiniband/hw/ionic/ionic_datapath.c
827
meta->seq = qp->sq_msn_prod;
drivers/infiniband/hw/ionic/ionic_datapath.c
834
qp->sq_msn_idx[meta->seq] = qp->sq.prod;
drivers/infiniband/hw/ionic/ionic_ibdev.h
230
u16 seq;
drivers/infiniband/hw/irdma/cm.c
2641
u32 seq;
drivers/infiniband/hw/irdma/cm.c
2648
seq = ntohl(tcph->seq);
drivers/infiniband/hw/irdma/cm.c
2652
!between(seq, rcv_nxt, (rcv_nxt + rcv_wnd)))
drivers/infiniband/hw/irdma/cm.c
2688
inc_sequence = ntohl(tcph->seq);
drivers/infiniband/hw/irdma/cm.c
2754
inc_sequence = ntohl(tcph->seq);
drivers/infiniband/hw/irdma/cm.c
2832
inc_sequence = ntohl(tcph->seq);
drivers/infiniband/hw/irdma/cm.c
351
tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num);
drivers/infiniband/hw/irdma/cm.c
539
tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num);
drivers/infiniband/hw/irdma/utils.c
1510
tcph->seq = htonl(seqnum);
drivers/infiniband/hw/irdma/utils.c
1530
tcph->seq = htonl(seqnum);
drivers/infiniband/hw/irdma/utils.c
1584
buf->seqnum = ntohl(tcph->seq);
drivers/infiniband/hw/irdma/utils.c
1623
buf->seqnum = ntohl(tcph->seq);
drivers/input/input.c
1022
struct seq_file *seq = file->private_data;
drivers/input/input.c
1023
struct input_seq_state *state = seq->private;
drivers/input/input.c
1034
static void *input_devices_seq_start(struct seq_file *seq, loff_t *pos)
drivers/input/input.c
1036
struct input_seq_state *state = seq->private;
drivers/input/input.c
1050
static void *input_devices_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/input/input.c
1055
static void input_seq_stop(struct seq_file *seq, void *v)
drivers/input/input.c
1057
struct input_seq_state *state = seq->private;
drivers/input/input.c
1063
static void input_seq_print_bitmap(struct seq_file *seq, const char *name,
drivers/input/input.c
1070
seq_printf(seq, "B: %s=", name);
drivers/input/input.c
1076
seq_printf(seq, "%s%s", buf, i > 0 ? " " : "");
drivers/input/input.c
1084
seq_putc(seq, '0');
drivers/input/input.c
1086
seq_putc(seq, '\n');
drivers/input/input.c
1089
static int input_devices_seq_show(struct seq_file *seq, void *v)
drivers/input/input.c
1095
seq_printf(seq, "I: Bus=%04x Vendor=%04x Product=%04x Version=%04x\n",
drivers/input/input.c
1098
seq_printf(seq, "N: Name=\"%s\"\n", dev->name ? dev->name : "");
drivers/input/input.c
1099
seq_printf(seq, "P: Phys=%s\n", dev->phys ? dev->phys : "");
drivers/input/input.c
1100
seq_printf(seq, "S: Sysfs=%s\n", path ? path : "");
drivers/input/input.c
1101
seq_printf(seq, "U: Uniq=%s\n", dev->uniq ? dev->uniq : "");
drivers/input/input.c
1102
seq_puts(seq, "H: Handlers=");
drivers/input/input.c
1105
seq_printf(seq, "%s ", handle->name);
drivers/input/input.c
1106
seq_putc(seq, '\n');
drivers/input/input.c
1108
input_seq_print_bitmap(seq, "PROP", dev->propbit, INPUT_PROP_MAX);
drivers/input/input.c
1110
input_seq_print_bitmap(seq, "EV", dev->evbit, EV_MAX);
drivers/input/input.c
1112
input_seq_print_bitmap(seq, "KEY", dev->keybit, KEY_MAX);
drivers/input/input.c
1114
input_seq_print_bitmap(seq, "REL", dev->relbit, REL_MAX);
drivers/input/input.c
1116
input_seq_print_bitmap(seq, "ABS", dev->absbit, ABS_MAX);
drivers/input/input.c
1118
input_seq_print_bitmap(seq, "MSC", dev->mscbit, MSC_MAX);
drivers/input/input.c
1120
input_seq_print_bitmap(seq, "LED", dev->ledbit, LED_MAX);
drivers/input/input.c
1122
input_seq_print_bitmap(seq, "SND", dev->sndbit, SND_MAX);
drivers/input/input.c
1124
input_seq_print_bitmap(seq, "FF", dev->ffbit, FF_MAX);
drivers/input/input.c
1126
input_seq_print_bitmap(seq, "SW", dev->swbit, SW_MAX);
drivers/input/input.c
1128
seq_putc(seq, '\n');
drivers/input/input.c
1155
static void *input_handlers_seq_start(struct seq_file *seq, loff_t *pos)
drivers/input/input.c
1157
struct input_seq_state *state = seq->private;
drivers/input/input.c
1172
static void *input_handlers_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/input/input.c
1174
struct input_seq_state *state = seq->private;
drivers/input/input.c
1180
static int input_handlers_seq_show(struct seq_file *seq, void *v)
drivers/input/input.c
1183
struct input_seq_state *state = seq->private;
drivers/input/input.c
1185
seq_printf(seq, "N: Number=%u Name=%s", state->pos, handler->name);
drivers/input/input.c
1187
seq_puts(seq, " (filter)");
drivers/input/input.c
1189
seq_printf(seq, " Minor=%d", handler->minor);
drivers/input/input.c
1190
seq_putc(seq, '\n');
drivers/input/joystick/adi.c
297
static const int seq[] = { 4, -2, -3, 10, -6, -11, -7, -9, 11, 0 };
drivers/input/joystick/adi.c
300
for (i = 0; seq[i]; i++) {
drivers/input/joystick/adi.c
302
if (seq[i] > 0)
drivers/input/joystick/adi.c
303
msleep(seq[i]);
drivers/input/joystick/adi.c
304
if (seq[i] < 0) {
drivers/input/joystick/adi.c
305
mdelay(-seq[i]);
drivers/input/joystick/adi.c
306
udelay(-seq[i]*14); /* It looks like mdelay() is off by approx 1.4% */
drivers/input/joystick/gf2k.c
111
static void gf2k_trigger_seq(struct gameport *gameport, short *seq)
drivers/input/joystick/gf2k.c
124
udelay(seq[i]);
drivers/input/joystick/gf2k.c
125
} while (seq[++i]);
drivers/input/joystick/sidewinder.c
224
static const int seq[] = { 140, 140+725, 140+300, 0 };
drivers/input/joystick/sidewinder.c
235
udelay(seq[i]); /* Delay magic time */
drivers/input/joystick/sidewinder.c
236
} while (seq[++i]);
drivers/input/misc/hp_sdc_rtc.c
158
t.seq = tseq;
drivers/input/misc/hp_sdc_rtc.c
86
t.seq = tseq;
drivers/input/mouse/byd.c
345
} seq[] = {
drivers/input/mouse/byd.c
384
for (i = 0; i < ARRAY_SIZE(seq); ++i) {
drivers/input/mouse/byd.c
386
param[0] = seq[i].arg;
drivers/input/mouse/byd.c
387
if (ps2_command(ps2dev, param, seq[i].command))
drivers/input/mouse/psmouse-base.c
657
static const u8 seq[] = { 20, 60, 40, 20, 20, 60, 40, 20, 20 };
drivers/input/mouse/psmouse-base.c
664
for (i = 0; i < ARRAY_SIZE(seq); i++) {
drivers/input/mouse/psmouse-base.c
665
param[0] = seq[i];
drivers/input/serio/hp_sdc.c
1039
tq_init.seq = tq_init_seq;
drivers/input/serio/hp_sdc.c
194
curr->seq[curr->idx++] = status;
drivers/input/serio/hp_sdc.c
195
curr->seq[curr->idx++] = data;
drivers/input/serio/hp_sdc.c
201
if (curr->seq[curr->actidx] & HP_SDC_ACT_SEMAPHORE)
drivers/input/serio/hp_sdc.c
205
if (curr->seq[curr->actidx] & HP_SDC_ACT_CALLBACK)
drivers/input/serio/hp_sdc.c
326
tmp = curr->seq[curr->actidx];
drivers/input/serio/hp_sdc.c
327
curr->seq[curr->actidx] |= HP_SDC_ACT_DEAD;
drivers/input/serio/hp_sdc.c
425
act = curr->seq[idx];
drivers/input/serio/hp_sdc.c
445
hp_sdc_status_out8(curr->seq[idx]);
drivers/input/serio/hp_sdc.c
458
qty = curr->seq[idx];
drivers/input/serio/hp_sdc.c
461
hp_sdc_data_out8(curr->seq[curr->idx]);
drivers/input/serio/hp_sdc.c
476
mask = curr->seq[idx];
drivers/input/serio/hp_sdc.c
487
w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0];
drivers/input/serio/hp_sdc.c
488
w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1];
drivers/input/serio/hp_sdc.c
489
w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2];
drivers/input/serio/hp_sdc.c
490
w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3];
drivers/input/serio/hp_sdc.c
546
postcmd = curr->seq[idx];
drivers/input/serio/hp_sdc.c
551
hp_sdc.rqty = curr->seq[curr->idx];
drivers/input/serio/hp_sdc.c
900
t_sync.seq = ts_sync;
drivers/input/serio/hp_sdc_mlc.c
315
hp_sdc_mlc_priv.trans.seq = hp_sdc_mlc_priv.tseq;
drivers/iommu/intel/trace.h
61
unsigned long seq),
drivers/iommu/intel/trace.h
63
TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
drivers/iommu/intel/trace.h
70
__field(unsigned long, seq)
drivers/iommu/intel/trace.h
81
__entry->seq = seq;
drivers/iommu/intel/trace.h
87
__get_str(iommu), __get_str(dev), __entry->seq,
drivers/isdn/capi/kcapi_proc.c
117
static void *applications_start(struct seq_file *seq, loff_t *pos)
drivers/isdn/capi/kcapi_proc.c
129
applications_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/isdn/capi/kcapi_proc.c
138
static void applications_stop(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
145
applications_show(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
152
seq_printf(seq, "%u %d %d %d\n",
drivers/isdn/capi/kcapi_proc.c
162
applstats_show(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
169
seq_printf(seq, "%u %lu %lu %lu %lu\n",
drivers/isdn/capi/kcapi_proc.c
38
static void *controller_start(struct seq_file *seq, loff_t *pos)
drivers/isdn/capi/kcapi_proc.c
49
static void *controller_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/isdn/capi/kcapi_proc.c
58
static void controller_stop(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
64
static int controller_show(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
71
seq_printf(seq, "%d %-10s %-8s %-16s %s\n",
drivers/isdn/capi/kcapi_proc.c
80
static int contrstats_show(struct seq_file *seq, void *v)
drivers/isdn/capi/kcapi_proc.c
87
seq_printf(seq, "%d %lu %lu %lu %lu\n",
drivers/isdn/mISDN/dsp_tones.c
239
u32 seq[10];
drivers/isdn/mISDN/dsp_tones.c
398
if (!pat->seq[index]) {
drivers/isdn/mISDN/dsp_tones.c
403
if (count < pat->seq[index])
drivers/isdn/mISDN/dsp_tones.c
408
count -= pat->seq[index];
drivers/isdn/mISDN/dsp_tones.c
414
if (num + count > pat->seq[index])
drivers/isdn/mISDN/dsp_tones.c
415
num = pat->seq[index] - count;
drivers/isdn/mISDN/dsp_tones.c
471
if (!pat->seq[index])
drivers/isdn/mISDN/dsp_tones.c
481
tone->tl.expires = jiffies + (pat->seq[index] * HZ) / 8000;
drivers/isdn/mISDN/dsp_tones.c
543
tonet->tl.expires = jiffies + (pat->seq[0] * HZ) / 8000;
drivers/md/bcache/bcache_ondisk.h
178
__le64 seq;
drivers/md/bcache/bcache_ondisk.h
240
__u64 seq;
drivers/md/bcache/bcache_ondisk.h
349
__u64 seq;
drivers/md/bcache/bcache_ondisk.h
373
__u64 seq;
drivers/md/bcache/bcache_ondisk.h
423
__u64 seq;
drivers/md/bcache/bset.c
1272
out->seq = b->set->data->seq;
drivers/md/bcache/bset.c
670
i->seq = b->set->data->seq;
drivers/md/bcache/bset.c
672
get_random_bytes(&i->seq, sizeof(uint64_t));
drivers/md/bcache/btree.c
167
if (!i->seq)
drivers/md/bcache/btree.c
171
b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq;
drivers/md/bcache/btree.c
211
if (i->seq == b->keys.set[0].data->seq)
drivers/md/bcache/btree.c
2432
unsigned long seq = b->seq;
drivers/md/bcache/btree.c
2443
b->seq != seq + 1) {
drivers/md/bcache/btree.c
414
BUG_ON(btree_bset_first(b)->seq != i->seq);
drivers/md/bcache/btree.h
124
unsigned long seq;
drivers/md/bcache/btree.h
253
b->seq++;
drivers/md/bcache/btree.h
259
b->seq++;
drivers/md/bcache/debug.c
27
i->seq == (start)->seq; \
drivers/md/bcache/journal.c
118
if (i->j.seq >= j->last_seq)
drivers/md/bcache/journal.c
126
if (j->seq == i->j.seq)
drivers/md/bcache/journal.c
133
if (j->seq < i->j.last_seq)
drivers/md/bcache/journal.c
140
if (j->seq > i->j.seq) {
drivers/md/bcache/journal.c
158
if (j->seq > ja->seq[bucket_index])
drivers/md/bcache/journal.c
159
ja->seq[bucket_index] = j->seq;
drivers/md/bcache/journal.c
186
uint64_t seq;
drivers/md/bcache/journal.c
232
seq = list_entry(list->prev, struct journal_replay,
drivers/md/bcache/journal.c
233
list)->j.seq;
drivers/md/bcache/journal.c
238
if (seq != list_entry(list->prev, struct journal_replay,
drivers/md/bcache/journal.c
239
list)->j.seq)
drivers/md/bcache/journal.c
267
seq = 0;
drivers/md/bcache/journal.c
270
if (ja->seq[i] > seq) {
drivers/md/bcache/journal.c
271
seq = ja->seq[i];
drivers/md/bcache/journal.c
284
c->journal.seq = list_entry(list->prev,
drivers/md/bcache/journal.c
286
list)->j.seq;
drivers/md/bcache/journal.c
298
uint64_t last = j->seq;
drivers/md/bcache/journal.c
308
BUG_ON(last < i->j.seq);
drivers/md/bcache/journal.c
311
while (last-- != i->j.seq)
drivers/md/bcache/journal.c
345
uint64_t start = i->j.last_seq, end = i->j.seq, n = start;
drivers/md/bcache/journal.c
351
if (n != i->j.seq) {
drivers/md/bcache/journal.c
353
n, i->j.seq - 1, start, end);
drivers/md/bcache/journal.c
377
n = i->j.seq + 1;
drivers/md/bcache/journal.c
553
#define last_seq(j) ((j)->seq - fifo_used(&(j)->pin) + 1)
drivers/md/bcache/journal.c
592
ja->seq[ja->last_idx] < last_seq)
drivers/md/bcache/journal.c
632
j->cur->data->seq = ++j->seq;
drivers/md/bcache/journal.c
731
ca->journal.seq[ca->journal.cur_idx] = w->data->seq;
drivers/md/bcache/journal.h
117
uint64_t seq;
drivers/md/bcache/journal.h
134
uint64_t seq[SB_JOURNAL_BUCKETS];
drivers/md/bcache/super.c
189
sb->seq = le64_to_cpu(s->seq);
drivers/md/bcache/super.c
197
sb->version, sb->flags, sb->seq, sb->keys);
drivers/md/bcache/super.c
305
out->seq = cpu_to_le64(sb->seq);
drivers/md/bcache/super.c
324
sb->version, sb->flags, sb->seq);
drivers/md/bcache/super.c
382
ca->sb.seq++;
drivers/md/bcache/super.c
637
ca->disk_buckets->seq++;
drivers/md/dm-integrity.c
143
static unsigned char prev_commit_seq(unsigned char seq)
drivers/md/dm-integrity.c
145
return (seq + N_COMMIT_IDS - 1) % N_COMMIT_IDS;
drivers/md/dm-integrity.c
148
static unsigned char next_commit_seq(unsigned char seq)
drivers/md/dm-integrity.c
150
return (seq + 1) % N_COMMIT_IDS;
drivers/md/dm-integrity.c
405
unsigned int j, unsigned char seq)
drivers/md/dm-integrity.c
411
return ic->commit_ids[seq] ^ cpu_to_le64(((__u64)i << 32) ^ j);
drivers/md/dm-log-userspace-transfer.c
145
(unsigned int)sizeof(*tfr), msg->len, msg->seq);
drivers/md/dm-log-userspace-transfer.c
204
tfr->seq = dm_ulog_seq++;
drivers/md/dm-log-userspace-transfer.c
219
pkg.seq = tfr->seq;
drivers/md/dm-log-userspace-transfer.c
248
request_type, pkg.seq);
drivers/md/dm-log-userspace-transfer.c
47
uint32_t seq;
drivers/md/dm-log-userspace-transfer.c
67
msg->seq = tfr->seq;
drivers/md/dm-log-userspace-transfer.c
85
uint32_t rtn_seq = (msg) ? msg->seq : (tfr) ? tfr->seq : 0;
drivers/md/dm-log-userspace-transfer.c
99
if (rtn_seq != pkg->seq)
drivers/md/dm-pcache/cache.c
107
struct pcache_cache_pos *pos, u64 *seq, u32 *index)
drivers/md/dm-pcache/cache.c
123
*seq = latest.header.seq;
drivers/md/dm-pcache/cache.c
21
cache_info->header.seq++;
drivers/md/dm-pcache/cache.c
89
struct pcache_cache_pos *pos, u64 seq, u32 *index)
drivers/md/dm-pcache/cache.c
96
pos_onmedia.header.seq = seq;
drivers/md/dm-pcache/cache.h
600
struct pcache_cache_pos *pos, u64 seq, u32 *index);
drivers/md/dm-pcache/cache.h
603
struct pcache_cache_pos *pos, u64 *seq, u32 *index);
drivers/md/dm-pcache/cache_segment.c
131
cache_seg_gen.header.seq = ++cache_seg->gen_seq;
drivers/md/dm-pcache/cache_segment.c
26
seg_info->header.seq++;
drivers/md/dm-pcache/cache_segment.c
95
cache_seg->gen_seq = cache_seg_gen.header.seq;
drivers/md/dm-pcache/pcache_internal.h
100
if (!latest || pcache_meta_seq_after(meta->seq, seq_latest)) {
drivers/md/dm-pcache/pcache_internal.h
101
seq_latest = meta->seq;
drivers/md/dm-pcache/pcache_internal.h
31
__u8 seq;
drivers/md/md-linear.c
297
static void linear_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/md-linear.c
299
seq_printf(seq, " %dk rounding", mddev->chunk_sectors / 2);
drivers/md/md.c
2283
unsigned seq;
drivers/md/md.c
2286
seq = read_seqbegin(&bb->lock);
drivers/md/md.c
2297
if (read_seqretry(&bb->lock, seq))
drivers/md/md.c
8611
static void status_unused(struct seq_file *seq)
drivers/md/md.c
8616
seq_printf(seq, "unused devices: ");
drivers/md/md.c
8620
seq_printf(seq, "%pg ", rdev->bdev);
drivers/md/md.c
8623
seq_printf(seq, "<none>");
drivers/md/md.c
8625
seq_printf(seq, "\n");
drivers/md/md.c
8628
static void status_personalities(struct seq_file *seq)
drivers/md/md.c
8633
seq_puts(seq, "Personalities : ");
drivers/md/md.c
8638
seq_printf(seq, "[%s] ", head->name);
drivers/md/md.c
8641
seq_puts(seq, "\n");
drivers/md/md.c
8644
static int status_resync(struct seq_file *seq, struct mddev *mddev)
drivers/md/md.c
8687
seq_printf(seq, "\trecover=REMOTE");
drivers/md/md.c
8691
seq_printf(seq, "\treshape=REMOTE");
drivers/md/md.c
8693
seq_printf(seq, "\tresync=REMOTE");
drivers/md/md.c
8697
seq_printf(seq, "\tresync=PENDING");
drivers/md/md.c
8703
seq_printf(seq, "\tresync=DELAYED");
drivers/md/md.c
8724
seq_printf(seq, "[");
drivers/md/md.c
8726
seq_printf(seq, "=");
drivers/md/md.c
8727
seq_printf(seq, ">");
drivers/md/md.c
8729
seq_printf(seq, ".");
drivers/md/md.c
8730
seq_printf(seq, "] ");
drivers/md/md.c
8732
seq_printf(seq, " %s =%3u.%u%% (%llu/%llu)",
drivers/md/md.c
8775
seq_printf(seq, " finish=%lu.%lumin", (unsigned long)rt / 60,
drivers/md/md.c
8778
seq_printf(seq, " speed=%ldK/sec", db/2/dt);
drivers/md/md.c
8782
static void *md_seq_start(struct seq_file *seq, loff_t *pos)
drivers/md/md.c
8785
seq->poll_event = atomic_read(&md_event_count);
drivers/md/md.c
8791
static void *md_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/md/md.c
8796
static void md_seq_stop(struct seq_file *seq, void *v)
drivers/md/md.c
8802
static void md_bitmap_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/md.c
8819
seq_printf(seq, "bitmap: %lu/%lu pages [%luKB], %lu%s chunk",
drivers/md/md.c
8825
seq_puts(seq, ", file: ");
drivers/md/md.c
8826
seq_file_path(seq, stats.file, " \t\n");
drivers/md/md.c
8829
seq_putc(seq, '\n');
drivers/md/md.c
8832
static int md_seq_show(struct seq_file *seq, void *v)
drivers/md/md.c
8839
status_personalities(seq);
drivers/md/md.c
8841
status_unused(seq);
drivers/md/md.c
8856
seq_printf(seq, "%s : ", mdname(mddev));
drivers/md/md.c
8859
seq_printf(seq, "broken");
drivers/md/md.c
8861
seq_printf(seq, "active");
drivers/md/md.c
8863
seq_printf(seq, " (read-only)");
drivers/md/md.c
8865
seq_printf(seq, " (auto-read-only)");
drivers/md/md.c
8866
seq_printf(seq, " %s", mddev->pers->head.name);
drivers/md/md.c
8868
seq_printf(seq, "inactive");
drivers/md/md.c
8874
seq_printf(seq, " %pg[%d]", rdev->bdev, rdev->desc_nr);
drivers/md/md.c
8877
seq_printf(seq, "(W)");
drivers/md/md.c
8879
seq_printf(seq, "(J)");
drivers/md/md.c
8881
seq_printf(seq, "(F)");
drivers/md/md.c
8885
seq_printf(seq, "(S)"); /* spare */
drivers/md/md.c
8887
seq_printf(seq, "(R)");
drivers/md/md.c
8894
seq_printf(seq, "\n %llu blocks",
drivers/md/md.c
8898
seq_printf(seq, "\n %llu blocks",
drivers/md/md.c
8904
seq_printf(seq," super %d.%d",
drivers/md/md.c
8909
seq_printf(seq, " super external:%s",
drivers/md/md.c
8912
seq_printf(seq, " super non-persistent");
drivers/md/md.c
8915
mddev->pers->status(seq, mddev);
drivers/md/md.c
8916
seq_printf(seq, "\n ");
drivers/md/md.c
8918
if (status_resync(seq, mddev))
drivers/md/md.c
8919
seq_printf(seq, "\n ");
drivers/md/md.c
8922
seq_printf(seq, "\n ");
drivers/md/md.c
8924
md_bitmap_status(seq, mddev);
drivers/md/md.c
8926
seq_printf(seq, "\n");
drivers/md/md.c
8933
status_unused(seq);
drivers/md/md.c
8948
struct seq_file *seq;
drivers/md/md.c
8955
seq = file->private_data;
drivers/md/md.c
8956
seq->poll_event = atomic_read(&md_event_count);
drivers/md/md.c
8963
struct seq_file *seq = filp->private_data;
drivers/md/md.c
8973
if (seq->poll_event != atomic_read(&md_event_count))
drivers/md/md.h
759
void (*status)(struct seq_file *seq, struct mddev *mddev);
drivers/md/raid0.c
627
static void raid0_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/raid0.c
629
seq_printf(seq, " %dk chunks", mddev->chunk_sectors / 2);
drivers/md/raid1.c
1716
static void raid1_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/raid1.c
1723
seq_printf(seq, " [%d/%d] [", conf->raid_disks,
drivers/md/raid1.c
1728
seq_printf(seq, "%s",
drivers/md/raid1.c
1731
seq_printf(seq, "]");
drivers/md/raid10.c
1901
static void raid10_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/raid10.c
1909
seq_printf(seq, " %dK chunks", mddev->chunk_sectors / 2);
drivers/md/raid10.c
1911
seq_printf(seq, " %d near-copies", conf->geo.near_copies);
drivers/md/raid10.c
1914
seq_printf(seq, " %d offset-copies", conf->geo.far_copies);
drivers/md/raid10.c
1916
seq_printf(seq, " %d far-copies", conf->geo.far_copies);
drivers/md/raid10.c
1918
seq_printf(seq, " %d devices per set", conf->geo.far_set_size);
drivers/md/raid10.c
1920
seq_printf(seq, " [%d/%d] [", conf->geo.raid_disks,
drivers/md/raid10.c
1925
seq_printf(seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid10.c
1927
seq_printf(seq, "]");
drivers/md/raid10.c
990
unsigned int seq = read_seqbegin(&conf->resync_lock);
drivers/md/raid10.c
996
if (!read_seqretry(&conf->resync_lock, seq))
drivers/md/raid5-cache.c
1607
u64 seq; /* recovery position seq */
drivers/md/raid5-cache.c
1739
le64_to_cpu(mb->seq) != ctx->seq ||
drivers/md/raid5-cache.c
1759
sector_t pos, u64 seq)
drivers/md/raid5-cache.c
1768
mb->seq = cpu_to_le64(seq);
drivers/md/raid5-cache.c
1773
u64 seq)
drivers/md/raid5-cache.c
1781
r5l_recovery_create_empty_meta_block(log, page, pos, seq);
drivers/md/raid5-cache.c
218
u64 seq; /* seq number of the metablock */
drivers/md/raid5-cache.c
2245
ctx->seq++;
drivers/md/raid5-cache.c
2362
ctx->pos, ctx->seq);
drivers/md/raid5-cache.c
2402
ctx->seq += 1;
drivers/md/raid5-cache.c
2455
ctx->seq = log->last_cp_seq;
drivers/md/raid5-cache.c
2475
ctx->seq += 10000;
drivers/md/raid5-cache.c
2487
r5l_log_write_empty_meta_block(log, ctx->pos, ctx->seq++);
drivers/md/raid5-cache.c
2497
log->seq = ctx->seq;
drivers/md/raid5-cache.c
2992
log->last_cp_seq = le64_to_cpu(mb->seq);
drivers/md/raid5-cache.c
3004
log->seq = log->last_cp_seq + 1;
drivers/md/raid5-cache.c
783
block->seq = cpu_to_le64(log->seq);
drivers/md/raid5-cache.c
788
io->seq = log->seq++;
drivers/md/raid5-cache.c
97
u64 seq; /* log head sequence */
drivers/md/raid5-ppl.c
1387
atomic64_set(&ppl_conf->seq, 0);
drivers/md/raid5-ppl.c
143
u64 seq; /* sequence number of this log write */
drivers/md/raid5-ppl.c
261
io->seq = atomic64_inc_return(&ppl_conf->seq);
drivers/md/raid5-ppl.c
262
pplhdr->generation = cpu_to_le64(io->seq);
drivers/md/raid5-ppl.c
283
__func__, io->seq);
drivers/md/raid5-ppl.c
311
io->seq, (unsigned long long)data_sector, data_disks);
drivers/md/raid5-ppl.c
405
pr_debug("%s: seq: %llu\n", __func__, io->seq);
drivers/md/raid5-ppl.c
421
__func__, io->seq, bio->bi_iter.bi_size,
drivers/md/raid5-ppl.c
448
__func__, io->seq, i, le64_to_cpu(e->data_sector),
drivers/md/raid5-ppl.c
554
pr_debug("%s: seq: %llu\n", __func__, io->seq);
drivers/md/raid5-ppl.c
97
atomic64_t seq; /* current log write sequence number */
drivers/md/raid5.c
1000
seq = sh->batch_head->bm_seq;
drivers/md/raid5.c
1002
sh->batch_head->bm_seq = seq;
drivers/md/raid5.c
583
int i, seq;
drivers/md/raid5.c
593
seq = read_seqcount_begin(&conf->gen_lock);
drivers/md/raid5.c
5959
int seq, dd_idx;
drivers/md/raid5.c
5961
seq = read_seqcount_begin(&conf->gen_lock);
drivers/md/raid5.c
6000
if (read_seqcount_retry(&conf->gen_lock, seq)) {
drivers/md/raid5.c
614
if (read_seqcount_retry(&conf->gen_lock, seq))
drivers/md/raid5.c
8116
static void raid5_status(struct seq_file *seq, struct mddev *mddev)
drivers/md/raid5.c
8123
seq_printf(seq, " level %d, %dk chunk, algorithm %d", mddev->level,
drivers/md/raid5.c
8125
seq_printf (seq, " [%d/%d] [", conf->raid_disks, conf->raid_disks - mddev->degraded);
drivers/md/raid5.c
8129
seq_printf (seq, "%s", rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_");
drivers/md/raid5.c
8131
seq_printf (seq, "]");
drivers/md/raid5.c
997
int seq = sh->bm_seq;
drivers/md/raid5.c
999
sh->batch_head->bm_seq > seq)
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
427
u32 seq = msg->sequence | (1U << 31);
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
448
if (p->out_give_device_power_status_seq != seq)
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
458
if (p->out_request_current_latency_seq != seq)
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
470
if (p->out_request_current_latency_seq != seq)
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
486
u32 seq = msg->sequence | (1U << 31);
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
503
if (p->out_give_device_power_status_seq == seq) {
drivers/media/cec/usb/extron-da-hd-4k-plus/cec-splitter.c
523
if (p->out_request_current_latency_seq == seq) {
drivers/media/dvb-frontends/cx24120.c
467
static int cx24120_msg_mpeg_output_config(struct cx24120_state *state, u8 seq)
drivers/media/dvb-frontends/cx24120.c
475
cmd.arg[0] = seq; /* sequental number - can be 0,1,2 */
drivers/media/dvb-frontends/dib3000mb.c
121
int search_state, seq;
drivers/media/dvb-frontends/dib3000mb.c
287
seq = dib3000_seq
drivers/media/dvb-frontends/dib3000mb.c
292
deb_setf("seq? %d\n", seq);
drivers/media/dvb-frontends/dib3000mb.c
294
wr(DIB3000MB_REG_SEQ, seq);
drivers/media/dvb-frontends/dib3000mb.c
296
wr(DIB3000MB_REG_ISI, seq ? DIB3000MB_ISI_INHIBIT : DIB3000MB_ISI_ACTIVATE);
drivers/media/dvb-frontends/dib3000mc.c
473
struct dtv_frontend_properties *ch, u16 seq)
drivers/media/dvb-frontends/dib3000mc.c
540
dib3000mc_write_word(state, 5, (1 << 8) | ((seq & 0xf) << 4));
drivers/media/dvb-frontends/dib7000m.c
844
u8 seq)
drivers/media/dvb-frontends/dib7000m.c
878
dib7000m_write_word(state, 5, (seq << 4));
drivers/media/dvb-frontends/dib7000p.c
1027
dib7000p_write_word(state, 5, (seq << 4) | 1); /* do not force tps, search list 0 */
drivers/media/dvb-frontends/dib7000p.c
967
struct dtv_frontend_properties *ch, u8 seq)
drivers/media/dvb-frontends/dib8000.c
2367
static void dib8000_set_isdbt_common_channel(struct dib8000_state *state, u8 seq, u8 autosearching)
drivers/media/dvb-frontends/dib8000.c
2379
dib8000_write_word(state, 10, (seq << 4));
drivers/media/i2c/s5k5baf.c
277
} seq[];
drivers/media/i2c/s5k5baf.c
382
if (f->seq[i].offset + d <= end)
drivers/media/i2c/s5k5baf.c
471
u16 count, const u16 *seq)
drivers/media/i2c/s5k5baf.c
481
min(2 * count, 64), seq);
drivers/media/i2c/s5k5baf.c
490
buf[i] = cpu_to_be16(*seq++);
drivers/media/i2c/s5k5baf.c
504
#define s5k5baf_write_seq(state, addr, seq...) \
drivers/media/i2c/s5k5baf.c
505
s5k5baf_write_arr_seq(state, addr, sizeof((char[]){ seq }), \
drivers/media/i2c/s5k5baf.c
506
(const u16 []){ seq })
drivers/media/i2c/s5k5baf.c
509
#define NSEQ(seq...) sizeof((char[]){ seq }), seq
drivers/media/i2c/s5k5baf.c
558
data = &fw->seq[0].id + 2 * fw->count;
drivers/media/i2c/s5k5baf.c
561
if (fw->seq[i].id == seq_id)
drivers/media/i2c/s5k5baf.c
562
return data + fw->seq[i].offset;
drivers/media/i2c/s5k5baf.c
570
u16 *seq = s5k5baf_fw_get_seq(state, S5K5BAF_FW_ID_PATCH);
drivers/media/i2c/s5k5baf.c
572
if (seq)
drivers/media/i2c/s5k5baf.c
573
s5k5baf_write_nseq(state, seq);
drivers/media/i2c/s5k5baf.c
603
u16 *seq = s5k5baf_fw_get_seq(state, S5K5BAF_FW_ID_CCM);
drivers/media/i2c/s5k5baf.c
605
if (seq)
drivers/media/i2c/s5k5baf.c
606
s5k5baf_write_nseq(state, seq);
drivers/media/i2c/s5k5baf.c
612
u16 *seq = s5k5baf_fw_get_seq(state, S5K5BAF_FW_ID_CIS);
drivers/media/i2c/s5k5baf.c
614
if (!seq)
drivers/media/i2c/s5k5baf.c
618
s5k5baf_write_nseq(state, seq);
drivers/media/pci/cx23885/cx23885-417.c
1000
u32 status, seq;
drivers/media/pci/cx23885/cx23885-417.c
1002
status = seq = 0;
drivers/media/pci/cx23885/cx23885-417.c
1003
cx23885_api_cmd(dev, CX2341X_ENC_GET_SEQ_END, 0, 2, &status, &seq);
drivers/media/pci/cx23885/cx23885-417.c
1004
dprintk(1, "%s() status = %d, seq = %d\n", __func__, status, seq);
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
676
if (time == stream->seq[i].timestamp) {
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
678
stream->seq[i].sequence, time);
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
679
return stream->seq[i].sequence;
drivers/media/pci/intel/ipu6/ipu6-isys-queue.c
684
stream->seq[i].sequence, stream->seq[i].timestamp);
drivers/media/pci/intel/ipu6/ipu6-isys-video.c
728
memset(stream->seq, 0, sizeof(stream->seq));
drivers/media/pci/intel/ipu6/ipu6-isys-video.h
48
struct sequence_info seq[IPU6_ISYS_MAX_PARALLEL_SOF];
drivers/media/pci/intel/ipu6/ipu6-isys.c
1299
stream->seq[stream->seq_index].sequence =
drivers/media/pci/intel/ipu6/ipu6-isys.c
1301
stream->seq[stream->seq_index].timestamp = ts;
drivers/media/pci/intel/ipu6/ipu6-isys.c
1305
stream->seq[stream->seq_index].sequence, ts);
drivers/media/pci/intel/ipu6/ipu6-isys.c
1314
stream->seq[stream->seq_index].sequence, ts);
drivers/media/pci/zoran/zoran_card.c
1183
static int zoran_debugfs_show(struct seq_file *seq, void *v)
drivers/media/pci/zoran/zoran_card.c
1185
struct zoran *zr = seq->private;
drivers/media/pci/zoran/zoran_card.c
1187
seq_printf(seq, "Running mode %x\n", zr->running);
drivers/media/pci/zoran/zoran_card.c
1188
seq_printf(seq, "Codec mode %x\n", zr->codec_mode);
drivers/media/pci/zoran/zoran_card.c
1189
seq_printf(seq, "Norm %llx\n", zr->norm);
drivers/media/pci/zoran/zoran_card.c
1190
seq_printf(seq, "Input %d\n", zr->input);
drivers/media/pci/zoran/zoran_card.c
1191
seq_printf(seq, "Buffersize %d\n", zr->buffer_size);
drivers/media/pci/zoran/zoran_card.c
1193
seq_printf(seq, "V4L width %dx%d\n", zr->v4l_settings.width, zr->v4l_settings.height);
drivers/media/pci/zoran/zoran_card.c
1194
seq_printf(seq, "V4L bytesperline %d\n", zr->v4l_settings.bytesperline);
drivers/media/pci/zoran/zoran_card.c
1196
seq_printf(seq, "JPG decimation %u\n", zr->jpg_settings.decimation);
drivers/media/pci/zoran/zoran_card.c
1197
seq_printf(seq, "JPG hor_dcm %u\n", zr->jpg_settings.hor_dcm);
drivers/media/pci/zoran/zoran_card.c
1198
seq_printf(seq, "JPG ver_dcm %u\n", zr->jpg_settings.ver_dcm);
drivers/media/pci/zoran/zoran_card.c
1199
seq_printf(seq, "JPG tmp_dcm %u\n", zr->jpg_settings.tmp_dcm);
drivers/media/pci/zoran/zoran_card.c
1200
seq_printf(seq, "JPG odd_even %u\n", zr->jpg_settings.odd_even);
drivers/media/pci/zoran/zoran_card.c
1201
seq_printf(seq, "JPG crop (%d,%d)/%dx%d\n",
drivers/media/pci/zoran/zoran_card.c
1207
seq_printf(seq, "Prepared %u\n", zr->prepared);
drivers/media/pci/zoran/zoran_card.c
1208
seq_printf(seq, "Queued %u\n", zr->queued);
drivers/media/pci/zoran/zoran_card.c
1210
videocodec_debugfs_show(seq);
drivers/media/pci/zoran/zoran_device.c
800
unsigned int seq;
drivers/media/pci/zoran/zoran_device.c
843
seq = (fcnt + zr->jpg_err_seq) & 0xff;
drivers/media/pci/zoran/zoran_device.c
844
dif = (seq - zr->jpg_seq_num) & 0xff;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
475
struct v4l2_ctrl_av1_sequence *seq;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
529
seq = (struct v4l2_ctrl_av1_sequence *)hdr_ctrl->p_new.p;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
531
if (seq->bit_depth == 10) {
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
533
} else if (seq->bit_depth != 8) {
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_stateless.c
534
mtk_v4l2_vdec_err(ctx, "AV1: bit_depth:%d", seq->bit_depth);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1267
static void vdec_av1_slice_setup_seq(struct vdec_av1_slice_seq_header *seq,
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1270
seq->bitdepth = ctrl_seq->bit_depth;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1271
seq->max_frame_width = ctrl_seq->max_frame_width_minus_1 + 1;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1272
seq->max_frame_height = ctrl_seq->max_frame_height_minus_1 + 1;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1273
seq->enable_superres = SEQUENCE_FLAG(ctrl_seq, ENABLE_SUPERRES);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1274
seq->enable_filter_intra = SEQUENCE_FLAG(ctrl_seq, ENABLE_FILTER_INTRA);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1275
seq->enable_intra_edge_filter = SEQUENCE_FLAG(ctrl_seq, ENABLE_INTRA_EDGE_FILTER);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1276
seq->enable_interintra_compound = SEQUENCE_FLAG(ctrl_seq, ENABLE_INTERINTRA_COMPOUND);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1277
seq->enable_masked_compound = SEQUENCE_FLAG(ctrl_seq, ENABLE_MASKED_COMPOUND);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1278
seq->enable_dual_filter = SEQUENCE_FLAG(ctrl_seq, ENABLE_DUAL_FILTER);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1279
seq->enable_jnt_comp = SEQUENCE_FLAG(ctrl_seq, ENABLE_JNT_COMP);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1280
seq->mono_chrome = SEQUENCE_FLAG(ctrl_seq, MONO_CHROME);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1281
seq->enable_order_hint = SEQUENCE_FLAG(ctrl_seq, ENABLE_ORDER_HINT);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1282
seq->order_hint_bits = ctrl_seq->order_hint_bits;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1283
seq->use_128x128_superblock = SEQUENCE_FLAG(ctrl_seq, USE_128X128_SUPERBLOCK);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1284
seq->subsampling_x = SEQUENCE_FLAG(ctrl_seq, SUBSAMPLING_X);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1285
seq->subsampling_y = SEQUENCE_FLAG(ctrl_seq, SUBSAMPLING_Y);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1291
struct vdec_av1_slice_seq_header *seq = &frame->seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1293
u32 mib_size_log2 = seq->use_128x128_superblock ? 5 : 4;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1498
struct vdec_av1_slice_seq_header *seq = &frame->seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1524
if (!seq->enable_order_hint)
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1530
seq->enable_order_hint,
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1531
seq->order_hint_bits);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1577
vdec_av1_slice_setup_seq(&vsi->frame.seq, ctrl_seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1586
pfc->seq = instance->seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1587
instance->seq++;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1757
pfc->seq, vsi->state.crc[0], vsi->state.out_size);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1867
pfc->seq, vsi->state.crc[0], vsi->state.crc[1],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
1870
pfc->seq, vsi->state.crc[8], vsi->state.crc[9],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2091
mtk_vdec_err(ctx, "AV1 Frame %d decode timeout %d\n", pfc->seq, ret);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2102
mtk_vdec_err(ctx, "AV1 Frame %d trans full\n", pfc->seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2110
mtk_vdec_err(ctx, "AV1 Frame %d insufficient buffer or timeout\n", pfc->seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2131
mtk_vdec_err(ctx, "slice dec number: %d err: %d", pfc->seq, ret);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
2180
mtk_vdec_err(ctx, "AV1 frame %d core timeout\n", pfc->seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
553
struct vdec_av1_slice_seq_header seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
680
int seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_av1_req_lat_if.c
737
int seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
1597
pfc->seq, vsi->state.crc[0], vsi->state.crc[1],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
1600
pfc->seq, vsi->state.crc[4], vsi->state.crc[5],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
1623
pfc->seq, vsi->state.crc[0],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
1836
pfc->seq, vsi->state.crc[0], vsi->state.crc[1],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
1839
pfc->seq, vsi->state.crc[4], vsi->state.crc[5],
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
2084
mtk_vdec_err(ctx, "VP9 decode timeout %d pic %d\n", ret, pfc->seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
2172
mtk_vdec_err(ctx, "VP9 core timeout pic %d\n", pfc->seq);
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
391
int seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
449
int seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
971
pfc->seq = instance->seq;
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c
972
instance->seq++;
drivers/media/platform/raspberrypi/rp1-cfe/cfe-trace.h
82
__field(u32, seq)
drivers/media/platform/raspberrypi/rp1-cfe/cfe-trace.h
88
__entry->seq = buf->sequence;
drivers/media/platform/raspberrypi/rp1-cfe/cfe-trace.h
92
__entry->buf_idx, __entry->seq, __entry->ts)
drivers/media/platform/samsung/exynos4-is/media-dev.c
158
static const u8 seq[2][IDX_MAX - 1] = {
drivers/media/platform/samsung/exynos4-is/media-dev.c
168
unsigned int idx = seq[on][i];
drivers/media/platform/samsung/exynos4-is/media-dev.c
179
unsigned int idx = seq[on][i];
drivers/media/platform/samsung/exynos4-is/media-dev.c
287
static const u8 seq[2][IDX_MAX] = {
drivers/media/platform/samsung/exynos4-is/media-dev.c
346
unsigned int idx = seq[on][i];
drivers/media/platform/samsung/exynos4-is/media-dev.c
358
unsigned int idx = seq[on][i];
drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.h
24
#define CSI_CFG_YUV_DATA_SEQ(seq) ((seq) << 8)
drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c
152
const struct v4l2_ctrl_mpeg2_sequence *seq;
drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c
162
seq = hantro_get_ctrl(ctx,
drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c
185
G1_REG_PIC_INTERLACE_E(!(seq->flags & V4L2_MPEG2_SEQ_FLAG_PROGRESSIVE)) |
drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c
233
seq, pic);
drivers/media/platform/verisilicon/hantro_g1_mpeg2_dec.c
95
const struct v4l2_ctrl_mpeg2_sequence *seq,
drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
155
const struct v4l2_ctrl_mpeg2_sequence *seq;
drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
164
seq = hantro_get_ctrl(ctx,
drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
202
VDPU_REG_PIC_INTERLACE_E(!(seq->flags & V4L2_MPEG2_SEQ_FLAG_PROGRESSIVE)) |
drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
239
&dst_buf->vb2_buf, seq, pic);
drivers/media/platform/verisilicon/rockchip_vpu2_hw_mpeg2_dec.c
98
const struct v4l2_ctrl_mpeg2_sequence *seq,
drivers/media/rc/imon.c
1001
seq += 2;
drivers/media/rc/imon.c
1009
ictx->usb_tx_buf[7] = (unsigned char) seq;
drivers/media/rc/imon.c
1012
pr_err_ratelimited("send packet #%d failed\n", seq / 2);
drivers/media/rc/imon.c
951
int seq;
drivers/media/rc/imon.c
990
seq = 0;
drivers/media/rc/imon.c
994
ictx->usb_tx_buf[7] = (unsigned char) seq;
drivers/media/rc/imon.c
998
pr_err_ratelimited("send packet #%d failed\n", seq / 2);
drivers/media/test-drivers/visl/visl-dec.c
507
trace_v4l2_ctrl_mpeg2_sequence(run->mpeg2.seq);
drivers/media/test-drivers/visl/visl-dec.c
555
trace_v4l2_ctrl_av1_sequence(run->av1.seq);
drivers/media/test-drivers/visl/visl-dec.c
591
run.mpeg2.seq = visl_find_control_data(ctx, V4L2_CID_STATELESS_MPEG2_SEQUENCE);
drivers/media/test-drivers/visl/visl-dec.c
623
run.av1.seq = visl_find_control_data(ctx, V4L2_CID_STATELESS_AV1_SEQUENCE);
drivers/media/test-drivers/visl/visl-dec.h
18
const struct v4l2_ctrl_mpeg2_sequence *seq;
drivers/media/test-drivers/visl/visl-dec.h
52
const struct v4l2_ctrl_av1_sequence *seq;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
178
unsigned seq = vbuf->sequence;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
192
tc->frames = seq % fps;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
193
tc->seconds = (seq / fps) % 60;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
194
tc->minutes = (seq / (60 * fps)) % 60;
drivers/media/test-drivers/vivid/vivid-vid-cap.c
195
tc->hours = (seq / (60 * 60 * fps)) % 24;
drivers/media/tuners/tda8290.c
145
unsigned char seq[2];
drivers/media/tuners/tda8290.c
209
tuner_i2c_xfer_send(&priv->i2c_props, fm_mode[i].seq, 2);
drivers/media/usb/dvb-usb-v2/af9015.c
29
state->buf[1] = state->seq++;
drivers/media/usb/dvb-usb-v2/af9015.h
102
u8 seq; /* packet sequence number */
drivers/media/usb/dvb-usb-v2/af9035.c
57
state->buf[3] = state->seq++;
drivers/media/usb/dvb-usb-v2/af9035.h
48
u8 seq; /* packet sequence number */
drivers/media/usb/dvb-usb-v2/anysee.c
45
state->buf[60] = state->seq++;
drivers/media/usb/dvb-usb-v2/anysee.h
43
u8 seq;
drivers/media/usb/dvb-usb/af9005.c
106
if (st->data[4] != seq) {
drivers/media/usb/dvb-usb/af9005.c
459
u8 seq;
drivers/media/usb/dvb-usb/af9005.c
482
st->data[4] = seq = st->sequence++;
drivers/media/usb/dvb-usb/af9005.c
49
u8 command, seq;
drivers/media/usb/dvb-usb/af9005.c
491
} else if (st->data[4] != seq) {
drivers/media/usb/dvb-usb/af9005.c
514
u8 seq;
drivers/media/usb/dvb-usb/af9005.c
528
st->data[4] = seq = st->sequence++;
drivers/media/usb/dvb-usb/af9005.c
541
} else if (st->data[4] != seq) {
drivers/media/usb/dvb-usb/af9005.c
68
st->data[4] = seq = st->sequence++; /* sequence number */
drivers/media/usb/dvb-usb/af9005.c
832
u8 seq;
drivers/media/usb/dvb-usb/af9005.c
847
st->data[4] = seq = st->sequence++; /* sequence number */
drivers/media/usb/dvb-usb/af9005.c
857
} else if (st->data[4] != seq) {
drivers/media/usb/dvb-usb/m920x.c
61
struct m920x_inits *seq)
drivers/media/usb/dvb-usb/m920x.c
65
ret = m920x_write(udev, request, seq->data, seq->address);
drivers/media/usb/dvb-usb/m920x.c
69
seq++;
drivers/media/usb/dvb-usb/m920x.c
70
} while (seq->address);
drivers/media/usb/gspca/kinect.c
33
uint8_t seq;
drivers/media/usb/gspca/pac7302.c
279
const u8 *seq, int len)
drivers/media/usb/gspca/pac7302.c
282
reg_w(gspca_dev, seq[0], seq[1]);
drivers/media/usb/gspca/pac7302.c
283
seq += 2;
drivers/media/usb/gspca/pac7302.c
317
const u8 *seq,
drivers/media/usb/gspca/pac7302.c
323
index = *seq++;
drivers/media/usb/gspca/pac7302.c
324
len = *seq++;
drivers/media/usb/gspca/pac7302.c
339
index, seq, len);
drivers/media/usb/gspca/pac7302.c
340
seq += len;
drivers/media/usb/gspca/pac7302.c
343
reg_w_buf(gspca_dev, index, seq, 8);
drivers/media/usb/gspca/pac7302.c
344
seq += 8;
drivers/media/usb/gspca/pac7311.c
198
const __u8 *seq, int len)
drivers/media/usb/gspca/pac7311.c
201
reg_w(gspca_dev, seq[0], seq[1]);
drivers/media/usb/gspca/pac7311.c
202
seq += 2;
drivers/media/usb/gspca/pac7311.c
236
const __u8 *seq,
drivers/media/usb/gspca/pac7311.c
242
index = *seq++;
drivers/media/usb/gspca/pac7311.c
243
len = *seq++;
drivers/media/usb/gspca/pac7311.c
258
index, seq, len);
drivers/media/usb/gspca/pac7311.c
259
seq += len;
drivers/media/usb/gspca/pac7311.c
262
reg_w_buf(gspca_dev, index, seq, 8);
drivers/media/usb/gspca/pac7311.c
263
seq += 8;
drivers/media/usb/gspca/stk014.c
124
__u8 seq = 0;
drivers/media/usb/gspca/stk014.c
128
seq = reg_r(gspca_dev, 0x0705);
drivers/media/usb/gspca/stk014.c
130
reg_w(gspca_dev, 0x654, seq);
drivers/media/usb/gspca/stk014.c
159
seq += 4;
drivers/media/usb/gspca/stk014.c
160
seq &= 0x3f;
drivers/media/usb/gspca/stk014.c
161
reg_w(gspca_dev, 0x705, seq);
drivers/media/usb/gspca/stk1135.c
491
u8 seq;
drivers/media/usb/gspca/stk1135.c
508
seq = hdr->seq & STK1135_HDR_SEQ_MASK;
drivers/media/usb/gspca/stk1135.c
509
if (seq != sd->pkt_seq) {
drivers/media/usb/gspca/stk1135.c
512
sd->pkt_seq = seq;
drivers/media/usb/gspca/stk1135.h
36
u8 seq;
drivers/misc/eeprom/idt_89hpesx.c
254
const struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
261
for (idx = 0; idx < seq->bytecnt; idx++) {
drivers/misc/eeprom/idt_89hpesx.c
263
ccode = seq->ccode | CCODE_BYTE;
drivers/misc/eeprom/idt_89hpesx.c
266
if (idx == seq->bytecnt - 1)
drivers/misc/eeprom/idt_89hpesx.c
271
seq->data[idx]);
drivers/misc/eeprom/idt_89hpesx.c
286
struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
293
for (idx = 0; idx < seq->bytecnt; idx++) {
drivers/misc/eeprom/idt_89hpesx.c
295
ccode = seq->ccode | CCODE_BYTE;
drivers/misc/eeprom/idt_89hpesx.c
298
if (idx == seq->bytecnt - 1)
drivers/misc/eeprom/idt_89hpesx.c
306
seq->data[idx] = (u8)sts;
drivers/misc/eeprom/idt_89hpesx.c
319
const struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
326
evencnt = seq->bytecnt - (seq->bytecnt % 2);
drivers/misc/eeprom/idt_89hpesx.c
331
ccode = seq->ccode | CCODE_WORD;
drivers/misc/eeprom/idt_89hpesx.c
339
*(u16 *)&seq->data[idx]);
drivers/misc/eeprom/idt_89hpesx.c
345
if (seq->bytecnt != evencnt) {
drivers/misc/eeprom/idt_89hpesx.c
347
ccode = seq->ccode | CCODE_BYTE | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
353
seq->data[idx]);
drivers/misc/eeprom/idt_89hpesx.c
368
struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
375
evencnt = seq->bytecnt - (seq->bytecnt % 2);
drivers/misc/eeprom/idt_89hpesx.c
380
ccode = seq->ccode | CCODE_WORD;
drivers/misc/eeprom/idt_89hpesx.c
391
*(u16 *)&seq->data[idx] = (u16)sts;
drivers/misc/eeprom/idt_89hpesx.c
395
if (seq->bytecnt != evencnt) {
drivers/misc/eeprom/idt_89hpesx.c
397
ccode = seq->ccode | CCODE_BYTE | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
406
seq->data[idx] = (u8)sts;
drivers/misc/eeprom/idt_89hpesx.c
419
const struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
424
if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX)
drivers/misc/eeprom/idt_89hpesx.c
428
ccode = seq->ccode | CCODE_BLOCK | CCODE_START | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
431
return idt_smb_safe(write_block, pdev->client, ccode, seq->bytecnt,
drivers/misc/eeprom/idt_89hpesx.c
432
seq->data);
drivers/misc/eeprom/idt_89hpesx.c
442
struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
448
if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX)
drivers/misc/eeprom/idt_89hpesx.c
452
ccode = seq->ccode | CCODE_BLOCK | CCODE_START | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
455
sts = idt_smb_safe(read_block, pdev->client, ccode, seq->data);
drivers/misc/eeprom/idt_89hpesx.c
456
if (sts != seq->bytecnt)
drivers/misc/eeprom/idt_89hpesx.c
472
const struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
477
if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX)
drivers/misc/eeprom/idt_89hpesx.c
481
buf[0] = seq->bytecnt;
drivers/misc/eeprom/idt_89hpesx.c
482
memcpy(&buf[1], seq->data, seq->bytecnt);
drivers/misc/eeprom/idt_89hpesx.c
485
ccode = seq->ccode | CCODE_BLOCK | CCODE_START | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
489
seq->bytecnt + 1, buf);
drivers/misc/eeprom/idt_89hpesx.c
502
struct idt_smb_seq *seq)
drivers/misc/eeprom/idt_89hpesx.c
508
if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX)
drivers/misc/eeprom/idt_89hpesx.c
512
ccode = seq->ccode | CCODE_BLOCK | CCODE_START | CCODE_END;
drivers/misc/eeprom/idt_89hpesx.c
516
seq->bytecnt + 1, buf);
drivers/misc/eeprom/idt_89hpesx.c
517
if (sts != seq->bytecnt + 1)
drivers/misc/eeprom/idt_89hpesx.c
519
if (buf[0] != seq->bytecnt)
drivers/misc/eeprom/idt_89hpesx.c
523
memcpy(seq->data, &buf[1], seq->bytecnt);
drivers/misc/mei/vsc-tp.c
253
if (~recv_crc != crc || le32_to_cpu(ack.seq) != tp->seq) {
drivers/misc/mei/vsc-tp.c
293
pkt->hdr.seq = cpu_to_le32(++tp->seq);
drivers/misc/mei/vsc-tp.c
52
__le32 seq;
drivers/misc/mei/vsc-tp.c
72
u32 seq;
drivers/mtd/devices/docg3.c
125
static inline void doc_flash_sequence(struct docg3 *docg3, u8 seq)
drivers/mtd/devices/docg3.c
127
doc_writeb(docg3, seq, DOC_FLASHSEQUENCE);
drivers/mtd/devices/st_spi_fsm.c
1004
struct stfsm_seq *seq)
drivers/mtd/devices/st_spi_fsm.c
1008
seq->addr_cfg = (ADR_CFG_CYCLES_ADD1(addr1_cycles) |
drivers/mtd/devices/st_spi_fsm.c
1032
struct stfsm_seq *seq,
drivers/mtd/devices/st_spi_fsm.c
1038
memset(seq, 0, sizeof(*seq));
drivers/mtd/devices/st_spi_fsm.c
1041
seq->seq_opc[i++] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
1047
seq->seq_opc[i++] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
1056
seq->addr_cfg = ((addr1_cycles & 0x3f) << 0 | /* ADD1 cycles */
drivers/mtd/devices/st_spi_fsm.c
1062
seq->seq_cfg = ((cfg->data_pads - 1) << 16 |
drivers/mtd/devices/st_spi_fsm.c
1066
seq->seq_cfg |= SEQ_CFG_READNOTWRITE;
drivers/mtd/devices/st_spi_fsm.c
1069
seq->mode = ((cfg->mode_data & 0xff) << 0 | /* data */
drivers/mtd/devices/st_spi_fsm.c
1074
seq->dummy = ((cfg->dummy_cycles & 0x3f) << 16 | /* cycles */
drivers/mtd/devices/st_spi_fsm.c
1081
seq->seq[i++] = STFSM_INST_CMD2;
drivers/mtd/devices/st_spi_fsm.c
1083
seq->seq[i++] = STFSM_INST_CMD1;
drivers/mtd/devices/st_spi_fsm.c
1085
seq->seq[i++] = STFSM_INST_ADD1;
drivers/mtd/devices/st_spi_fsm.c
1086
seq->seq[i++] = STFSM_INST_ADD2;
drivers/mtd/devices/st_spi_fsm.c
1089
seq->seq[i++] = STFSM_INST_MODE;
drivers/mtd/devices/st_spi_fsm.c
1092
seq->seq[i++] = STFSM_INST_DUMMY;
drivers/mtd/devices/st_spi_fsm.c
1094
seq->seq[i++] =
drivers/mtd/devices/st_spi_fsm.c
1096
seq->seq[i++] = STFSM_INST_STOP;
drivers/mtd/devices/st_spi_fsm.c
1100
struct stfsm_seq *seq,
drivers/mtd/devices/st_spi_fsm.c
1111
stfsm_prepare_rw_seq(fsm, seq, config);
drivers/mtd/devices/st_spi_fsm.c
1271
static void stfsm_s25fl_prepare_erasesec_seq_32(struct stfsm_seq *seq)
drivers/mtd/devices/st_spi_fsm.c
1273
seq->seq_opc[1] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
1277
seq->addr_cfg = (ADR_CFG_CYCLES_ADD1(16) |
drivers/mtd/devices/st_spi_fsm.c
1287
struct stfsm_seq seq = {
drivers/mtd/devices/st_spi_fsm.c
1298
.seq = {
drivers/mtd/devices/st_spi_fsm.c
1311
stfsm_load_seq(fsm, &seq);
drivers/mtd/devices/st_spi_fsm.c
1322
struct stfsm_seq seq = {
drivers/mtd/devices/st_spi_fsm.c
1335
.seq = {
drivers/mtd/devices/st_spi_fsm.c
1349
stfsm_load_seq(fsm, &seq);
drivers/mtd/devices/st_spi_fsm.c
1357
struct stfsm_seq seq = {
drivers/mtd/devices/st_spi_fsm.c
1366
.seq = {
drivers/mtd/devices/st_spi_fsm.c
1379
stfsm_load_seq(fsm, &seq);
drivers/mtd/devices/st_spi_fsm.c
1516
struct stfsm_seq *seq = &fsm->stfsm_seq_read;
drivers/mtd/devices/st_spi_fsm.c
1533
data_pads = ((seq->seq_cfg >> 16) & 0x3) + 1;
drivers/mtd/devices/st_spi_fsm.c
1544
seq->data_size = TRANSFER_SIZE(size_ub);
drivers/mtd/devices/st_spi_fsm.c
1545
seq->addr1 = (offset >> 16) & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1546
seq->addr2 = offset & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1548
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
1577
struct stfsm_seq *seq = &fsm->stfsm_seq_write;
drivers/mtd/devices/st_spi_fsm.c
1597
data_pads = ((seq->seq_cfg >> 16) & 0x3) + 1;
drivers/mtd/devices/st_spi_fsm.c
1613
seq->data_size = TRANSFER_SIZE(size_ub);
drivers/mtd/devices/st_spi_fsm.c
1614
seq->addr1 = (offset >> 16) & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1615
seq->addr2 = offset & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1648
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
1699
struct stfsm_seq *seq = &stfsm_seq_erase_sector;
drivers/mtd/devices/st_spi_fsm.c
1708
seq->addr1 = (offset >> 16) & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1709
seq->addr2 = offset & 0xffff;
drivers/mtd/devices/st_spi_fsm.c
1711
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
1729
const struct stfsm_seq *seq = &stfsm_seq_erase_chip;
drivers/mtd/devices/st_spi_fsm.c
1733
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
1833
const struct stfsm_seq *seq = &stfsm_seq_read_jedec;
drivers/mtd/devices/st_spi_fsm.c
1836
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
251
uint8_t seq[16];
drivers/mtd/devices/st_spi_fsm.c
519
static int stfsm_mx25_en_32bit_addr_seq(struct stfsm_seq *seq)
drivers/mtd/devices/st_spi_fsm.c
521
seq->seq_opc[0] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
526
seq->seq[0] = STFSM_INST_CMD1;
drivers/mtd/devices/st_spi_fsm.c
527
seq->seq[1] = STFSM_INST_WAIT;
drivers/mtd/devices/st_spi_fsm.c
528
seq->seq[2] = STFSM_INST_STOP;
drivers/mtd/devices/st_spi_fsm.c
530
seq->seq_cfg = (SEQ_CFG_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
576
.seq = {
drivers/mtd/devices/st_spi_fsm.c
592
.seq = {
drivers/mtd/devices/st_spi_fsm.c
612
.seq = {
drivers/mtd/devices/st_spi_fsm.c
633
.seq = {
drivers/mtd/devices/st_spi_fsm.c
651
.seq = {
drivers/mtd/devices/st_spi_fsm.c
669
.seq = {
drivers/mtd/devices/st_spi_fsm.c
680
static int stfsm_n25q_en_32bit_addr_seq(struct stfsm_seq *seq)
drivers/mtd/devices/st_spi_fsm.c
682
seq->seq_opc[0] = (SEQ_OPC_PADS_1 | SEQ_OPC_CYCLES(8) |
drivers/mtd/devices/st_spi_fsm.c
684
seq->seq_opc[1] = (SEQ_OPC_PADS_1 | SEQ_OPC_CYCLES(8) |
drivers/mtd/devices/st_spi_fsm.c
688
seq->seq[0] = STFSM_INST_CMD2;
drivers/mtd/devices/st_spi_fsm.c
689
seq->seq[1] = STFSM_INST_CMD1;
drivers/mtd/devices/st_spi_fsm.c
690
seq->seq[2] = STFSM_INST_WAIT;
drivers/mtd/devices/st_spi_fsm.c
691
seq->seq[3] = STFSM_INST_STOP;
drivers/mtd/devices/st_spi_fsm.c
693
seq->seq_cfg = (SEQ_CFG_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
713
const struct stfsm_seq *seq)
drivers/mtd/devices/st_spi_fsm.c
716
const uint32_t *src = (const uint32_t *)seq;
drivers/mtd/devices/st_spi_fsm.c
717
int words = sizeof(*seq) / sizeof(*src);
drivers/mtd/devices/st_spi_fsm.c
801
const struct stfsm_seq *seq = &stfsm_seq_load_fifo_byte;
drivers/mtd/devices/st_spi_fsm.c
818
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
851
struct stfsm_seq *seq = &fsm->stfsm_seq_en_32bit_addr;
drivers/mtd/devices/st_spi_fsm.c
854
seq->seq_opc[0] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
859
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
868
struct stfsm_seq *seq = &stfsm_seq_read_status_fifo;
drivers/mtd/devices/st_spi_fsm.c
874
seq->seq_opc[0] = (SEQ_OPC_PADS_1 |
drivers/mtd/devices/st_spi_fsm.c
879
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
903
writel(seq->seq_cfg, fsm->base + SPI_FAST_SEQ_CFG);
drivers/mtd/devices/st_spi_fsm.c
916
struct stfsm_seq *seq = &stfsm_seq_read_status_fifo;
drivers/mtd/devices/st_spi_fsm.c
926
seq->seq_opc[0] = (SEQ_OPC_PADS_1 | SEQ_OPC_CYCLES(8) |
drivers/mtd/devices/st_spi_fsm.c
929
stfsm_load_seq(fsm, seq);
drivers/mtd/devices/st_spi_fsm.c
944
struct stfsm_seq *seq = &stfsm_seq_write_status;
drivers/mtd/devices/st_spi_fsm.c
952
seq->seq_opc[1] = (SEQ_OPC_PADS_1 | SEQ_OPC_CYCLES(8) |
drivers/mtd/devices/st_spi_fsm.c
955
seq->status = (uint32_t)data | STA_PADS_1 | STA_CSDEASSERT;
drivers/mtd/devices/st_spi_fsm.c
956
seq->seq[2] = (bytes == 1) ? STFSM_INST_STA_WR1 : STFSM_INST_STA_WR1_2;
drivers/mtd/devices/st_spi_fsm.c
958
stfsm_load_seq(fsm, seq);
drivers/mtd/mtdoops.c
211
hdr->seq = cxt->nextcount;
drivers/mtd/mtdoops.c
267
if (hdr.seq == 0xffffffff && hdr.magic == 0xffffffff)
drivers/mtd/mtdoops.c
269
if (hdr.seq == 0xffffffff ||
drivers/mtd/mtdoops.c
274
maxcount = hdr.seq;
drivers/mtd/mtdoops.c
276
} else if (hdr.seq < 0x40000000 && maxcount > 0xc0000000) {
drivers/mtd/mtdoops.c
277
maxcount = hdr.seq;
drivers/mtd/mtdoops.c
279
} else if (hdr.seq > maxcount && hdr.seq < 0xc0000000) {
drivers/mtd/mtdoops.c
280
maxcount = hdr.seq;
drivers/mtd/mtdoops.c
282
} else if (hdr.seq > maxcount && hdr.seq > 0xc0000000
drivers/mtd/mtdoops.c
284
maxcount = hdr.seq;
drivers/mtd/mtdoops.c
47
u32 seq;
drivers/net/bonding/bond_procfs.c
101
seq_printf(seq, "MII Status: %s\n", netif_carrier_ok(bond->dev) ?
drivers/net/bonding/bond_procfs.c
103
seq_printf(seq, "MII Polling Interval (ms): %d\n", bond->params.miimon);
drivers/net/bonding/bond_procfs.c
104
seq_printf(seq, "Up Delay (ms): %d\n",
drivers/net/bonding/bond_procfs.c
106
seq_printf(seq, "Down Delay (ms): %d\n",
drivers/net/bonding/bond_procfs.c
108
seq_printf(seq, "Peer Notification Delay (ms): %d\n",
drivers/net/bonding/bond_procfs.c
11
static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/bonding/bond_procfs.c
116
seq_printf(seq, "ARP Polling Interval (ms): %d\n",
drivers/net/bonding/bond_procfs.c
118
seq_printf(seq, "ARP Missed Max: %u\n",
drivers/net/bonding/bond_procfs.c
121
seq_printf(seq, "ARP IP target/s (n.n.n.n form):");
drivers/net/bonding/bond_procfs.c
127
seq_printf(seq, ",");
drivers/net/bonding/bond_procfs.c
128
seq_printf(seq, " %pI4", &bond->params.arp_targets[i]);
drivers/net/bonding/bond_procfs.c
131
seq_printf(seq, "\n");
drivers/net/bonding/bond_procfs.c
135
seq_printf(seq, "NS IPv6 target/s (xx::xx form):");
drivers/net/bonding/bond_procfs.c
14
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
141
seq_printf(seq, ",");
drivers/net/bonding/bond_procfs.c
142
seq_printf(seq, " %pI6c", &bond->params.ns_targets[i]);
drivers/net/bonding/bond_procfs.c
145
seq_printf(seq, "\n");
drivers/net/bonding/bond_procfs.c
152
seq_puts(seq, "\n802.3ad info\n");
drivers/net/bonding/bond_procfs.c
153
seq_printf(seq, "LACP active: %s\n",
drivers/net/bonding/bond_procfs.c
155
seq_printf(seq, "LACP rate: %s\n",
drivers/net/bonding/bond_procfs.c
157
seq_printf(seq, "Min links: %d\n", bond->params.min_links);
drivers/net/bonding/bond_procfs.c
160
seq_printf(seq, "Aggregator selection policy (ad_select): %s\n",
drivers/net/bonding/bond_procfs.c
163
seq_printf(seq, "System priority: %d\n",
drivers/net/bonding/bond_procfs.c
165
seq_printf(seq, "System MAC address: %pM\n",
drivers/net/bonding/bond_procfs.c
169
seq_printf(seq,
drivers/net/bonding/bond_procfs.c
173
seq_printf(seq, "Active Aggregator Info:\n");
drivers/net/bonding/bond_procfs.c
175
seq_printf(seq, "\tAggregator ID: %d\n",
drivers/net/bonding/bond_procfs.c
177
seq_printf(seq, "\tNumber of ports: %d\n",
drivers/net/bonding/bond_procfs.c
179
seq_printf(seq, "\tActor Key: %d\n",
drivers/net/bonding/bond_procfs.c
181
seq_printf(seq, "\tPartner Key: %d\n",
drivers/net/bonding/bond_procfs.c
183
seq_printf(seq, "\tPartner Mac Address: %pM\n",
drivers/net/bonding/bond_procfs.c
190
static void bond_info_show_slave(struct seq_file *seq,
drivers/net/bonding/bond_procfs.c
193
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
195
seq_printf(seq, "\nSlave Interface: %s\n", slave->dev->name);
drivers/net/bonding/bond_procfs.c
196
seq_printf(seq, "MII Status: %s\n", bond_slave_link_status(slave->link));
drivers/net/bonding/bond_procfs.c
198
seq_printf(seq, "Speed: %s\n", "Unknown");
drivers/net/bonding/bond_procfs.c
200
seq_printf(seq, "Speed: %d Mbps\n", slave->speed);
drivers/net/bonding/bond_procfs.c
203
seq_printf(seq, "Duplex: %s\n", "Unknown");
drivers/net/bonding/bond_procfs.c
205
seq_printf(seq, "Duplex: %s\n", slave->duplex ? "full" : "half");
drivers/net/bonding/bond_procfs.c
207
seq_printf(seq, "Link Failure Count: %u\n",
drivers/net/bonding/bond_procfs.c
210
seq_printf(seq, "Permanent HW addr: %*phC\n",
drivers/net/bonding/bond_procfs.c
212
seq_printf(seq, "Slave queue ID: %d\n", READ_ONCE(slave->queue_id));
drivers/net/bonding/bond_procfs.c
219
seq_printf(seq, "Aggregator ID: %d\n",
drivers/net/bonding/bond_procfs.c
221
seq_printf(seq, "Actor Churn State: %s\n",
drivers/net/bonding/bond_procfs.c
223
seq_printf(seq, "Partner Churn State: %s\n",
drivers/net/bonding/bond_procfs.c
225
seq_printf(seq, "Actor Churned Count: %d\n",
drivers/net/bonding/bond_procfs.c
227
seq_printf(seq, "Partner Churned Count: %d\n",
drivers/net/bonding/bond_procfs.c
231
seq_puts(seq, "details actor lacp pdu:\n");
drivers/net/bonding/bond_procfs.c
232
seq_printf(seq, " system priority: %d\n",
drivers/net/bonding/bond_procfs.c
234
seq_printf(seq, " system mac address: %pM\n",
drivers/net/bonding/bond_procfs.c
236
seq_printf(seq, " port key: %d\n",
drivers/net/bonding/bond_procfs.c
238
seq_printf(seq, " port priority: %d\n",
drivers/net/bonding/bond_procfs.c
240
seq_printf(seq, " port number: %d\n",
drivers/net/bonding/bond_procfs.c
242
seq_printf(seq, " port state: %d\n",
drivers/net/bonding/bond_procfs.c
245
seq_puts(seq, "details partner lacp pdu:\n");
drivers/net/bonding/bond_procfs.c
246
seq_printf(seq, " system priority: %d\n",
drivers/net/bonding/bond_procfs.c
248
seq_printf(seq, " system mac address: %pM\n",
drivers/net/bonding/bond_procfs.c
250
seq_printf(seq, " oper key: %d\n",
drivers/net/bonding/bond_procfs.c
252
seq_printf(seq, " port priority: %d\n",
drivers/net/bonding/bond_procfs.c
254
seq_printf(seq, " port number: %d\n",
drivers/net/bonding/bond_procfs.c
256
seq_printf(seq, " port state: %d\n",
drivers/net/bonding/bond_procfs.c
260
seq_puts(seq, "Aggregator ID: N/A\n");
drivers/net/bonding/bond_procfs.c
265
static int bond_info_seq_show(struct seq_file *seq, void *v)
drivers/net/bonding/bond_procfs.c
268
seq_printf(seq, "%s\n", bond_version);
drivers/net/bonding/bond_procfs.c
269
bond_info_show_master(seq);
drivers/net/bonding/bond_procfs.c
271
bond_info_show_slave(seq, v);
drivers/net/bonding/bond_procfs.c
31
static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/bonding/bond_procfs.c
33
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
52
static void bond_info_seq_stop(struct seq_file *seq, void *v)
drivers/net/bonding/bond_procfs.c
58
static void bond_info_show_master(struct seq_file *seq)
drivers/net/bonding/bond_procfs.c
60
struct bonding *bond = pde_data(file_inode(seq->file));
drivers/net/bonding/bond_procfs.c
67
seq_printf(seq, "Bonding Mode: %s",
drivers/net/bonding/bond_procfs.c
74
seq_printf(seq, " (fail_over_mac %s)", optval->string);
drivers/net/bonding/bond_procfs.c
77
seq_printf(seq, "\n");
drivers/net/bonding/bond_procfs.c
82
seq_printf(seq, "Transmit Hash Policy: %s (%d)\n",
drivers/net/bonding/bond_procfs.c
88
seq_printf(seq, "Primary Slave: %s",
drivers/net/bonding/bond_procfs.c
93
seq_printf(seq, " (primary_reselect %s)",
drivers/net/bonding/bond_procfs.c
97
seq_printf(seq, "\nCurrently Active Slave: %s\n",
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
721
struct can_priv *can, u8 seq,
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
754
p->header[1] |= FIELD_PREP(KVASER_PCIEFD_PACKET_SEQ_MASK, seq);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
767
unsigned int seq = can->tx_idx & (can->can.echo_skb_max - 1);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
776
nr_words = kvaser_pciefd_prepare_tx_packet(&packet, &can->can, seq, skb);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
779
WRITE_ONCE(can->can.echo_skb[seq], NULL);
drivers/net/can/kvaser_pciefd/kvaser_pciefd_core.c
781
can_put_echo_skb(skb, netdev, seq, frame_len);
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
74
u32 seq, tef_tail_masked, tef_tail;
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
80
seq = FIELD_GET(MCP251XFD_OBJ_FLAGS_SEQ_MCP2517FD_MASK,
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
94
if (seq != tef_tail_masked) {
drivers/net/can/spi/mcp251xfd/mcp251xfd-tef.c
96
seq, tef_tail_masked);
drivers/net/can/spi/mcp251xfd/mcp251xfd-tx.c
34
unsigned int seq)
drivers/net/can/spi/mcp251xfd/mcp251xfd-tx.c
62
flags |= FIELD_PREP(MCP251XFD_OBJ_FLAGS_SEQ_MCP2518FD_MASK, seq);
drivers/net/dsa/qca/qca8k-8xxx.c
189
if (get_unaligned_le32(&mgmt_ethhdr->seq) == mgmt_eth_data->seq)
drivers/net/dsa/qca/qca8k-8xxx.c
305
u32 seq;
drivers/net/dsa/qca/qca8k-8xxx.c
307
seq = FIELD_PREP(QCA_HDR_MGMT_SEQ_NUM, seq_num);
drivers/net/dsa/qca/qca8k-8xxx.c
309
put_unaligned_le32(seq, &mgmt_ethhdr->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
338
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
339
qca8k_mdio_header_fill_seq_num(skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
390
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
391
qca8k_mdio_header_fill_seq_num(skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
600
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
601
qca8k_mdio_header_fill_seq_num(skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
702
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
703
qca8k_mdio_header_fill_seq_num(write_skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
739
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
740
qca8k_mdio_header_fill_seq_num(read_skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k-8xxx.c
768
mgmt_eth_data->seq++;
drivers/net/dsa/qca/qca8k-8xxx.c
769
qca8k_mdio_header_fill_seq_num(clear_skb, mgmt_eth_data->seq);
drivers/net/dsa/qca/qca8k.h
397
u32 seq;
drivers/net/ethernet/amd/pds_core/debugfs.c
33
static int identity_show(struct seq_file *seq, void *v)
drivers/net/ethernet/amd/pds_core/debugfs.c
36
struct pdsc *pdsc = seq->private;
drivers/net/ethernet/amd/pds_core/debugfs.c
41
seq_printf(seq, "fw_heartbeat: 0x%x\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
44
seq_printf(seq, "nlifs: %d\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
46
seq_printf(seq, "nintrs: %d\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
48
seq_printf(seq, "ndbpgs_per_lif: %d\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
50
seq_printf(seq, "intr_coal_mult: %d\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
52
seq_printf(seq, "intr_coal_div: %d\n",
drivers/net/ethernet/amd/pds_core/debugfs.c
55
seq_puts(seq, "vif_types: ");
drivers/net/ethernet/amd/pds_core/debugfs.c
57
seq_printf(seq, "%d ",
drivers/net/ethernet/amd/pds_core/debugfs.c
59
seq_puts(seq, "\n");
drivers/net/ethernet/amd/pds_core/debugfs.c
75
static int viftype_show(struct seq_file *seq, void *v)
drivers/net/ethernet/amd/pds_core/debugfs.c
77
struct pdsc *pdsc = seq->private;
drivers/net/ethernet/amd/pds_core/debugfs.c
84
seq_printf(seq, "%s\t%d supported %d enabled\n",
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
267
u32 seq = le16_to_cpu(req->seq_id);
drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c
277
type, seq, opt);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3507
pbd->tcp_send_seq = bswab32(tcp_hdr(skb)->seq);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3694
pbd2->tcp_send_seq = bswab32(inner_tcp_hdr(skb)->seq);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3027
u32 seq;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3033
seq = ++bp->fw_seq;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3035
SHMEM_WR(bp, func_mb[mb_idx].drv_mb_header, (command | seq));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3038
(command | seq), param);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3047
} while ((seq != (rc & FW_MSG_SEQ_NUMBER_MASK)) && (cnt++ < 500));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3050
cnt*delay, rc, seq);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
3053
if (seq == (rc & FW_MSG_SEQ_NUMBER_MASK))
drivers/net/ethernet/broadcom/bnxt/bnxt.c
15831
static int bnxt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/broadcom/bnxt/bnxt.c
15837
return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bp->br_mode, 0, 0,
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
142
seq++;
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
70
u16 seq = 0, len, segs_off;
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
90
*seq_ptr = cpu_to_le16(seq);
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
96
if (!seq &&
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
426
u32 seq = le16_to_cpu(req->seq_id);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c
436
type, seq, opt);
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.h
57
void hwrm_update_token(struct bnxt *bp, u16 seq, enum bnxt_hwrm_wait_state s);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
180
unsigned int seq;
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
184
seq = read_seqbegin(&ptp->ptp_lock);
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
186
} while (read_seqretry(&ptp->ptp_lock, seq));
drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h
399
u32 seq;
drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h
413
u32 seq;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
901
__be32 seq;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
921
__be32 seq;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
968
__be32 seq;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
980
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
250
int clip_tbl_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
252
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
260
seq_puts(seq, "IP Address Users\n");
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
265
seq_printf(seq, "%-25s %u\n", ip,
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
269
seq_printf(seq, "Free clip entries : %d\n", atomic_read(&ctbl->nfree));
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.h
43
int clip_tbl_show(struct seq_file *seq, void *v);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1018
seq_printf(seq, "%10d %15llu %8s %8s ",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1027
seq_printf(seq, e->fmt,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1050
static void *devlog_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1052
struct devlog_info *dinfo = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1059
static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1061
struct devlog_info *dinfo = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1067
static void devlog_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1154
static int mboxlog_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1156
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1162
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1178
seq_printf(seq, "%10u %15llu %5d %5d",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1186
seq_printf(seq, " %08x %08x", hi, lo);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1188
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1192
static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1194
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1200
static void *mboxlog_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1202
return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1205
static void *mboxlog_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1208
return mboxlog_get_idx(seq, *pos);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1211
static void mboxlog_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1227
struct seq_file *seq = file->private_data;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1229
seq->private = inode->i_private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
123
static int cim_la_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1242
static int mbox_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1248
unsigned int mbox = (uintptr_t)seq->private & 7;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1249
struct adapter *adap = seq->private - mbox;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
126
seq_puts(seq, "Status Data PC LS0Stat LS0Addr "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1265
seq_printf(seq, "mailbox owned by %s\n\n", owner[i]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1268
seq_printf(seq, "%016llx\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
131
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1326
static int mps_trc_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1330
unsigned int trcidx = (uintptr_t)seq->private & 3;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1331
struct adapter *adap = seq->private - trcidx;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1335
seq_puts(seq, "tracer is disabled\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1350
seq_printf(seq, "tracer is capturing %s %s, ",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1353
seq_printf(seq, "tracer is capturing loopback %d, ",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1355
seq_printf(seq, "snap length: %u, min length: %u\n", tp.snap_len,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1357
seq_printf(seq, "packets captured %smatch filter\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1361
seq_puts(seq, "filter pattern: ");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1363
seq_printf(seq, "%08x%08x", tp.data[i], tp.data[i + 1]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1364
seq_putc(seq, '/');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1366
seq_printf(seq, "%08x%08x", tp.mask[i], tp.mask[i + 1]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1367
seq_puts(seq, "@0\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1370
seq_puts(seq, "filter pattern: ");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1372
seq_printf(seq, "%08x%08x", tp.data[i], tp.data[i + 1]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1373
seq_putc(seq, '/');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1375
seq_printf(seq, "%08x%08x", tp.mask[i], tp.mask[i + 1]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1376
seq_printf(seq, "@%u\n", (tp.skip_ofst + tp.skip_len) * 8);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
140
static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
143
seq_puts(seq, "Status Data PC\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
147
seq_printf(seq, " %02x %08x %08x\n", p[5] & 0xff, p[6],
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
149
seq_printf(seq, " %02x %02x%06x %02x%06x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
152
seq_printf(seq, " %02x %x%07x %x%07x\n", (p[0] >> 4) & 0xff,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
158
static int cim_la_show_t6(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
161
seq_puts(seq, "Status Inst Data PC LS0Stat "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
166
seq_printf(seq, " %02x %04x%04x %04x%04x %04x%04x %08x %08x %08x %08x %08x %08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1672
static int mps_tcam_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1674
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1678
seq_puts(seq, "Idx Ethernet address Mask "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1686
seq_puts(seq, "Idx Ethernet address Mask "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1691
seq_puts(seq, "Idx Ethernet address Mask "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1762
seq_printf(seq, "%3u -\n", idx);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
177
static int cim_la_show_pc_t6(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
180
seq_puts(seq, "Status Inst Data PC\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1815
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1828
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1834
seq_printf(seq, "%4u Y ", ivlan);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1836
seq_puts(seq, " - N ");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1838
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
184
seq_printf(seq, " %02x %08x %08x %08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1848
seq_printf(seq, "%3u %pM %012llx%3c %#x%4u%4d",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1857
seq_printf(seq, " %08x %08x %08x %08x "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
186
seq_printf(seq, " %02x %02x%06x %02x%06x %02x%06x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1862
seq_printf(seq, " %08x %08x %08x %08x",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1866
seq_printf(seq, "%72c", ' ');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1868
seq_printf(seq, "%36c", ' ');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1872
seq_printf(seq, "%4u%3u%3u%3u %#x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1879
seq_printf(seq, "%4u%3u%3u%3u %#x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1887
static inline void *mps_tcam_get_idx(struct seq_file *seq, loff_t pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1889
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
189
seq_printf(seq, " %02x %04x%04x %04x%04x %04x%04x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1896
static void *mps_tcam_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1898
return *pos ? mps_tcam_get_idx(seq, *pos) : SEQ_START_TOKEN;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1901
static void *mps_tcam_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1904
return mps_tcam_get_idx(seq, *pos);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1907
static void mps_tcam_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1923
struct seq_file *seq = file->private_data;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1925
seq->private = inode->i_private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1940
static int sensors_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1942
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1959
seq_puts(seq, "Temperature: <unknown>\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1961
seq_printf(seq, "Temperature: %dC\n", val[0]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1964
seq_puts(seq, "Core VDD: <unknown>\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1966
seq_printf(seq, "Core VDD: %dmV\n", val[1]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1979
static int rss_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1983
seq_printf(seq, "%4d: %4u %4u %4u %4u %4u %4u %4u %4u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2029
static int rss_config_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2031
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2041
seq_printf(seq, "TP_RSS_CONFIG: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2042
seq_printf(seq, " Tnl4TupEnIpv6: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2044
seq_printf(seq, " Tnl2TupEnIpv6: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2046
seq_printf(seq, " Tnl4TupEnIpv4: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2048
seq_printf(seq, " Tnl2TupEnIpv4: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2050
seq_printf(seq, " TnlTcpSel: %3s\n", yesno(rssconf & TNLTCPSEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2051
seq_printf(seq, " TnlIp6Sel: %3s\n", yesno(rssconf & TNLIP6SEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2052
seq_printf(seq, " TnlVrtSel: %3s\n", yesno(rssconf & TNLVRTSEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2053
seq_printf(seq, " TnlMapEn: %3s\n", yesno(rssconf & TNLMAPEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2054
seq_printf(seq, " OfdHashSave: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2056
seq_printf(seq, " OfdVrtSel: %3s\n", yesno(rssconf & OFDVRTSEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2057
seq_printf(seq, " OfdMapEn: %3s\n", yesno(rssconf & OFDMAPEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2058
seq_printf(seq, " OfdLkpEn: %3s\n", yesno(rssconf & OFDLKPEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2059
seq_printf(seq, " Syn4TupEnIpv6: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2061
seq_printf(seq, " Syn2TupEnIpv6: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2063
seq_printf(seq, " Syn4TupEnIpv4: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2065
seq_printf(seq, " Syn2TupEnIpv4: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2067
seq_printf(seq, " Syn4TupEnIpv6: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2069
seq_printf(seq, " SynIp6Sel: %3s\n", yesno(rssconf & SYNIP6SEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2070
seq_printf(seq, " SynVrt6Sel: %3s\n", yesno(rssconf & SYNVRTSEL_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2071
seq_printf(seq, " SynMapEn: %3s\n", yesno(rssconf & SYNMAPEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2072
seq_printf(seq, " SynLkpEn: %3s\n", yesno(rssconf & SYNLKPEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2073
seq_printf(seq, " ChnEn: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2075
seq_printf(seq, " PrtEn: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2077
seq_printf(seq, " TnlAllLkp: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2079
seq_printf(seq, " VrtEn: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2081
seq_printf(seq, " CngEn: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2083
seq_printf(seq, " HashToeplitz: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2085
seq_printf(seq, " Udp4En: %3s\n", yesno(rssconf & UDPENABLE_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2086
seq_printf(seq, " Disable: %3s\n", yesno(rssconf & DISABLE_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2088
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2091
seq_printf(seq, "TP_RSS_CONFIG_TNL: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2092
seq_printf(seq, " MaskSize: %3d\n", MASKSIZE_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2093
seq_printf(seq, " MaskFilter: %3d\n", MASKFILTER_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2095
seq_printf(seq, " HashAll: %3s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2097
seq_printf(seq, " HashEth: %3s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2100
seq_printf(seq, " UseWireCh: %3s\n", yesno(rssconf & USEWIRECH_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2102
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2105
seq_printf(seq, "TP_RSS_CONFIG_OFD: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2106
seq_printf(seq, " MaskSize: %3d\n", MASKSIZE_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2107
seq_printf(seq, " RRCplMapEn: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2109
seq_printf(seq, " RRCplQueWidth: %3d\n", RRCPLQUEWIDTH_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2111
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2114
seq_printf(seq, "TP_RSS_CONFIG_SYN: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2115
seq_printf(seq, " MaskSize: %3d\n", MASKSIZE_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2116
seq_printf(seq, " UseWireCh: %3s\n", yesno(rssconf & USEWIRECH_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2118
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2121
seq_printf(seq, "TP_RSS_CONFIG_VRT: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2123
seq_printf(seq, " KeyWrAddrX: %3d\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2125
seq_printf(seq, " KeyExtend: %3s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2128
seq_printf(seq, " VfRdRg: %3s\n", yesno(rssconf & VFRDRG_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2129
seq_printf(seq, " VfRdEn: %3s\n", yesno(rssconf & VFRDEN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2130
seq_printf(seq, " VfPerrEn: %3s\n", yesno(rssconf & VFPERREN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2131
seq_printf(seq, " KeyPerrEn: %3s\n", yesno(rssconf & KEYPERREN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2132
seq_printf(seq, " DisVfVlan: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2134
seq_printf(seq, " EnUpSwt: %3s\n", yesno(rssconf & ENABLEUP0_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2135
seq_printf(seq, " HashDelay: %3d\n", HASHDELAY_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2137
seq_printf(seq, " VfWrAddr: %3d\n", VFWRADDR_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2139
seq_printf(seq, " VfWrAddr: %3d\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2141
seq_printf(seq, " KeyMode: %s\n", keymode[KEYMODE_G(rssconf)]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2142
seq_printf(seq, " VfWrEn: %3s\n", yesno(rssconf & VFWREN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2143
seq_printf(seq, " KeyWrEn: %3s\n", yesno(rssconf & KEYWREN_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2144
seq_printf(seq, " KeyWrAddr: %3d\n", KEYWRADDR_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2146
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2149
seq_printf(seq, "TP_RSS_CONFIG_CNG: %#x\n", rssconf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2150
seq_printf(seq, " ChnCount3: %3s\n", yesno(rssconf & CHNCOUNT3_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2151
seq_printf(seq, " ChnCount2: %3s\n", yesno(rssconf & CHNCOUNT2_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2152
seq_printf(seq, " ChnCount1: %3s\n", yesno(rssconf & CHNCOUNT1_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2153
seq_printf(seq, " ChnCount0: %3s\n", yesno(rssconf & CHNCOUNT0_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2154
seq_printf(seq, " ChnUndFlow3: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2156
seq_printf(seq, " ChnUndFlow2: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2158
seq_printf(seq, " ChnUndFlow1: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2160
seq_printf(seq, " ChnUndFlow0: %3s\n", yesno(rssconf &
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2162
seq_printf(seq, " RstChn3: %3s\n", yesno(rssconf & RSTCHN3_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2163
seq_printf(seq, " RstChn2: %3s\n", yesno(rssconf & RSTCHN2_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2164
seq_printf(seq, " RstChn1: %3s\n", yesno(rssconf & RSTCHN1_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2165
seq_printf(seq, " RstChn0: %3s\n", yesno(rssconf & RSTCHN0_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2166
seq_printf(seq, " UpdVld: %3s\n", yesno(rssconf & UPDVLD_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2167
seq_printf(seq, " Xoff: %3s\n", yesno(rssconf & XOFF_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2168
seq_printf(seq, " UpdChn3: %3s\n", yesno(rssconf & UPDCHN3_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2169
seq_printf(seq, " UpdChn2: %3s\n", yesno(rssconf & UPDCHN2_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2170
seq_printf(seq, " UpdChn1: %3s\n", yesno(rssconf & UPDCHN1_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2171
seq_printf(seq, " UpdChn0: %3s\n", yesno(rssconf & UPDCHN0_F));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2172
seq_printf(seq, " Queue: %3d\n", QUEUE_G(rssconf));
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2181
static int rss_key_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2185
t4_read_rss_key(seq->private, key, true);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2186
seq_printf(seq, "%08x%08x%08x%08x%08x%08x%08x%08x%08x%08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2244
static int rss_pf_config_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2250
pfconf = seq->private + offsetof(struct seq_tab, data);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2251
seq_printf(seq, "PF Map Index Size = %d\n\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2254
seq_puts(seq, " RSS PF VF Hash Tuple Enable Default\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2255
seq_puts(seq, " Enable IPF Mask Mask IPv6 IPv4 UDP Queue\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2256
seq_puts(seq, " PF Map Chn Prt Map Size Size Four Two Four Two Four Ch1 Ch0\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2264
seq_printf(seq, "%3d %3s %3s %3s %3d %3d %3d %3s %3s %3s %3s %3s %3d %3d\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2326
static int rss_vf_config_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2329
seq_puts(seq, " RSS Hash Tuple Enable\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2330
seq_puts(seq, " Enable IVF Dis Enb IPv6 IPv4 UDP Def Secret Key\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2331
seq_puts(seq, " VF Chn Prt Map VLAN uP Four Two Four Two Four Que Idx Hash\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2335
seq_printf(seq, "%3d %3s %3s %3d %3s %3s %3s %3s %3s %3s %3s %4d %3d %#10x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
237
static int cim_pif_la_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2385
static int dcb_info_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2387
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2390
seq_puts(seq, "Data Center Bridging Information\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2397
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2398
seq_printf(seq, "Port: %d (DCB negotiated: %s)\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2403
seq_printf(seq, "[ DCBx Version %s ]\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2409
seq_puts(seq, "\n Index\t\t\t :\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2411
seq_printf(seq, " %3d", i);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2412
seq_puts(seq, "\n\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2418
seq_puts(seq, " Priority Group IDs\t :\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
242
seq_puts(seq, "Cntl ID DataBE Addr Data\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2421
seq_printf(seq, " %3d", pgid);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2423
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2429
seq_puts(seq, " Priority Group BW(%)\t :\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2431
seq_printf(seq, " %3d", dcb->pgrate[pg]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2432
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2435
seq_puts(seq, " TSA Algorithm\t\t :\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2437
seq_printf(seq, " %3d", dcb->tsa[pg]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2438
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
244
seq_printf(seq, " %02x %02x %04x %08x %08x%08x%08x%08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2441
seq_printf(seq, " Max PG Traffic Classes [%3d ]\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2444
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2450
seq_puts(seq, " Priority Rate\t:\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2452
seq_printf(seq, " %3d", dcb->priorate[prio]);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2453
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2459
seq_puts(seq, " Priority Flow Control :\t");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2463
seq_printf(seq, " %3d", pfcen);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2465
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2467
seq_printf(seq, " Max PFC Traffic Classes [%3d ]\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2470
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2476
seq_puts(seq, " Application Information:\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2477
seq_puts(seq, " App Priority Selection Protocol\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2478
seq_puts(seq, " Index Map Field ID\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
249
seq_puts(seq, "\nCntl ID Data\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
250
seq_printf(seq, " %02x %02x %08x%08x%08x%08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2501
seq_printf(seq, " %3d %#04x %-10s (%d) %#06x (%d)\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2508
seq_puts(seq, " --- None ---\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2521
static void *dcb_info_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2523
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2530
static void dcb_info_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2534
static void *dcb_info_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2536
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2554
struct seq_file *seq = file->private_data;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2556
seq->private = inode->i_private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2570
static int resources_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2572
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2576
seq_printf(seq, "%-60s " fmt "\n", \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2650
static int sge_qinfo_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2659
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2667
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2671
seq_printf(seq, "%-12s", s); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2673
seq_printf(seq, " %16" fmt_spec, v); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
2674
seq_putc(seq, '\n'); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
280
static int cim_ma_la_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
285
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
287
seq_printf(seq, "%02x%08x%08x%08x%08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
291
seq_puts(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
293
seq_printf(seq, "%3u %2u %x %u %08x%08x %u %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3123
seq_printf(seq, "%-12s %16s\n", "QType:", "FW event queue");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3124
seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3125
seq_printf(seq, "%-12s %16u\n", "RspQ size:", evtq->size);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3126
seq_printf(seq, "%-12s %16u\n", "RspQE size:", evtq->iqe_len);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3127
seq_printf(seq, "%-12s %16u\n", "RspQ CIDX:", evtq->cidx);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3128
seq_printf(seq, "%-12s %16u\n", "RspQ Gen:", evtq->gen);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3129
seq_printf(seq, "%-12s %16u\n", "Intr delay:",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3131
seq_printf(seq, "%-12s %16u\n", "Intr pktcnt:",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3207
static void *sge_queue_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3209
int entries = sge_queue_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3214
static void sge_queue_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3218
static void *sge_queue_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3220
int entries = sge_queue_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3238
struct seq_file *seq = file->private_data;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3240
seq->private = inode->i_private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
326
static int cim_qcfg_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3312
static int tid_info_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3314
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3322
seq_printf(seq, "Connections in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3331
seq_printf(seq, "TID range: %u..%u/%u..%u", t->tid_base,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3334
seq_printf(seq, ", in use: %u/%u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3338
seq_printf(seq, "TID range: %u..%u/%u..%u",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3343
seq_printf(seq, ", in use: %u/%u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3347
seq_printf(seq, "TID range: %u..%u",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
335
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3350
seq_printf(seq, ", in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3354
seq_printf(seq, "Connections in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3357
seq_printf(seq, "TID range: %u..%u", t->tid_base,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3359
seq_printf(seq, ", in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3364
seq_printf(seq, "STID range: %u..%u, in use-IPv4/IPv6: %u/%u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3373
seq_printf(seq, "ATID range: 0..%u, in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3375
seq_printf(seq, "FTID range: %u..%u\n", t->ftid_base,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3378
seq_printf(seq, "SFTID range: %u..%u in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3382
seq_printf(seq, "HPFTID range: %u..%u\n", t->hpftid_base,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3385
seq_printf(seq, "EOTID range: %u..%u, in use: %u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3389
seq_printf(seq, "HW TID usage: %u IP users, %u IPv6 users\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3455
static void mem_region_show(struct seq_file *seq, const char *name,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3462
seq_printf(seq, "%-15s %#x-%#x [%s]\n", name, from, to, buf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3465
static int meminfo_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3469
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3479
mem_region_show(seq, memory[meminfo.avail[i].idx],
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3483
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3491
mem_region_show(seq, cudbg_region[meminfo.mem[i].idx],
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3495
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3496
mem_region_show(seq, "uP RAM:", meminfo.up_ram_lo, meminfo.up_ram_hi);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3497
mem_region_show(seq, "uP Extmem2:", meminfo.up_extmem2_lo,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3500
seq_printf(seq, "\n%u Rx pages (%u free) of size %uKiB for %u channels\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3504
seq_printf(seq, "%u Tx pages (%u free) of size %u%ciB for %u channels\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3509
seq_printf(seq, "%u p-structs (%u free)\n\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3514
seq_printf(seq, "Port %d using %u pages out of %u allocated\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3519
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3528
static int chcr_stats_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3534
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3536
seq_puts(seq, "Chelsio Crypto Accelerator Stats \n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3537
seq_printf(seq, "Cipher Ops: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3539
seq_printf(seq, "Digest Ops: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3541
seq_printf(seq, "Aead Ops: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3543
seq_printf(seq, "Completion: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3545
seq_printf(seq, "Error: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3547
seq_printf(seq, "Fallback: %10u \n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3549
seq_printf(seq, "TLS PDU Tx: %10u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3551
seq_printf(seq, "TLS PDU Rx: %10u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3553
seq_printf(seq, "TLS Keys (DDR) Count: %10u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3556
seq_puts(seq, "\nChelsio Inline IPsec Crypto Accelerator Stats\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3557
seq_printf(seq, "IPSec PDU: %10u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3561
seq_puts(seq, "\nChelsio KTLS Crypto Accelerator Stats\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3562
seq_printf(seq, "Tx TLS offload refcount: %20u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3564
seq_printf(seq, "Tx records send: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3566
seq_printf(seq, "Tx partial start of records: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3568
seq_printf(seq, "Tx partial middle of records: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3570
seq_printf(seq, "Tx partial end of record: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3572
seq_printf(seq, "Tx complete records: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3574
seq_printf(seq, "TX trim pkts : %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3576
seq_printf(seq, "TX sw fallback : %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3580
seq_printf(seq, "Port %d\n", i);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3581
seq_printf(seq, "Tx connection created: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3583
seq_printf(seq, "Tx connection failed: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3585
seq_printf(seq, "Tx connection closed: %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3595
seq_printf(seq, "%-25s %-20llu\n", (string), \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3600
seq_printf(seq, "%-25s ", (string)); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3602
seq_printf(seq, "%-20llu ", \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3604
seq_printf(seq, "\n"); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3609
seq_printf(seq, "%-25s ", (string)); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3611
seq_printf(seq, "%-20llu ", \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3613
seq_printf(seq, "\n"); \
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3616
static void show_tcp_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3618
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3635
static void show_ddp_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3637
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3649
static void show_rdma_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
365
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3651
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3662
static void show_tp_err_adapter_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3664
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3675
static void show_cpl_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3677
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
368
seq_printf(seq, "%7s %5x %5u %5u %6x %4x %4u %4u %5u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3689
static void show_tp_err_channel_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3691
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3709
static void show_fcoe_stats(struct seq_file *seq)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3711
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3729
static int tp_stats_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3731
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3733
seq_puts(seq, "\n--------Adapter Stats--------\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3734
show_tcp_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3735
show_ddp_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3736
show_rdma_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3737
show_tp_err_adapter_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3739
seq_puts(seq, "\n-------- Channel Stats --------\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
374
seq_printf(seq, "%7s %5x %5u %12x %4x %4u %4u %5u\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3741
seq_printf(seq, "%-25s %-20s %-20s %-20s %-20s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3745
seq_printf(seq, "%-25s %-20s %-20s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3747
show_cpl_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3748
show_tp_err_channel_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
3749
show_fcoe_stats(seq);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
383
static int cimq_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
387
seq_printf(seq, "%#06x: %08x %08x %08x %08x\n", idx * 16, p[0], p[1],
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
454
static void field_desc_show(struct seq_file *seq, u64 v,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
467
seq_puts(seq, "\n ");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
469
seq_printf(seq, "%s ", buf);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
473
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
513
static int tp_la_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
517
field_desc_show(seq, *p, tp_la0);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
521
static int tp_la_show2(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
526
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
527
field_desc_show(seq, p[0], tp_la0);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
529
field_desc_show(seq, p[1], tp_la0);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
533
static int tp_la_show3(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
61
static void *seq_tab_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
63
struct seq_tab *tb = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
632
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
633
field_desc_show(seq, p[0], tp_la0);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
635
field_desc_show(seq, p[1], (p[0] & BIT(17)) ? tp_la2 : tp_la1);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
695
static int ulprx_la_show(struct seq_file *seq, void *v, int idx)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
700
seq_puts(seq, " Pcmd Type Message"
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
703
seq_printf(seq, "%08x%08x %4x %08x %08x%08x%08x%08x\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
71
static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
73
v = seq_tab_get_idx(seq->private, *pos + 1);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
742
static int pm_stats_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
754
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
759
seq_printf(seq, "%13s %10s %20s\n", " ", "Tx pcmds", "Tx bytes");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
761
seq_printf(seq, "%-13s %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
764
seq_printf(seq, "%13s %10s %20s\n", " ", "Rx pcmds", "Rx bytes");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
766
seq_printf(seq, "%-13s %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
774
seq_printf(seq, "%13s %10s %20s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
776
seq_printf(seq, "Tx FIFO wait %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
778
seq_printf(seq, "Rx FIFO wait %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
78
static void seq_tab_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
787
seq_printf(seq, "%13s %10s %20s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
789
seq_printf(seq, "Tx latency %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
791
seq_printf(seq, "Rx latency %10u %20llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
82
static int seq_tab_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
821
static int tx_rate_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
824
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
828
seq_puts(seq, " channel 0 channel 1 "
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
830
seq_printf(seq, "NIC B/s: %10llu %10llu %10llu %10llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
835
seq_printf(seq, "Offload B/s: %10llu %10llu %10llu %10llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
84
const struct seq_tab *tb = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
841
seq_puts(seq, " channel 0 channel 1\n");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
842
seq_printf(seq, "NIC B/s: %10llu %10llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
845
seq_printf(seq, "Offload B/s: %10llu %10llu\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
853
static int cctrl_tbl_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
86
return tb->show(seq, v, ((char *)v - tb->data) / tb->width);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
861
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
870
seq_printf(seq, "%2d: %4u %4u %4u %4u %4u %4u %4u %4u\n", i,
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
873
seq_printf(seq, "%8u %4u %4u %4u %4u %4u %4u %4u %5u %s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
903
static int clk_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
906
struct adapter *adap = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
913
seq_printf(seq, "Core clock period: %s ns\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
915
seq_printf(seq, "TP timer tick: %s us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
917
seq_printf(seq, "TCP timestamp tick: %s us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
920
seq_printf(seq, "DACK tick: %s us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
922
seq_printf(seq, "DACK timer: %u us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
925
seq_printf(seq, "Retransmit min: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
927
seq_printf(seq, "Retransmit max: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
929
seq_printf(seq, "Persist timer min: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
931
seq_printf(seq, "Persist timer max: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
933
seq_printf(seq, "Keepalive idle timer: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
935
seq_printf(seq, "Keepalive interval: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
937
seq_printf(seq, "Initial SRTT: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
939
seq_printf(seq, "FINWAIT2 timer: %llu us\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
98
int (*show)(struct seq_file *seq, void *v, int i))
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
993
static int devlog_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
996
seq_printf(seq, "%10s %15s %8s %8s %s\n",
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
999
struct devlog_info *dinfo = seq->private;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
48
int (*show)(struct seq_file *seq, void *v, int idx);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h
62
int (*show)(struct seq_file *seq, void *v, int i));
drivers/net/ethernet/chelsio/cxgb4/l2t.c
644
static inline void *l2t_get_idx(struct seq_file *seq, loff_t pos)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
646
struct l2t_data *d = seq->private;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
651
static void *l2t_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
653
return *pos ? l2t_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
656
static void *l2t_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
658
v = l2t_get_idx(seq, *pos);
drivers/net/ethernet/chelsio/cxgb4/l2t.c
663
static void l2t_seq_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
692
static int l2t_seq_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4/l2t.c
695
seq_puts(seq, " Idx IP address "
drivers/net/ethernet/chelsio/cxgb4/l2t.c
699
struct l2t_data *d = seq->private;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
707
seq_printf(seq, "%4u %-25s %17pM %4d %u %2u %c %5u %s\n",
drivers/net/ethernet/chelsio/cxgb4/l2t.c
730
struct seq_file *seq = file->private_data;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
732
seq->private = adap->l2t;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
1001
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
1092
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
2297
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
2323
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
956
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
976
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h
991
__be32 seq;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1967
static int mboxlog_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1969
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1975
seq_printf(seq,
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1991
seq_printf(seq, "%10u %15llu %5d %5d",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
1999
seq_printf(seq, " %08x %08x", hi, lo);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2001
seq_puts(seq, "\n");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2005
static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2007
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2013
static void *mboxlog_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2015
return *pos ? mboxlog_get_idx(seq, *pos) : SEQ_START_TOKEN;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2018
static void *mboxlog_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2021
return mboxlog_get_idx(seq, *pos);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2024
static void mboxlog_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2041
static int sge_qinfo_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2043
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2048
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2052
seq_printf(seq, "%-12s", s); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2054
seq_printf(seq, " %16" fmt_spec, v); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2055
seq_putc(seq, '\n'); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2101
seq_printf(seq, "%-12s %16s\n", "QType:", "FW event queue");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2102
seq_printf(seq, "%-12s %16u\n", "RspQ ID:", evtq->abs_id);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2103
seq_printf(seq, "%-12s %16u\n", "Intr delay:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2105
seq_printf(seq, "%-12s %16u\n", "Intr pktcnt:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2107
seq_printf(seq, "%-12s %16u\n", "RspQ Cidx:", evtq->cidx);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2108
seq_printf(seq, "%-12s %16u\n", "RspQ Gen:", evtq->gen);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2112
seq_printf(seq, "%-12s %16s\n", "QType:", "Interrupt Queue");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2113
seq_printf(seq, "%-12s %16u\n", "RspQ ID:", intrq->abs_id);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2114
seq_printf(seq, "%-12s %16u\n", "Intr delay:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2116
seq_printf(seq, "%-12s %16u\n", "Intr pktcnt:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2118
seq_printf(seq, "%-12s %16u\n", "RspQ Cidx:", intrq->cidx);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2119
seq_printf(seq, "%-12s %16u\n", "RspQ Gen:", intrq->gen);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2144
static void *sge_queue_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2146
int entries = sge_queue_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2151
static void sge_queue_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2155
static void *sge_queue_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2157
int entries = sge_queue_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2177
static int sge_qstats_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2179
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2184
seq_putc(seq, '\n');
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2188
seq_printf(seq, "%-16s", s); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2190
seq_printf(seq, " %8" fmt, v); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2191
seq_putc(seq, '\n'); \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2234
seq_printf(seq, "%-8s %16s\n", "QType:", "FW event queue");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2235
seq_printf(seq, "%-16s %8u\n", "RspQNullInts:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2237
seq_printf(seq, "%-16s %8u\n", "RspQ CIdx:", evtq->cidx);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2238
seq_printf(seq, "%-16s %8u\n", "RspQ Gen:", evtq->gen);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2242
seq_printf(seq, "%-8s %16s\n", "QType:", "Interrupt Queue");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2243
seq_printf(seq, "%-16s %8u\n", "RspQNullInts:",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2245
seq_printf(seq, "%-16s %8u\n", "RspQ CIdx:", intrq->cidx);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2246
seq_printf(seq, "%-16s %8u\n", "RspQ Gen:", intrq->gen);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2273
static void *sge_qstats_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2275
int entries = sge_qstats_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2280
static void sge_qstats_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2284
static void *sge_qstats_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2286
int entries = sge_qstats_entries(seq->private);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2304
static int resources_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2306
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2310
seq_printf(seq, "%-60s " fmt "\n", \
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2333
static int interfaces_show(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2336
seq_puts(seq, "Interface Port VIID\n");
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2338
struct adapter *adapter = seq->private;
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2343
seq_printf(seq, "%9s %4d %#5x\n",
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2356
static void *interfaces_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2359
? interfaces_get_idx(seq->private, *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2363
static void *interfaces_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2366
return interfaces_get_idx(seq->private, *pos);
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
2369
static void interfaces_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c
442
seqno = cpu_to_be64(seqlo + ((u64)xo->seq.hi << 32));
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
1075
tcp->seq = htonl(tx_info->prev_seq);
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
1911
tx_info->prev_seq = ntohl(th->seq) + data_len;
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
1935
tcp_seq = ntohl(th->seq);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls.h
427
u32 seq; /* TCP sequence number */
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1375
tcp_rsk(oreq)->rcv_isn = ntohl(tcph->seq);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1653
if (skb && tp->copied_seq - ULP_SKB_CB(skb)->seq >= skb->len)
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1696
ULP_SKB_CB(skb)->seq = ntohl(hdr->seq);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1760
ULP_SKB_CB(skb)->seq = ntohl(hdr->seq);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
1818
ULP_SKB_CB(skb)->seq = ntohl(cmp_cpl->seq);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1558
offset = peek_seq - ULP_SKB_CB(skb)->seq;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1781
offset = tp->copied_seq - ULP_SKB_CB(skb)->seq;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
818
ULP_SKB_CB(skb)->seq = tp->write_seq;
drivers/net/ethernet/emulex/benet/be_main.c
1470
ntohl(tcphdr->seq));
drivers/net/ethernet/emulex/benet/be_main.c
5012
static int be_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/emulex/benet/be_main.c
5037
return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
786
u32 seq = dump->cb->nlh->nlmsg_seq;
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
793
nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
207
unsigned int seq, speed, xcvr;
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
217
seq = read_seqcount_begin(&fp->link_seq);
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
222
} while (read_seqcount_retry(&fp->link_seq, seq));
drivers/net/ethernet/fungible/funeth/funeth_ktls.c
114
req.tcp_seq = cpu_to_be32(seq);
drivers/net/ethernet/fungible/funeth/funeth_ktls.c
122
tx_ctx->next_seq = seq;
drivers/net/ethernet/fungible/funeth/funeth_ktls.c
95
static int fun_ktls_resync(struct net_device *netdev, struct sock *sk, u32 seq,
drivers/net/ethernet/fungible/funeth/funeth_tx.c
112
u32 datalen, seq;
drivers/net/ethernet/fungible/funeth/funeth_tx.c
119
seq = ntohl(tcp_hdr(skb)->seq);
drivers/net/ethernet/fungible/funeth/funeth_tx.c
122
if (likely(tls_ctx->next_seq == seq)) {
drivers/net/ethernet/fungible/funeth/funeth_tx.c
126
if (seq - tls_ctx->next_seq < U32_MAX / 4) {
drivers/net/ethernet/fungible/funeth/funeth_tx.c
127
tls_offload_tx_resync_request(skb->sk, seq,
drivers/net/ethernet/fungible/funeth/funeth_txrx.h
208
#define FUN_QSTAT_READ(q, seq, stats_copy) \
drivers/net/ethernet/fungible/funeth/funeth_txrx.h
210
seq = u64_stats_fetch_begin(&(q)->syncp); \
drivers/net/ethernet/fungible/funeth/funeth_txrx.h
212
} while (u64_stats_fetch_retry(&(q)->syncp, (seq)))
drivers/net/ethernet/google/gve/gve_desc.h
135
static inline u8 gve_next_seqno(u8 seq)
drivers/net/ethernet/google/gve/gve_desc.h
137
return (seq + 1) == 8 ? 1 : seq + 1;
drivers/net/ethernet/hisilicon/hibmcge/hbg_debugfs.c
19
int (*read)(struct seq_file *seq, void *data);
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
476
u16 len, seq = fm10k_mbx_index_len(mbx, mbx->head, tail);
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
480
if (len > seq)
drivers/net/ethernet/intel/fm10k/fm10k_mbx.c
481
len = seq;
drivers/net/ethernet/intel/i40e/i40e_main.c
13157
static int i40e_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/intel/i40e/i40e_main.c
13176
return ndo_dflt_bridge_getlink(skb, pid, seq, dev, veb->bridge_mode,
drivers/net/ethernet/intel/ice/ice_main.c
8148
ice_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/intel/ice/ice_main.c
8156
return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bmode, 0, 0, nlflags,
drivers/net/ethernet/intel/ice/ice_protocol_type.h
238
__be32 seq;
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10696
static int ixgbe_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10705
return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
649
int lf = 0, seq = 0, len = 0, prev_lf = block->lf.max;
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
660
seq = 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
664
if (seq)
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
671
seq = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
674
if (seq)
drivers/net/ethernet/marvell/skge.c
3691
static int skge_debug_show(struct seq_file *seq, void *v)
drivers/net/ethernet/marvell/skge.c
3693
struct net_device *dev = seq->private;
drivers/net/ethernet/marvell/skge.c
3701
seq_printf(seq, "IRQ src=%x mask=%x\n", skge_read32(hw, B0_ISRC),
drivers/net/ethernet/marvell/skge.c
3704
seq_printf(seq, "Tx Ring: (%d)\n", skge_avail(&skge->tx_ring));
drivers/net/ethernet/marvell/skge.c
3707
seq_printf(seq, "%#x dma=%#x%08x %#x csum=%#x/%x/%x\n",
drivers/net/ethernet/marvell/skge.c
3712
seq_puts(seq, "\nRx Ring:\n");
drivers/net/ethernet/marvell/skge.c
3719
seq_printf(seq, "%#x dma=%#x%08x %#x %#x csum=%#x/%x\n",
drivers/net/ethernet/marvell/sky2.c
4384
static int sky2_debug_show(struct seq_file *seq, void *v)
drivers/net/ethernet/marvell/sky2.c
4386
struct net_device *dev = seq->private;
drivers/net/ethernet/marvell/sky2.c
4393
seq_printf(seq, "IRQ src=%x mask=%x control=%x\n",
drivers/net/ethernet/marvell/sky2.c
4399
seq_puts(seq, "network not running\n");
drivers/net/ethernet/marvell/sky2.c
4406
seq_printf(seq, "Status ring %u\n", hw->st_size);
drivers/net/ethernet/marvell/sky2.c
4408
seq_puts(seq, "Status ring (empty)\n");
drivers/net/ethernet/marvell/sky2.c
4410
seq_puts(seq, "Status ring\n");
drivers/net/ethernet/marvell/sky2.c
4414
seq_printf(seq, "[%d] %#x %d %#x\n",
drivers/net/ethernet/marvell/sky2.c
4417
seq_puts(seq, "\n");
drivers/net/ethernet/marvell/sky2.c
4420
seq_printf(seq, "Tx ring pending=%u...%u report=%d done=%d\n",
drivers/net/ethernet/marvell/sky2.c
4433
seq_printf(seq, "%u:", idx);
drivers/net/ethernet/marvell/sky2.c
4438
seq_printf(seq, " %#x:", a);
drivers/net/ethernet/marvell/sky2.c
4441
seq_printf(seq, " mtu=%d", a);
drivers/net/ethernet/marvell/sky2.c
4444
seq_printf(seq, " vlan=%d", be16_to_cpu(le->length));
drivers/net/ethernet/marvell/sky2.c
4447
seq_printf(seq, " csum=%#x", a);
drivers/net/ethernet/marvell/sky2.c
4450
seq_printf(seq, " tso=%#x(%d)", a, le16_to_cpu(le->length));
drivers/net/ethernet/marvell/sky2.c
4453
seq_printf(seq, " %#x(%d)", a, le16_to_cpu(le->length));
drivers/net/ethernet/marvell/sky2.c
4456
seq_printf(seq, " frag=%#x(%d)", a, le16_to_cpu(le->length));
drivers/net/ethernet/marvell/sky2.c
4459
seq_printf(seq, " op=%#x,%#x(%d)", le->opcode,
drivers/net/ethernet/marvell/sky2.c
4464
seq_putc(seq, '\n');
drivers/net/ethernet/marvell/sky2.c
4469
seq_printf(seq, "\nRx ring hw get=%d put=%d last=%d\n",
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
147
u16 seq = ++wo->mcu.seq;
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
149
if (!seq)
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
150
seq = ++wo->mcu.seq;
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
151
*wait_seq = seq;
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
154
hdr->seq = cpu_to_le16(seq);
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
164
int cmd, int seq)
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
170
cmd, seq);
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
175
if (le16_to_cpu(hdr->seq) != seq)
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
195
u16 seq;
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
204
ret = mtk_wed_mcu_skb_send_msg(wo, skb, id, cmd, &seq, wait_resp);
drivers/net/ethernet/mediatek/mtk_wed_mcu.c
211
ret = mtk_wed_mcu_parse_response(wo, skb, cmd, seq);
drivers/net/ethernet/mediatek/mtk_wed_wo.h
19
__le16 seq;
drivers/net/ethernet/mediatek/mtk_wed_wo.h
240
u16 seq;
drivers/net/ethernet/mellanox/mlx4/en_clock.c
63
unsigned int seq;
drivers/net/ethernet/mellanox/mlx4/en_clock.c
67
seq = read_seqbegin(&mdev->clock_lock);
drivers/net/ethernet/mellanox/mlx4/en_clock.c
69
} while (read_seqretry(&mdev->clock_lock, seq));
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c
100
esn = x->replay_esn->seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
164
seq_hi = xo->seq.hi - 1;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
166
seq_hi = xo->seq.hi;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
170
seqno = cpu_to_be64(xo->seq.low + ((u64)seq_hi << 32));
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c
182
seqno = cpu_to_be64(xo->seq.low + ((u64)xo->seq.hi << 32));
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.c
79
struct sock *sk, u32 seq, u8 *rcd_sn,
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.c
85
mlx5e_ktls_rx_resync(netdev, sk, seq, rcd_sn);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
152
priv_rx->resync.seq, false,
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
42
u32 seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
507
__be32 seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
544
seq = th->seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
547
tls_offload_rx_resync_async_request_start(resync_async, seq, datalen);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
555
u32 seq, u8 *rcd_sn)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c
568
resync->seq = seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
775
u32 seq)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
781
ret = tx_sync_info_get(priv_tx, seq, datalen, &info);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
838
u32 seq;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
860
seq = ntohl(tcp_hdr(skb)->seq);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
861
if (unlikely(priv_tx->expected_seq != seq)) {
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
863
mlx5e_ktls_tx_handle_ooo(priv_tx, sq, datalen, seq);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
882
priv_tx->expected_seq = seq + datalen;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_utils.h
28
void mlx5e_ktls_rx_resync(struct net_device *netdev, struct sock *sk, u32 seq, u8 *rcd_sn);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5212
static int mlx5e_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5223
return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
10
static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v);
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
11
static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v);
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
21
static void *mlx5_esw_bridge_debugfs_start(struct seq_file *seq, loff_t *pos)
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
23
struct mlx5_esw_bridge *bridge = seq->private;
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
29
static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
31
struct mlx5_esw_bridge *bridge = seq->private;
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
36
static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v)
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
41
static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v)
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
47
seq_printf(seq, "%-16s %-17s %4s %20s %20s %20s %5s\n",
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
54
seq_printf(seq, "%-16s %-17pM %4d %20llu %20llu %20llu %#5x\n",
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
8
static void *mlx5_esw_bridge_debugfs_start(struct seq_file *seq, loff_t *pos);
drivers/net/ethernet/mellanox/mlx5/core/esw/bridge_debugfs.c
9
static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos);
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
321
int mlx5_lag_get_dev_index_by_seq(struct mlx5_lag *ldev, int seq)
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c
329
if (num == seq)
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h
152
int mlx5_lag_get_dev_index_by_seq(struct mlx5_lag *ldev, int seq);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
103
seq = read_seqbegin(&clock->lock);
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
105
} while (read_seqretry(&clock->lock, seq));
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
99
unsigned int seq;
drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c
324
data_block->sequence = agent->seq;
drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c
33
u16 seq;
drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c
333
agent->seq++;
drivers/net/ethernet/mscc/ocelot_net.c
800
u32 seq = dump->cb->nlh->nlmsg_seq;
drivers/net/ethernet/mscc/ocelot_net.c
807
nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
drivers/net/ethernet/netronome/nfp/crypto/ipsec.c
600
offload_info->seq_hi = xo->seq.hi;
drivers/net/ethernet/netronome/nfp/crypto/ipsec.c
601
offload_info->seq_low = xo->seq.low;
drivers/net/ethernet/netronome/nfp/crypto/tls.c
427
nfp_net_tls_resync(struct net_device *netdev, struct sock *sk, u32 seq,
drivers/net/ethernet/netronome/nfp/crypto/tls.c
449
req->tcp_seq = cpu_to_be32(seq);
drivers/net/ethernet/netronome/nfp/crypto/tls.c
457
ntls->next_seq = seq;
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
48
__be32 seq;
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
69
__be32 seq;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2258
static int nfp_net_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2271
return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode, 0, 0,
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
599
u32 datalen, seq;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
607
seq = ntohl(tcp_hdr(skb)->seq);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
610
if (unlikely(resync_pending || ntls->next_seq != seq)) {
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
640
if (!resync_pending && seq - ntls->next_seq < U32_MAX / 4)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
641
tls_offload_tx_resync_request(nskb->sk, seq,
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
667
u32 datalen, seq;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
675
seq = ntohl(tcp_hdr(skb)->seq);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
678
if (ntls->next_seq == seq + datalen)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
679
ntls->next_seq = seq;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
219
static int netdev_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
221
struct net_device *netdev = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
223
seq_printf(seq, "%s\n", netdev_name(netdev));
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
229
static int lif_filters_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
231
struct ionic_lif *lif = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
237
seq_puts(seq, "id flow state type filter\n");
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
244
seq_printf(seq, "0x%04x 0x%08x 0x%02x vlan 0x%04x\n",
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
249
seq_printf(seq, "0x%04x 0x%08x 0x%02x mac %pM\n",
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
254
seq_printf(seq, "0x%04x 0x%08x 0x%02x macvl 0x%04x %pM\n",
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
260
seq_printf(seq, "0x%04x 0x%08x 0x%02x rxstr 0x%llx\n",
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
37
static int identity_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
39
struct ionic *ionic = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
44
seq_printf(seq, "nlifs: %d\n", ident->dev.nlifs);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
45
seq_printf(seq, "nintrs: %d\n", ident->dev.nintrs);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
46
seq_printf(seq, "ndbpgs_per_lif: %d\n", ident->dev.ndbpgs_per_lif);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
47
seq_printf(seq, "intr_coal_mult: %d\n", ident->dev.intr_coal_mult);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
48
seq_printf(seq, "intr_coal_div: %d\n", ident->dev.intr_coal_div);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
50
seq_printf(seq, "max_ucast_filters: %d\n", ident->lif.eth.max_ucast_filters);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
51
seq_printf(seq, "max_mcast_filters: %d\n", ident->lif.eth.max_mcast_filters);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
75
static int q_tail_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
77
struct ionic_queue *q = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
79
seq_printf(seq, "%d\n", q->tail_idx);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
85
static int q_head_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
87
struct ionic_queue *q = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
89
seq_printf(seq, "%d\n", q->head_idx);
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
95
static int cq_tail_show(struct seq_file *seq, void *v)
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
97
struct ionic_cq *cq = seq->private;
drivers/net/ethernet/pensando/ionic/ionic_debugfs.c
99
seq_printf(seq, "%d\n", cq->tail_idx);
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1624
th->seq = htonl(seq_number);
drivers/net/ethernet/qlogic/qed/qed_mcp.c
298
u32 org_mcp_reset_seq, seq, delay = QED_MCP_RESP_ITER_US, cnt = 0;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
314
seq = ++p_hwfn->mcp_info->drv_mb_seq;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
315
DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (DRV_MSG_CODE_MCP_RESET | seq));
drivers/net/ethernet/qlogic/qed/qed_mcp.c
4159
u16 seq;
drivers/net/ethernet/qlogic/qed/qed_mcp.c
4165
seq = (u16)atomic_inc_return(&p_hwfn->mcp_info->dbg_data_seq);
drivers/net/ethernet/qlogic/qed/qed_mcp.c
4171
SET_MFW_FIELD(*p_header, QED_MCP_DBG_DATA_HDR_SN, seq);
drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h
2344
s32 seq;
drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h
2347
#define NVM_DIR_NEXT_MFW(seq) ((seq) & NVM_DIR_NEXT_MFW_MASK)
drivers/net/ethernet/qlogic/qed/qed_mfw_hsi.h
2355
#define IS_DIR_SEQ_VALID(seq) (((seq) & NVM_DIR_SEQ_MASK) != \
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
1335
th->seq = htonl(seq_number);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1382
u16 seq = ++adapter->ahw->sriov->bc.trans_counter;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
1389
rsp = qlcnic_sriov_prepare_bc_hdr(trans, cmd, seq, QLC_BC_COMMAND);
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
754
u16 seq, u8 msg_type)
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
801
trans->trans_id = seq;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
811
hdr[i].seq_id = seq;
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
197
static int ppe_bm_counter_get(struct ppe_device *ppe_dev, struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
202
seq_printf(seq, "%-24s", "BM SILENT_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
215
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
217
seq_printf(seq, "%10u(%s=%04d)", pkt_cnt, "port", i);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
221
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
226
seq_printf(seq, "%-24s", "BM OVERFLOW_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
240
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
242
seq_printf(seq, "%10u(%s=%04d)", pkt_cnt, "port", i);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
246
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
249
seq_printf(seq, "%-24s", "BM USED/REACT:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
278
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
280
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, pkt_cnt1,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
285
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
292
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
297
seq_printf(seq, "%-24s", "PARSE TPRX/IPRX:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
317
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
319
seq_printf(seq, "%10u/%u(%s=%04d)", tunnel_cnt, cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
324
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
331
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
336
seq_printf(seq, "%-24s", "PORT RX/RX_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
349
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
351
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, drop_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
356
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
358
seq_printf(seq, "%-24s", "VPORT RX/RX_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
371
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
373
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, drop_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
378
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
385
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
390
seq_printf(seq, "%-24s", "L2 RX/RX_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
402
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
404
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, drop_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
409
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
416
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
421
seq_printf(seq, "%-24s", "VLAN RX:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
434
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
436
seq_printf(seq, "%10u(%s=%04d)", pkt_cnt, "vsi", i);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
440
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
447
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
452
seq_printf(seq, "%-24s", "CPU CODE:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
471
seq_printf(seq, "%10u(cpucode:%d)", pkt_cnt, i);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
473
seq_printf(seq, "%10u(port=%04d),dropcode:%d", pkt_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
475
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
476
seq_printf(seq, "%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
479
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
486
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
491
seq_printf(seq, "%-24s", "VLAN TX:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
504
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
506
seq_printf(seq, "%10u(%s=%04d)", pkt_cnt, "vsi", i);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
510
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
517
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
522
seq_printf(seq, "%-24s", "VPORT TX/TX_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
543
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
545
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, drop_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
550
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
552
seq_printf(seq, "%-24s", "PORT TX/TX_DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
573
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
575
seq_printf(seq, "%10u/%u(%s=%04d)", pkt_cnt, drop_cnt,
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
580
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
587
struct seq_file *seq)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
592
seq_printf(seq, "%-24s", "QUEUE TX/PEND/DROP:");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
659
seq_printf(seq, "\n%-24s", "");
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
661
seq_printf(seq, "%10u/%u/%u(%s=%04d)",
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
666
seq_putc(seq, '\n');
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
672
static int ppe_packet_counter_show(struct seq_file *seq, void *v)
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
674
struct ppe_debugfs_entry *entry = seq->private;
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
680
ret = ppe_bm_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
683
ret = ppe_parse_pkt_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
686
ret = ppe_port_rx_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
689
ret = ppe_vlan_rx_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
692
ret = ppe_l2_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
695
ret = ppe_cpu_code_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
698
ret = ppe_vlan_tx_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
701
ret = ppe_port_tx_counter_get(ppe_dev, seq);
drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
704
ret = ppe_queue_counter_get(ppe_dev, seq);
drivers/net/ethernet/sfc/ef10.c
2292
seqnum = ntohl(tcp->seq);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1406
unsigned qid, seq, type, data;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1412
seq = EFX_QWORD_FIELD(*event, VFDI_EV_SEQ);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1418
qid, seq, type, data);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1428
vf->req_seqno = seq + 1;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1430
} else if (seq != (vf->req_seqno++ & 0xff) || type != vf->req_type)
drivers/net/ethernet/sfc/siena/siena_sriov.c
1456
vf->req_seqno = seq + 1;
drivers/net/ethernet/sfc/tx_tso.c
190
st->seqnum = ntohl(tcp_hdr(skb)->seq);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6431
struct seq_file *seq, dma_addr_t dma_phy_addr)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6442
seq_printf(seq, "%d [%pad]: 0x%x 0x%x 0x%x 0x%x\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6453
static int stmmac_rings_status_show(struct seq_file *seq, void *v)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6455
struct net_device *dev = seq->private;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6467
seq_printf(seq, "RX Queue %d:\n", queue);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6470
seq_printf(seq, "Extended descriptor ring:\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6472
priv->dma_conf.dma_rx_size, 1, seq, rx_q->dma_rx_phy);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6474
seq_printf(seq, "Descriptor ring:\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6476
priv->dma_conf.dma_rx_size, 0, seq, rx_q->dma_rx_phy);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6483
seq_printf(seq, "TX Queue %d:\n", queue);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6486
seq_printf(seq, "Extended descriptor ring:\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6488
priv->dma_conf.dma_tx_size, 1, seq, tx_q->dma_tx_phy);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6490
seq_printf(seq, "Descriptor ring:\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6492
priv->dma_conf.dma_tx_size, 0, seq, tx_q->dma_tx_phy);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6500
static int stmmac_dma_cap_show(struct seq_file *seq, void *v)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6518
struct net_device *dev = seq->private;
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6522
seq_printf(seq, "DMA HW features not supported\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6526
seq_printf(seq, "==============================\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6527
seq_printf(seq, "\tDMA HW features\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6528
seq_printf(seq, "==============================\n");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6530
seq_printf(seq, "\t10/100 Mbps: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6532
seq_printf(seq, "\t1000 Mbps: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6534
seq_printf(seq, "\tHalf duplex: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6537
seq_printf(seq,
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6541
seq_printf(seq, "\tHash Filter: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6543
seq_printf(seq, "\tMultiple MAC address registers: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6546
seq_printf(seq, "\tPCS (TBI/SGMII/RTBI PHY interfaces): %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6548
seq_printf(seq, "\tSMA (MDIO) Interface: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6550
seq_printf(seq, "\tPMT Remote wake up: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6552
seq_printf(seq, "\tPMT Magic Frame: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6554
seq_printf(seq, "\tRMON module: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6556
seq_printf(seq, "\tIEEE 1588-2002 Time Stamp: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6558
seq_printf(seq, "\tIEEE 1588-2008 Advanced Time Stamp: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6561
seq_printf(seq, "\tTimestamp System Time Source: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6563
seq_printf(seq, "\t802.3az - Energy-Efficient Ethernet (EEE): %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6565
seq_printf(seq, "\tAV features: %s\n", (priv->dma_cap.av) ? "Y" : "N");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6566
seq_printf(seq, "\tChecksum Offload in TX: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6570
seq_printf(seq, "\tIP Checksum Offload in RX: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6573
seq_printf(seq, "\tIP Checksum Offload (type1) in RX: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6575
seq_printf(seq, "\tIP Checksum Offload (type2) in RX: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6577
seq_printf(seq, "\tRXFIFO > 2048bytes: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6580
seq_printf(seq, "\tNumber of Additional RX channel: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6582
seq_printf(seq, "\tNumber of Additional TX channel: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6584
seq_printf(seq, "\tNumber of Additional RX queues: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6586
seq_printf(seq, "\tNumber of Additional TX queues: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6588
seq_printf(seq, "\tEnhanced descriptors: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6590
seq_printf(seq, "\tTX Fifo Size: %d\n", priv->dma_cap.tx_fifo_size);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6591
seq_printf(seq, "\tRX Fifo Size: %d\n", priv->dma_cap.rx_fifo_size);
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6592
seq_printf(seq, "\tHash Table Size: %lu\n", priv->dma_cap.hash_tb_sz ?
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6594
seq_printf(seq, "\tTSO: %s\n", priv->dma_cap.tsoen ? "Y" : "N");
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6595
seq_printf(seq, "\tNumber of PPS Outputs: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6597
seq_printf(seq, "\tSafety Features: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6599
seq_printf(seq, "\tFlexible RX Parser: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6601
seq_printf(seq, "\tEnhanced Addressing: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6603
seq_printf(seq, "\tReceive Side Scaling: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6605
seq_printf(seq, "\tVLAN Hash Filtering: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6607
seq_printf(seq, "\tSplit Header: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6609
seq_printf(seq, "\tVLAN TX Insertion: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6611
seq_printf(seq, "\tDouble VLAN: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6613
seq_printf(seq, "\tNumber of L3/L4 Filters: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6615
seq_printf(seq, "\tARP Offloading: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6617
seq_printf(seq, "\tEnhancements to Scheduled Traffic (EST): %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6619
seq_printf(seq, "\tFrame Preemption (FPE): %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6621
seq_printf(seq, "\tTime-Based Scheduling (TBS): %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6623
seq_printf(seq, "\tNumber of DMA Channels Enabled for TBS: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6625
seq_printf(seq, "\tPer-Stream Filtering: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6627
seq_printf(seq, "\tTX Timestamp FIFO Depth: %lu\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6629
seq_printf(seq, "\tNumber of Traffic Classes: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6631
seq_printf(seq, "\tDCB Feature: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6633
seq_printf(seq, "\tIEEE 1588 High Word Register: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6635
seq_printf(seq, "\tPTP Offload: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6637
seq_printf(seq, "\tOne-Step Timestamping: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6639
seq_printf(seq, "\tPriority-Based Flow Control: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6641
seq_printf(seq, "\tNumber of Flexible RX Parser Instructions: %lu\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6643
seq_printf(seq, "\tNumber of Flexible RX Parser Parsable Bytes: %lu\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6645
seq_printf(seq, "\tParallel Instruction Processor Engines: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6647
seq_printf(seq, "\tNumber of Extended VLAN Tag Filters: %lu\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6650
seq_printf(seq, "\tWidth of the Time Interval Field in GCL: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6652
seq_printf(seq, "\tDepth of GCL: %lu\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6654
seq_printf(seq, "\tQueue/Channel-Based VLAN Tag Insertion on TX: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6656
seq_printf(seq, "\tNumber of Auxiliary Snapshot Inputs: %d\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6658
seq_printf(seq, "\tOne-Step Timestamping for PTP over UDP/IP: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6660
seq_printf(seq, "\tEnhanced DMA: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6662
seq_printf(seq, "\tDifferent Descriptor Cache: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6664
seq_printf(seq, "\tVxLAN/NVGRE: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6666
seq_printf(seq, "\tDebug Memory Interface: %s\n",
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
6668
seq_printf(seq, "\tNumber of Policing Counters: %lu\n",
drivers/net/ethernet/sun/sunvnet_common.c
488
hdr.seq = dr->snd_nxt;
drivers/net/ethernet/sun/sunvnet_common.c
652
pkt->tag.stype_env, pkt->seq, dr->rcv_nxt);
drivers/net/ethernet/sun/sunvnet_common.c
656
if (unlikely(pkt->seq != dr->rcv_nxt)) {
drivers/net/ethernet/sun/sunvnet_common.c
658
pkt->seq, dr->rcv_nxt);
drivers/net/ethernet/sun/sunvnet_common.c
851
pkt->seq = dr->rcv_nxt;
drivers/net/ethernet/sun/sunvnet_common.c
969
hdr.seq = dr->snd_nxt;
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
36
unsigned int seq;
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
40
seq = read_seqbegin(&wx->hw_tc_lock);
drivers/net/ethernet/wangxun/libwx/wx_ptp.c
42
} while (read_seqretry(&wx->hw_tc_lock, seq));
drivers/net/ethernet/xscale/ixp4xx_eth.c
315
u16 uid, seq;
drivers/net/ethernet/xscale/ixp4xx_eth.c
333
seq = (hi >> 16) & 0xffff;
drivers/net/ethernet/xscale/ixp4xx_eth.c
335
if (!ixp_ptp_match(skb, htons(uid), htonl(lo), htons(seq)))
drivers/net/gtp.c
460
__be16 seq;
drivers/net/gtp.c
467
seq = gtp0->seq;
drivers/net/gtp.c
481
gtp_pkt->gtp0_h.seq = seq;
drivers/net/gtp.c
959
gtp0->seq = htons((atomic_inc_return(&pctx->tx_seq) - 1) % 0xffff);
drivers/net/hamradio/bpqether.c
356
static void *bpq_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/hamradio/bpqether.c
374
static void *bpq_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/hamradio/bpqether.c
390
static void bpq_seq_stop(struct seq_file *seq, void *v)
drivers/net/hamradio/bpqether.c
397
static int bpq_seq_show(struct seq_file *seq, void *v)
drivers/net/hamradio/bpqether.c
400
seq_puts(seq,
drivers/net/hamradio/bpqether.c
405
seq_printf(seq, "%-5s %-10s %pM ",
drivers/net/hamradio/bpqether.c
410
seq_printf(seq, "*\n");
drivers/net/hamradio/bpqether.c
412
seq_printf(seq, "%pM\n", bpqdev->acpt_addr);
drivers/net/hamradio/scc.c
1992
static void *scc_net_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/hamradio/scc.c
1998
static void *scc_net_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/hamradio/scc.c
2012
static void scc_net_seq_stop(struct seq_file *seq, void *v)
drivers/net/hamradio/scc.c
2016
static int scc_net_seq_show(struct seq_file *seq, void *v)
drivers/net/hamradio/scc.c
2019
seq_puts(seq, "z8530drv-"VERSION"\n");
drivers/net/hamradio/scc.c
2021
seq_puts(seq, "not initialized\n");
drivers/net/hamradio/scc.c
2023
seq_puts(seq, "chips missing\n");
drivers/net/hamradio/scc.c
2039
seq_printf(seq, "%s\t%3.3lx %3.3lx %d %lu %2.2x %d %3.3lx %3.3lx %d\n",
drivers/net/hamradio/scc.c
2044
seq_printf(seq, "\t%lu %d %d %d %d\n",
drivers/net/hamradio/scc.c
2048
seq_printf(seq, "\t%lu %lu %lu %lu\n",
drivers/net/hamradio/scc.c
2050
seq_printf(seq, "\t%lu %lu %d / %lu %lu %d / %d %d\n",
drivers/net/hamradio/scc.c
2056
seq_printf(seq, "\t%d %d %d %d %d %d %d %d %d %d %d %d\n",
drivers/net/hamradio/scc.c
2065
seq_printf(seq, "\tW ");
drivers/net/hamradio/scc.c
2067
seq_printf(seq, "%2.2x ", scc->wreg[reg]);
drivers/net/hamradio/scc.c
2068
seq_printf(seq, "\n");
drivers/net/hamradio/scc.c
2070
seq_printf(seq, "\tR %2.2x %2.2x XX ", InReg(scc->ctrl,R0), InReg(scc->ctrl,R1));
drivers/net/hamradio/scc.c
2072
seq_printf(seq, "%2.2x ", InReg(scc->ctrl, reg));
drivers/net/hamradio/scc.c
2073
seq_printf(seq, "XX ");
drivers/net/hamradio/scc.c
2075
seq_printf(seq, "%2.2x ", InReg(scc->ctrl, reg));
drivers/net/hamradio/scc.c
2076
seq_printf(seq, "\n");
drivers/net/hamradio/scc.c
2079
seq_putc(seq, '\n');
drivers/net/hamradio/yam.c
781
static void *yam_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/hamradio/yam.c
786
static void *yam_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/hamradio/yam.c
792
static void yam_seq_stop(struct seq_file *seq, void *v)
drivers/net/hamradio/yam.c
796
static int yam_seq_show(struct seq_file *seq, void *v)
drivers/net/hamradio/yam.c
801
seq_printf(seq, "Device %s\n", dev->name);
drivers/net/hamradio/yam.c
802
seq_printf(seq, " Up %d\n", netif_running(dev));
drivers/net/hamradio/yam.c
803
seq_printf(seq, " Speed %u\n", yp->bitrate);
drivers/net/hamradio/yam.c
804
seq_printf(seq, " IoBase 0x%x\n", yp->iobase);
drivers/net/hamradio/yam.c
805
seq_printf(seq, " BaudRate %u\n", yp->baudrate);
drivers/net/hamradio/yam.c
806
seq_printf(seq, " IRQ %u\n", yp->irq);
drivers/net/hamradio/yam.c
807
seq_printf(seq, " TxState %u\n", yp->tx_state);
drivers/net/hamradio/yam.c
808
seq_printf(seq, " Duplex %u\n", yp->dupmode);
drivers/net/hamradio/yam.c
809
seq_printf(seq, " HoldDly %u\n", yp->holdd);
drivers/net/hamradio/yam.c
810
seq_printf(seq, " TxDelay %u\n", yp->txd);
drivers/net/hamradio/yam.c
811
seq_printf(seq, " TxTail %u\n", yp->txtail);
drivers/net/hamradio/yam.c
812
seq_printf(seq, " SlotTime %u\n", yp->slot);
drivers/net/hamradio/yam.c
813
seq_printf(seq, " Persist %u\n", yp->pers);
drivers/net/hamradio/yam.c
814
seq_printf(seq, " TxFrames %lu\n", dev->stats.tx_packets);
drivers/net/hamradio/yam.c
815
seq_printf(seq, " RxFrames %lu\n", dev->stats.rx_packets);
drivers/net/hamradio/yam.c
816
seq_printf(seq, " TxInt %u\n", yp->nb_mdint);
drivers/net/hamradio/yam.c
817
seq_printf(seq, " RxInt %u\n", yp->nb_rxint);
drivers/net/hamradio/yam.c
818
seq_printf(seq, " RxOver %lu\n", dev->stats.rx_fifo_errors);
drivers/net/hamradio/yam.c
819
seq_printf(seq, "\n");
drivers/net/ieee802154/atusb.c
194
static void atusb_tx_done(struct atusb *atusb, u8 seq, int reason)
drivers/net/ieee802154/atusb.c
199
dev_dbg(&usb_dev->dev, "%s (0x%02x/0x%02x)\n", __func__, seq, expect);
drivers/net/ieee802154/atusb.c
200
if (seq == expect) {
drivers/net/ieee802154/mac802154_hwsim.c
430
u32 portid, u32 seq,
drivers/net/ieee802154/mac802154_hwsim.c
436
hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags,
drivers/net/macsec.c
3287
cb->seq = macsec_generation;
drivers/net/netkit.c
725
static void netkit_link_fdinfo(const struct bpf_link *link, struct seq_file *seq)
drivers/net/netkit.c
735
seq_printf(seq, "ifindex:\t%u\n", ifindex);
drivers/net/netkit.c
736
seq_printf(seq, "attach_type:\t%u (%s)\n",
drivers/net/ovpn/netlink.c
535
const struct ovpn_peer *peer, u32 portid, u32 seq,
drivers/net/ovpn/netlink.c
546
hdr = genlmsg_put(skb, portid, seq, &ovpn_nl_family, flags,
drivers/net/phy/micrel.c
4854
u32 *sec, u32 *nsec, u16 *seq)
drivers/net/phy/micrel.c
4869
*seq = phy_read_mmd(phydev, 2, LAN8841_PTP_TX_MSG_HEADER2);
drivers/net/phy/micrel.c
4877
u16 seq;
drivers/net/phy/micrel.c
4879
while (lan8841_ptp_get_tx_ts(ptp_priv, &sec, &nsec, &seq))
drivers/net/phy/micrel.c
4880
lan8814_match_tx_skb(ptp_priv, sec, nsec, seq);
drivers/net/phy/microchip_rds_ptp.c
1033
u32 *sec, u32 *nsec, u16 *seq)
drivers/net/phy/microchip_rds_ptp.c
1068
*seq = rc;
drivers/net/phy/microchip_rds_ptp.c
1079
u16 seq;
drivers/net/phy/microchip_rds_ptp.c
1081
if (mchp_rds_ptp_get_tx_ts(clock, &sec, &nsec, &seq))
drivers/net/phy/microchip_rds_ptp.c
1082
mchp_rds_ptp_match_tx_skb(clock, sec, nsec, seq);
drivers/net/ppp/bsd_comp.c
837
int seq;
drivers/net/ppp/bsd_comp.c
864
seq = (ibuf[4] << 8) + ibuf[5];
drivers/net/ppp/bsd_comp.c
874
if (seq != db->seqno)
drivers/net/ppp/bsd_comp.c
879
db->unit, seq, db->seqno - 1);
drivers/net/ppp/ppp_deflate.c
413
int olen, seq, r;
drivers/net/ppp/ppp_deflate.c
425
seq = get_unaligned_be16(ibuf + PPP_HDRLEN);
drivers/net/ppp/ppp_deflate.c
426
if (seq != (state->seqno & 0xffff)) {
drivers/net/ppp/ppp_deflate.c
429
state->unit, seq, state->seqno & 0xffff);
drivers/net/ppp/ppp_generic.c
2639
u32 mask, seq;
drivers/net/ppp/ppp_generic.c
2648
seq = ((skb->data[2] & 0x0f) << 8) | skb->data[3];
drivers/net/ppp/ppp_generic.c
2651
seq = (skb->data[3] << 16) | (skb->data[4] << 8)| skb->data[5];
drivers/net/ppp/ppp_generic.c
2669
seq |= ppp->minseq & ~mask;
drivers/net/ppp/ppp_generic.c
2670
if ((int)(ppp->minseq - seq) > (int)(mask >> 1))
drivers/net/ppp/ppp_generic.c
2671
seq += mask + 1;
drivers/net/ppp/ppp_generic.c
2672
else if ((int)(seq - ppp->minseq) > (int)(mask >> 1))
drivers/net/ppp/ppp_generic.c
2673
seq -= mask + 1; /* should never happen */
drivers/net/ppp/ppp_generic.c
2674
PPP_MP_CB(skb)->sequence = seq;
drivers/net/ppp/ppp_generic.c
2675
pch->lastseq = seq;
drivers/net/ppp/ppp_generic.c
2681
if (seq_before(seq, ppp->nextseq)) {
drivers/net/ppp/ppp_generic.c
2697
if (seq_before(ch->lastseq, seq))
drivers/net/ppp/ppp_generic.c
2698
seq = ch->lastseq;
drivers/net/ppp/ppp_generic.c
2700
if (seq_before(ppp->minseq, seq))
drivers/net/ppp/ppp_generic.c
2701
ppp->minseq = seq;
drivers/net/ppp/ppp_generic.c
2741
u32 seq = PPP_MP_CB(skb)->sequence;
drivers/net/ppp/ppp_generic.c
2746
if (seq_before(seq, PPP_MP_CB(p)->sequence))
drivers/net/ppp/ppp_generic.c
2761
u32 seq = ppp->nextseq;
drivers/net/ppp/ppp_generic.c
2775
if (seq_before(PPP_MP_CB(p)->sequence, seq)) {
drivers/net/ppp/ppp_generic.c
2779
PPP_MP_CB(p)->sequence, seq);
drivers/net/ppp/ppp_generic.c
2784
if (PPP_MP_CB(p)->sequence != seq) {
drivers/net/ppp/ppp_generic.c
2788
if (seq_after(seq, minseq))
drivers/net/ppp/ppp_generic.c
2792
oldseq = seq;
drivers/net/ppp/ppp_generic.c
2793
seq = seq_before(minseq, PPP_MP_CB(p)->sequence)?
drivers/net/ppp/ppp_generic.c
2799
oldseq, seq-1);
drivers/net/ppp/ppp_generic.c
2833
ppp->nextseq = seq + 1;
drivers/net/ppp/ppp_generic.c
2856
++seq;
drivers/net/ppp/pppoe.c
1033
static int pppoe_seq_show(struct seq_file *seq, void *v)
drivers/net/ppp/pppoe.c
1039
seq_puts(seq, "Id Address Device\n");
drivers/net/ppp/pppoe.c
1046
seq_printf(seq, "%08X %pM %8s\n",
drivers/net/ppp/pppoe.c
1070
static void *pppoe_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/ppp/pppoe.c
1073
struct pppoe_net *pn = pppoe_pernet(seq_file_net(seq));
drivers/net/ppp/pppoe.c
1080
static void *pppoe_seq_next(struct seq_file *seq, void *v, loff_t *pos)
drivers/net/ppp/pppoe.c
1082
struct pppoe_net *pn = pppoe_pernet(seq_file_net(seq));
drivers/net/ppp/pppoe.c
1109
static void pppoe_seq_stop(struct seq_file *seq, void *v)
drivers/net/ppp/pptp.c
223
hdr->seq = htonl(++opt->seq_sent);
drivers/net/ppp/pptp.c
277
int headersize, payload_len, seq;
drivers/net/ppp/pptp.c
300
ntohl(header->seq);
drivers/net/ppp/pptp.c
314
seq = ntohl(header->seq);
drivers/net/ppp/pptp.c
322
if (seq < opt->seq_recv + 1 || WRAPPED(opt->seq_recv, seq)) {
drivers/net/ppp/pptp.c
328
opt->seq_recv = seq;
drivers/net/slip/slhc.c
390
if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){
drivers/net/slip/slhc.c
555
thp->seq = htonl( ntohl(thp->seq) + i);
drivers/net/slip/slhc.c
560
thp->seq = htonl( ntohl(thp->seq) +
drivers/net/slip/slhc.c
589
thp->seq = htonl( ntohl(thp->seq) + x);
drivers/net/team/team_core.c
2431
static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq,
drivers/net/team/team_core.c
2452
hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI,
drivers/net/team/team_core.c
2487
nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
drivers/net/team/team_core.c
2719
static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq,
drivers/net/team/team_core.c
2740
hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI,
drivers/net/team/team_core.c
2785
nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
drivers/net/vxlan/vxlan_core.c
1390
u16 vid, u32 portid, u32 seq,
drivers/net/vxlan/vxlan_core.c
1412
err = vxlan_fdb_info(skb, vxlan, f, portid, seq,
drivers/net/vxlan/vxlan_core.c
158
u32 portid, u32 seq, int type, unsigned int flags,
drivers/net/vxlan/vxlan_core.c
170
nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
drivers/net/vxlan/vxlan_mdb.c
1524
u32 portid, u32 seq)
drivers/net/vxlan/vxlan_mdb.c
1532
nlh = nlmsg_put(skb, portid, seq, RTM_NEWMDB, sizeof(*bpm), 0);
drivers/net/vxlan/vxlan_mdb.c
1569
u32 seq, struct netlink_ext_ack *extack)
drivers/net/vxlan/vxlan_mdb.c
1593
err = vxlan_mdb_get_reply_fill(vxlan, skb, mdb_entry, portid, seq);
drivers/net/vxlan/vxlan_mdb.c
304
cb->seq = vxlan->mdb_seq;
drivers/net/vxlan/vxlan_private.h
242
u32 seq, struct netlink_ext_ack *extack);
drivers/net/wan/hdlc_ppp.c
326
ppp_tx_cp(dev, pid, CP_CONF_REQ, proto->cr_id = ++ppp->seq,
drivers/net/wan/hdlc_ppp.c
333
ppp_tx_cp(dev, pid, CP_TERM_REQ, ++ppp->seq, 0, NULL);
drivers/net/wan/hdlc_ppp.c
337
ppp_tx_cp(dev, pid, CP_CODE_REJ, ++ppp->seq, len, data);
drivers/net/wan/hdlc_ppp.c
460
++ppp->seq, skb->len + 2, &hdr->protocol);
drivers/net/wan/hdlc_ppp.c
600
ppp->echo_id = ++ppp->seq;
drivers/net/wan/hdlc_ppp.c
78
u8 seq; /* local sequence number for requests */
drivers/net/wireguard/allowedips.c
301
table->seq = 1;
drivers/net/wireguard/allowedips.c
308
++table->seq;
drivers/net/wireguard/allowedips.c
333
++table->seq;
drivers/net/wireguard/allowedips.c
344
++table->seq;
drivers/net/wireguard/allowedips.c
355
++table->seq;
drivers/net/wireguard/allowedips.c
366
++table->seq;
drivers/net/wireguard/allowedips.c
378
++table->seq;
drivers/net/wireguard/allowedips.h
32
u64 seq;
drivers/net/wireguard/netlink.c
138
ctx->allowedips_seq = ctx->wg->peer_allowedips.seq;
drivers/net/wireguard/netlink.c
139
else if (ctx->allowedips_seq != ctx->wg->peer_allowedips.seq)
drivers/net/wireguard/netlink.c
193
cb->seq = wg->device_update_gen;
drivers/net/wireless/ath/ath10k/htt.h
1548
__le32 seq;
drivers/net/wireless/ath/ath10k/htt_rx.c
1889
u32 seq;
drivers/net/wireless/ath/ath10k/htt_rx.c
1906
seq = IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl));
drivers/net/wireless/ath/ath10k/htt_rx.c
1910
peer->frag_tids_seq[tid] = seq;
drivers/net/wireless/ath/ath10k/htt_rx.c
1912
if (seq != peer->frag_tids_seq[tid])
drivers/net/wireless/ath/ath10k/htt_rx.c
2768
u32 tid, frag, seq, rx_desc_info;
drivers/net/wireless/ath/ath10k/htt_rx.c
2826
seq = IEEE80211_SEQ_TO_SN(sc);
drivers/net/wireless/ath/ath10k/htt_rx.c
2890
peer->frag_tids_seq[tid] = seq;
drivers/net/wireless/ath/ath10k/htt_rx.c
2892
if (seq != peer->frag_tids_seq[tid])
drivers/net/wireless/ath/ath10k/htt_tx.c
103
seq = le32_to_cpu(ar->htt.tx_q_state.vaddr->seq);
drivers/net/wireless/ath/ath10k/htt_tx.c
104
seq++;
drivers/net/wireless/ath/ath10k/htt_tx.c
105
ar->htt.tx_q_state.vaddr->seq = cpu_to_le32(seq);
drivers/net/wireless/ath/ath10k/htt_tx.c
108
seq);
drivers/net/wireless/ath/ath10k/htt_tx.c
92
u32 seq;
drivers/net/wireless/ath/ath11k/mac.c
8058
u16 start_seq, u8 seq)
drivers/net/wireless/ath/ath11k/mac.c
8075
if (chan_def->width == NL80211_CHAN_WIDTH_80P80 && seq == 3)
drivers/net/wireless/ath/ath11k/mac.c
8078
seg_seq = 10 * (BIT(seq) - 1);
drivers/net/wireless/ath/ath12k/mac.c
11714
u16 start_seq, u8 seq)
drivers/net/wireless/ath/ath12k/mac.c
11731
seg_seq = 10 * (BIT(seq) - 1);
drivers/net/wireless/ath/ath5k/debug.c
139
static void *reg_start(struct seq_file *seq, loff_t *pos)
drivers/net/wireless/ath/ath5k/debug.c
144
static void reg_stop(struct seq_file *seq, void *p)
drivers/net/wireless/ath/ath5k/debug.c
149
static void *reg_next(struct seq_file *seq, void *p, loff_t *pos)
drivers/net/wireless/ath/ath5k/debug.c
155
static int reg_show(struct seq_file *seq, void *p)
drivers/net/wireless/ath/ath5k/debug.c
157
struct ath5k_hw *ah = seq->private;
drivers/net/wireless/ath/ath5k/debug.c
159
seq_printf(seq, "%-25s0x%08x\n", r->name,
drivers/net/wireless/ath/ath6kl/cfg80211.c
1170
seq_len > sizeof(key->seq))
drivers/net/wireless/ath/ath6kl/cfg80211.c
1176
memcpy(key->seq, params->seq, key->seq_len);
drivers/net/wireless/ath/ath6kl/cfg80211.c
1246
key->seq, key->seq_len, key->key,
drivers/net/wireless/ath/ath6kl/cfg80211.c
1308
params.seq = key->seq;
drivers/net/wireless/ath/ath6kl/cfg80211.c
1361
key->key_len, key->seq, key->seq_len,
drivers/net/wireless/ath/ath6kl/core.h
384
u8 seq[ATH6KL_KEY_SEQ_LEN];
drivers/net/wireless/ath/carl9170/fwcmd.h
220
u8 seq;
drivers/net/wireless/ath/carl9170/rx.c
105
ar->cmd_seq = seq;
drivers/net/wireless/ath/carl9170/rx.c
113
if (seq != ar->cmd_seq) {
drivers/net/wireless/ath/carl9170/rx.c
116
count = (seq - ar->cmd_seq) % ar->fw.cmd_bufs;
drivers/net/wireless/ath/carl9170/rx.c
119
"w:%d g:%d\n", count, ar->cmd_seq, seq);
drivers/net/wireless/ath/carl9170/rx.c
838
if (carl9170_check_sequence(ar, cmd->hdr.seq))
drivers/net/wireless/ath/carl9170/rx.c
96
static int carl9170_check_sequence(struct ar9170 *ar, unsigned int seq)
drivers/net/wireless/ath/carl9170/tx.c
1136
u16 seq, queue, tmpssn;
drivers/net/wireless/ath/carl9170/tx.c
1172
seq = tid_info->snx;
drivers/net/wireless/ath/carl9170/tx.c
1174
if (unlikely(tmpssn != seq)) {
drivers/net/wireless/ath/carl9170/tx.c
1183
if (unlikely(carl9170_get_seq(skb) != seq))
drivers/net/wireless/ath/carl9170/tx.c
1200
tid_info->snx = seq = SEQ_NEXT(seq);
drivers/net/wireless/ath/carl9170/tx.c
1403
u16 tid, seq, qseq, off;
drivers/net/wireless/ath/carl9170/tx.c
1407
seq = carl9170_get_seq(skb);
drivers/net/wireless/ath/carl9170/tx.c
1421
if (unlikely(!BAW_WITHIN(agg->bsn, CARL9170_BAW_BITS, seq)))
drivers/net/wireless/ath/carl9170/tx.c
1424
if (WARN_ON_ONCE(!BAW_WITHIN(agg->snx, CARL9170_BAW_BITS, seq)))
drivers/net/wireless/ath/carl9170/tx.c
1427
off = SEQ_DIFF(seq, agg->bsn);
drivers/net/wireless/ath/carl9170/tx.c
1431
if (likely(BAW_WITHIN(agg->hsn, CARL9170_BAW_BITS, seq))) {
drivers/net/wireless/ath/carl9170/tx.c
1433
agg->hsn = seq;
drivers/net/wireless/ath/carl9170/tx.c
1440
if (BAW_WITHIN(qseq, CARL9170_BAW_BITS, seq)) {
drivers/net/wireless/ath/carl9170/tx.c
348
struct carl9170_sta_tid *tid_info, u16 seq)
drivers/net/wireless/ath/carl9170/tx.c
352
off = SEQ_DIFF(seq, tid_info->bsn);
drivers/net/wireless/ath/wil6210/cfg80211.c
1575
if (params->seq)
drivers/net/wireless/ath/wil6210/cfg80211.c
1576
memcpy(cc->pn, params->seq,
drivers/net/wireless/ath/wil6210/cfg80211.c
1585
if (params->seq)
drivers/net/wireless/ath/wil6210/cfg80211.c
1586
memcpy(cc->pn, params->seq, IEEE80211_GCMP_PN_LEN);
drivers/net/wireless/ath/wil6210/cfg80211.c
1643
params->seq_len, params->seq);
drivers/net/wireless/ath/wil6210/cfg80211.c
1652
params->seq_len, params->seq);
drivers/net/wireless/ath/wil6210/cfg80211.c
1659
if (params->seq && params->seq_len != IEEE80211_GCMP_PN_LEN) {
drivers/net/wireless/ath/wil6210/cfg80211.c
1664
params->seq_len, params->seq);
drivers/net/wireless/ath/wil6210/debugfs.c
330
le16_to_cpu(hdr.seq), len,
drivers/net/wireless/ath/wil6210/rx_reorder.c
118
if (retry && seq == r->mcast_last_seq) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
121
seq);
drivers/net/wireless/ath/wil6210/rx_reorder.c
125
r->mcast_last_seq = seq;
drivers/net/wireless/ath/wil6210/rx_reorder.c
143
if (seq != r->head_seq_num) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
144
if (seq_less(seq, r->head_seq_num)) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
147
seq, r->head_seq_num);
drivers/net/wireless/ath/wil6210/rx_reorder.c
154
seq, r->head_seq_num);
drivers/net/wireless/ath/wil6210/rx_reorder.c
155
r->head_seq_num = seq;
drivers/net/wireless/ath/wil6210/rx_reorder.c
156
r->ssn = seq;
drivers/net/wireless/ath/wil6210/rx_reorder.c
161
if (seq_less(seq, r->head_seq_num)) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
162
r->ssn_last_drop = seq;
drivers/net/wireless/ath/wil6210/rx_reorder.c
165
seq, r->head_seq_num);
drivers/net/wireless/ath/wil6210/rx_reorder.c
174
if (!seq_less(seq, r->head_seq_num + r->buf_size)) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
175
hseq = seq_inc(seq_sub(seq, r->buf_size));
drivers/net/wireless/ath/wil6210/rx_reorder.c
182
index = reorder_index(r, seq);
drivers/net/wireless/ath/wil6210/rx_reorder.c
187
wil_dbg_txrx(wil, "Rx drop: dup seq 0x%03x\n", seq);
drivers/net/wireless/ath/wil6210/rx_reorder.c
198
if (seq == r->head_seq_num && r->stored_mpdu_num == 0) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
215
u8 cid, u8 tid, u16 seq)
drivers/net/wireless/ath/wil6210/rx_reorder.c
228
if (seq_less(seq, r->head_seq_num)) {
drivers/net/wireless/ath/wil6210/rx_reorder.c
230
seq, r->head_seq_num);
drivers/net/wireless/ath/wil6210/rx_reorder.c
234
cid, vif->mid, tid, seq, r->head_seq_num);
drivers/net/wireless/ath/wil6210/rx_reorder.c
235
wil_release_reorder_frames(ndev, r, seq);
drivers/net/wireless/ath/wil6210/rx_reorder.c
28
static inline int reorder_index(struct wil_tid_ampdu_rx *r, u16 seq)
drivers/net/wireless/ath/wil6210/rx_reorder.c
30
return seq_sub(seq, r->ssn) % r->buf_size;
drivers/net/wireless/ath/wil6210/rx_reorder.c
88
u16 seq;
drivers/net/wireless/ath/wil6210/rx_reorder.c
94
wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq,
drivers/net/wireless/ath/wil6210/rx_reorder.c
99
mid, cid, tid, seq, mcast);
drivers/net/wireless/ath/wil6210/trace.h
157
__field(u16, seq)
drivers/net/wireless/ath/wil6210/trace.h
168
__entry->seq = wil_rxdesc_seq(d);
drivers/net/wireless/ath/wil6210/trace.h
174
__entry->seq, __entry->type, __entry->subtype)
drivers/net/wireless/ath/wil6210/trace.h
189
__field(u16, seq)
drivers/net/wireless/ath/wil6210/trace.h
201
__entry->seq = wil_rx_status_get_seq(wil, msg);
drivers/net/wireless/ath/wil6210/trace.h
208
__entry->seq, __entry->type, __entry->subtype)
drivers/net/wireless/ath/wil6210/txrx.c
2553
int *mid, u16 *seq, int *mcast, int *retry)
drivers/net/wireless/ath/wil6210/txrx.c
2560
*seq = wil_rxdesc_seq(d);
drivers/net/wireless/ath/wil6210/txrx.c
539
u16 seq = wil_rxdesc_seq(d);
drivers/net/wireless/ath/wil6210/txrx.c
543
fc1, mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx.c
548
mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx.c
549
wil_rx_bar(wil, vif, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx.c
556
fc1, mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx.h
684
u8 cid, u8 tid, u16 seq);
drivers/net/wireless/ath/wil6210/txrx_edma.c
504
int *cid, int *mid, u16 *seq,
drivers/net/wireless/ath/wil6210/txrx_edma.c
512
*seq = le16_to_cpu(wil_rx_status_get_seq(wil, s));
drivers/net/wireless/ath/wil6210/txrx_edma.c
760
u16 seq;
drivers/net/wireless/ath/wil6210/txrx_edma.c
770
seq = le16_to_cpu(wil_rx_status_get_seq(wil, msg));
drivers/net/wireless/ath/wil6210/txrx_edma.c
780
fc1, mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx_edma.c
786
mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx_edma.c
787
wil_rx_bar(wil, vif, cid, tid, seq);
drivers/net/wireless/ath/wil6210/txrx_edma.c
798
fc1, mid, cid, tid, seq);
drivers/net/wireless/ath/wil6210/wil6210.h
475
__le16 seq;
drivers/net/wireless/ath/wil6210/wil6210.h
619
int *mid, u16 *seq, int *mcast, int *retry);
drivers/net/wireless/ath/wil6210/wmi.c
1955
le16_to_cpu(hdr.seq), len, le16_to_cpu(hdr.type),
drivers/net/wireless/ath/wil6210/wmi.c
728
cmd.hdr.seq = cpu_to_le16(++wil->wmi_seq);
drivers/net/wireless/broadcom/b43/debugfs.c
377
stat->cookie, stat->seq, stat->phy_stat,
drivers/net/wireless/broadcom/b43/main.c
1346
stat.seq = (v1 & 0x0000FFFF);
drivers/net/wireless/broadcom/b43/phy_n.c
114
enum b43_nphy_rf_sequence seq)
drivers/net/wireless/broadcom/b43/phy_n.c
127
B43_WARN_ON(seq >= ARRAY_SIZE(trigger));
drivers/net/wireless/broadcom/b43/phy_n.c
131
b43_phy_set(dev, B43_NPHY_RFSEQTR, trigger[seq]);
drivers/net/wireless/broadcom/b43/phy_n.c
133
if (!(b43_phy_read(dev, B43_NPHY_RFSEQST) & trigger[seq]))
drivers/net/wireless/broadcom/b43/xmit.h
214
u16 seq; /* Sequence number */
drivers/net/wireless/broadcom/b43legacy/debugfs.c
154
stat->cookie, stat->seq, stat->phy_stat,
drivers/net/wireless/broadcom/b43legacy/main.c
718
stat.seq = (v1 & 0x0000FFFF);
drivers/net/wireless/broadcom/b43legacy/xmit.c
605
status.seq = le16_to_cpu(hw->seq);
drivers/net/wireless/broadcom/b43legacy/xmit.h
124
__le16 seq;
drivers/net/wireless/broadcom/b43legacy/xmit.h
93
u16 seq; /* Sequence number */
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
2850
if (params->seq && params->seq_len == 6) {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
2854
ivptr = (u8 *)params->seq;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.c
51
int (*read_fn)(struct seq_file *seq, void *data))
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
123
int (*read_fn)(struct seq_file *seq, void *data));
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h
133
int (*read_fn)(struct seq_file *seq, void *data))
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
259
static int brcmf_feat_fwcap_debugfs_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
261
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
281
seq_printf(seq, "%s", caps);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
284
seq_printf(seq, "\n");
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
67
static int brcmf_feat_debugfs_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
69
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
74
seq_printf(seq, "Features: %08x\n", feats);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
77
seq_printf(seq, "\t%s\n", brcmf_feat_names[id]);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
78
seq_printf(seq, "\nQuirks: %08x\n", quirks);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
81
seq_printf(seq, "\t%s\n", brcmf_quirk_names[id]);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
85
static int brcmf_feat_debugfs_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1396
u32 genbit, u16 seq)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1415
brcmf_skbcb(skb)->htod_seq = seq;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1437
u32 genbit, u16 seq, u8 compcnt)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1490
flags, skcb->htod, seq);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1509
genbit, seq);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1517
seq = (seq + 1) & BRCMF_SKB_HTOD_SEQ_NR_MASK;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1555
u16 seq;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1567
seq = le16_to_cpu(seq_le);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1570
seq = 0;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
1580
brcmf_fws_txs_process(fws, flags, hslot, genbit, seq, compcnt);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2098
brcmf_skb_htod_tag_set_field(p, FREERUN, skcb->mac->seq[fifo]);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2102
skcb->mac->seq[fifo]++;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2269
static int brcmf_debugfs_fws_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2271
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2274
seq_printf(seq,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
2331
static int brcmf_debugfs_fws_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c
388
u8 seq[BRCMF_FWS_FIFO_COUNT];
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1469
static int brcmf_msgbuf_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1471
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1480
seq_printf(seq, "h2d_ctl_submit: rp %4u, wp %4u, depth %4u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1483
seq_printf(seq, "h2d_rx_submit: rp %4u, wp %4u, depth %4u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1486
seq_printf(seq, "d2h_ctl_cmplt: rp %4u, wp %4u, depth %4u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1489
seq_printf(seq, "d2h_tx_cmplt: rp %4u, wp %4u, depth %4u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1492
seq_printf(seq, "d2h_rx_cmplt: rp %4u, wp %4u, depth %4u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1495
seq_printf(seq, "\nh2d_flowrings: depth %u\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1497
seq_puts(seq, "Active flowrings:\n");
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1506
seq_printf(seq, "id %3u: rp %4u, wp %4u, qlen %4u, blocked %u\n"
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
1516
static int brcmf_msgbuf_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
2980
static int brcmf_sdio_dump_console(struct seq_file *seq, struct brcmf_sdio *bus,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3024
rv = seq_write(seq, conbuf + console_index,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3030
rv = seq_write(seq, conbuf, console_index - 1);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3037
static int brcmf_sdio_trap_info(struct seq_file *seq, struct brcmf_sdio *bus,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3053
if (seq)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3054
seq_printf(seq,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3085
static int brcmf_sdio_assert_info(struct seq_file *seq, struct brcmf_sdio *bus,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3115
seq_printf(seq, "dongle assert: %s:%d: assert(%s)\n",
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3143
static int brcmf_sdio_died_dump(struct seq_file *seq, struct brcmf_sdio *bus)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3152
error = brcmf_sdio_assert_info(seq, bus, &sh);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3156
error = brcmf_sdio_trap_info(seq, bus, &sh);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3160
error = brcmf_sdio_dump_console(seq, bus, &sh);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3166
static int brcmf_sdio_forensic_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3168
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3171
return brcmf_sdio_died_dump(seq, bus);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3174
static int brcmf_debugfs_sdio_count_read(struct seq_file *seq, void *data)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3176
struct brcmf_bus *bus_if = dev_get_drvdata(seq->private);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3180
seq_printf(seq,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
68
#define TX_SEQ_TO_INDEX(seq) ((seq) % AMPDU_TX_BA_MAX_WSIZE)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
813
u16 seq, start_seq = 0, bindex, index, mcl;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
901
seq = le16_to_cpu(h->seq_ctrl) >> SEQNUM_SHIFT;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
910
index = TX_SEQ_TO_INDEX(seq);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
915
bindex = MODSUB_POW2(seq, start_seq, SEQNUM_MAX);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
922
tid, seq, start_seq, bindex,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
971
seq);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c
165
int (*read)(struct seq_file *seq, void *data);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c
186
int (*read_fn)(struct seq_file *seq, void *data))
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6161
u16 seq = 0, mcl = 0, status = 0, frameid = 0;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6219
seq = le16_to_cpu(h->seq_ctrl) & FRAGNUM_MASK;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6220
seq |= (scb->seqnum[p->priority] << SEQNUM_SHIFT);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6221
h->seq_ctrl = cpu_to_le16(seq);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6223
frameid = ((seq << TXFID_SEQ_SHIFT) & TXFID_SEQ_MASK) |
drivers/net/wireless/intel/ipw2x00/ipw2200.c
8085
u16 seq = WLAN_GET_SEQ_SEQ(sc);
drivers/net/wireless/intel/ipw2x00/ipw2200.c
8112
entry->seq_num = seq;
drivers/net/wireless/intel/ipw2x00/ipw2200.c
8132
if ((*last_seq == seq) &&
drivers/net/wireless/intel/ipw2x00/ipw2200.c
8140
*last_seq = seq;
drivers/net/wireless/intel/ipw2x00/libipw.h
150
#define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
drivers/net/wireless/intel/ipw2x00/libipw.h
151
#define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
drivers/net/wireless/intel/ipw2x00/libipw.h
243
unsigned int seq;
drivers/net/wireless/intel/ipw2x00/libipw.h
735
int (*set_key) (void *key, int len, u8 * seq, void *priv);
drivers/net/wireless/intel/ipw2x00/libipw.h
736
int (*get_key) (void *key, int len, u8 * seq, void *priv);
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
340
static int libipw_ccmp_set_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
353
if (seq) {
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
354
data->rx_pn[0] = seq[5];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
355
data->rx_pn[1] = seq[4];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
356
data->rx_pn[2] = seq[3];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
357
data->rx_pn[3] = seq[2];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
358
data->rx_pn[4] = seq[1];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
359
data->rx_pn[5] = seq[0];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
372
static int libipw_ccmp_get_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
383
if (seq) {
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
384
seq[0] = data->tx_pn[5];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
385
seq[1] = data->tx_pn[4];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
386
seq[2] = data->tx_pn[3];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
387
seq[3] = data->tx_pn[2];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
388
seq[4] = data->tx_pn[1];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
389
seq[5] = data->tx_pn[0];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
613
static int libipw_tkip_set_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
633
if (seq) {
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
634
tkey->rx_iv32 = (seq[5] << 24) | (seq[4] << 16) |
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
635
(seq[3] << 8) | seq[2];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
636
tkey->rx_iv16 = (seq[1] << 8) | seq[0];
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
646
static int libipw_tkip_get_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
657
if (seq) {
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
664
seq[0] = tkey->tx_iv16;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
665
seq[1] = tkey->tx_iv16 >> 8;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
666
seq[2] = tkey->tx_iv32;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
667
seq[3] = tkey->tx_iv32 >> 8;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
668
seq[4] = tkey->tx_iv32 >> 16;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_tkip.c
669
seq[5] = tkey->tx_iv32 >> 24;
drivers/net/wireless/intel/ipw2x00/libipw_crypto_wep.c
192
static int libipw_wep_set_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_crypto_wep.c
205
static int libipw_wep_get_key(void *key, int len, u8 * seq, void *priv)
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
113
entry->seq = seq;
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
121
entry = libipw_frag_cache_find(ieee, seq, frag, hdr->addr2,
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
137
unsigned int seq;
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
141
seq = WLAN_GET_SEQ_SEQ(sc);
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
143
entry = libipw_frag_cache_find(ieee, seq, -1, hdr->addr2,
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
148
"entry (seq=%u)\n", seq);
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
52
unsigned int seq,
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
66
entry->seq, entry->last_frag);
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
71
if (entry->skb != NULL && entry->seq == seq &&
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
87
unsigned int frag, seq;
drivers/net/wireless/intel/ipw2x00/libipw_rx.c
92
seq = WLAN_GET_SEQ_SEQ(sc);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
2656
u16 seq;
drivers/net/wireless/intel/iwlegacy/4965-mac.c
2695
seq = le16_to_cpu(frame_status[i].sequence);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
2696
idx = SEQ_TO_IDX(seq);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
2697
txq_id = SEQ_TO_QUEUE(seq);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1057
u16 seq;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1069
seq = le16_to_cpu(priv->last_seq_ctl) & IEEE80211_SCTL_SEQ;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1070
wakeup_filter_cmd.non_qos_seq = cpu_to_le16(seq);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1077
seq = priv->tid_data[IWL_AP_ID][i].seq_number;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1078
seq -= 0x10;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
1079
wakeup_filter_cmd.qos_seq[i] = cpu_to_le16(seq);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
884
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
917
ieee80211_get_tkip_p1k_iv(key, seq.tkip.iv32, p1k);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
938
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
939
tkip_sc[i].iv16 = cpu_to_le16(seq.tkip.iv16);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
940
tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32);
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
942
if (seq.tkip.iv32 > cur_rx_iv32)
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
943
cur_rx_iv32 = seq.tkip.iv32;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
976
u8 *pn = seq.ccmp.pn;
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
978
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
1206
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
1231
ieee80211_get_key_rx_seq(keyconf, 0, &seq);
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
1232
ieee80211_get_tkip_rx_p1k(keyconf, addr, seq.tkip.iv32, p1k);
drivers/net/wireless/intel/iwlwifi/dvm/sta.c
1234
seq.tkip.iv32, p1k, 0);
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
1937
__le16 seq;
drivers/net/wireless/intel/iwlwifi/fw/dbg.c
3383
marker.timestamp = cpu_to_le64(fwrt->timestamp.seq++);
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
332
static void *iwl_dbgfs_fw_info_seq_next(struct seq_file *seq,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
336
struct iwl_dbgfs_fw_info_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
348
static void iwl_dbgfs_fw_info_seq_stop(struct seq_file *seq,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
354
static void *iwl_dbgfs_fw_info_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
356
struct iwl_dbgfs_fw_info_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
370
static int iwl_dbgfs_fw_info_seq_show(struct seq_file *seq, void *v)
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
373
struct iwl_dbgfs_fw_info_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
380
seq_puts(seq, "fw_capa:\n");
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
383
seq_printf(seq,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
389
seq_printf(seq,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
395
seq_printf(seq,
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
399
seq_puts(seq, "fw_api_ver:\n");
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
406
seq_printf(seq, " 0x%04x:\n", cmd_id);
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
407
seq_printf(seq, " name: %s\n",
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
409
seq_printf(seq, " cmd_ver: %d\n", ver->cmd_ver);
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c
410
seq_printf(seq, " notif_ver: %d\n", ver->notif_ver);
drivers/net/wireless/intel/iwlwifi/fw/runtime.h
197
u64 seq;
drivers/net/wireless/intel/iwlwifi/mei/trace.h
32
__field(u32, seq)
drivers/net/wireless/intel/iwlwifi/mei/trace.h
40
__entry->seq = le32_to_cpu(sap_cmd->seq_num);
drivers/net/wireless/intel/iwlwifi/mei/trace.h
43
__entry->type, __entry->len, __entry->seq)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1006
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1036
seq.ccmp.pn[5 - j] = mlo_key->pn[j];
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1039
ieee80211_set_key_rx_seq(key, 0, &seq);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1465
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1466
u8 *pn = key->cipher == WLAN_CIPHER_SUITE_CCMP ? seq.ccmp.pn :
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1467
seq.gcmp.pn;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1469
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1496
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1497
u8 *max_pn = seq.ccmp.pn;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1500
ieee80211_get_key_rx_seq(key, tid, &seq);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1522
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1525
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1527
cpu_to_le64(((u64)seq.tkip.iv32 << 16) |
drivers/net/wireless/intel/iwlwifi/mld/d3.c
1528
seq.tkip.iv16);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
237
iwl_mld_le64_to_tkip_seq(__le64 le_pn, struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
241
seq->tkip.iv16 = (u16)pn;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
242
seq->tkip.iv32 = (u32)(pn >> 16);
drivers/net/wireless/intel/iwlwifi/mld/d3.c
246
iwl_mld_le64_to_aes_seq(__le64 le_pn, struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
250
seq->ccmp.pn[0] = pn >> 40;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
251
seq->ccmp.pn[1] = pn >> 32;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
252
seq->ccmp.pn[2] = pn >> 24;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
253
seq->ccmp.pn[3] = pn >> 16;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
254
seq->ccmp.pn[4] = pn >> 8;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
255
seq->ccmp.pn[5] = pn;
drivers/net/wireless/intel/iwlwifi/mld/d3.c
362
struct ieee80211_key_seq *seq =
drivers/net/wireless/intel/iwlwifi/mld/d3.c
366
BUILD_BUG_ON(ipn_len != ARRAY_SIZE(seq->aes_gmac.pn));
drivers/net/wireless/intel/iwlwifi/mld/d3.c
367
BUILD_BUG_ON(ipn_len != ARRAY_SIZE(seq->aes_cmac.pn));
drivers/net/wireless/intel/iwlwifi/mld/d3.c
375
seq->aes_gmac.pn[i] = key->ipn[ipn_len - i - 1];
drivers/net/wireless/intel/iwlwifi/mld/d3.c
376
seq->aes_cmac.pn[i] = key->ipn[ipn_len - i - 1];
drivers/net/wireless/intel/iwlwifi/mld/d3.c
829
struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mld/d3.c
834
ieee80211_set_key_rx_seq(key, tid, &seq[tid]);
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
2108
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
2119
ieee80211_get_key_rx_seq(key, tid, &seq);
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
2121
memcpy((*ptk_pn)->q[q].pn[tid], seq.ccmp.pn,
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
116
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
132
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
145
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
163
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
18
__le16 seq;
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
180
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
197
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
216
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
234
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
253
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
300
hdr->seq_ctrl = param->rx_pkt.seq;
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
83
.seq = __cpu_to_le16(0x101),
drivers/net/wireless/intel/iwlwifi/mld/tests/rx.c
99
.seq = __cpu_to_le16(0x100),
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1421
struct ieee80211_key_seq seq[IWL_MAX_TID_COUNT];
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1436
struct ieee80211_key_seq seq[IWL_MAX_TID_COUNT];
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1583
static void iwl_mvm_le64_to_aes_seq(__le64 le_pn, struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1587
seq->ccmp.pn[0] = pn >> 40;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1588
seq->ccmp.pn[1] = pn >> 32;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1589
seq->ccmp.pn[2] = pn >> 24;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1590
seq->ccmp.pn[3] = pn >> 16;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1591
seq->ccmp.pn[4] = pn >> 8;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1592
seq->ccmp.pn[5] = pn;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1596
struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1598
iwl_mvm_le64_to_aes_seq(sc->pn, seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1601
static void iwl_mvm_le64_to_tkip_seq(__le64 le_pn, struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1605
seq->tkip.iv16 = (u16)pn;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1606
seq->tkip.iv32 = (u32)(pn >> 16);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1610
struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1612
seq->tkip.iv32 = le32_to_cpu(sc->iv32);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1613
seq->tkip.iv16 = le16_to_cpu(sc->iv16);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1617
struct ieee80211_key_seq *seq)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1622
ieee80211_set_key_rx_seq(key, tid, &seq[tid]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1634
iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1652
status->ptk.aes.seq[tid].ccmp.pn,
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1669
&status->gtk_seq[0].tkip.seq[i]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1671
&status->gtk_seq[0].aes.seq[i]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1684
&status->ptk.tkip.seq[i]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1686
&status->ptk.aes.seq[i]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1699
&status->gtk_seq[idx].tkip.seq[tid]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1701
&status->gtk_seq[idx].aes.seq[tid]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1732
&status->ptk.tkip.seq[tid]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1734
&status->ptk.aes.seq[tid]);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1746
iwl_mvm_set_key_rx_seq_tids(key, status->gtk_seq[idx].aes.seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1749
iwl_mvm_set_key_rx_seq_tids(key, status->gtk_seq[idx].tkip.seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1777
struct ieee80211_key_seq *seq, u32 cipher)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1782
BUILD_BUG_ON(sizeof(seq->aes_gmac.pn) != sizeof(key->ipn));
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1783
memcpy(seq->aes_gmac.pn, key->ipn, sizeof(seq->aes_gmac.pn));
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1787
BUILD_BUG_ON(sizeof(seq->aes_cmac.pn) != sizeof(key->ipn));
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1788
memcpy(seq->aes_cmac.pn, key->ipn, sizeof(seq->aes_cmac.pn));
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1800
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1802
iwl_mvm_d3_set_igtk_bigtk_ipn(key_data, &seq, key->cipher);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1803
ieee80211_set_key_rx_seq(key, 0, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1833
iwl_mvm_set_key_rx_seq_tids(key, status->ptk.tkip.seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1907
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1920
iwl_mvm_d3_set_igtk_bigtk_ipn(key_data, &seq, key_config->cipher);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
1921
ieee80211_set_key_rx_seq(key_config, 0, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
228
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
257
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
258
tkip_sc[i].iv16 = cpu_to_le16(seq.tkip.iv16);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
259
tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
301
pn = iwl_mvm_find_max_pn(key, ptk_pn, &seq, i,
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
314
u8 *pn = seq.ccmp.pn;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
316
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
345
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
393
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
395
rsc[i] = cpu_to_le64(((u64)seq.tkip.iv32 << 16) |
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
396
seq.tkip.iv16);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
422
pn = iwl_mvm_find_max_pn(key, ptk_pn, &seq, i,
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
435
u8 *pn = seq.ccmp.pn;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
437
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
524
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
555
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
557
if (seq.tkip.iv32 > cur_rx_iv32)
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
558
cur_rx_iv32 = seq.tkip.iv32;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
84
struct ieee80211_key_seq *seq,
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
87
const u8 *ret = seq->ccmp.pn;
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
91
ieee80211_get_key_rx_seq(key, tid, seq);
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
4347
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
4359
ieee80211_get_key_rx_seq(key, tid, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
4362
seq.ccmp.pn,
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
23
u16 seq = mvm_ap_sta->tid_data[i].seq_number;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
24
seq -= 0x10;
drivers/net/wireless/intel/iwlwifi/mvm/offloading.c
25
cmd->qos_seq[i] = cpu_to_le16(seq);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
1674
u16 seq = IEEE80211_SEQ_TO_SN(tid_data->seq_number);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
1687
iwl_mvm_enable_txq(mvm, sta, txq_id, seq, &cfg, wdg);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3627
struct ieee80211_key_seq seq = {};
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3633
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3636
rx_pn[0] = seq.tkip.iv16;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3637
rx_pn[1] = seq.tkip.iv16 >> 8;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3638
rx_pn[2 + hole] = seq.tkip.iv32;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3639
rx_pn[3 + hole] = seq.tkip.iv32 >> 8;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3640
rx_pn[4 + hole] = seq.tkip.iv32 >> 16;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3641
rx_pn[5 + hole] = seq.tkip.iv32 >> 24;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3643
rx_pn = seq.hw.seq;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3644
rx_pn_len = seq.hw.seq_len;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3646
rx_pn[0] = seq.ccmp.pn[0];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3647
rx_pn[1] = seq.ccmp.pn[1];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3648
rx_pn[2 + hole] = seq.ccmp.pn[2];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3649
rx_pn[3 + hole] = seq.ccmp.pn[3];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3650
rx_pn[4 + hole] = seq.ccmp.pn[4];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3651
rx_pn[5 + hole] = seq.ccmp.pn[5];
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3717
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3736
ieee80211_get_key_rx_seq(keyconf, 0, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3737
pn = seq.aes_cmac.pn;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3801
struct ieee80211_key_seq seq;
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3829
ieee80211_get_key_rx_seq(keyconf, 0, &seq);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3830
ieee80211_get_tkip_rx_p1k(keyconf, addr, seq.tkip.iv32, p1k);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
3833
seq.tkip.iv32, p1k, 0, key_offset,
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2743
static void *iwl_dbgfs_tx_queue_seq_start(struct seq_file *seq, loff_t *pos)
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2745
struct iwl_dbgfs_tx_queue_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2758
static void *iwl_dbgfs_tx_queue_seq_next(struct seq_file *seq,
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2761
struct iwl_dbgfs_tx_queue_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2772
static void iwl_dbgfs_tx_queue_seq_stop(struct seq_file *seq, void *v)
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2777
static int iwl_dbgfs_tx_queue_seq_show(struct seq_file *seq, void *v)
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2779
struct iwl_dbgfs_tx_queue_priv *priv = seq->private;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2785
seq_printf(seq, "hwq %.3u: used=%d stopped=%d ",
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2790
seq_printf(seq,
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2796
seq_puts(seq, "(unallocated)");
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2799
seq_puts(seq, " (HCMD)");
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/trans.c
2800
seq_puts(seq, "\n");
drivers/net/wireless/intersil/p54/lmac.h
212
__le16 seq;
drivers/net/wireless/marvell/libertas/cfg.c
1533
params->seq, params->seq_len);
drivers/net/wireless/marvell/mwifiex/fw.h
519
#define HostCmd_SET_SEQ_NO_BSS_INFO(seq, num, type) \
drivers/net/wireless/marvell/mwifiex/fw.h
520
((((seq) & 0x00ff) | \
drivers/net/wireless/marvell/mwifiex/fw.h
524
#define HostCmd_GET_SEQ_NO(seq) \
drivers/net/wireless/marvell/mwifiex/fw.h
525
((seq) & HostCmd_SEQ_NUM_MASK)
drivers/net/wireless/marvell/mwifiex/fw.h
527
#define HostCmd_GET_BSS_NO(seq) \
drivers/net/wireless/marvell/mwifiex/fw.h
528
(((seq) & HostCmd_BSS_NUM_MASK) >> 8)
drivers/net/wireless/marvell/mwifiex/fw.h
530
#define HostCmd_GET_BSS_TYPE(seq) \
drivers/net/wireless/marvell/mwifiex/fw.h
531
(((seq) & HostCmd_BSS_TYPE_MASK) >> 12)
drivers/net/wireless/marvell/mwifiex/sta_ioctl.c
1169
if (kp && kp->seq && kp->seq_len) {
drivers/net/wireless/marvell/mwifiex/sta_ioctl.c
1170
memcpy(encrypt_key.pn, kp->seq, kp->seq_len);
drivers/net/wireless/mediatek/mt76/mac80211.c
1177
struct ieee80211_key_seq seq;
drivers/net/wireless/mediatek/mt76/mac80211.c
1192
ieee80211_get_key_rx_seq(key, i, &seq);
drivers/net/wireless/mediatek/mt76/mac80211.c
1193
memcpy(wcid->rx_key_pn[i], seq.ccmp.pn, sizeof(seq.ccmp.pn));
drivers/net/wireless/mediatek/mt76/mac80211.c
1197
ieee80211_get_key_rx_seq(key, -1, &seq);
drivers/net/wireless/mediatek/mt76/mac80211.c
1198
memcpy(wcid->rx_key_pn[i], seq.ccmp.pn, sizeof(seq.ccmp.pn));
drivers/net/wireless/mediatek/mt76/mcu.c
101
ret = dev->mcu_ops->mcu_skb_send_msg(dev, skb, cmd, &seq);
drivers/net/wireless/mediatek/mt76/mcu.c
117
cmd, seq);
drivers/net/wireless/mediatek/mt76/mcu.c
122
ret = dev->mcu_ops->mcu_parse_response(dev, cmd, skb, seq);
drivers/net/wireless/mediatek/mt76/mcu.c
79
int ret, seq;
drivers/net/wireless/mediatek/mt76/mcu.c
92
ret = dev->mcu_ops->mcu_skb_prepare_msg(dev, skb, cmd, &seq);
drivers/net/wireless/mediatek/mt76/mt76.h
276
int cmd, int *seq);
drivers/net/wireless/mediatek/mt76/mt76.h
278
int cmd, int *seq);
drivers/net/wireless/mediatek/mt76/mt76.h
280
struct sk_buff *skb, int seq);
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
18
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
25
abs(cmd), seq);
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
31
if (seq != rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
44
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
48
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
49
if (!seq)
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
50
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
60
txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
73
*wait_seq = seq;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.h
13
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7603/mcu.h
28
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
109
uni_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
119
mcu_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
136
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
143
cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
148
if (seq != rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
185
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
190
mt7615_mcu_fill_msg(dev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
580
!rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
68
u8 seq, q_idx, pkt_fmt;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
75
seq = ++dev->mt76.mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
76
if (!seq)
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
77
seq = ++dev->mt76.mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
79
*wait_seq = seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.h
142
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.h
18
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7615/mcu.h
68
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h
488
struct sk_buff *skb, int seq);
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h
531
int mt7615_mcu_wait_response(struct mt7615_dev *dev, int cmd, int seq);
drivers/net/wireless/mediatek/mt76/mt7615/sdio_mcu.c
40
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7615/sdio_mcu.c
45
mt7615_mcu_fill_msg(dev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7615/usb_mcu.c
18
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7615/usb_mcu.c
23
mt7615_mcu_fill_msg(dev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3192
u8 seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3197
seq = ++dev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3198
if (!seq)
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3199
seq = ++dev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3223
uni_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3233
mcu_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
3254
*wait_seq = seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h
106
u8 seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h
126
u8 seq;
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h
56
u8 seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
152
struct mt76x02_dfs_sequence *seq)
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
156
list_add(&seq->head, &dfs_pd->seq_pool);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
166
struct mt76x02_dfs_sequence *seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
169
seq = devm_kzalloc(dev->mt76.dev, sizeof(*seq), GFP_ATOMIC);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
171
seq = list_first_entry(&dfs_pd->seq_pool,
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
174
list_del(&seq->head);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
177
if (seq)
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
180
return seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
208
struct mt76x02_dfs_sequence *seq, *tmp_seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
220
list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) {
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
221
list_del_init(&seq->head);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
222
mt76x02_dfs_seq_pool_put(dev, seq);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
433
struct mt76x02_dfs_sequence seq, *seq_p;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
478
seq.pri = event->ts - cur_event->ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
479
seq.first_ts = cur_event->ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
480
seq.last_ts = event->ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
481
seq.engine = event->engine;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
482
seq.count = 2;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
488
factor = mt76x02_dfs_get_multiple(cur_pri, seq.pri,
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
491
seq.first_ts = cur_event->ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
492
seq.count++;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
497
if (seq.count <= cur_len)
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
504
*seq_p = seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
518
struct mt76x02_dfs_sequence *seq, *tmp_seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
523
list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) {
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
524
if (event->ts > seq->first_ts + MT_DFS_SEQUENCE_WINDOW) {
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
525
list_del_init(&seq->head);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
526
mt76x02_dfs_seq_pool_put(dev, seq);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
530
if (event->engine != seq->engine)
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
533
pri = event->ts - seq->last_ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
534
factor = mt76x02_dfs_get_multiple(pri, seq->pri,
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
537
seq->last_ts = event->ts;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
538
seq->count++;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
539
max_seq_len = max_t(u16, max_seq_len, seq->count);
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
548
struct mt76x02_dfs_sequence *seq;
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
553
list_for_each_entry(seq, &dfs_pd->sequences, head) {
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
554
if (seq->count > MT_DFS_SEQUENCE_TH) {
drivers/net/wireless/mediatek/mt76/mt76x02_dfs.c
555
dfs_pd->stats[seq->engine].sw_pattern++;
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
14
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
21
abs(cmd), seq);
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
27
if (seq != FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, *rxfce))
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
42
u8 seq;
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
53
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
54
if (!seq)
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
55
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
59
FIELD_PREP(MT_MCU_MSG_CMD_SEQ, seq) |
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.c
69
ret = mt76x02_mcu_parse_response(mdev, cmd, skb, seq);
drivers/net/wireless/mediatek/mt76/mt76x02_mcu.h
93
struct sk_buff *skb, int seq);
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
101
ret = mt76x02u_mcu_wait_resp(dev, seq);
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
37
static int mt76x02u_mcu_wait_resp(struct mt76_dev *dev, u8 seq)
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
56
if (seq == FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, rxfce) &&
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
62
seq, FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, rxfce));
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
73
u8 seq = 0;
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
83
seq = ++dev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
84
if (!seq)
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
85
seq = ++dev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt76x02_usb_mcu.c
88
info = FIELD_PREP(MT_MCU_MSG_CMD_SEQ, seq) |
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
158
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
166
cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
179
if (seq != rxd->seq &&
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
458
!rxd->seq) &&
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
19
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
27
cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
34
if (seq != rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
381
!rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7921/mcu.h
12
__le16 seq;
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h
289
struct sk_buff *skb, int seq);
drivers/net/wireless/mediatek/mt76/mt7921/pci_mcu.c
23
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7921/pci_mcu.c
29
ret = mt76_connac2_mcu_fill_message(mdev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7921/sdio_mcu.c
17
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7921/sdio_mcu.c
32
ret = mt76_connac2_mcu_fill_message(mdev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7921/usb.c
35
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7921/usb.c
41
ret = mt76_connac2_mcu_fill_message(mdev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
15
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
22
dev_err(mdev->dev, "Message %08x (seq %d) timeout\n", cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
29
if (seq != rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3467
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3472
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3473
if (!seq)
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3474
seq = ++mdev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3496
uni_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3523
mcu_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c
3544
*wait_seq = seq;
drivers/net/wireless/mediatek/mt76/mt7925/mcu.h
33
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h
316
struct sk_buff *skb, int seq);
drivers/net/wireless/mediatek/mt76/mt7925/pci_mcu.c
15
ret = mt7925_mcu_fill_message(mdev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7925/pci_mcu.c
9
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7925/usb.c
23
int cmd, int *seq)
drivers/net/wireless/mediatek/mt76/mt7925/usb.c
29
ret = mt7925_mcu_fill_message(mdev, skb, cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
210
struct sk_buff *skb, int seq)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
219
cmd, seq);
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
224
if (seq != rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
280
u8 seq;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
284
seq = ++dev->mt76.mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
285
if (!seq)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
286
seq = ++dev->mt76.mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
314
uni_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
339
mcu_txd->seq = seq;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
360
*wait_seq = seq;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
787
!rxd->seq)
drivers/net/wireless/mediatek/mt76/mt7996/mcu.h
18
u8 seq;
drivers/net/wireless/mediatek/mt7601u/mcu.c
102
seq, FIELD_GET(MT_RXD_CMD_INFO_CMD_SEQ, rxfce));
drivers/net/wireless/mediatek/mt7601u/mcu.c
117
u8 seq = 0;
drivers/net/wireless/mediatek/mt7601u/mcu.c
127
while (!seq)
drivers/net/wireless/mediatek/mt7601u/mcu.c
128
seq = ++dev->mcu.msg_seq & 0xf;
drivers/net/wireless/mediatek/mt7601u/mcu.c
130
mt7601u_dma_skb_wrap_cmd(skb, seq, cmd);
drivers/net/wireless/mediatek/mt7601u/mcu.c
146
ret = mt7601u_mcu_wait_resp(dev, seq);
drivers/net/wireless/mediatek/mt7601u/mcu.c
35
u8 seq, enum mcu_cmd cmd)
drivers/net/wireless/mediatek/mt7601u/mcu.c
38
FIELD_PREP(MT_TXD_CMD_INFO_SEQ, seq) |
drivers/net/wireless/mediatek/mt7601u/mcu.c
68
static int mt7601u_mcu_wait_resp(struct mt7601u_dev *dev, u8 seq)
drivers/net/wireless/mediatek/mt7601u/mcu.c
96
if (FIELD_GET(MT_RXD_CMD_INFO_CMD_SEQ, rxfce) == seq &&
drivers/net/wireless/microchip/wilc1000/cfg80211.c
521
kfree(key_info->seq);
drivers/net/wireless/microchip/wilc1000/cfg80211.c
524
key_info->seq = kmemdup(params->seq, params->seq_len,
drivers/net/wireless/microchip/wilc1000/cfg80211.c
526
if (!key_info->seq)
drivers/net/wireless/microchip/wilc1000/cfg80211.c
605
params->seq, rx_mic, tx_mic,
drivers/net/wireless/microchip/wilc1000/cfg80211.c
629
ret = wilc_add_igtk(vif, params->key, keylen, params->seq,
drivers/net/wireless/microchip/wilc1000/cfg80211.c
655
kfree(priv->wilc_igtk[key_index]->seq);
drivers/net/wireless/microchip/wilc1000/cfg80211.c
656
priv->wilc_igtk[key_index]->seq = NULL;
drivers/net/wireless/microchip/wilc1000/cfg80211.c
664
kfree(priv->wilc_gtk[key_index]->seq);
drivers/net/wireless/microchip/wilc1000/cfg80211.c
665
priv->wilc_gtk[key_index]->seq = NULL;
drivers/net/wireless/microchip/wilc1000/cfg80211.c
673
kfree(priv->wilc_ptk[key_index]->seq);
drivers/net/wireless/microchip/wilc1000/cfg80211.c
674
priv->wilc_ptk[key_index]->seq = NULL;
drivers/net/wireless/microchip/wilc1000/cfg80211.c
698
key_params.seq = priv->wilc_igtk[key_index]->seq;
drivers/net/wireless/microchip/wilc1000/cfg80211.c
704
key_params.seq = priv->wilc_gtk[key_index]->seq;
drivers/net/wireless/microchip/wilc1000/cfg80211.c
711
key_params.seq = priv->wilc_ptk[key_index]->seq;
drivers/net/wireless/microchip/wilc1000/netdev.h
51
u8 *seq;
drivers/net/wireless/microchip/wilc1000/wlan.c
151
seq_no = ntohl(tcp_hdr_ptr->seq);
drivers/net/wireless/microchip/wilc1000/wlan.c
82
u32 dst_prt, u32 seq)
drivers/net/wireless/microchip/wilc1000/wlan.c
87
f->ack_session_info[f->tcp_session].seq_num = seq;
drivers/net/wireless/quantenna/qtnfmac/commands.c
1751
if (params->seq && params->seq_len > 0)
drivers/net/wireless/quantenna/qtnfmac/commands.c
1753
params->seq,
drivers/net/wireless/quantenna/qtnfmac/debug.c
20
int (*fn)(struct seq_file *seq, void *data))
drivers/net/wireless/quantenna/qtnfmac/debug.h
17
int (*fn)(struct seq_file *seq, void *data));
drivers/net/wireless/quantenna/qtnfmac/debug.h
31
int (*fn)(struct seq_file *seq, void *data))
drivers/net/wireless/ralink/rt2x00/rt2800lib.c
12117
struct ieee80211_key_seq *seq)
drivers/net/wireless/ralink/rt2x00/rt2800lib.c
12130
memcpy(&seq->tkip.iv16, &iveiv_entry.iv[0], 2);
drivers/net/wireless/ralink/rt2x00/rt2800lib.c
12131
memcpy(&seq->tkip.iv32, &iveiv_entry.iv[4], 4);
drivers/net/wireless/ralink/rt2x00/rt2800lib.h
257
struct ieee80211_key_seq *seq);
drivers/net/wireless/realtek/rtl8xxxu/core.c
6126
c2h->id, c2h->seq, len, c2h->bt_info.response_source);
drivers/net/wireless/realtek/rtl8xxxu/core.c
6154
c2h->id, c2h->seq);
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
1606
u8 seq;
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
167
u32 seq:12;
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
237
u32 seq:12;
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
311
u32 seq:12;
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
376
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c
319
u8 extid, seq;
drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c
335
seq = tmp_buf[2] >> 4;
drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c
339
switch (seq) {
drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c
387
"btmpinfo complete req_num=%d\n", seq);
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h
661
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h
754
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h
396
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h
484
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/mac.h
96
u32 seq:12; /* word 2 */
drivers/net/wireless/realtek/rtlwifi/rtl8192de/trx.h
66
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.h
597
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.h
690
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.h
398
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/trx.h
486
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.h
506
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.h
599
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h
512
u32 seq:12;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h
605
u32 seq:12;
drivers/net/wireless/realtek/rtw88/fw.c
358
c2h->id, c2h->seq, len);
drivers/net/wireless/realtek/rtw88/fw.c
510
FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, rtwdev->h2c.seq);
drivers/net/wireless/realtek/rtw88/fw.c
514
rtwdev->h2c.seq++;
drivers/net/wireless/realtek/rtw88/fw.c
641
SET_BT_MP_INFO_SEQ(h2c_pkt, req->seq);
drivers/net/wireless/realtek/rtw88/fw.h
171
u8 seq;
drivers/net/wireless/realtek/rtw88/fw.h
75
u8 seq;
drivers/net/wireless/realtek/rtw88/mac.c
821
rtwdev->h2c.seq = 0;
drivers/net/wireless/realtek/rtw88/mac.c
973
rtwdev->h2c.seq = 0;
drivers/net/wireless/realtek/rtw88/main.c
494
u8 seq;
drivers/net/wireless/realtek/rtw88/main.c
510
seq = GET_FW_DUMP_SEQ(buf);
drivers/net/wireless/realtek/rtw88/main.c
511
if (seq > 0) {
drivers/net/wireless/realtek/rtw88/main.c
513
"fw crash dump's seq is wrong: %d\n", seq);
drivers/net/wireless/realtek/rtw88/main.h
2101
u32 seq;
drivers/net/wireless/realtek/rtw88/main.h
617
u16 seq;
drivers/net/wireless/realtek/rtw88/tx.c
342
u16 seq;
drivers/net/wireless/realtek/rtw88/tx.c
352
seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4;
drivers/net/wireless/realtek/rtw88/tx.c
384
pkt_info->seq = seq;
drivers/net/wireless/realtek/rtw88/tx.c
83
tx_desc->w9 = le32_encode_bits(pkt_info->seq, RTW_TX_DESC_W9_SW_SEQ);
drivers/net/wireless/realtek/rtw89/core.c
1216
u16 seq;
drivers/net/wireless/realtek/rtw89/core.c
1232
seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4;
drivers/net/wireless/realtek/rtw89/core.c
1244
desc_info->seq = seq;
drivers/net/wireless/realtek/rtw89/core.c
1467
u32 dword = FIELD_PREP(RTW89_TXWD_BODY3_SW_SEQ, desc_info->seq) |
drivers/net/wireless/realtek/rtw89/core.c
1675
u32 dword = FIELD_PREP(BE_TXD_BODY3_WIFI_SEQ, desc_info->seq) |
drivers/net/wireless/realtek/rtw89/core.c
1684
u32 dword = FIELD_PREP(BE_TXD_BODY3_WIFI_SEQ, desc_info->seq) |
drivers/net/wireless/realtek/rtw89/core.h
1123
u16 seq;
drivers/net/wireless/realtek/rtw89/core.h
1235
u16 seq;
drivers/net/wireless/realtek/rtw89/core.h
5799
u8 seq: 2;
drivers/net/wireless/realtek/rtw89/debug.c
3495
int seq = 0;
drivers/net/wireless/realtek/rtw89/debug.c
3500
p += scnprintf(p, end - p, "%d: %*ph\n", ++seq,
drivers/net/wireless/realtek/rtw89/debug.c
4716
u8 seq = rh->seq_major;
drivers/net/wireless/realtek/rtw89/debug.c
4724
if (!seq || prev_sheet != sheet || prev_seq != seq) {
drivers/net/wireless/realtek/rtw89/debug.c
4734
p_rewind = seq ? p : NULL;
drivers/net/wireless/realtek/rtw89/debug.c
4757
prev_seq = seq;
drivers/net/wireless/realtek/rtw89/fw.c
7917
if (!attr->is_scan_event || attr->scan_seq == scan_info->seq)
drivers/net/wireless/realtek/rtw89/fw.c
7922
attr->scan_seq, scan_info->seq);
drivers/net/wireless/realtek/rtw89/mac.c
5407
scan_info->seq++;
drivers/net/wireless/realtek/rtw89/mac.c
5411
scan_info->seq++;
drivers/net/wireless/realtek/rtw89/mac.c
6009
attr->scan_seq = scan_info->seq;
drivers/net/wireless/realtek/rtw89/pci.c
1528
txwp_info->seq0 = cpu_to_le16(txwd->seq | RTW89_PCI_TXWP_VALID);
drivers/net/wireless/realtek/rtw89/pci.c
1615
rtw89_err(rtwdev, "failed to submit TXWD %d\n", txwd->seq);
drivers/net/wireless/realtek/rtw89/pci.c
3563
txwd->seq = i;
drivers/net/wireless/realtek/rtw89/pci.c
540
struct rtw89_pci_tx_wd *txwd, u16 seq,
drivers/net/wireless/realtek/rtw89/pci.c
555
txch, seq);
drivers/net/wireless/realtek/rtw89/pci.c
577
rpp_info->seq = le32_get_bits(rpp->dword, RTW89_PCI_RPP_SEQ);
drivers/net/wireless/realtek/rtw89/pci.c
589
rpp_info->seq = le32_get_bits(rpp->w0, RTW89_PCI_RPP_W0_PCIE_SEQ_V1_MASK);
drivers/net/wireless/realtek/rtw89/pci.c
614
if (unlikely(rpp_info.seq >= RTW89_PCI_TXWD_NUM_MAX)) {
drivers/net/wireless/realtek/rtw89/pci.c
615
rtw89_warn(rtwdev, "invalid seq %d\n", rpp_info.seq);
drivers/net/wireless/realtek/rtw89/pci.c
621
txwd = &wd_ring->pages[rpp_info.seq];
drivers/net/wireless/realtek/rtw89/pci.c
623
rtw89_pci_release_txwd_skb(rtwdev, tx_ring, txwd, rpp_info.seq,
drivers/net/wireless/realtek/rtw89/pci.h
1376
u16 seq;
drivers/net/wireless/realtek/rtw89/pci.h
1540
u32 seq;
drivers/net/wireless/realtek/rtw89/wow.c
100
ieee80211_get_key_rx_seq(key, 0, &seq);
drivers/net/wireless/realtek/rtw89/wow.c
104
pn = u64_encode_bits(seq.tkip.iv32, RTW89_KEY_TKIP_PN_IV32) |
drivers/net/wireless/realtek/rtw89/wow.c
105
u64_encode_bits(seq.tkip.iv16, RTW89_KEY_TKIP_PN_IV16);
drivers/net/wireless/realtek/rtw89/wow.c
112
pn = u64_encode_bits(seq.ccmp.pn[0], RTW89_KEY_PN_5) |
drivers/net/wireless/realtek/rtw89/wow.c
113
u64_encode_bits(seq.ccmp.pn[1], RTW89_KEY_PN_4) |
drivers/net/wireless/realtek/rtw89/wow.c
114
u64_encode_bits(seq.ccmp.pn[2], RTW89_KEY_PN_3) |
drivers/net/wireless/realtek/rtw89/wow.c
115
u64_encode_bits(seq.ccmp.pn[3], RTW89_KEY_PN_2) |
drivers/net/wireless/realtek/rtw89/wow.c
116
u64_encode_bits(seq.ccmp.pn[4], RTW89_KEY_PN_1) |
drivers/net/wireless/realtek/rtw89/wow.c
117
u64_encode_bits(seq.ccmp.pn[5], RTW89_KEY_PN_0);
drivers/net/wireless/realtek/rtw89/wow.c
185
struct ieee80211_key_seq seq;
drivers/net/wireless/realtek/rtw89/wow.c
195
seq.tkip.iv32 = u64_get_bits(pn, RTW89_KEY_TKIP_PN_IV32);
drivers/net/wireless/realtek/rtw89/wow.c
196
seq.tkip.iv16 = u64_get_bits(pn, RTW89_KEY_TKIP_PN_IV16);
drivers/net/wireless/realtek/rtw89/wow.c
203
seq.ccmp.pn[0] = u64_get_bits(pn, RTW89_KEY_PN_5);
drivers/net/wireless/realtek/rtw89/wow.c
204
seq.ccmp.pn[1] = u64_get_bits(pn, RTW89_KEY_PN_4);
drivers/net/wireless/realtek/rtw89/wow.c
205
seq.ccmp.pn[2] = u64_get_bits(pn, RTW89_KEY_PN_3);
drivers/net/wireless/realtek/rtw89/wow.c
206
seq.ccmp.pn[3] = u64_get_bits(pn, RTW89_KEY_PN_2);
drivers/net/wireless/realtek/rtw89/wow.c
207
seq.ccmp.pn[4] = u64_get_bits(pn, RTW89_KEY_PN_1);
drivers/net/wireless/realtek/rtw89/wow.c
208
seq.ccmp.pn[5] = u64_get_bits(pn, RTW89_KEY_PN_0);
drivers/net/wireless/realtek/rtw89/wow.c
214
ieee80211_set_key_rx_seq(key, 0, &seq);
drivers/net/wireless/realtek/rtw89/wow.c
216
__func__, key->keyidx, 8, iv, 6, seq.ccmp.pn);
drivers/net/wireless/realtek/rtw89/wow.c
243
struct ieee80211_key_seq seq;
drivers/net/wireless/realtek/rtw89/wow.c
253
ieee80211_get_key_rx_seq(key, 0, &seq);
drivers/net/wireless/realtek/rtw89/wow.c
256
pn = u64_encode_bits(seq.ccmp.pn[0], RTW89_KEY_PN_5) |
drivers/net/wireless/realtek/rtw89/wow.c
257
u64_encode_bits(seq.ccmp.pn[1], RTW89_KEY_PN_4) |
drivers/net/wireless/realtek/rtw89/wow.c
258
u64_encode_bits(seq.ccmp.pn[2], RTW89_KEY_PN_3) |
drivers/net/wireless/realtek/rtw89/wow.c
259
u64_encode_bits(seq.ccmp.pn[3], RTW89_KEY_PN_2) |
drivers/net/wireless/realtek/rtw89/wow.c
260
u64_encode_bits(seq.ccmp.pn[4], RTW89_KEY_PN_1) |
drivers/net/wireless/realtek/rtw89/wow.c
261
u64_encode_bits(seq.ccmp.pn[5], RTW89_KEY_PN_0);
drivers/net/wireless/realtek/rtw89/wow.c
276
struct ieee80211_key_seq seq;
drivers/net/wireless/realtek/rtw89/wow.c
282
seq.ccmp.pn[0] = u64_get_bits(pn, RTW89_KEY_PN_5);
drivers/net/wireless/realtek/rtw89/wow.c
283
seq.ccmp.pn[1] = u64_get_bits(pn, RTW89_KEY_PN_4);
drivers/net/wireless/realtek/rtw89/wow.c
284
seq.ccmp.pn[2] = u64_get_bits(pn, RTW89_KEY_PN_3);
drivers/net/wireless/realtek/rtw89/wow.c
285
seq.ccmp.pn[3] = u64_get_bits(pn, RTW89_KEY_PN_2);
drivers/net/wireless/realtek/rtw89/wow.c
286
seq.ccmp.pn[4] = u64_get_bits(pn, RTW89_KEY_PN_1);
drivers/net/wireless/realtek/rtw89/wow.c
287
seq.ccmp.pn[5] = u64_get_bits(pn, RTW89_KEY_PN_0);
drivers/net/wireless/realtek/rtw89/wow.c
289
ieee80211_set_key_rx_seq(key, 0, &seq);
drivers/net/wireless/realtek/rtw89/wow.c
291
__func__, key->keyidx, 6, seq.ccmp.pn);
drivers/net/wireless/realtek/rtw89/wow.c
96
struct ieee80211_key_seq seq;
drivers/net/wireless/rsi/rsi_91x_debugfs.c
115
static int rsi_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/rsi/rsi_91x_debugfs.c
117
struct rsi_common *common = seq->private;
drivers/net/wireless/rsi/rsi_91x_debugfs.c
131
seq_puts(seq, "==> RSI STA DRIVER STATUS <==\n");
drivers/net/wireless/rsi/rsi_91x_debugfs.c
132
seq_puts(seq, "DRIVER_FSM_STATE: ");
drivers/net/wireless/rsi/rsi_91x_debugfs.c
137
seq_printf(seq, "%s", fsm_state[common->fsm_state]);
drivers/net/wireless/rsi/rsi_91x_debugfs.c
139
seq_printf(seq, "(%d)\n\n", common->fsm_state);
drivers/net/wireless/rsi/rsi_91x_debugfs.c
142
seq_printf(seq, "total_mgmt_pkt_send : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
144
seq_printf(seq, "total_mgmt_pkt_queued : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
146
seq_printf(seq, "total_mgmt_pkt_freed : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
150
seq_printf(seq, "total_data_vo_pkt_send: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
152
seq_printf(seq, "total_data_vo_pkt_queued: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
154
seq_printf(seq, "total_vo_pkt_freed: %8d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
156
seq_printf(seq, "total_data_vi_pkt_send: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
158
seq_printf(seq, "total_data_vi_pkt_queued: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
160
seq_printf(seq, "total_vi_pkt_freed: %8d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
162
seq_printf(seq, "total_data_be_pkt_send: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
164
seq_printf(seq, "total_data_be_pkt_queued: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
166
seq_printf(seq, "total_be_pkt_freed: %8d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
168
seq_printf(seq, "total_data_bk_pkt_send: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
170
seq_printf(seq, "total_data_bk_pkt_queued: %8d\t",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
172
seq_printf(seq, "total_bk_pkt_freed: %8d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
175
seq_puts(seq, "\n");
drivers/net/wireless/rsi/rsi_91x_debugfs.c
200
static int rsi_debug_zone_read(struct seq_file *seq, void *data)
drivers/net/wireless/rsi/rsi_91x_debugfs.c
203
seq_printf(seq, "The zones available are %#x\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
27
static int rsi_sdio_stats_read(struct seq_file *seq, void *data)
drivers/net/wireless/rsi/rsi_91x_debugfs.c
29
struct rsi_common *common = seq->private;
drivers/net/wireless/rsi/rsi_91x_debugfs.c
33
seq_printf(seq, "total_sdio_interrupts: %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
35
seq_printf(seq, "sdio_msdu_pending_intr_count: %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
37
seq_printf(seq, "sdio_buff_full_count : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
39
seq_printf(seq, "sdio_buf_semi_full_count %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
41
seq_printf(seq, "sdio_unknown_intr_count: %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
44
seq_printf(seq, "BUFFER FULL STATUS : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
46
seq_printf(seq, "SEMI BUFFER FULL STATUS : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
48
seq_printf(seq, "MGMT BUFFER FULL STATUS : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
50
seq_printf(seq, "BUFFER FULL COUNTER : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
52
seq_printf(seq, "BUFFER SEMI FULL COUNTER : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
54
seq_printf(seq, "MGMT BUFFER FULL COUNTER : %d\n",
drivers/net/wireless/rsi/rsi_91x_debugfs.c
81
static int rsi_version_read(struct seq_file *seq, void *data)
drivers/net/wireless/rsi/rsi_91x_debugfs.c
83
struct rsi_common *common = seq->private;
drivers/net/wireless/rsi/rsi_91x_debugfs.c
85
seq_printf(seq, "LMAC : %d.%d.%d.%d\n",
drivers/net/wireless/silabs/wfx/debug.c
118
seq_printf(seq, "reserved[%02d]%12s %12d %12d %12d\n", i, "",
drivers/net/wireless/silabs/wfx/debug.c
151
static int wfx_rx_stats_show(struct seq_file *seq, void *v)
drivers/net/wireless/silabs/wfx/debug.c
153
struct wfx_dev *wdev = seq->private;
drivers/net/wireless/silabs/wfx/debug.c
158
seq_printf(seq, "Timestamp: %dus\n", st->date);
drivers/net/wireless/silabs/wfx/debug.c
159
seq_printf(seq, "Low power clock: frequency %uHz, external %s\n",
drivers/net/wireless/silabs/wfx/debug.c
161
seq_printf(seq, "Num. of frames: %d, PER (x10e4): %d, Throughput: %dKbps/s\n",
drivers/net/wireless/silabs/wfx/debug.c
163
seq_puts(seq, " Num. of PER RSSI SNR CFO\n");
drivers/net/wireless/silabs/wfx/debug.c
164
seq_puts(seq, " frames (x10e4) (dBm) (dB) (kHz)\n");
drivers/net/wireless/silabs/wfx/debug.c
167
seq_printf(seq, "%5s %8d %8d %8d %8d %8d\n",
drivers/net/wireless/silabs/wfx/debug.c
181
static int wfx_tx_power_loop_show(struct seq_file *seq, void *v)
drivers/net/wireless/silabs/wfx/debug.c
183
struct wfx_dev *wdev = seq->private;
drivers/net/wireless/silabs/wfx/debug.c
189
seq_printf(seq, "Tx gain digital: %d\n", tmp);
drivers/net/wireless/silabs/wfx/debug.c
191
seq_printf(seq, "Tx gain PA: %d\n", tmp);
drivers/net/wireless/silabs/wfx/debug.c
193
seq_printf(seq, "Target Pout: %d.%02d dBm\n", tmp / 4, (tmp % 4) * 25);
drivers/net/wireless/silabs/wfx/debug.c
195
seq_printf(seq, "FEM Pout: %d.%02d dBm\n", tmp / 4, (tmp % 4) * 25);
drivers/net/wireless/silabs/wfx/debug.c
197
seq_printf(seq, "Vpdet: %d mV\n", tmp);
drivers/net/wireless/silabs/wfx/debug.c
198
seq_printf(seq, "Measure index: %d\n", st->measurement_index);
drivers/net/wireless/silabs/wfx/debug.c
61
static int wfx_counters_show(struct seq_file *seq, void *v)
drivers/net/wireless/silabs/wfx/debug.c
64
struct wfx_dev *wdev = seq->private;
drivers/net/wireless/silabs/wfx/debug.c
75
seq_printf(seq, "%-24s %12s %12s %12s\n", "", "global", "iface 0", "iface 1");
drivers/net/wireless/silabs/wfx/debug.c
78
seq_printf(seq, "%-24s %12d %12d %12d\n", #name, \
drivers/net/wireless/silabs/wfx/key.c
100
struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq)
drivers/net/wireless/silabs/wfx/key.c
104
memcpy(msg->rx_sequence_counter, seq->ccmp.pn, sizeof(seq->ccmp.pn));
drivers/net/wireless/silabs/wfx/key.c
105
memreverse(msg->rx_sequence_counter, sizeof(seq->ccmp.pn));
drivers/net/wireless/silabs/wfx/key.c
140
struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq)
drivers/net/wireless/silabs/wfx/key.c
144
memcpy(msg->ipn, seq->aes_cmac.pn, sizeof(seq->aes_cmac.pn));
drivers/net/wireless/silabs/wfx/key.c
145
memreverse(msg->ipn, sizeof(seq->aes_cmac.pn));
drivers/net/wireless/silabs/wfx/key.c
155
struct ieee80211_key_seq seq;
drivers/net/wireless/silabs/wfx/key.c
162
ieee80211_get_key_rx_seq(key, 0, &seq);
drivers/net/wireless/silabs/wfx/key.c
177
k.type = fill_tkip_group(&k.key.tkip_group_key, key, &seq,
drivers/net/wireless/silabs/wfx/key.c
183
k.type = fill_ccmp_group(&k.key.aes_group_key, key, &seq);
drivers/net/wireless/silabs/wfx/key.c
190
k.type = fill_aes_cmac_group(&k.key.igtk_group_key, key, &seq);
drivers/net/wireless/silabs/wfx/key.c
70
struct ieee80211_key_seq *seq, enum nl80211_iftype iftype)
drivers/net/wireless/silabs/wfx/key.c
77
memcpy(msg->rx_sequence_counter, &seq->tkip.iv16, sizeof(seq->tkip.iv16));
drivers/net/wireless/silabs/wfx/key.c
78
memcpy(msg->rx_sequence_counter + sizeof(u16), &seq->tkip.iv32, sizeof(seq->tkip.iv32));
drivers/net/wireless/st/cw1200/debug.c
102
struct cw1200_common *priv = seq->private;
drivers/net/wireless/st/cw1200/debug.c
105
seq_puts(seq, "CW1200 Wireless LAN driver status\n");
drivers/net/wireless/st/cw1200/debug.c
106
seq_printf(seq, "Hardware: %d.%d\n",
drivers/net/wireless/st/cw1200/debug.c
109
seq_printf(seq, "Firmware: %s %d.%d\n",
drivers/net/wireless/st/cw1200/debug.c
113
seq_printf(seq, "FW API: %d\n",
drivers/net/wireless/st/cw1200/debug.c
115
seq_printf(seq, "FW caps: 0x%.4X\n",
drivers/net/wireless/st/cw1200/debug.c
117
seq_printf(seq, "FW label: '%s'\n",
drivers/net/wireless/st/cw1200/debug.c
119
seq_printf(seq, "Mode: %s%s\n",
drivers/net/wireless/st/cw1200/debug.c
122
seq_printf(seq, "Join state: %s\n",
drivers/net/wireless/st/cw1200/debug.c
125
seq_printf(seq, "Channel: %d%s\n",
drivers/net/wireless/st/cw1200/debug.c
130
seq_puts(seq, "Filter: promisc\n");
drivers/net/wireless/st/cw1200/debug.c
132
seq_puts(seq, "Filter: fcs\n");
drivers/net/wireless/st/cw1200/debug.c
134
seq_puts(seq, "Filter: bssid\n");
drivers/net/wireless/st/cw1200/debug.c
136
seq_puts(seq, "Filter: beacons\n");
drivers/net/wireless/st/cw1200/debug.c
143
seq_printf(seq, "Beaconing: %s\n",
drivers/net/wireless/st/cw1200/debug.c
148
seq_printf(seq, "EDCA(%d): %d, %d, %d, %d, %d\n", i,
drivers/net/wireless/st/cw1200/debug.c
168
seq_printf(seq, "Preamble: %s\n",
drivers/net/wireless/st/cw1200/debug.c
170
seq_printf(seq, "AMPDU spcn: %d\n",
drivers/net/wireless/st/cw1200/debug.c
172
seq_printf(seq, "Basic rate: 0x%.8X\n",
drivers/net/wireless/st/cw1200/debug.c
174
seq_printf(seq, "Bss lost: %d beacons\n",
drivers/net/wireless/st/cw1200/debug.c
176
seq_printf(seq, "AID: %d\n",
drivers/net/wireless/st/cw1200/debug.c
178
seq_printf(seq, "Rates: 0x%.8X\n",
drivers/net/wireless/st/cw1200/debug.c
180
seq_printf(seq, "Powersave: %s\n", pm_mode);
drivers/net/wireless/st/cw1200/debug.c
182
seq_printf(seq, "HT: %s\n",
drivers/net/wireless/st/cw1200/debug.c
185
seq_printf(seq, "Greenfield: %s\n",
drivers/net/wireless/st/cw1200/debug.c
187
seq_printf(seq, "AMPDU dens: %d\n",
drivers/net/wireless/st/cw1200/debug.c
190
seq_printf(seq, "RSSI thold: %d\n",
drivers/net/wireless/st/cw1200/debug.c
192
seq_printf(seq, "RSSI hyst: %d\n",
drivers/net/wireless/st/cw1200/debug.c
194
seq_printf(seq, "Long retr: %d\n",
drivers/net/wireless/st/cw1200/debug.c
196
seq_printf(seq, "Short retr: %d\n",
drivers/net/wireless/st/cw1200/debug.c
203
seq_printf(seq, "RC in use: %d\n", i);
drivers/net/wireless/st/cw1200/debug.c
205
seq_puts(seq, "\n");
drivers/net/wireless/st/cw1200/debug.c
207
cw1200_queue_status_show(seq, &priv->tx_queue[i]);
drivers/net/wireless/st/cw1200/debug.c
208
seq_puts(seq, "\n");
drivers/net/wireless/st/cw1200/debug.c
211
cw1200_debug_print_map(seq, priv, "Link map: ",
drivers/net/wireless/st/cw1200/debug.c
213
cw1200_debug_print_map(seq, priv, "Asleep map: ",
drivers/net/wireless/st/cw1200/debug.c
215
cw1200_debug_print_map(seq, priv, "PSPOLL map: ",
drivers/net/wireless/st/cw1200/debug.c
218
seq_puts(seq, "\n");
drivers/net/wireless/st/cw1200/debug.c
222
seq_printf(seq, "Link %d: %s, %pM\n",
drivers/net/wireless/st/cw1200/debug.c
229
seq_puts(seq, "\n");
drivers/net/wireless/st/cw1200/debug.c
231
seq_printf(seq, "BH status: %s\n",
drivers/net/wireless/st/cw1200/debug.c
233
seq_printf(seq, "Pending RX: %d\n",
drivers/net/wireless/st/cw1200/debug.c
235
seq_printf(seq, "Pending TX: %d\n",
drivers/net/wireless/st/cw1200/debug.c
238
seq_printf(seq, "BH errcode: %d\n",
drivers/net/wireless/st/cw1200/debug.c
240
seq_printf(seq, "TX bufs: %d x %d bytes\n",
drivers/net/wireless/st/cw1200/debug.c
243
seq_printf(seq, "Used bufs: %d\n",
drivers/net/wireless/st/cw1200/debug.c
245
seq_printf(seq, "Powermgmt: %s\n",
drivers/net/wireless/st/cw1200/debug.c
247
seq_printf(seq, "Device: %s\n",
drivers/net/wireless/st/cw1200/debug.c
251
seq_printf(seq, "WSM status: %s\n",
drivers/net/wireless/st/cw1200/debug.c
253
seq_printf(seq, "WSM cmd: 0x%.4X (%td bytes)\n",
drivers/net/wireless/st/cw1200/debug.c
255
seq_printf(seq, "WSM retval: %d\n",
drivers/net/wireless/st/cw1200/debug.c
259
seq_printf(seq, "Datapath: %s\n",
drivers/net/wireless/st/cw1200/debug.c
262
seq_printf(seq, "TXlock cnt: %d\n",
drivers/net/wireless/st/cw1200/debug.c
265
seq_printf(seq, "TXed: %d\n",
drivers/net/wireless/st/cw1200/debug.c
267
seq_printf(seq, "AGG TXed: %d\n",
drivers/net/wireless/st/cw1200/debug.c
269
seq_printf(seq, "MULTI TXed: %d (%d)\n",
drivers/net/wireless/st/cw1200/debug.c
271
seq_printf(seq, "RXed: %d\n",
drivers/net/wireless/st/cw1200/debug.c
273
seq_printf(seq, "AGG RXed: %d\n",
drivers/net/wireless/st/cw1200/debug.c
275
seq_printf(seq, "TX miss: %d\n",
drivers/net/wireless/st/cw1200/debug.c
277
seq_printf(seq, "TX align: %d\n",
drivers/net/wireless/st/cw1200/debug.c
279
seq_printf(seq, "TX burst: %d\n",
drivers/net/wireless/st/cw1200/debug.c
281
seq_printf(seq, "TX TTL: %d\n",
drivers/net/wireless/st/cw1200/debug.c
283
seq_printf(seq, "Scan: %s\n",
drivers/net/wireless/st/cw1200/debug.c
291
static int cw1200_counters_show(struct seq_file *seq, void *v)
drivers/net/wireless/st/cw1200/debug.c
294
struct cw1200_common *priv = seq->private;
drivers/net/wireless/st/cw1200/debug.c
302
seq_printf(seq, "%s:" tab "%d\n", #name, \
drivers/net/wireless/st/cw1200/debug.c
69
static void cw1200_queue_status_show(struct seq_file *seq,
drivers/net/wireless/st/cw1200/debug.c
73
seq_printf(seq, "Queue %d:\n", q->queue_id);
drivers/net/wireless/st/cw1200/debug.c
74
seq_printf(seq, " capacity: %zu\n", q->capacity);
drivers/net/wireless/st/cw1200/debug.c
75
seq_printf(seq, " queued: %zu\n", q->num_queued);
drivers/net/wireless/st/cw1200/debug.c
76
seq_printf(seq, " pending: %zu\n", q->num_pending);
drivers/net/wireless/st/cw1200/debug.c
77
seq_printf(seq, " sent: %zu\n", q->num_sent);
drivers/net/wireless/st/cw1200/debug.c
78
seq_printf(seq, " locked: %s\n", q->tx_locked_cnt ? "yes" : "no");
drivers/net/wireless/st/cw1200/debug.c
79
seq_printf(seq, " overfull: %s\n", q->overfull ? "yes" : "no");
drivers/net/wireless/st/cw1200/debug.c
80
seq_puts(seq, " link map: 0-> ");
drivers/net/wireless/st/cw1200/debug.c
82
seq_printf(seq, "%.2d ", q->link_map_cache[i]);
drivers/net/wireless/st/cw1200/debug.c
83
seq_printf(seq, "<-%zu\n", q->stats->map_capacity);
drivers/net/wireless/st/cw1200/debug.c
86
static void cw1200_debug_print_map(struct seq_file *seq,
drivers/net/wireless/st/cw1200/debug.c
92
seq_printf(seq, "%s0-> ", label);
drivers/net/wireless/st/cw1200/debug.c
94
seq_printf(seq, "%s ", (map & BIT(i)) ? "**" : "..");
drivers/net/wireless/st/cw1200/debug.c
95
seq_printf(seq, "<-%zu\n", priv->tx_queue_stats.map_capacity - 1);
drivers/net/wireless/st/cw1200/debug.c
98
static int cw1200_status_show(struct seq_file *seq, void *v)
drivers/net/wireless/st/cw1200/sta.c
687
struct ieee80211_key_seq seq;
drivers/net/wireless/st/cw1200/sta.c
734
ieee80211_get_key_rx_seq(key, 0, &seq);
drivers/net/wireless/st/cw1200/sta.c
755
wsm_key->tkip_group.rx_seqnum[0] = seq.tkip.iv16 & 0xff;
drivers/net/wireless/st/cw1200/sta.c
756
wsm_key->tkip_group.rx_seqnum[1] = (seq.tkip.iv16 >> 8) & 0xff;
drivers/net/wireless/st/cw1200/sta.c
757
wsm_key->tkip_group.rx_seqnum[2] = seq.tkip.iv32 & 0xff;
drivers/net/wireless/st/cw1200/sta.c
758
wsm_key->tkip_group.rx_seqnum[3] = (seq.tkip.iv32 >> 8) & 0xff;
drivers/net/wireless/st/cw1200/sta.c
759
wsm_key->tkip_group.rx_seqnum[4] = (seq.tkip.iv32 >> 16) & 0xff;
drivers/net/wireless/st/cw1200/sta.c
760
wsm_key->tkip_group.rx_seqnum[5] = (seq.tkip.iv32 >> 24) & 0xff;
drivers/net/wireless/st/cw1200/sta.c
768
ieee80211_get_key_rx_seq(key, 0, &seq);
drivers/net/wireless/st/cw1200/sta.c
780
wsm_key->aes_group.rx_seqnum[0] = seq.ccmp.pn[5];
drivers/net/wireless/st/cw1200/sta.c
781
wsm_key->aes_group.rx_seqnum[1] = seq.ccmp.pn[4];
drivers/net/wireless/st/cw1200/sta.c
782
wsm_key->aes_group.rx_seqnum[2] = seq.ccmp.pn[3];
drivers/net/wireless/st/cw1200/sta.c
783
wsm_key->aes_group.rx_seqnum[3] = seq.ccmp.pn[2];
drivers/net/wireless/st/cw1200/sta.c
784
wsm_key->aes_group.rx_seqnum[4] = seq.ccmp.pn[1];
drivers/net/wireless/st/cw1200/sta.c
785
wsm_key->aes_group.rx_seqnum[5] = seq.ccmp.pn[0];
drivers/net/wireless/st/cw1200/wsm.h
596
#define WSM_TX_SEQ(seq) \
drivers/net/wireless/st/cw1200/wsm.h
597
((seq & WSM_TX_SEQ_MAX) << 13)
drivers/net/wireless/virtual/mac80211_hwsim.c
5923
u32 portid, u32 seq,
drivers/net/wireless/virtual/mac80211_hwsim.c
5930
hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags,
drivers/net/wireless/virtual/mac80211_hwsim.c
6608
cb->seq = hwsim_radios_generation;
drivers/net/wireless/virtual/mac80211_hwsim.c
6633
if (skb->len == 0 && cb->prev_seq && cb->seq != cb->prev_seq) {
drivers/net/xen-netback/common.h
243
int seq;
drivers/net/xen-netback/common.h
250
atomic_t seq;
drivers/net/xen-netback/hash.c
136
entry->seq = atomic_inc_return(&vif->hash.cache.seq);
drivers/net/xen-netback/hash.c
60
if (!oldest || entry->seq < oldest->seq)
drivers/net/xen-netback/hash.c
65
new->seq = atomic_inc_return(&vif->hash.cache.seq);
drivers/nfc/pn533/usb.c
250
u8 seq;
drivers/nfc/pn533/usb.c
286
frame->ccid.seq = 0;
drivers/nvdimm/btt.c
1383
log.seq = cpu_to_le32(arena->freelist[lane].seq);
drivers/nvdimm/btt.c
275
return le32_to_cpu(log->ent[log_idx].seq);
drivers/nvdimm/btt.c
299
log->ent[idx0].seq = cpu_to_le32(1);
drivers/nvdimm/btt.c
344
old_ent, lane, log.ent[arena->log_index[0]].seq,
drivers/nvdimm/btt.c
345
log.ent[arena->log_index[1]].seq);
drivers/nvdimm/btt.c
395
if (++(arena->freelist[lane].seq) == 4)
drivers/nvdimm/btt.c
396
arena->freelist[lane].seq = 1;
drivers/nvdimm/btt.c
491
ent.seq = cpu_to_le32(LOG_SEQ_INIT);
drivers/nvdimm/btt.c
557
arena->freelist[i].seq = nd_inc_seq(le32_to_cpu(log_new.seq));
drivers/nvdimm/btt.c
608
&& (ent->seq == 0);
drivers/nvdimm/btt.h
120
u8 seq;
drivers/nvdimm/btt.h
88
__le32 seq;
drivers/nvdimm/label.c
1054
nd_inc_seq(__le32_to_cpu(nsindex->seq)), 0);
drivers/nvdimm/label.c
131
u32 seq;
drivers/nvdimm/label.c
168
seq = __le32_to_cpu(nsindex[i]->seq);
drivers/nvdimm/label.c
169
if ((seq & NSINDEX_SEQ_MASK) == 0) {
drivers/nvdimm/label.c
170
dev_dbg(dev, "nsindex%d sequence: %#x invalid\n", i, seq);
drivers/nvdimm/label.c
228
seq = best_seq(__le32_to_cpu(nsindex[0]->seq),
drivers/nvdimm/label.c
229
__le32_to_cpu(nsindex[1]->seq));
drivers/nvdimm/label.c
230
if (seq == (__le32_to_cpu(nsindex[1]->seq) & NSINDEX_SEQ_MASK))
drivers/nvdimm/label.c
660
static int nd_label_write_index(struct nvdimm_drvdata *ndd, int index, u32 seq,
drivers/nvdimm/label.c
678
nsindex->seq = __cpu_to_le32(seq);
drivers/nvdimm/label.c
949
nd_inc_seq(__le32_to_cpu(nsindex->seq)), 0);
drivers/nvdimm/label.h
57
__le32 seq;
drivers/nvdimm/nd.h
440
static inline unsigned nd_inc_seq(unsigned seq)
drivers/nvdimm/nd.h
444
return next[seq & 3];
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
220
const struct tc9563_pwrctrl_reg_setting *seq,
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
226
ret = tc9563_pwrctrl_i2c_write(client, seq[i].offset, seq[i].val);
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
238
const struct tc9563_pwrctrl_reg_setting *seq;
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
245
seq = dsp1_pwroff_seq;
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
248
seq = dsp2_pwroff_seq;
drivers/pci/pwrctrl/pci-pwrctrl-tc9563.c
252
ret = tc9563_pwrctrl_i2c_bulk_write(tc9563->client, seq, len);
drivers/perf/arm_pmuv3.c
1609
unsigned int seq;
drivers/perf/arm_pmuv3.c
1625
rd = sched_clock_read_begin(&seq);
drivers/perf/arm_pmuv3.c
1644
} while (sched_clock_read_retry(seq));
drivers/perf/riscv_pmu.c
34
unsigned int seq;
drivers/perf/riscv_pmu.c
51
rd = sched_clock_read_begin(&seq);
drivers/perf/riscv_pmu.c
67
} while (sched_clock_read_retry(seq));
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
203
const struct hsphy_init_seq *seq;
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
210
seq = data->init_seq;
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
212
for (i = 0; i < data->init_seq_num; i++, seq++) {
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
213
writeb(seq->val, priv->base + seq->offset);
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
214
if (seq->delay)
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c
215
usleep_range(seq->delay, seq->delay + 10);
drivers/phy/qualcomm/phy-qcom-usb-hs.c
112
const struct ulpi_seq *seq;
drivers/phy/qualcomm/phy-qcom-usb-hs.c
144
for (seq = uphy->init_seq; seq->addr; seq++) {
drivers/phy/qualcomm/phy-qcom-usb-hs.c
145
ret = ulpi_write(ulpi, ULPI_EXT_VENDOR_SPECIFIC + seq->addr,
drivers/phy/qualcomm/phy-qcom-usb-hs.c
146
seq->val);
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
937
#define rk_hdptx_multi_reg_write(hdptx, seq) \
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
938
regmap_multi_reg_write((hdptx)->regmap, seq, ARRAY_SIZE(seq))
drivers/phy/xilinx/phy-zynqmp.c
879
static int xpsgtr_status_read(struct seq_file *seq, void *data)
drivers/phy/xilinx/phy-zynqmp.c
881
struct device *dev = seq->private;
drivers/phy/xilinx/phy-zynqmp.c
890
seq_printf(seq, "Lane: %u\n", gtr_phy->lane);
drivers/phy/xilinx/phy-zynqmp.c
891
seq_printf(seq, "Protocol: %s\n",
drivers/phy/xilinx/phy-zynqmp.c
893
seq_printf(seq, "Instance: %u\n", gtr_phy->instance);
drivers/phy/xilinx/phy-zynqmp.c
894
seq_printf(seq, "Reference clock: %u (%pC)\n", gtr_phy->refclk, clk);
drivers/phy/xilinx/phy-zynqmp.c
895
seq_printf(seq, "Reference rate: %lu\n", clk_get_rate(clk));
drivers/phy/xilinx/phy-zynqmp.c
896
seq_printf(seq, "PLL locked: %s\n",
drivers/pinctrl/microchip/pinctrl-mpfs-iomux0.c
142
static void mpfs_iomux0_pin_dbg_show(struct pinctrl_dev *pctrl_dev, struct seq_file *seq,
drivers/pinctrl/microchip/pinctrl-mpfs-iomux0.c
148
seq_printf(seq, "reg: %x, pin: %u ", MPFS_IOMUX0_REG, pin);
drivers/pinctrl/microchip/pinctrl-mpfs-iomux0.c
153
seq_printf(seq, "val: %x\n", val);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
274
static void mpfs_pinctrl_dbg_show(struct pinctrl_dev *pctrl_dev, struct seq_file *seq,
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
284
seq_printf(seq, "reg: %x, offset: %u ", reg, offset);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
285
seq_printf(seq, "pin: %u ", pin);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
292
seq_printf(seq, "func: %s (%x)\n", mpfs_pinctrl_function_names[func], func);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
606
static void mpfs_pinctrl_pinconf_dbg_show(struct pinctrl_dev *pctrl_dev, struct seq_file *seq,
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
616
seq_printf(seq, "pin: %u ", pin);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
617
seq_printf(seq, "reg: %x offset: %u ", reg, offset);
drivers/pinctrl/microchip/pinctrl-mpfs-mssio.c
624
seq_printf(seq, "val: %x\n", val);
drivers/pinctrl/microchip/pinctrl-pic64gx-gpio2.c
214
static void pic64gx_gpio2_pin_dbg_show(struct pinctrl_dev *pctrl_dev, struct seq_file *seq,
drivers/pinctrl/microchip/pinctrl-pic64gx-gpio2.c
222
seq_printf(seq, "pin: %u val: %x\n", pin, val);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
100
seq_printf(seq, "pos: %c%u ",
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
104
seq_printf(seq, "pos: %u ", pin_hwid);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
106
seq_printf(seq, "power-domain: %s ",
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
108
seq_printf(seq, "type: %s ", io_type_desc[type]);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
112
seq_printf(seq, "mux: 0x%08x ", value);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
117
seq_printf(seq, "mux2: 0x%08x ", value);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
123
seq_printf(seq, "conf: 0x%08x ", value);
drivers/pinctrl/sophgo/pinctrl-cv18xx.c
88
struct seq_file *seq, unsigned int pin_id)
drivers/pinctrl/sophgo/pinctrl-sg2042-ops.c
88
struct seq_file *seq, unsigned int pin_id)
drivers/pinctrl/sophgo/pinctrl-sg2042-ops.c
96
seq_printf(seq, "mux:%u reg:0x%04x ", mux, value);
drivers/pinctrl/spacemit/pinctrl-k1.c
270
struct seq_file *seq, unsigned int pin)
drivers/pinctrl/spacemit/pinctrl-k1.c
278
seq_printf(seq, "offset: 0x%04x ", pctrl->data->pin_to_offset(pin));
drivers/pinctrl/spacemit/pinctrl-k1.c
279
seq_printf(seq, "type: %s ", io_type_desc[type]);
drivers/pinctrl/spacemit/pinctrl-k1.c
283
seq_printf(seq, "mux: %ld reg: 0x%04x", (value & PAD_MUX), value);
drivers/pinctrl/spacemit/pinctrl-k1.c
851
static void spacemit_pinconf_dbg_pull(struct seq_file *seq, unsigned int value)
drivers/pinctrl/spacemit/pinctrl-k1.c
856
seq_puts(seq, ", bias pull disabled");
drivers/pinctrl/spacemit/pinctrl-k1.c
861
seq_puts(seq, ", bias pull down");
drivers/pinctrl/spacemit/pinctrl-k1.c
867
seq_puts(seq, ", bias strong pull up");
drivers/pinctrl/spacemit/pinctrl-k1.c
869
seq_puts(seq, ", bias normal pull up");
drivers/pinctrl/spacemit/pinctrl-k1.c
873
struct seq_file *seq, unsigned int pin)
drivers/pinctrl/spacemit/pinctrl-k1.c
883
spacemit_pinconf_dbg_pull(seq, value);
drivers/pinctrl/spacemit/pinctrl-k1.c
885
seq_printf(seq, ", io type (%s)", io_type_desc[type]);
drivers/pinctrl/spacemit/pinctrl-k1.c
890
seq_printf(seq, ", drive strength (%d mA)", mA);
drivers/pinctrl/spacemit/pinctrl-k1.c
895
seq_printf(seq, ", drive strength (%d or %d mA)",
drivers/pinctrl/spacemit/pinctrl-k1.c
899
seq_printf(seq, ", register (0x%04x)", value);
drivers/platform/chrome/cros_ec_lightbar.c
463
param->seq.num = num;
drivers/platform/surface/aggregator/controller.c
1229
ssh_seq_reset(&ctrl->counter.seq);
drivers/platform/surface/aggregator/controller.c
1513
u8 seq;
drivers/platform/surface/aggregator/controller.c
1522
seq = ssh_seq_next(&ctrl->counter.seq);
drivers/platform/surface/aggregator/controller.c
1524
msgb_push_cmd(&msgb, seq, rqid, spec);
drivers/platform/surface/aggregator/controller.h
208
struct ssh_seq_counter seq;
drivers/platform/surface/aggregator/ssh_msgb.h
118
static inline void msgb_push_frame(struct msgbuf *msgb, u8 ty, u16 len, u8 seq)
drivers/platform/surface/aggregator/ssh_msgb.h
127
__msgb_push_u8(msgb, seq); /* Frame sequence ID. */
drivers/platform/surface/aggregator/ssh_msgb.h
137
static inline void msgb_push_ack(struct msgbuf *msgb, u8 seq)
drivers/platform/surface/aggregator/ssh_msgb.h
143
msgb_push_frame(msgb, SSH_FRAME_TYPE_ACK, 0x00, seq);
drivers/platform/surface/aggregator/ssh_msgb.h
172
static inline void msgb_push_cmd(struct msgbuf *msgb, u8 seq, u16 rqid,
drivers/platform/surface/aggregator/ssh_msgb.h
182
msgb_push_frame(msgb, type, sizeof(struct ssh_command) + rqst->length, seq);
drivers/platform/surface/aggregator/ssh_packet_layer.c
1244
static void ssh_ptl_acknowledge(struct ssh_ptl *ptl, u8 seq)
drivers/platform/surface/aggregator/ssh_packet_layer.c
1248
p = ssh_ptl_ack_pop(ptl, seq);
drivers/platform/surface/aggregator/ssh_packet_layer.c
1624
if (likely(ptl->rx.blocked.seqs[i] != frame->seq))
drivers/platform/surface/aggregator/ssh_packet_layer.c
1632
ptl->rx.blocked.seqs[ptl->rx.blocked.offset] = frame->seq;
drivers/platform/surface/aggregator/ssh_packet_layer.c
1649
static void ssh_ptl_send_ack(struct ssh_ptl *ptl, u8 seq)
drivers/platform/surface/aggregator/ssh_packet_layer.c
1666
msgb_push_ack(&msgb, seq);
drivers/platform/surface/aggregator/ssh_packet_layer.c
1770
ssh_ptl_acknowledge(ptl, frame->seq);
drivers/platform/surface/aggregator/ssh_packet_layer.c
1778
ssh_ptl_send_ack(ptl, frame->seq);
drivers/platform/surface/aggregator/ssh_packet_layer.c
556
return packet->data.ptr[SSH_MSGOFFSET_FRAME(seq)];
drivers/platform/surface/aggregator/trace.h
135
return p->data.ptr[SSH_MSGOFFSET_FRAME(seq)];
drivers/platform/surface/aggregator/trace.h
240
#define ssam_show_packet_seq(seq) \
drivers/platform/surface/aggregator/trace.h
241
__print_symbolic(seq, \
drivers/platform/surface/aggregator/trace.h
328
__field(u8, seq)
drivers/platform/surface/aggregator/trace.h
334
__entry->seq = frame->seq;
drivers/platform/surface/aggregator/trace.h
340
__entry->seq,
drivers/platform/surface/aggregator/trace.h
403
__field(u16, seq)
drivers/platform/surface/aggregator/trace.h
411
__entry->seq = ssam_trace_get_packet_seq(packet);
drivers/platform/surface/aggregator/trace.h
416
ssam_show_packet_seq(__entry->seq),
drivers/platform/surface/aggregator/trace.h
441
__field(u16, seq)
drivers/platform/surface/aggregator/trace.h
450
__entry->seq = ssam_trace_get_packet_seq(packet);
drivers/platform/surface/aggregator/trace.h
455
ssam_show_packet_seq(__entry->seq),
drivers/platform/x86/amd/pmf/core.c
101
seq_printf(seq, "spl:%u fppt:%u sppt:%u sppt_apu_only:%u stt_min:%u stt[APU]:%u stt[HS2]: %u\n",
drivers/platform/x86/amd/pmf/core.c
89
static int current_power_limits_show(struct seq_file *seq, void *unused)
drivers/platform/x86/amd/pmf/core.c
91
struct amd_pmf_dev *dev = seq->private;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1376
static int awcc_debugfs_system_description_read(struct seq_file *seq, void *data)
drivers/platform/x86/dell/alienware-wmi-wmax.c
1378
struct device *dev = seq->private;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1381
seq_printf(seq, "0x%08x\n", priv->system_description);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1386
static int awcc_debugfs_hwmon_data_read(struct seq_file *seq, void *data)
drivers/platform/x86/dell/alienware-wmi-wmax.c
1388
struct device *dev = seq->private;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1393
seq_printf(seq, "Number of fans: %u\n", priv->fan_count);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1394
seq_printf(seq, "Number of temperature sensors: %u\n\n", priv->temp_count);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1399
seq_printf(seq, "Fan %u:\n", i);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1400
seq_printf(seq, " ID: 0x%02x\n", fan->id);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1401
seq_printf(seq, " Related temperature sensors bitmap: %lu\n",
drivers/platform/x86/dell/alienware-wmi-wmax.c
1405
seq_puts(seq, "\nTemperature sensor IDs:\n");
drivers/platform/x86/dell/alienware-wmi-wmax.c
1407
seq_printf(seq, " 0x%02x\n", bit);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1412
static int awcc_debugfs_pprof_data_read(struct seq_file *seq, void *data)
drivers/platform/x86/dell/alienware-wmi-wmax.c
1414
struct device *dev = seq->private;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1417
seq_printf(seq, "Number of thermal profiles: %u\n\n", priv->profile_count);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1423
seq_printf(seq, "Platform profile %u:\n", i);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1424
seq_printf(seq, " ID: 0x%02x\n", priv->supported_profiles[i]);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1430
static int awcc_gpio_pin_show(struct seq_file *seq, void *data)
drivers/platform/x86/dell/alienware-wmi-wmax.c
1432
unsigned long pin = debugfs_get_aux_num(seq->file);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1433
struct wmi_device *wdev = seq->private;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1441
seq_printf(seq, "%u\n", status);
drivers/platform/x86/dell/alienware-wmi-wmax.c
1450
struct seq_file *seq = file->private_data;
drivers/platform/x86/dell/alienware-wmi-wmax.c
1451
struct wmi_device *wdev = seq->private;
drivers/platform/x86/dell/dell-wmi-ddv.c
1008
ret = seq_write(seq, buf, size);
drivers/platform/x86/dell/dell-wmi-ddv.c
1014
static int dell_wmi_ddv_fan_read(struct seq_file *seq, void *offset)
drivers/platform/x86/dell/dell-wmi-ddv.c
1016
return dell_wmi_ddv_buffer_read(seq, DELL_DDV_FAN_SENSOR_INFORMATION);
drivers/platform/x86/dell/dell-wmi-ddv.c
1019
static int dell_wmi_ddv_temp_read(struct seq_file *seq, void *offset)
drivers/platform/x86/dell/dell-wmi-ddv.c
1021
return dell_wmi_ddv_buffer_read(seq, DELL_DDV_THERMAL_SENSOR_INFORMATION);
drivers/platform/x86/dell/dell-wmi-ddv.c
993
static int dell_wmi_ddv_buffer_read(struct seq_file *seq, enum dell_ddv_method method)
drivers/platform/x86/dell/dell-wmi-ddv.c
995
struct device *dev = seq->private;
drivers/platform/x86/intel/bytcrc_pwrsrc.c
100
struct crc_pwrsrc_data *data = seq->private;
drivers/platform/x86/intel/bytcrc_pwrsrc.c
102
crc_pwrsrc_log(seq, "Last shutdown caused", pwrsrc_resetsrc0_info, data->resetsrc0);
drivers/platform/x86/intel/bytcrc_pwrsrc.c
103
crc_pwrsrc_log(seq, "Last shutdown caused", pwrsrc_resetsrc1_info, data->resetsrc1);
drivers/platform/x86/intel/bytcrc_pwrsrc.c
107
static int wakesrc_show(struct seq_file *seq, void *unused)
drivers/platform/x86/intel/bytcrc_pwrsrc.c
109
struct crc_pwrsrc_data *data = seq->private;
drivers/platform/x86/intel/bytcrc_pwrsrc.c
111
crc_pwrsrc_log(seq, "Last wake caused", pwrsrc_wakesrc_info, data->wakesrc);
drivers/platform/x86/intel/bytcrc_pwrsrc.c
73
static void crc_pwrsrc_log(struct seq_file *seq, const char *prefix,
drivers/platform/x86/intel/bytcrc_pwrsrc.c
80
seq_printf(seq, "%s by %s\n", prefix, info[i]);
drivers/platform/x86/intel/bytcrc_pwrsrc.c
84
static int pwrsrc_show(struct seq_file *seq, void *unused)
drivers/platform/x86/intel/bytcrc_pwrsrc.c
86
struct crc_pwrsrc_data *data = seq->private;
drivers/platform/x86/intel/bytcrc_pwrsrc.c
94
crc_pwrsrc_log(seq, "System powered", pwrsrc_pwrsrc_info, reg_val);
drivers/platform/x86/intel/bytcrc_pwrsrc.c
98
static int resetsrc_show(struct seq_file *seq, void *unused)
drivers/platform/x86/msi-wmi-platform.c
231
struct seq_file *seq = fp->private_data;
drivers/platform/x86/msi-wmi-platform.c
232
struct msi_wmi_platform_debugfs_data *data = seq->private;
drivers/platform/x86/msi-wmi-platform.c
259
static int msi_wmi_platform_show(struct seq_file *seq, void *p)
drivers/platform/x86/msi-wmi-platform.c
261
struct msi_wmi_platform_debugfs_data *data = seq->private;
drivers/platform/x86/msi-wmi-platform.c
265
ret = seq_write(seq, data->buffer, data->length);
drivers/power/sequencing/core.c
1004
static void *pwrseq_debugfs_seq_next(struct seq_file *seq, void *data,
drivers/power/sequencing/core.c
1016
static void pwrseq_debugfs_seq_show_target(struct seq_file *seq,
drivers/power/sequencing/core.c
1019
seq_printf(seq, " target: [%s] (target unit: [%s])\n",
drivers/power/sequencing/core.c
1023
static void pwrseq_debugfs_seq_show_unit(struct seq_file *seq,
drivers/power/sequencing/core.c
1028
seq_printf(seq, " unit: [%s] - enable count: %u\n",
drivers/power/sequencing/core.c
1034
seq_puts(seq, " dependencies:\n");
drivers/power/sequencing/core.c
1036
seq_printf(seq, " [%s]\n", ref->unit->name);
drivers/power/sequencing/core.c
1039
static int pwrseq_debugfs_seq_show(struct seq_file *seq, void *data)
drivers/power/sequencing/core.c
1046
seq_printf(seq, "%s:\n", dev_name(dev));
drivers/power/sequencing/core.c
1048
seq_puts(seq, " targets:\n");
drivers/power/sequencing/core.c
1050
pwrseq_debugfs_seq_show_target(seq, target);
drivers/power/sequencing/core.c
1052
seq_puts(seq, " units:\n");
drivers/power/sequencing/core.c
1054
pwrseq_debugfs_seq_show_unit(seq, unit);
drivers/power/sequencing/core.c
1059
static void pwrseq_debugfs_seq_stop(struct seq_file *seq, void *data)
drivers/power/sequencing/core.c
984
static void *pwrseq_debugfs_seq_start(struct seq_file *seq, loff_t *pos)
drivers/ptp/ptp_vmclock.c
105
uint64_t cycle, delta, seq, frac_sec;
drivers/ptp/ptp_vmclock.c
117
seq = le32_to_cpu(st->clk->seq_count) & ~1ULL;
drivers/ptp/ptp_vmclock.c
171
if (seq == le32_to_cpu(st->clk->seq_count))
drivers/ptp/ptp_vmclock.c
369
atomic_t seq;
drivers/ptp/ptp_vmclock.c
397
uint32_t seq, old_seq;
drivers/ptp/ptp_vmclock.c
407
old_seq = atomic_read(&fst->seq);
drivers/ptp/ptp_vmclock.c
409
seq = le32_to_cpu(st->clk->seq_count) & ~1U;
drivers/ptp/ptp_vmclock.c
418
if (seq == le32_to_cpu(st->clk->seq_count)) {
drivers/ptp/ptp_vmclock.c
423
if (atomic_try_cmpxchg(&fst->seq, &old_seq, seq) ||
drivers/ptp/ptp_vmclock.c
424
old_seq == seq) {
drivers/ptp/ptp_vmclock.c
441
uint32_t seq;
drivers/ptp/ptp_vmclock.c
452
seq = le32_to_cpu(st->clk->seq_count);
drivers/ptp/ptp_vmclock.c
453
if (atomic_read(&fst->seq) != seq)
drivers/ptp/ptp_vmclock.c
469
atomic_set(&fst->seq, 0);
drivers/remoteproc/remoteproc_debugfs.c
275
static int rproc_rsc_table_show(struct seq_file *seq, void *p)
drivers/remoteproc/remoteproc_debugfs.c
278
struct rproc *rproc = seq->private;
drivers/remoteproc/remoteproc_debugfs.c
287
seq_puts(seq, "No resource table found\n");
drivers/remoteproc/remoteproc_debugfs.c
299
seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
drivers/remoteproc/remoteproc_debugfs.c
300
seq_printf(seq, " Device Address 0x%x\n", c->da);
drivers/remoteproc/remoteproc_debugfs.c
301
seq_printf(seq, " Physical Address 0x%x\n", c->pa);
drivers/remoteproc/remoteproc_debugfs.c
302
seq_printf(seq, " Length 0x%x Bytes\n", c->len);
drivers/remoteproc/remoteproc_debugfs.c
303
seq_printf(seq, " Flags 0x%x\n", c->flags);
drivers/remoteproc/remoteproc_debugfs.c
304
seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved);
drivers/remoteproc/remoteproc_debugfs.c
305
seq_printf(seq, " Name %s\n\n", c->name);
drivers/remoteproc/remoteproc_debugfs.c
309
seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
drivers/remoteproc/remoteproc_debugfs.c
310
seq_printf(seq, " Device Address 0x%x\n", d->da);
drivers/remoteproc/remoteproc_debugfs.c
311
seq_printf(seq, " Physical Address 0x%x\n", d->pa);
drivers/remoteproc/remoteproc_debugfs.c
312
seq_printf(seq, " Length 0x%x Bytes\n", d->len);
drivers/remoteproc/remoteproc_debugfs.c
313
seq_printf(seq, " Flags 0x%x\n", d->flags);
drivers/remoteproc/remoteproc_debugfs.c
314
seq_printf(seq, " Reserved (should be zero) [%d]\n", d->reserved);
drivers/remoteproc/remoteproc_debugfs.c
315
seq_printf(seq, " Name %s\n\n", d->name);
drivers/remoteproc/remoteproc_debugfs.c
319
seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
drivers/remoteproc/remoteproc_debugfs.c
320
seq_printf(seq, " Device Address 0x%x\n", t->da);
drivers/remoteproc/remoteproc_debugfs.c
321
seq_printf(seq, " Length 0x%x Bytes\n", t->len);
drivers/remoteproc/remoteproc_debugfs.c
322
seq_printf(seq, " Reserved (should be zero) [%d]\n", t->reserved);
drivers/remoteproc/remoteproc_debugfs.c
323
seq_printf(seq, " Name %s\n\n", t->name);
drivers/remoteproc/remoteproc_debugfs.c
327
seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]);
drivers/remoteproc/remoteproc_debugfs.c
329
seq_printf(seq, " ID %d\n", v->id);
drivers/remoteproc/remoteproc_debugfs.c
330
seq_printf(seq, " Notify ID %d\n", v->notifyid);
drivers/remoteproc/remoteproc_debugfs.c
331
seq_printf(seq, " Device features 0x%x\n", v->dfeatures);
drivers/remoteproc/remoteproc_debugfs.c
332
seq_printf(seq, " Guest features 0x%x\n", v->gfeatures);
drivers/remoteproc/remoteproc_debugfs.c
333
seq_printf(seq, " Config length 0x%x\n", v->config_len);
drivers/remoteproc/remoteproc_debugfs.c
334
seq_printf(seq, " Status 0x%x\n", v->status);
drivers/remoteproc/remoteproc_debugfs.c
335
seq_printf(seq, " Number of vrings %d\n", v->num_of_vrings);
drivers/remoteproc/remoteproc_debugfs.c
336
seq_printf(seq, " Reserved (should be zero) [%d][%d]\n\n",
drivers/remoteproc/remoteproc_debugfs.c
340
seq_printf(seq, " Vring %d\n", j);
drivers/remoteproc/remoteproc_debugfs.c
341
seq_printf(seq, " Device Address 0x%x\n", v->vring[j].da);
drivers/remoteproc/remoteproc_debugfs.c
342
seq_printf(seq, " Alignment %d\n", v->vring[j].align);
drivers/remoteproc/remoteproc_debugfs.c
343
seq_printf(seq, " Number of buffers %d\n", v->vring[j].num);
drivers/remoteproc/remoteproc_debugfs.c
344
seq_printf(seq, " Notify ID %d\n", v->vring[j].notifyid);
drivers/remoteproc/remoteproc_debugfs.c
345
seq_printf(seq, " Physical Address 0x%x\n\n",
drivers/remoteproc/remoteproc_debugfs.c
350
seq_printf(seq, "Unknown resource type found: %d [hdr: %pK]\n",
drivers/remoteproc/remoteproc_debugfs.c
362
static int rproc_carveouts_show(struct seq_file *seq, void *p)
drivers/remoteproc/remoteproc_debugfs.c
364
struct rproc *rproc = seq->private;
drivers/remoteproc/remoteproc_debugfs.c
368
seq_puts(seq, "Carveout memory entry:\n");
drivers/remoteproc/remoteproc_debugfs.c
369
seq_printf(seq, "\tName: %s\n", carveout->name);
drivers/remoteproc/remoteproc_debugfs.c
370
seq_printf(seq, "\tVirtual address: %pK\n", carveout->va);
drivers/remoteproc/remoteproc_debugfs.c
371
seq_printf(seq, "\tDMA address: %pad\n", &carveout->dma);
drivers/remoteproc/remoteproc_debugfs.c
372
seq_printf(seq, "\tDevice address: 0x%x\n", carveout->da);
drivers/remoteproc/remoteproc_debugfs.c
373
seq_printf(seq, "\tLength: 0x%zx Bytes\n\n", carveout->len);
drivers/rtc/proc.c
39
static int rtc_proc_show(struct seq_file *seq, void *offset)
drivers/rtc/proc.c
42
struct rtc_device *rtc = seq->private;
drivers/rtc/proc.c
49
seq_printf(seq,
drivers/rtc/proc.c
57
seq_printf(seq, "alrm_time\t: %ptRt\n", &alrm.time);
drivers/rtc/proc.c
58
seq_printf(seq, "alrm_date\t: %ptRd\n", &alrm.time);
drivers/rtc/proc.c
59
seq_printf(seq, "alarm_IRQ\t: %s\n",
drivers/rtc/proc.c
61
seq_printf(seq, "alrm_pending\t: %s\n",
drivers/rtc/proc.c
63
seq_printf(seq, "update IRQ enabled\t: %s\n",
drivers/rtc/proc.c
65
seq_printf(seq, "periodic IRQ enabled\t: %s\n",
drivers/rtc/proc.c
67
seq_printf(seq, "periodic IRQ frequency\t: %d\n",
drivers/rtc/proc.c
69
seq_printf(seq, "max user IRQ frequency\t: %d\n",
drivers/rtc/proc.c
73
seq_printf(seq, "24hr\t\t: yes\n");
drivers/rtc/proc.c
76
ops->proc(rtc->dev.parent, seq);
drivers/rtc/rtc-at91sam9.c
249
static int at91_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-at91sam9.c
254
seq_printf(seq, "update_IRQ\t: %s\n",
drivers/rtc/rtc-cmos.c
580
static int cmos_procfs(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-cmos.c
593
seq_printf(seq,
drivers/rtc/rtc-ds1286.c
125
seq_printf(seq, "alarm_mode\t: %s\n", s);
drivers/rtc/rtc-ds1286.c
128
seq_printf(seq,
drivers/rtc/rtc-ds1286.c
92
static int ds1286_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-ds1286.c
99
seq_printf(seq,
drivers/rtc/rtc-ds1305.c
382
static int ds1305_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-ds1305.c
417
seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors);
drivers/rtc/rtc-ds1685.c
752
ds1685_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-ds1685.c
791
seq_printf(seq,
drivers/rtc/rtc-efi.c
147
static int efi_procfs(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-efi.c
157
seq_printf(seq,
drivers/rtc/rtc-efi.c
166
seq_puts(seq, "Timezone\t: unspecified\n");
drivers/rtc/rtc-efi.c
169
seq_printf(seq, "Timezone\t: %u\n", eft.timezone);
drivers/rtc/rtc-efi.c
174
seq_printf(seq,
drivers/rtc/rtc-ep93xx.c
72
static int ep93xx_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-ep93xx.c
78
seq_printf(seq, "preload\t\t: %d\n", preload);
drivers/rtc/rtc-ep93xx.c
79
seq_printf(seq, "delete\t\t: %d\n", delete);
drivers/rtc/rtc-isl1208.c
299
isl1208_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-isl1208.c
310
seq_printf(seq, "status_reg\t:%s%s%s%s%s%s (0x%.2x)\n",
drivers/rtc/rtc-isl1208.c
318
seq_printf(seq, "batt_status\t: %s\n",
drivers/rtc/rtc-isl1208.c
323
seq_printf(seq, "digital_trim\t: %d ppm\n", dtr - 100);
drivers/rtc/rtc-isl1208.c
327
seq_printf(seq, "analog_trim\t: %d.%.2d pF\n",
drivers/rtc/rtc-isl1208.c
332
seq_printf(seq, "user_data\t: 0x%.4x\n", usr);
drivers/rtc/rtc-m41t80.c
307
static int m41t80_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-m41t80.c
317
seq_printf(seq, "battery\t\t: %s\n",
drivers/rtc/rtc-m48t59.c
251
static int m48t59_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-m48t59.c
262
seq_printf(seq, "battery\t\t: %s\n",
drivers/rtc/rtc-m48t86.c
140
static int m48t86_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-m48t86.c
146
seq_printf(seq, "mode\t\t: %s\n",
drivers/rtc/rtc-m48t86.c
151
seq_printf(seq, "battery\t\t: %s\n",
drivers/rtc/rtc-pic32.c
239
static int pic32_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-pic32.c
249
seq_printf(seq, "periodic_IRQ\t: %s\n", repeat ? "yes" : "no");
drivers/rtc/rtc-pxa.c
279
static int pxa_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-pxa.c
283
seq_printf(seq, "trim/divider\t: 0x%08x\n", rtc_readl(pxa_rtc, RTTR));
drivers/rtc/rtc-pxa.c
284
seq_printf(seq, "update_IRQ\t: %s\n",
drivers/rtc/rtc-pxa.c
286
seq_printf(seq, "periodic_IRQ\t: %s\n",
drivers/rtc/rtc-pxa.c
288
seq_printf(seq, "periodic_freq\t: %u\n", rtc_readl(pxa_rtc, PIAR));
drivers/rtc/rtc-rs5c372.c
476
static int rs5c372_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-rs5c372.c
482
seq_printf(seq, "crystal\t\t: %d.%03d KHz\n",
drivers/rtc/rtc-rs5c372.c
484
seq_printf(seq, "trim\t\t: %d\n", trim);
drivers/rtc/rtc-sa1100.c
153
static int sa1100_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-sa1100.c
157
seq_printf(seq, "trim/divider\t\t: 0x%08x\n", readl_relaxed(info->rttr));
drivers/rtc/rtc-sa1100.c
158
seq_printf(seq, "RTSR\t\t\t: 0x%08x\n", readl_relaxed(info->rtsr));
drivers/rtc/rtc-tegra.c
221
static int tegra_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-tegra.c
226
seq_printf(seq, "name\t\t: %s\n", dev_name(dev));
drivers/rtc/rtc-x1205.c
546
static int x1205_rtc_proc(struct device *dev, struct seq_file *seq)
drivers/rtc/rtc-x1205.c
552
seq_printf(seq, "digital_trim\t: %d ppm\n", dtrim);
drivers/rtc/rtc-x1205.c
556
seq_printf(seq, "analog_trim\t: %d.%02d pF\n",
drivers/s390/cio/chsc.c
421
id = store_ebcdic(id, nd->seq, sizeof(nd->seq), ',');
drivers/s390/cio/qdio_debug.c
239
struct seq_file *seq = file->private_data;
drivers/s390/cio/qdio_debug.c
240
struct qdio_irq *irq_ptr = seq->private;
drivers/s390/net/qeth_l2_main.c
936
static int qeth_l2_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
drivers/s390/net/qeth_l2_main.c
949
return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
149
while (symtable->seq(symtable, &key, &data, R_FIRST) == 0) {
drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
492
while (symtable->seq(symtable, &key, &data, flag) == 0) {
drivers/scsi/aic94xx/aic94xx_hwi.c
1030
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
1047
spin_lock_irqsave(&seq->tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1048
ascb->tc_index = asd_tc_index_get(seq, ascb);
drivers/scsi/aic94xx/aic94xx_hwi.c
1049
spin_unlock_irqrestore(&seq->tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1128
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
1134
memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb));
drivers/scsi/aic94xx/aic94xx_hwi.c
1135
ascb->dma_scb = seq->next_scb;
drivers/scsi/aic94xx/aic94xx_hwi.c
1137
seq->next_scb = t;
drivers/scsi/aic94xx/aic94xx_hwi.c
1139
cpu_to_le64(((u64)seq->next_scb.dma_handle));
drivers/scsi/aic94xx/aic94xx_hwi.c
1189
spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1190
can_queue = asd_ha->hw_prof.max_scbs - asd_ha->seq.pending;
drivers/scsi/aic94xx/aic94xx_hwi.c
1192
asd_ha->seq.pending += num;
drivers/scsi/aic94xx/aic94xx_hwi.c
1197
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1208
asd_ha->seq.scbpro += num;
drivers/scsi/aic94xx/aic94xx_hwi.c
1209
list_splice_init(&list, asd_ha->seq.pend_q.prev);
drivers/scsi/aic94xx/aic94xx_hwi.c
1210
asd_write_reg_dword(asd_ha, SCBPRO, (u32)asd_ha->seq.scbpro);
drivers/scsi/aic94xx/aic94xx_hwi.c
1211
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1239
spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
1241
asd_ha->seq.scbpro += num;
drivers/scsi/aic94xx/aic94xx_hwi.c
1242
asd_write_reg_dword(asd_ha, SCBPRO, (u32)asd_ha->seq.scbpro);
drivers/scsi/aic94xx/aic94xx_hwi.c
1243
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
198
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
202
asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.max_scbs;
drivers/scsi/aic94xx/aic94xx_hwi.c
203
asd_ha->seq.tc_index_array = kcalloc(asd_ha->seq.tc_index_bitmap_bits,
drivers/scsi/aic94xx/aic94xx_hwi.c
206
if (!asd_ha->seq.tc_index_array)
drivers/scsi/aic94xx/aic94xx_hwi.c
209
bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8;
drivers/scsi/aic94xx/aic94xx_hwi.c
211
asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
drivers/scsi/aic94xx/aic94xx_hwi.c
212
if (!asd_ha->seq.tc_index_bitmap) {
drivers/scsi/aic94xx/aic94xx_hwi.c
213
kfree(asd_ha->seq.tc_index_array);
drivers/scsi/aic94xx/aic94xx_hwi.c
214
asd_ha->seq.tc_index_array = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.c
218
spin_lock_init(&seq->tc_index_lock);
drivers/scsi/aic94xx/aic94xx_hwi.c
220
seq->next_scb.size = sizeof(struct scb);
drivers/scsi/aic94xx/aic94xx_hwi.c
221
seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL,
drivers/scsi/aic94xx/aic94xx_hwi.c
222
&seq->next_scb.dma_handle);
drivers/scsi/aic94xx/aic94xx_hwi.c
223
if (!seq->next_scb.vaddr) {
drivers/scsi/aic94xx/aic94xx_hwi.c
224
kfree(asd_ha->seq.tc_index_bitmap);
drivers/scsi/aic94xx/aic94xx_hwi.c
225
kfree(asd_ha->seq.tc_index_array);
drivers/scsi/aic94xx/aic94xx_hwi.c
226
asd_ha->seq.tc_index_bitmap = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.c
227
asd_ha->seq.tc_index_array = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.c
231
seq->pending = 0;
drivers/scsi/aic94xx/aic94xx_hwi.c
232
spin_lock_init(&seq->pend_q_lock);
drivers/scsi/aic94xx/aic94xx_hwi.c
233
INIT_LIST_HEAD(&seq->pend_q);
drivers/scsi/aic94xx/aic94xx_hwi.c
253
asd_ha->seq.actual_dl
drivers/scsi/aic94xx/aic94xx_hwi.c
257
if (!asd_ha->seq.actual_dl)
drivers/scsi/aic94xx/aic94xx_hwi.c
259
asd_ha->seq.dl = asd_ha->seq.actual_dl->vaddr;
drivers/scsi/aic94xx/aic94xx_hwi.c
260
asd_ha->seq.dl_toggle = ASD_DEF_DL_TOGGLE;
drivers/scsi/aic94xx/aic94xx_hwi.c
261
asd_ha->seq.dl_next = 0;
drivers/scsi/aic94xx/aic94xx_hwi.c
262
tasklet_init(&asd_ha->seq.dl_tasklet, asd_dl_tasklet_handler,
drivers/scsi/aic94xx/aic94xx_hwi.c
272
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
275
seq->edb_arr = kmalloc_objs(*seq->edb_arr, seq->num_edbs, gfp_flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
276
if (!seq->edb_arr)
drivers/scsi/aic94xx/aic94xx_hwi.c
279
for (i = 0; i < seq->num_edbs; i++) {
drivers/scsi/aic94xx/aic94xx_hwi.c
280
seq->edb_arr[i] = asd_alloc_coherent(asd_ha, ASD_EDB_SIZE,
drivers/scsi/aic94xx/aic94xx_hwi.c
282
if (!seq->edb_arr[i])
drivers/scsi/aic94xx/aic94xx_hwi.c
284
memset(seq->edb_arr[i]->vaddr, 0, ASD_EDB_SIZE);
drivers/scsi/aic94xx/aic94xx_hwi.c
287
ASD_DPRINTK("num_edbs:%d\n", seq->num_edbs);
drivers/scsi/aic94xx/aic94xx_hwi.c
293
asd_free_coherent(asd_ha, seq->edb_arr[i]);
drivers/scsi/aic94xx/aic94xx_hwi.c
294
kfree(seq->edb_arr);
drivers/scsi/aic94xx/aic94xx_hwi.c
295
seq->edb_arr = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.c
303
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
307
seq->escb_arr = kmalloc_objs(*seq->escb_arr, seq->num_escbs, gfp_flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
308
if (!seq->escb_arr)
drivers/scsi/aic94xx/aic94xx_hwi.c
311
escbs = seq->num_escbs;
drivers/scsi/aic94xx/aic94xx_hwi.c
317
seq->num_escbs -= escbs; /* subtract what was not allocated */
drivers/scsi/aic94xx/aic94xx_hwi.c
318
ASD_DPRINTK("num_escbs:%d\n", seq->num_escbs);
drivers/scsi/aic94xx/aic94xx_hwi.c
320
for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next,
drivers/scsi/aic94xx/aic94xx_hwi.c
323
seq->escb_arr[i] = escb;
drivers/scsi/aic94xx/aic94xx_hwi.c
329
kfree(seq->escb_arr);
drivers/scsi/aic94xx/aic94xx_hwi.c
330
seq->escb_arr = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.c
337
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
340
for (i = 0; i < seq->num_escbs; i++) {
drivers/scsi/aic94xx/aic94xx_hwi.c
341
struct asd_ascb *ascb = seq->escb_arr[i];
drivers/scsi/aic94xx/aic94xx_hwi.c
350
struct asd_dma_tok *edb = seq->edb_arr[z++];
drivers/scsi/aic94xx/aic94xx_hwi.c
368
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
374
seq->num_escbs = (edbs+ASD_EDBS_PER_SCB-1)/ASD_EDBS_PER_SCB;
drivers/scsi/aic94xx/aic94xx_hwi.c
375
seq->num_edbs = seq->num_escbs * ASD_EDBS_PER_SCB;
drivers/scsi/aic94xx/aic94xx_hwi.c
395
seq->pending = seq->num_escbs;
drivers/scsi/aic94xx/aic94xx_hwi.c
396
seq->can_queue = 1 + (asd_ha->hw_prof.max_scbs - seq->pending)/2;
drivers/scsi/aic94xx/aic94xx_hwi.c
713
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_hwi.c
717
struct done_list_struct *dl = &seq->dl[seq->dl_next];
drivers/scsi/aic94xx/aic94xx_hwi.c
720
if ((dl->toggle & DL_TOGGLE_MASK) != seq->dl_toggle)
drivers/scsi/aic94xx/aic94xx_hwi.c
724
spin_lock_irqsave(&seq->tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
725
ascb = asd_tc_index_find(seq, (int)le16_to_cpu(dl->index));
drivers/scsi/aic94xx/aic94xx_hwi.c
726
spin_unlock_irqrestore(&seq->tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
735
spin_lock_irqsave(&seq->pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
737
seq->pending--;
drivers/scsi/aic94xx/aic94xx_hwi.c
738
spin_unlock_irqrestore(&seq->pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.c
743
seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1);
drivers/scsi/aic94xx/aic94xx_hwi.c
744
if (!seq->dl_next)
drivers/scsi/aic94xx/aic94xx_hwi.c
745
seq->dl_toggle ^= DL_TOGGLE_MASK;
drivers/scsi/aic94xx/aic94xx_hwi.c
757
tasklet_schedule(&asd_ha->seq.dl_tasklet);
drivers/scsi/aic94xx/aic94xx_hwi.h
201
struct asd_seq_data seq; /* sequencer related */
drivers/scsi/aic94xx/aic94xx_hwi.h
282
static inline void asd_tc_index_release(struct asd_seq_data *seq, int index)
drivers/scsi/aic94xx/aic94xx_hwi.h
284
seq->tc_index_array[index] = NULL;
drivers/scsi/aic94xx/aic94xx_hwi.h
285
clear_bit(index, seq->tc_index_bitmap);
drivers/scsi/aic94xx/aic94xx_hwi.h
290
static inline int asd_tc_index_get(struct asd_seq_data *seq, void *ptr)
drivers/scsi/aic94xx/aic94xx_hwi.h
294
index = find_first_zero_bit(seq->tc_index_bitmap,
drivers/scsi/aic94xx/aic94xx_hwi.h
295
seq->tc_index_bitmap_bits);
drivers/scsi/aic94xx/aic94xx_hwi.h
296
if (index == seq->tc_index_bitmap_bits)
drivers/scsi/aic94xx/aic94xx_hwi.h
299
seq->tc_index_array[index] = ptr;
drivers/scsi/aic94xx/aic94xx_hwi.h
300
set_bit(index, seq->tc_index_bitmap);
drivers/scsi/aic94xx/aic94xx_hwi.h
307
static inline void *asd_tc_index_find(struct asd_seq_data *seq, int index)
drivers/scsi/aic94xx/aic94xx_hwi.h
309
return seq->tc_index_array[index];
drivers/scsi/aic94xx/aic94xx_hwi.h
326
spin_lock_irqsave(&ascb->ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_hwi.h
327
asd_tc_index_release(&ascb->ha->seq, ascb->tc_index);
drivers/scsi/aic94xx/aic94xx_hwi.h
328
spin_unlock_irqrestore(&ascb->ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_init.c
526
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_init.c
529
for (i = 0; i < seq->num_edbs; i++)
drivers/scsi/aic94xx/aic94xx_init.c
530
asd_free_coherent(asd_ha, seq->edb_arr[i]);
drivers/scsi/aic94xx/aic94xx_init.c
531
kfree(seq->edb_arr);
drivers/scsi/aic94xx/aic94xx_init.c
532
seq->edb_arr = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
537
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_init.c
540
for (i = 0; i < seq->num_escbs; i++) {
drivers/scsi/aic94xx/aic94xx_init.c
541
if (!list_empty(&seq->escb_arr[i]->list))
drivers/scsi/aic94xx/aic94xx_init.c
542
list_del_init(&seq->escb_arr[i]->list);
drivers/scsi/aic94xx/aic94xx_init.c
544
asd_ascb_free(seq->escb_arr[i]);
drivers/scsi/aic94xx/aic94xx_init.c
546
kfree(seq->escb_arr);
drivers/scsi/aic94xx/aic94xx_init.c
547
seq->escb_arr = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
567
if (asd_ha->seq.escb_arr)
drivers/scsi/aic94xx/aic94xx_init.c
569
if (asd_ha->seq.edb_arr)
drivers/scsi/aic94xx/aic94xx_init.c
575
if (asd_ha->seq.tc_index_array) {
drivers/scsi/aic94xx/aic94xx_init.c
576
kfree(asd_ha->seq.tc_index_array);
drivers/scsi/aic94xx/aic94xx_init.c
577
kfree(asd_ha->seq.tc_index_bitmap);
drivers/scsi/aic94xx/aic94xx_init.c
578
asd_ha->seq.tc_index_array = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
579
asd_ha->seq.tc_index_bitmap = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
581
if (asd_ha->seq.actual_dl) {
drivers/scsi/aic94xx/aic94xx_init.c
582
asd_free_coherent(asd_ha, asd_ha->seq.actual_dl);
drivers/scsi/aic94xx/aic94xx_init.c
583
asd_ha->seq.actual_dl = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
584
asd_ha->seq.dl = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
586
if (asd_ha->seq.next_scb.vaddr) {
drivers/scsi/aic94xx/aic94xx_init.c
587
dma_pool_free(asd_ha->scb_pool, asd_ha->seq.next_scb.vaddr,
drivers/scsi/aic94xx/aic94xx_init.c
588
asd_ha->seq.next_scb.dma_handle);
drivers/scsi/aic94xx/aic94xx_init.c
589
asd_ha->seq.next_scb.vaddr = NULL;
drivers/scsi/aic94xx/aic94xx_init.c
773
shost->can_queue = asd_ha->seq.can_queue;
drivers/scsi/aic94xx/aic94xx_init.c
838
spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_init.c
839
asd_ha->seq.pending = 0;
drivers/scsi/aic94xx/aic94xx_init.c
840
list_splice_init(&asd_ha->seq.pend_q, &pending);
drivers/scsi/aic94xx/aic94xx_init.c
841
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_init.c
886
tasklet_kill(&asd_ha->seq.dl_tasklet);
drivers/scsi/aic94xx/aic94xx_scb.c
224
struct asd_dma_tok *edb = ascb->ha->seq.edb_arr[edb_el];
drivers/scsi/aic94xx/aic94xx_scb.c
368
struct asd_seq_data *seq = &ascb->ha->seq;
drivers/scsi/aic94xx/aic94xx_scb.c
371
struct asd_dma_tok *edb = seq->edb_arr[ascb->edb_index + edb_id];
drivers/scsi/aic94xx/aic94xx_scb.c
444
list_for_each_entry_safe(a, b, &asd_ha->seq.pend_q, list) {
drivers/scsi/aic94xx/aic94xx_scb.c
470
list_for_each_entry_safe(a, b, &asd_ha->seq.pend_q, list) {
drivers/scsi/aic94xx/aic94xx_scb.c
494
list_for_each_entry(a, &asd_ha->seq.pend_q, list) {
drivers/scsi/aic94xx/aic94xx_scb.c
520
list_for_each_entry(a, &asd_ha->seq.pend_q, list) {
drivers/scsi/aic94xx/aic94xx_scb.c
599
struct asd_seq_data *seq = &asd_ha->seq;
drivers/scsi/aic94xx/aic94xx_scb.c
602
for (i = 0; i < seq->num_escbs; i++)
drivers/scsi/aic94xx/aic94xx_scb.c
603
seq->escb_arr[i]->tasklet_complete = escb_tasklet_complete;
drivers/scsi/aic94xx/aic94xx_scb.c
606
return asd_post_escb_list(asd_ha, seq->escb_arr[0], seq->num_escbs);
drivers/scsi/aic94xx/aic94xx_scb.c
866
struct asd_seq_data *seq = &ascb->ha->seq;
drivers/scsi/aic94xx/aic94xx_scb.c
871
spin_lock_irqsave(&seq->pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_scb.c
872
seq->pending--;
drivers/scsi/aic94xx/aic94xx_scb.c
874
spin_unlock_irqrestore(&seq->pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_seq.c
551
asd_ha->seq.next_scb.dma_handle);
drivers/scsi/aic94xx/aic94xx_seq.c
553
(unsigned long long)asd_ha->seq.next_scb.dma_handle);
drivers/scsi/aic94xx/aic94xx_seq.c
557
asd_ha->seq.actual_dl->dma_handle);
drivers/scsi/aic94xx/aic94xx_seq.c
562
ASD_BUSADDR_LO(asd_ha->seq.actual_dl->dma_handle));
drivers/scsi/aic94xx/aic94xx_seq.c
921
asd_ha->seq.scbpro = 0;
drivers/scsi/aic94xx/aic94xx_task.c
162
spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_task.c
163
escb = asd_tc_index_find(&asd_ha->seq,
drivers/scsi/aic94xx/aic94xx_task.c
165
spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_task.c
173
edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
drivers/scsi/aic94xx/aic94xx_task.c
22
spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_task.c
23
asd_ha->seq.can_queue += num;
drivers/scsi/aic94xx/aic94xx_task.c
24
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_task.c
511
spin_lock_irqsave(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_task.c
512
if ((asd_ha->seq.can_queue - num) < 0)
drivers/scsi/aic94xx/aic94xx_task.c
515
asd_ha->seq.can_queue -= num;
drivers/scsi/aic94xx/aic94xx_task.c
516
spin_unlock_irqrestore(&asd_ha->seq.pend_q_lock, flags);
drivers/scsi/aic94xx/aic94xx_tmf.c
275
spin_lock_irqsave(&asd_ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_tmf.c
276
escb = asd_tc_index_find(&asd_ha->seq,
drivers/scsi/aic94xx/aic94xx_tmf.c
278
spin_unlock_irqrestore(&asd_ha->seq.tc_index_lock, flags);
drivers/scsi/aic94xx/aic94xx_tmf.c
285
edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
drivers/scsi/bnx2fc/bnx2fc_els.c
19
static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
21
static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
860
static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
864
struct fc_exch *exch = fc_seq_exch(seq);
drivers/scsi/bnx2fc/bnx2fc_els.c
909
fc_lport_flogi_resp(seq, fp, lport);
drivers/scsi/bnx2fc/bnx2fc_els.c
912
static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
916
struct fc_exch *exch = fc_seq_exch(seq);
drivers/scsi/bnx2fc/bnx2fc_els.c
922
fc_lport_logo_resp(seq, fp, lport);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
770
cxgbi_skcb_tcp_seq(skb) = ntohl(hdr_cpl->seq);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
827
csk->rcv_nxt = ntohl(ddp_cpl.seq) + cxgbi_skcb_rx_pdulen(skb);
drivers/scsi/cxgbi/cxgb3i/cxgb3i.h
47
u32 seq;
drivers/scsi/cxgbi/cxgb3i/cxgb3i.h
57
u32 seq;
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1277
cxgbi_skcb_tcp_seq(skb) = ntohl(cpl->seq);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1384
cxgbi_skcb_tcp_seq(skb) = be32_to_cpu(cpl->seq);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1521
u32 seq = be32_to_cpu(rpl->seq);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1549
cxgbi_skcb_tcp_seq(skb) = seq;
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
1557
csk->rcv_nxt = seq + pdu_len_ddp;
drivers/scsi/cxgbi/libcxgbi.h
243
unsigned int seq;
drivers/scsi/cxgbi/libcxgbi.h
248
#define cxgbi_skcb_tcp_seq(skb) (CXGBI_SKB_CB(skb)->seq)
drivers/scsi/elx/efct/efct_hw.c
1303
struct efc_hw_sequence *seq;
drivers/scsi/elx/efct/efct_hw.c
1305
seq = hw->seq_pool + idx;
drivers/scsi/elx/efct/efct_hw.c
1307
seq->header = &rq->hdr_buf[i];
drivers/scsi/elx/efct/efct_hw.c
1308
seq->payload = &rq->payload_buf[i];
drivers/scsi/elx/efct/efct_hw.c
1309
rc = efct_hw_sequence_free(hw, seq);
drivers/scsi/elx/efct/efct_hw.h
573
struct efc_hw_sequence *seq;
drivers/scsi/elx/efct/efct_hw.h
660
efct_hw_rqpair_sequence_free(struct efct_hw *hw, struct efc_hw_sequence *seq);
drivers/scsi/elx/efct/efct_hw.h
670
efct_efc_hw_sequence_free(struct efc *efc, struct efc_hw_sequence *seq);
drivers/scsi/elx/efct/efct_hw.h
673
efct_hw_sequence_free(struct efct_hw *hw, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_hw.h
676
return efct_hw_rqpair_sequence_free(hw, seq);
drivers/scsi/elx/efct/efct_hw_queues.c
493
struct efc_hw_sequence *seq = NULL;
drivers/scsi/elx/efct/efct_hw_queues.c
507
seq = rq->rq_tracker[bufindex];
drivers/scsi/elx/efct/efct_hw_queues.c
510
if (!seq) {
drivers/scsi/elx/efct/efct_hw_queues.c
517
return seq;
drivers/scsi/elx/efct/efct_hw_queues.c
530
struct efc_hw_sequence *seq;
drivers/scsi/elx/efct/efct_hw_queues.c
549
seq = efct_hw_rqpair_get(hw, rqindex, index);
drivers/scsi/elx/efct/efct_hw_queues.c
552
if (efct_hw_rqpair_sequence_free(hw, seq)) {
drivers/scsi/elx/efct/efct_hw_queues.c
584
seq = efct_hw_rqpair_get(hw, rqindex, index);
drivers/scsi/elx/efct/efct_hw_queues.c
585
if (WARN_ON(!seq))
drivers/scsi/elx/efct/efct_hw_queues.c
588
seq->hw = hw;
drivers/scsi/elx/efct/efct_hw_queues.c
591
seq->header->dma.len = h_len;
drivers/scsi/elx/efct/efct_hw_queues.c
592
seq->payload->dma.len = p_len;
drivers/scsi/elx/efct/efct_hw_queues.c
593
seq->fcfi = sli_fc_rqe_fcfi(&hw->sli, cqe);
drivers/scsi/elx/efct/efct_hw_queues.c
594
seq->hw_priv = cq->eq;
drivers/scsi/elx/efct/efct_hw_queues.c
596
efct_unsolicited_cb(hw->os, seq);
drivers/scsi/elx/efct/efct_hw_queues.c
602
efct_hw_rqpair_put(struct efct_hw *hw, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_hw_queues.c
604
struct sli4_queue *rq_hdr = &hw->rq[seq->header->rqindex];
drivers/scsi/elx/efct/efct_hw_queues.c
605
struct sli4_queue *rq_payload = &hw->rq[seq->payload->rqindex];
drivers/scsi/elx/efct/efct_hw_queues.c
606
u32 hw_rq_index = hw->hw_rq_lookup[seq->header->rqindex];
drivers/scsi/elx/efct/efct_hw_queues.c
615
phys_hdr[0] = upper_32_bits(seq->header->dma.phys);
drivers/scsi/elx/efct/efct_hw_queues.c
616
phys_hdr[1] = lower_32_bits(seq->header->dma.phys);
drivers/scsi/elx/efct/efct_hw_queues.c
617
phys_payload[0] = upper_32_bits(seq->payload->dma.phys);
drivers/scsi/elx/efct/efct_hw_queues.c
618
phys_payload[1] = lower_32_bits(seq->payload->dma.phys);
drivers/scsi/elx/efct/efct_hw_queues.c
643
rq->rq_tracker[qindex_hdr] = seq;
drivers/scsi/elx/efct/efct_hw_queues.c
655
efct_hw_rqpair_sequence_free(struct efct_hw *hw, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_hw_queues.c
663
if (efct_hw_rqpair_put(hw, seq)) {
drivers/scsi/elx/efct/efct_hw_queues.c
672
efct_efc_hw_sequence_free(struct efc *efc, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_hw_queues.c
676
return efct_hw_rqpair_sequence_free(&efct->hw, seq);
drivers/scsi/elx/efct/efct_unsol.c
138
efct_validate_fcp_cmd(struct efct *efct, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
146
if (seq->payload->dma.len < sizeof(struct fcp_cmnd)) {
drivers/scsi/elx/efct/efct_unsol.c
147
struct fc_frame_header *fchdr = seq->header->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
152
seq->payload->dma.len, sizeof(struct fcp_cmnd));
drivers/scsi/elx/efct/efct_unsol.c
217
efct_hw_sequence_free(hw, ctx->seq);
drivers/scsi/elx/efct/efct_unsol.c
222
struct efc_hw_sequence *seq,
drivers/scsi/elx/efct/efct_unsol.c
229
struct fc_frame_header *req_hdr = seq->header->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
233
u32 heap_size = seq->payload->dma.size;
drivers/scsi/elx/efct/efct_unsol.c
234
uintptr_t heap_phys_base = seq->payload->dma.phys;
drivers/scsi/elx/efct/efct_unsol.c
235
u8 *heap_virt_base = seq->payload->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
272
ctx->seq = seq;
drivers/scsi/elx/efct/efct_unsol.c
300
efct_sframe_send_fcp_rsp(struct efct_node *node, struct efc_hw_sequence *seq,
drivers/scsi/elx/efct/efct_unsol.c
303
return efct_sframe_common_send(node, seq, FC_RCTL_DD_CMD_STATUS,
drivers/scsi/elx/efct/efct_unsol.c
314
struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
317
struct fcp_cmnd *fcpcmd = seq->payload->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
331
rc = efct_sframe_send_fcp_rsp(node, seq, &fcprsp, sizeof(fcprsp));
drivers/scsi/elx/efct/efct_unsol.c
339
efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
342
struct fc_frame_header *fchdr = seq->header->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
347
if (!seq->payload) {
drivers/scsi/elx/efct/efct_unsol.c
352
cmnd = seq->payload->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
355
if (efct_validate_fcp_cmd(efct, seq))
drivers/scsi/elx/efct/efct_unsol.c
367
rc = efct_sframe_send_task_set_full_or_busy(node, seq);
drivers/scsi/elx/efct/efct_unsol.c
374
io->hw_priv = seq->hw_priv;
drivers/scsi/elx/efct/efct_unsol.c
40
efct_dispatch_frame(struct efct *efct, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
46
hdr = seq->header->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
463
efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
466
struct fc_frame_header *hdr = seq->header->dma.virt;
drivers/scsi/elx/efct/efct_unsol.c
472
io->hw_priv = seq->hw_priv;
drivers/scsi/elx/efct/efct_unsol.c
481
efct_process_abts(io, seq->header->dma.virt);
drivers/scsi/elx/efct/efct_unsol.c
61
efct_hw_sequence_free(&efct->hw, seq);
drivers/scsi/elx/efct/efct_unsol.c
65
efct_dispatch_fcp_cmd(node, seq);
drivers/scsi/elx/efct/efct_unsol.c
75
efct_node_recv_abts_frame(node, seq);
drivers/scsi/elx/efct/efct_unsol.c
79
efct_hw_sequence_free(&efct->hw, seq);
drivers/scsi/elx/efct/efct_unsol.c
84
efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq)
drivers/scsi/elx/efct/efct_unsol.c
89
if (!efct_dispatch_frame(efct, seq))
drivers/scsi/elx/efct/efct_unsol.c
93
efc_dispatch_frame(efct->efcport, seq);
drivers/scsi/elx/efct/efct_unsol.h
11
efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq);
drivers/scsi/elx/efct/efct_unsol.h
13
efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq);
drivers/scsi/elx/efct/efct_unsol.h
15
efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efc_domain.c
1005
INIT_LIST_HEAD(&seq->list_entry);
drivers/scsi/elx/libefc/efc_domain.c
1006
list_add_tail(&seq->list_entry, &node->pend_frames);
drivers/scsi/elx/libefc/efc_domain.c
1013
efc_node_dispatch_frame(node, seq);
drivers/scsi/elx/libefc/efc_domain.c
1023
efc_node_dispatch_frame(void *arg, struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_domain.c
1025
struct fc_frame_header *hdr = seq->header->dma.virt;
drivers/scsi/elx/libefc/efc_domain.c
1051
efc_node_recv_els_frame(node, seq);
drivers/scsi/elx/libefc/efc_domain.c
1067
efc_node_recv_fcp_cmd(node, seq);
drivers/scsi/elx/libefc/efc_domain.c
1079
efc_node_recv_ct_frame(node, seq);
drivers/scsi/elx/libefc/efc_domain.c
861
struct efc_hw_sequence *seq = NULL;
drivers/scsi/elx/libefc/efc_domain.c
877
seq = list_first_entry(&efc->pend_frames,
drivers/scsi/elx/libefc/efc_domain.c
879
list_del(&seq->list_entry);
drivers/scsi/elx/libefc/efc_domain.c
882
if (!seq) {
drivers/scsi/elx/libefc/efc_domain.c
893
if (efc_domain_dispatch_frame(domain, seq))
drivers/scsi/elx/libefc/efc_domain.c
894
efc->tt.hw_seq_free(efc, seq);
drivers/scsi/elx/libefc/efc_domain.c
896
seq = NULL;
drivers/scsi/elx/libefc/efc_domain.c
905
efc_dispatch_frame(struct efc *efc, struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_domain.c
918
INIT_LIST_HEAD(&seq->list_entry);
drivers/scsi/elx/libefc/efc_domain.c
919
list_add_tail(&seq->list_entry, &efc->pend_frames);
drivers/scsi/elx/libefc/efc_domain.c
932
if (efc_domain_dispatch_frame(domain, seq))
drivers/scsi/elx/libefc/efc_domain.c
933
efc->tt.hw_seq_free(efc, seq);
drivers/scsi/elx/libefc/efc_domain.c
938
efc_domain_dispatch_frame(void *arg, struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_domain.c
948
if (!seq->header || !seq->header->dma.virt || !seq->payload->dma.virt) {
drivers/scsi/elx/libefc/efc_domain.c
953
hdr = seq->header->dma.virt;
drivers/scsi/elx/libefc/efc_domain.h
50
efc_domain_dispatch_frame(void *arg, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efc_domain.h
52
efc_node_dispatch_frame(void *arg, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efc_node.c
1008
seq = NULL;
drivers/scsi/elx/libefc/efc_node.c
1013
seq = list_first_entry(&node->pend_frames,
drivers/scsi/elx/libefc/efc_node.c
1015
list_del(&seq->list_entry);
drivers/scsi/elx/libefc/efc_node.c
1019
if (!seq) {
drivers/scsi/elx/libefc/efc_node.c
1027
efc_node_dispatch_frame(node, seq);
drivers/scsi/elx/libefc/efc_node.c
1028
efc->tt.hw_seq_free(efc, seq);
drivers/scsi/elx/libefc/efc_node.c
926
struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_node.c
946
u8 *buf = seq->payload->dma.virt;
drivers/scsi/elx/libefc/efc_node.c
951
cbdata.header = seq->header;
drivers/scsi/elx/libefc/efc_node.c
952
cbdata.payload = seq->payload;
drivers/scsi/elx/libefc/efc_node.c
967
struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_node.c
969
struct fc_ct_hdr *iu = seq->payload->dma.virt;
drivers/scsi/elx/libefc/efc_node.c
970
struct fc_frame_header *hdr = seq->header->dma.virt;
drivers/scsi/elx/libefc/efc_node.c
981
efc_node_recv_fcp_cmd(struct efc_node *node, struct efc_hw_sequence *seq)
drivers/scsi/elx/libefc/efc_node.c
986
cbdata.header = seq->header;
drivers/scsi/elx/libefc/efc_node.c
987
cbdata.payload = seq->payload;
drivers/scsi/elx/libefc/efc_node.c
996
struct efc_hw_sequence *seq = NULL;
drivers/scsi/elx/libefc/efc_node.h
187
efc_node_recv_ct_frame(struct efc_node *node, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efc_node.h
189
efc_node_recv_fcp_cmd(struct efc_node *node, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efclib.h
503
int (*hw_seq_free)(struct efc *efc, struct efc_hw_sequence *seq);
drivers/scsi/elx/libefc/efclib.h
611
void efc_dispatch_frame(struct efc *efc, struct efc_hw_sequence *seq);
drivers/scsi/fcoe/fcoe.c
2539
static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/fcoe/fcoe.c
2542
struct fc_exch *exch = fc_seq_exch(seq);
drivers/scsi/fcoe/fcoe.c
2556
fc_lport_flogi_resp(seq, fp, lport);
drivers/scsi/fcoe/fcoe.c
2568
static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/fcoe/fcoe.c
2575
fc_lport_logo_resp(seq, fp, lport);
drivers/scsi/isci/host.c
2576
u8 seq = ihost->io_request_sequence[tci];
drivers/scsi/isci/host.c
2578
return ISCI_TAG(seq, tci);
drivers/scsi/isci/host.c
2587
u16 seq = ISCI_TAG_SEQ(io_tag);
drivers/scsi/isci/host.c
2593
if (seq == ihost->io_request_sequence[tci]) {
drivers/scsi/isci/host.c
2594
ihost->io_request_sequence[tci] = (seq+1) & (SCI_MAX_SEQ-1);
drivers/scsi/isci/host.h
350
#define ISCI_TAG(seq, tci) (((u16) (seq)) << 12 | tci)
drivers/scsi/libfc/fc_exch.c
1112
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1116
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1155
fc_exch_done(&ep->seq);
drivers/scsi/libfc/fc_exch.c
1183
if (ep->seq.id == fh->fh_seq_id) {
drivers/scsi/libfc/fc_exch.c
1187
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1443
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1601
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1737
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
1902
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
2077
acc->reca_fc4value = htonl(ep->seq.rec_data);
drivers/scsi/libfc/fc_exch.c
2132
fc_exch_done(&aborted_ep->seq);
drivers/scsi/libfc/fc_exch.c
2202
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
269
if (ep->seq.cnt)
drivers/scsi/libfc/fc_exch.c
300
fh->fh_seq_id = ep->seq.id;
drivers/scsi/libfc/fc_exch.c
301
fh->fh_seq_cnt = htons(ep->seq.cnt);
drivers/scsi/libfc/fc_exch.c
318
ep->destructor(&ep->seq, ep->arg);
drivers/scsi/libfc/fc_exch.c
550
sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
651
sp = fc_seq_start_next_locked(&ep->seq);
drivers/scsi/libfc/fc_exch.c
768
struct fc_seq *sp = &ep->seq;
drivers/scsi/libfc/fc_fcp.c
1006
seq = fsp->seq_ptr;
drivers/scsi/libfc/fc_fcp.c
1007
if (seq) {
drivers/scsi/libfc/fc_fcp.c
1013
csp = fc_seq_start_next(seq);
drivers/scsi/libfc/fc_fcp.c
1018
ep = fc_seq_exch(seq);
drivers/scsi/libfc/fc_fcp.c
1025
fc_exch_done(seq);
drivers/scsi/libfc/fc_fcp.c
1168
struct fc_seq *seq;
drivers/scsi/libfc/fc_fcp.c
1193
seq = fc_exch_seq_send(lport, fp, resp, fc_fcp_pkt_destroy, fsp, 0);
drivers/scsi/libfc/fc_fcp.c
1194
if (!seq) {
drivers/scsi/libfc/fc_fcp.c
1198
fsp->seq_ptr = seq;
drivers/scsi/libfc/fc_fcp.c
1362
static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
1390
fc_exch_done(seq);
drivers/scsi/libfc/fc_fcp.c
1504
static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
1720
struct fc_seq *seq;
drivers/scsi/libfc/fc_fcp.c
1746
seq = fc_exch_seq_send(lport, fp, fc_fcp_srr_resp,
drivers/scsi/libfc/fc_fcp.c
1749
if (!seq)
drivers/scsi/libfc/fc_fcp.c
1752
fsp->recov_seq = seq;
drivers/scsi/libfc/fc_fcp.c
1768
static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
1806
fc_exch_done(seq);
drivers/scsi/libfc/fc_fcp.c
187
static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp)
drivers/scsi/libfc/fc_fcp.c
589
static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq,
drivers/scsi/libfc/fc_fcp.c
642
seq = fc_seq_start_next(seq);
drivers/scsi/libfc/fc_fcp.c
644
WARN_ON(!seq);
drivers/scsi/libfc/fc_fcp.c
713
ep = fc_seq_exch(seq);
drivers/scsi/libfc/fc_fcp.c
720
error = fc_seq_send(lport, seq, fp);
drivers/scsi/libfc/fc_fcp.c
773
static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
817
rc = fc_fcp_send_data(fsp, seq,
drivers/scsi/libfc/fc_fcp.c
821
seq->rec_data = fsp->xfer_len;
drivers/scsi/libfc/fc_fcp.c
829
seq->rec_data = fsp->xfer_contig_end;
drivers/scsi/libfc/fc_fcp.c
981
struct fc_seq *seq;
drivers/scsi/libiscsi_tcp.c
911
struct skb_seq_state seq;
drivers/scsi/libiscsi_tcp.c
934
skb_prepare_seq_read(skb, offset, skb->len, &seq);
drivers/scsi/libiscsi_tcp.c
939
avail = skb_seq_read(consumed, &ptr, &seq);
drivers/scsi/libiscsi_tcp.c
955
skb_abort_seq_read(&seq);
drivers/scsi/mac53c94.c
198
int nb, stat, seq, intr;
drivers/scsi/mac53c94.c
205
seq = readb(&regs->seqstep);
drivers/scsi/mac53c94.c
211
intr, stat, seq, state->phase);
drivers/scsi/mac53c94.c
224
intr, stat, seq, state->phase);
drivers/scsi/mac53c94.c
232
intr, stat, seq, state->phase);
drivers/scsi/mac53c94.c
258
if ((seq & SS_MASK) != SS_DONE) {
drivers/scsi/mac53c94.c
259
printk(KERN_DEBUG "seq step %x after command\n", seq);
drivers/scsi/megaraid/megaraid_sas_base.c
1934
pd_sync->seq[pd_index].capability.tmCapable;
drivers/scsi/megaraid/megaraid_sas_base.c
5794
pd_seq_map_sz = struct_size_t(struct MR_PD_CFG_SEQ_NUM_SYNC, seq,
drivers/scsi/megaraid/megaraid_sas_base.c
8044
seq, MAX_PHYSICAL_DEVICES);
drivers/scsi/megaraid/megaraid_sas_fusion.c
1314
pd_seq_map_sz = struct_size(pd_sync, seq, MAX_PHYSICAL_DEVICES);
drivers/scsi/megaraid/megaraid_sas_fusion.c
3114
pd_sync->seq[pd_index].pd_target_id;
drivers/scsi/megaraid/megaraid_sas_fusion.c
3120
pd_sync->seq[pd_index].seqNum;
drivers/scsi/megaraid/megaraid_sas_fusion.c
3122
pd_sync->seq[pd_index].devHandle;
drivers/scsi/megaraid/megaraid_sas_fusion.c
4713
devhandle = pd_sync->seq[pd_index].devHandle;
drivers/scsi/megaraid/megaraid_sas_fusion.h
1262
struct MR_PD_CFG_SEQ seq[];
drivers/scsi/mesh.c
1445
int seq, n, t;
drivers/scsi/mesh.c
1448
seq = use_active_neg + (ms->n_msgout? SEQ_ATN: 0);
drivers/scsi/mesh.c
1462
out_8(&mr->sequence, SEQ_MSGIN + seq);
drivers/scsi/mesh.c
675
int i, seq, nb;
drivers/scsi/mesh.c
684
seq = use_active_neg + (ms->n_msgout? SEQ_ATN: 0);
drivers/scsi/mesh.c
692
out_8(&mr->sequence, SEQ_MSGIN + seq);
drivers/scsi/mesh.c
732
out_8(&mr->sequence, SEQ_MSGOUT + seq);
drivers/scsi/mesh.c
746
out_8(&mr->sequence, SEQ_MSGOUT + seq);
drivers/scsi/mesh.c
767
out_8(&mr->sequence, SEQ_COMMAND + seq);
drivers/scsi/mesh.c
772
out_8(&mr->sequence, SEQ_COMMAND + seq);
drivers/scsi/mesh.c
793
SEQ_DATAOUT: SEQ_DATAIN) + SEQ_DMA_MODE + seq);
drivers/scsi/mesh.c
798
out_8(&mr->sequence, SEQ_STATUS + seq);
drivers/scsi/qedf/qedf_main.c
267
static void qedf_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/qedf/qedf_main.c
270
struct fc_exch *exch = fc_seq_exch(seq);
drivers/scsi/qedf/qedf_main.c
303
fc_lport_flogi_resp(seq, fp, lport);
drivers/soc/qcom/cmd-db.c
271
static int cmd_db_debugfs_dump(struct seq_file *seq, void *p)
drivers/soc/qcom/cmd-db.c
280
seq_puts(seq, "Command DB DUMP\n");
drivers/soc/qcom/cmd-db.c
306
seq_printf(seq, "Slave %s (v%u.%u)\n", name, major, minor);
drivers/soc/qcom/cmd-db.c
307
seq_puts(seq, "-------------------------\n");
drivers/soc/qcom/cmd-db.c
311
seq_printf(seq, "0x%05x: %*pEp", le32_to_cpu(ent->addr),
drivers/soc/qcom/cmd-db.c
316
seq_printf(seq, " [%*ph]",
drivers/soc/qcom/cmd-db.c
319
seq_putc(seq, '\n');
drivers/soc/qcom/ramp_controller.c
149
const struct reg_sequence *seq,
drivers/soc/qcom/ramp_controller.c
161
ret = regmap_multi_reg_write(qrc->regmap, seq, nsids);
drivers/soc/qcom/socinfo.c
560
static int qcom_show_build_id(struct seq_file *seq, void *p)
drivers/soc/qcom/socinfo.c
562
struct socinfo *socinfo = seq->private;
drivers/soc/qcom/socinfo.c
564
seq_printf(seq, "%s\n", socinfo->build_id);
drivers/soc/qcom/socinfo.c
569
static int qcom_show_pmic_model(struct seq_file *seq, void *p)
drivers/soc/qcom/socinfo.c
571
struct socinfo *socinfo = seq->private;
drivers/soc/qcom/socinfo.c
578
seq_printf(seq, "%s\n", pmic_models[model]);
drivers/soc/qcom/socinfo.c
580
seq_printf(seq, "unknown (%d)\n", model);
drivers/soc/qcom/socinfo.c
585
static int qcom_show_pmic_model_array(struct seq_file *seq, void *p)
drivers/soc/qcom/socinfo.c
587
struct socinfo *socinfo = seq->private;
drivers/soc/qcom/socinfo.c
601
seq_printf(seq, "%s %u.%u\n", pmic_models[model],
drivers/soc/qcom/socinfo.c
605
seq_printf(seq, "unknown (%d)\n", model);
drivers/soc/qcom/socinfo.c
611
static int qcom_show_pmic_die_revision(struct seq_file *seq, void *p)
drivers/soc/qcom/socinfo.c
613
struct socinfo *socinfo = seq->private;
drivers/soc/qcom/socinfo.c
615
seq_printf(seq, "%u.%u\n",
drivers/soc/qcom/socinfo.c
622
static int qcom_show_chip_id(struct seq_file *seq, void *p)
drivers/soc/qcom/socinfo.c
624
struct socinfo *socinfo = seq->private;
drivers/soc/qcom/socinfo.c
626
seq_printf(seq, "%s\n", socinfo->chip_id);
drivers/soc/qcom/socinfo.c
638
static int show_image_##type(struct seq_file *seq, void *p) \
drivers/soc/qcom/socinfo.c
640
struct smem_image_version *image_version = seq->private; \
drivers/soc/qcom/socinfo.c
642
seq_printf(seq, "%s\n", image_version->type); \
drivers/soc/qcom/spm.c
131
.seq = { 0x60, 0x03, 0x60, 0x0B, 0x0F, 0x20, 0x10, 0x80, 0x30, 0x90,
drivers/soc/qcom/spm.c
143
.seq = { 0x60, 0x03, 0x60, 0x0B, 0x0F, 0x20, 0x10, 0x80, 0x30, 0x90,
drivers/soc/qcom/spm.c
154
.seq = { 0x60, 0x03, 0x60, 0x0B, 0x0F, 0x20, 0x50, 0x1B, 0x10, 0x80,
drivers/soc/qcom/spm.c
202
.seq = { 0x03, 0x0B, 0x0F, 0x00, 0x20, 0x80, 0x10, 0xE8, 0x5B, 0x03,
drivers/soc/qcom/spm.c
214
.seq = { 0x60, 0x03, 0x60, 0x0B, 0x0F, 0x20, 0x10, 0x80, 0x30, 0x90,
drivers/soc/qcom/spm.c
246
.seq = { 0x03, 0x0F, 0x00, 0x24, 0x54, 0x10, 0x09, 0x03, 0x01,
drivers/soc/qcom/spm.c
532
__iowrite32_copy(addr, drv->reg_data->seq,
drivers/soc/qcom/spm.c
533
ARRAY_SIZE(drv->reg_data->seq) / 4);
drivers/soc/qcom/spm.c
72
u8 seq[MAX_SEQ_DATA];
drivers/soc/qcom/wcnss_ctrl.c
233
req->seq = 0;
drivers/soc/qcom/wcnss_ctrl.c
250
req->seq++;
drivers/soc/qcom/wcnss_ctrl.c
94
u16 seq;
drivers/spi/spi-fsi.c
280
static void fsi_spi_sequence_add(struct fsi_spi_sequence *seq, u8 val)
drivers/spi/spi-fsi.c
288
seq->data |= (u64)val << seq->bit;
drivers/spi/spi-fsi.c
289
seq->bit -= 8;
drivers/spi/spi-fsi.c
292
static void fsi_spi_sequence_init(struct fsi_spi_sequence *seq)
drivers/spi/spi-fsi.c
294
seq->bit = 56;
drivers/spi/spi-fsi.c
295
seq->data = 0ULL;
drivers/spi/spi-fsi.c
438
struct fsi_spi_sequence seq;
drivers/spi/spi-fsi.c
453
fsi_spi_sequence_init(&seq);
drivers/spi/spi-fsi.c
454
fsi_spi_sequence_add(&seq, seq_slave);
drivers/spi/spi-fsi.c
458
fsi_spi_sequence_add(&seq,
drivers/spi/spi-fsi.c
462
fsi_spi_sequence_add(&seq, SPI_FSI_SEQUENCE_SHIFT_OUT(len));
drivers/spi/spi-fsi.c
481
fsi_spi_sequence_add(&seq, shift);
drivers/spi/spi-fsi.c
490
fsi_spi_sequence_add(&seq,
drivers/spi/spi-fsi.c
494
fsi_spi_sequence_add(&seq, SPI_FSI_SEQUENCE_SHIFT_OUT(len));
drivers/spi/spi-fsi.c
500
fsi_spi_sequence_add(&seq, SPI_FSI_SEQUENCE_SEL_SLAVE(0));
drivers/spi/spi-fsi.c
502
rc = fsi_spi_write_reg(ctx, SPI_FSI_SEQUENCE, seq.data);
drivers/staging/media/ipu7/ipu7-isys-queue.c
656
if (time == stream->seq[i].timestamp) {
drivers/staging/media/ipu7/ipu7-isys-queue.c
658
stream->seq[i].sequence, time);
drivers/staging/media/ipu7/ipu7-isys-queue.c
659
return stream->seq[i].sequence;
drivers/staging/media/ipu7/ipu7-isys-queue.c
665
stream->seq[i].sequence, stream->seq[i].timestamp);
drivers/staging/media/ipu7/ipu7-isys-video.c
636
memset(stream->seq, 0, sizeof(stream->seq));
drivers/staging/media/ipu7/ipu7-isys-video.h
58
struct sequence_info seq[IPU_ISYS_MAX_PARALLEL_SOF];
drivers/staging/media/ipu7/ipu7-isys.c
1003
stream->seq[stream->seq_index].sequence, ts);
drivers/staging/media/ipu7/ipu7-isys.c
1013
stream->seq[stream->seq_index].sequence, ts);
drivers/staging/media/ipu7/ipu7-isys.c
997
stream->seq[stream->seq_index].sequence =
drivers/staging/media/ipu7/ipu7-isys.c
999
stream->seq[stream->seq_index].timestamp = ts;
drivers/staging/media/meson/vdec/codec_mpeg12.c
133
u32 seq = amvdec_read_dos(core, MREG_SEQ_INFO);
drivers/staging/media/meson/vdec/codec_mpeg12.c
134
u32 ar = seq & MPEG2_SEQ_DAR_MASK;
drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c
111
reg = VE_DEC_MPEG_PICCODEDSIZE_WIDTH(seq->horizontal_size);
drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c
112
reg |= VE_DEC_MPEG_PICCODEDSIZE_HEIGHT(seq->vertical_size);
drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c
53
const struct v4l2_ctrl_mpeg2_sequence *seq;
drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c
63
seq = run->mpeg2.sequence;
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4402
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4455
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4500
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4549
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4595
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
4646
pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq);
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
672
unsigned int auth_mode, seq, ie_len;
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
712
seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2));
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
759
if (seq == 1) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
776
if ((pstat->auth_seq + 1) != seq) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
782
if (seq == 1) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
792
if (seq == 1) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
799
} else if (seq == 3) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
826
pstat->auth_seq = seq + 1;
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
854
unsigned int seq, len, status, offset;
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
871
seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2));
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
887
if (seq == 2) {
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
905
} else if (seq == 4) {
drivers/staging/rtl8723bs/hal/hal_com.c
518
c2h_evt->seq = rtw_read8(adapter, REG_C2HEVT_CMD_SEQ_88XX);
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
1726
ptxdesc->seq = pattrib->seqnum;
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
1793
ptxdesc->seq = pattrib->seqnum;
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
1816
ptxdesc->seq = pattrib->seqnum;
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c
58
pattrib->seq_num = (u16)prxreport->seq;
drivers/staging/rtl8723bs/include/ieee80211.h
186
u8 seq[8]; /* sequence counter (set: RX, get: TX) */
drivers/staging/rtl8723bs/include/ieee80211.h
287
#define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG)
drivers/staging/rtl8723bs/include/ieee80211.h
288
#define WLAN_GET_SEQ_SEQ(seq) ((seq) & RTW_IEEE80211_SCTL_SEQ)
drivers/staging/rtl8723bs/include/rtl8723b_recv.h
49
u32 seq:12;
drivers/staging/rtl8723bs/include/rtl8723b_xmit.h
176
u32 seq:12;
drivers/staging/rtl8723bs/include/rtw_cmd.h
102
u8 seq;
drivers/staging/rtl8723bs/include/rtw_cmd.h
96
u8 seq;
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h
669
unsigned int seq:8;
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h
671
unsigned int seq:8;
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
886
if (params->seq_len && params->seq)
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
887
memcpy(param->u.crypt.seq, (u8 *)params->seq, params->seq_len);
drivers/target/iscsi/cxgbit/cxgbit_lro.h
46
u32 seq;
drivers/target/iscsi/cxgbit/cxgbit_main.c
254
pdu_cb->seq = ntohl(cpl->seq);
drivers/target/iscsi/cxgbit/cxgbit_target.c
1400
skb, i, pdu_cb->pdulen, pdu_cb->flags, pdu_cb->seq,
drivers/target/iscsi/cxgbit/cxgbit_target.c
1437
hpdu_cb->seq = pdu_cb->seq;
drivers/target/iscsi/cxgbit/cxgbit_target.c
1541
(pdu_cb->seq != csk->rcv_nxt)) {
drivers/target/iscsi/cxgbit/cxgbit_target.c
1543
csk, csk->tid, pdu_cb->seq, csk->rcv_nxt);
drivers/target/iscsi/iscsi_target.c
3162
struct iscsi_seq *seq;
drivers/target/iscsi/iscsi_target.c
3164
seq = iscsit_get_seq_holder_for_r2t(cmd);
drivers/target/iscsi/iscsi_target.c
3165
if (!seq) {
drivers/target/iscsi/iscsi_target.c
3170
offset = seq->offset;
drivers/target/iscsi/iscsi_target.c
3171
xfer_len = seq->xfer_len;
drivers/target/iscsi/iscsi_target_datain_values.c
183
struct iscsi_seq *seq;
drivers/target/iscsi/iscsi_target_datain_values.c
209
seq = iscsit_get_seq_holder_for_datain(cmd, seq_send_order);
drivers/target/iscsi/iscsi_target_datain_values.c
210
if (!seq)
drivers/target/iscsi/iscsi_target_datain_values.c
213
seq->sent = 1;
drivers/target/iscsi/iscsi_target_datain_values.c
215
if (!dr->recovery && !seq->next_burst_len)
drivers/target/iscsi/iscsi_target_datain_values.c
216
seq->first_datasn = cmd->data_sn;
drivers/target/iscsi/iscsi_target_datain_values.c
218
offset = (seq->offset + seq->next_burst_len);
drivers/target/iscsi/iscsi_target_datain_values.c
229
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_datain_values.c
232
if ((seq->next_burst_len +
drivers/target/iscsi/iscsi_target_datain_values.c
237
datain->offset = (seq->offset + seq->next_burst_len);
drivers/target/iscsi/iscsi_target_datain_values.c
239
seq->next_burst_len += datain->length;
drivers/target/iscsi/iscsi_target_datain_values.c
242
seq->next_burst_len);
drivers/target/iscsi/iscsi_target_datain_values.c
243
datain->offset = (seq->offset + seq->next_burst_len);
drivers/target/iscsi/iscsi_target_datain_values.c
249
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_datain_values.c
268
seq->last_datasn = datain->data_sn;
drivers/target/iscsi/iscsi_target_datain_values.c
404
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_datain_values.c
430
seq = iscsit_get_seq_holder_for_datain(cmd, seq_send_order);
drivers/target/iscsi/iscsi_target_datain_values.c
431
if (!seq)
drivers/target/iscsi/iscsi_target_datain_values.c
434
seq->sent = 1;
drivers/target/iscsi/iscsi_target_datain_values.c
436
if (!dr->recovery && !seq->next_burst_len)
drivers/target/iscsi/iscsi_target_datain_values.c
437
seq->first_datasn = cmd->data_sn;
drivers/target/iscsi/iscsi_target_datain_values.c
439
pdu = iscsit_get_pdu_holder_for_seq(cmd, seq);
drivers/target/iscsi/iscsi_target_datain_values.c
443
if (seq->pdu_send_order == seq->pdu_count) {
drivers/target/iscsi/iscsi_target_datain_values.c
448
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_datain_values.c
451
seq->next_burst_len += pdu->length;
drivers/target/iscsi/iscsi_target_datain_values.c
472
seq->last_datasn = datain->data_sn;
drivers/target/iscsi/iscsi_target_erl0.c
101
cmd->seq_ptr = seq;
drivers/target/iscsi/iscsi_target_erl0.c
104
if (seq->status ==
drivers/target/iscsi/iscsi_target_erl0.c
106
(seq->offset != be32_to_cpu(hdr->offset) ||
drivers/target/iscsi/iscsi_target_erl0.c
107
seq->data_sn != be32_to_cpu(hdr->datasn)))
drivers/target/iscsi/iscsi_target_erl0.c
110
if (seq->status ==
drivers/target/iscsi/iscsi_target_erl0.c
112
seq->data_sn != be32_to_cpu(hdr->datasn))
drivers/target/iscsi/iscsi_target_erl0.c
116
if (seq->status == DATAOUT_SEQUENCE_COMPLETE)
drivers/target/iscsi/iscsi_target_erl0.c
119
if (seq->status != DATAOUT_SEQUENCE_COMPLETE)
drivers/target/iscsi/iscsi_target_erl0.c
120
seq->status = 0;
drivers/target/iscsi/iscsi_target_erl0.c
212
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_erl0.c
244
seq = iscsit_get_seq_holder(cmd, be32_to_cpu(hdr->offset),
drivers/target/iscsi/iscsi_target_erl0.c
246
if (!seq)
drivers/target/iscsi/iscsi_target_erl0.c
251
cmd->seq_ptr = seq;
drivers/target/iscsi/iscsi_target_erl0.c
253
if (seq->status == DATAOUT_SEQUENCE_COMPLETE) {
drivers/target/iscsi/iscsi_target_erl0.c
259
next_burst_len = (seq->next_burst_len + payload_length);
drivers/target/iscsi/iscsi_target_erl0.c
295
if (next_burst_len < seq->xfer_len) {
drivers/target/iscsi/iscsi_target_erl0.c
321
if (next_burst_len == seq->xfer_len) {
drivers/target/iscsi/iscsi_target_erl0.c
355
struct iscsi_seq *seq = cmd->seq_ptr;
drivers/target/iscsi/iscsi_target_erl0.c
356
data_sn = seq->data_sn;
drivers/target/iscsi/iscsi_target_erl0.c
413
struct iscsi_seq *seq = cmd->seq_ptr;
drivers/target/iscsi/iscsi_target_erl0.c
415
if (be32_to_cpu(hdr->offset) > seq->offset) {
drivers/target/iscsi/iscsi_target_erl0.c
418
be32_to_cpu(hdr->offset), seq->offset);
drivers/target/iscsi/iscsi_target_erl0.c
421
} else if (be32_to_cpu(hdr->offset) < seq->offset) {
drivers/target/iscsi/iscsi_target_erl0.c
425
seq->offset);
drivers/target/iscsi/iscsi_target_erl0.c
538
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_erl0.c
564
seq = cmd->seq_ptr;
drivers/target/iscsi/iscsi_target_erl0.c
565
seq->data_sn++;
drivers/target/iscsi/iscsi_target_erl0.c
566
seq->offset += payload_length;
drivers/target/iscsi/iscsi_target_erl0.c
570
if (seq)
drivers/target/iscsi/iscsi_target_erl0.c
571
seq->status = DATAOUT_SEQUENCE_COMPLETE;
drivers/target/iscsi/iscsi_target_erl0.c
600
seq = cmd->seq_ptr;
drivers/target/iscsi/iscsi_target_erl0.c
602
if ((seq->next_burst_len + payload_length) ==
drivers/target/iscsi/iscsi_target_erl0.c
603
seq->xfer_len) {
drivers/target/iscsi/iscsi_target_erl0.c
619
seq->data_sn++;
drivers/target/iscsi/iscsi_target_erl0.c
620
seq->offset += payload_length;
drivers/target/iscsi/iscsi_target_erl0.c
621
seq->next_burst_len += payload_length;
drivers/target/iscsi/iscsi_target_erl0.c
624
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_erl0.c
625
seq->status = DATAOUT_SEQUENCE_COMPLETE;
drivers/target/iscsi/iscsi_target_erl0.c
92
struct iscsi_seq *seq;
drivers/target/iscsi/iscsi_target_erl0.c
94
seq = iscsit_get_seq_holder(cmd, be32_to_cpu(hdr->offset),
drivers/target/iscsi/iscsi_target_erl0.c
96
if (!seq)
drivers/target/iscsi/iscsi_target_erl1.c
224
struct iscsi_seq *first_seq = NULL, *seq = NULL;
drivers/target/iscsi/iscsi_target_erl1.c
241
seq = &cmd->seq_list[i];
drivers/target/iscsi/iscsi_target_erl1.c
243
if (!seq->seq_send_order)
drivers/target/iscsi/iscsi_target_erl1.c
244
first_seq = seq;
drivers/target/iscsi/iscsi_target_erl1.c
250
if (!seq->sent) {
drivers/target/iscsi/iscsi_target_erl1.c
252
" 0x%08x\n\n", seq->first_datasn,
drivers/target/iscsi/iscsi_target_erl1.c
253
seq->last_datasn);
drivers/target/iscsi/iscsi_target_erl1.c
262
if ((seq->first_datasn < begrun) &&
drivers/target/iscsi/iscsi_target_erl1.c
263
(seq->last_datasn < begrun)) {
drivers/target/iscsi/iscsi_target_erl1.c
265
" 0x%08x\n", seq->first_datasn,
drivers/target/iscsi/iscsi_target_erl1.c
266
seq->last_datasn);
drivers/target/iscsi/iscsi_target_erl1.c
269
seq->next_burst_len = seq->pdu_send_order = 0;
drivers/target/iscsi/iscsi_target_erl1.c
276
if ((seq->first_datasn <= begrun) &&
drivers/target/iscsi/iscsi_target_erl1.c
277
(seq->last_datasn >= begrun)) {
drivers/target/iscsi/iscsi_target_erl1.c
280
seq->first_datasn, seq->last_datasn);
drivers/target/iscsi/iscsi_target_erl1.c
282
seq_send_order = seq->seq_send_order;
drivers/target/iscsi/iscsi_target_erl1.c
283
data_sn = seq->first_datasn;
drivers/target/iscsi/iscsi_target_erl1.c
284
seq->next_burst_len = seq->pdu_send_order = 0;
drivers/target/iscsi/iscsi_target_erl1.c
301
seq->pdu_send_order++;
drivers/target/iscsi/iscsi_target_erl1.c
304
seq->next_burst_len +=
drivers/target/iscsi/iscsi_target_erl1.c
313
seq->pdu_send_order++;
drivers/target/iscsi/iscsi_target_erl1.c
315
for (j = 0; j < seq->pdu_count; j++) {
drivers/target/iscsi/iscsi_target_erl1.c
317
seq->pdu_start + j];
drivers/target/iscsi/iscsi_target_erl1.c
321
seq->next_burst_len +=
drivers/target/iscsi/iscsi_target_erl1.c
335
if ((seq->first_datasn > begrun) ||
drivers/target/iscsi/iscsi_target_erl1.c
336
(seq->last_datasn > begrun)) {
drivers/target/iscsi/iscsi_target_erl1.c
338
seq->first_datasn, seq->last_datasn);
drivers/target/iscsi/iscsi_target_erl1.c
340
seq->next_burst_len = seq->pdu_send_order = 0;
drivers/target/iscsi/iscsi_target_erl1.c
354
seq->next_burst_len = seq->pdu_send_order = 0;
drivers/target/iscsi/iscsi_target_erl1.c
604
struct iscsi_seq *seq = cmd->seq_ptr;
drivers/target/iscsi/iscsi_target_erl1.c
606
first_pdu = &cmd->pdu_list[seq->pdu_start];
drivers/target/iscsi/iscsi_target_erl1.c
607
pdu_count = seq->pdu_count;
drivers/target/iscsi/iscsi_target_erl1.c
699
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_erl1.c
701
seq = iscsit_get_seq_holder(cmd, pdu_offset, pdu_length);
drivers/target/iscsi/iscsi_target_erl1.c
702
if (!seq)
drivers/target/iscsi/iscsi_target_erl1.c
705
*r2t_offset = seq->orig_offset;
drivers/target/iscsi/iscsi_target_erl1.c
706
*r2t_length = seq->xfer_len;
drivers/target/iscsi/iscsi_target_erl1.c
708
cmd->write_data_done -= (seq->offset - seq->orig_offset);
drivers/target/iscsi/iscsi_target_erl1.c
712
seq->data_sn = 0;
drivers/target/iscsi/iscsi_target_erl1.c
713
seq->offset = seq->orig_offset;
drivers/target/iscsi/iscsi_target_erl1.c
714
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_erl1.c
715
seq->status = DATAOUT_SEQUENCE_WITHIN_COMMAND_RECOVERY;
drivers/target/iscsi/iscsi_target_erl1.c
720
for (i = 0; i < seq->pdu_count; i++) {
drivers/target/iscsi/iscsi_target_erl1.c
721
pdu = &cmd->pdu_list[i+seq->pdu_start];
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
24
struct iscsi_seq *seq;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
294
struct iscsi_seq *seq = cmd->seq_list;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
30
seq = &cmd->seq_list[i];
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
320
seq[seq_no].pdu_start = i;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
321
seq[seq_no].seq_no = seq_no;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
322
seq[seq_no].offset = offset;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
323
seq[seq_no].orig_offset = offset;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
33
" seq_no: %d\n", i, seq->pdu_start, seq->pdu_count,
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
333
seq[seq_no].type = SEQTYPE_IMMEDIATE;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
334
seq[seq_no].pdu_count = 1;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
335
seq[seq_no].xfer_len =
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
34
seq->offset, seq->xfer_len, seq->seq_send_order,
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
35
seq->seq_no);
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
354
seq[seq_no].type = SEQTYPE_UNSOLICITED;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
355
seq[seq_no].pdu_count = pdu_count;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
356
seq[seq_no].xfer_len = (burstlength +
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
373
seq[seq_no].type = SEQTYPE_UNSOLICITED;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
374
seq[seq_no].pdu_count = pdu_count;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
375
seq[seq_no].xfer_len = (burstlength +
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
405
seq[seq_no].type = SEQTYPE_NORMAL;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
406
seq[seq_no].pdu_count = pdu_count;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
407
seq[seq_no].xfer_len = (burstlength +
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
422
seq[seq_no].type = SEQTYPE_NORMAL;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
423
seq[seq_no].pdu_count = pdu_count;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
424
seq[seq_no].xfer_len = (burstlength +
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
494
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
538
seq = kzalloc_objs(struct iscsi_seq, seq_count, GFP_ATOMIC);
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
539
if (!seq) {
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
543
cmd->seq_list = seq;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
551
kfree(seq);
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
587
struct iscsi_seq *seq)
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
627
if (!seq) {
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
633
" seq->seq_no: %d\n", seq->pdu_start, seq->pdu_count,
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
634
seq->seq_no);
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
636
pdu = &cmd->pdu_list[seq->pdu_start];
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
638
if (seq->pdu_send_order == seq->pdu_count) {
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
641
cmd->init_task_tag, seq->pdu_send_order,
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
642
seq->pdu_count);
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
646
for (i = 0; i < seq->pdu_count; i++) {
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
647
if (pdu[i].pdu_send_order == seq->pdu_send_order) {
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
648
seq->pdu_send_order++;
drivers/target/iscsi/iscsi_target_seq_pdu_list.c
655
cmd->init_task_tag, seq->pdu_send_order);
drivers/target/iscsi/iscsi_target_tmr.c
484
struct iscsi_seq *seq = NULL;
drivers/target/iscsi/iscsi_target_tmr.c
518
seq = &cmd->seq_list[i];
drivers/target/iscsi/iscsi_target_tmr.c
520
if (seq->type != SEQTYPE_UNSOLICITED)
drivers/target/iscsi/iscsi_target_tmr.c
524
(seq->offset - seq->orig_offset);
drivers/target/iscsi/iscsi_target_tmr.c
526
seq->data_sn = 0;
drivers/target/iscsi/iscsi_target_tmr.c
527
seq->offset = seq->orig_offset;
drivers/target/iscsi/iscsi_target_tmr.c
528
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_tmr.c
529
seq->status = DATAOUT_SEQUENCE_WITHIN_COMMAND_RECOVERY;
drivers/target/iscsi/iscsi_target_tmr.c
534
for (j = 0; j < seq->pdu_count; j++) {
drivers/target/iscsi/iscsi_target_tmr.c
535
pdu = &cmd->pdu_list[j+seq->pdu_start];
drivers/target/iscsi/iscsi_target_tmr.c
670
struct iscsi_seq *seq;
drivers/target/iscsi/iscsi_target_tmr.c
672
seq = iscsit_get_seq_holder(cmd, r2t->offset,
drivers/target/iscsi/iscsi_target_tmr.c
674
if (!seq) {
drivers/target/iscsi/iscsi_target_tmr.c
680
(seq->offset - seq->orig_offset);
drivers/target/iscsi/iscsi_target_tmr.c
681
seq->data_sn = 0;
drivers/target/iscsi/iscsi_target_tmr.c
682
seq->offset = seq->orig_offset;
drivers/target/iscsi/iscsi_target_tmr.c
683
seq->next_burst_len = 0;
drivers/target/iscsi/iscsi_target_tmr.c
684
seq->status = DATAOUT_SEQUENCE_WITHIN_COMMAND_RECOVERY;
drivers/target/iscsi/iscsi_target_tmr.c
691
for (i = 0; i < seq->pdu_count; i++) {
drivers/target/iscsi/iscsi_target_tmr.c
692
pdu = &cmd->pdu_list[i+seq->pdu_start];
drivers/target/tcm_fc/tcm_fc.h
108
struct fc_seq *seq; /* sequence in exchange mgr */
drivers/target/tcm_fc/tfc_cmd.c
113
ep = fc_seq_exch(cmd->seq);
drivers/target/tcm_fc/tfc_cmd.c
148
cmd->seq = fc_seq_start_next(cmd->seq);
drivers/target/tcm_fc/tfc_cmd.c
152
rc = fc_seq_send(lport, cmd->seq, fp);
drivers/target/tcm_fc/tfc_cmd.c
164
fc_exch_done(cmd->seq);
drivers/target/tcm_fc/tfc_cmd.c
191
ep = fc_seq_exch(cmd->seq);
drivers/target/tcm_fc/tfc_cmd.c
201
cmd->seq = fc_seq_start_next(cmd->seq);
drivers/target/tcm_fc/tfc_cmd.c
222
fc_seq_send(lport, cmd->seq, fp);
drivers/target/tcm_fc/tfc_cmd.c
236
cmd->seq = NULL;
drivers/target/tcm_fc/tfc_cmd.c
41
caller, cmd, cmd->sess, cmd->seq, se_cmd);
drivers/target/tcm_fc/tfc_cmd.c
437
cmd->seq = fc_seq_assign(lport, fp);
drivers/target/tcm_fc/tfc_cmd.c
438
if (!cmd->seq) {
drivers/target/tcm_fc/tfc_cmd.c
53
sp = cmd->seq;
drivers/target/tcm_fc/tfc_cmd.c
539
fc_seq_set_resp(cmd->seq, ft_recv_seq, cmd);
drivers/target/tcm_fc/tfc_cmd.c
540
cmd->se_cmd.tag = fc_seq_exch(cmd->seq)->rxid;
drivers/target/tcm_fc/tfc_io.c
163
error = fc_seq_send(lport, seq, fp);
drivers/target/tcm_fc/tfc_io.c
198
struct fc_seq *seq = cmd->seq;
drivers/target/tcm_fc/tfc_io.c
220
ep = fc_seq_exch(seq);
drivers/target/tcm_fc/tfc_io.c
329
struct fc_seq *seq;
drivers/target/tcm_fc/tfc_io.c
334
seq = cmd->seq;
drivers/target/tcm_fc/tfc_io.c
337
if (cmd->was_ddp_setup && seq) {
drivers/target/tcm_fc/tfc_io.c
338
ep = fc_seq_exch(seq);
drivers/target/tcm_fc/tfc_io.c
70
ep = fc_seq_exch(cmd->seq);
drivers/target/tcm_fc/tfc_io.c
72
cmd->seq = fc_seq_start_next(cmd->seq);
drivers/target/tcm_fc/tfc_io.c
91
struct fc_seq *seq = cmd->seq;
drivers/target/tcm_fc/tfc_io.c
93
if (!seq) {
drivers/thunderbolt/ctl.c
1058
request.addr.seq = retries++;
drivers/thunderbolt/ctl.c
876
if (req_hdr->addr.seq != res_hdr->addr.seq)
drivers/thunderbolt/ctl.c
982
request.addr.seq = retries++;
drivers/thunderbolt/dma_port.c
135
.seq = 1,
drivers/thunderbolt/dma_port.c
94
.seq = 1,
drivers/thunderbolt/tb_msgs.h
55
u32 seq:2; /* sequence number */
drivers/thunderbolt/trace.h
47
msg->addr.space, msg->addr.seq);
drivers/usb/common/ulpi.c
236
static int ulpi_regs_show(struct seq_file *seq, void *data)
drivers/usb/common/ulpi.c
238
struct ulpi *ulpi = seq->private;
drivers/usb/common/ulpi.c
244
seq_printf(seq, name " %.02x\n", ret); \
drivers/usb/dwc2/debugfs.c
126
static int state_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
128
struct dwc2_hsotg *hsotg = seq->private;
drivers/usb/dwc2/debugfs.c
131
seq_printf(seq, "DCFG=0x%08x, DCTL=0x%08x, DSTS=0x%08x\n",
drivers/usb/dwc2/debugfs.c
136
seq_printf(seq, "DIEPMSK=0x%08x, DOEPMASK=0x%08x\n",
drivers/usb/dwc2/debugfs.c
139
seq_printf(seq, "GINTMSK=0x%08x, GINTSTS=0x%08x\n",
drivers/usb/dwc2/debugfs.c
143
seq_printf(seq, "DAINTMSK=0x%08x, DAINT=0x%08x\n",
drivers/usb/dwc2/debugfs.c
147
seq_printf(seq, "GNPTXSTS=0x%08x, GRXSTSR=%08x\n",
drivers/usb/dwc2/debugfs.c
151
seq_puts(seq, "\nEndpoint status:\n");
drivers/usb/dwc2/debugfs.c
159
seq_printf(seq, "ep%d: DIEPCTL=0x%08x, DOEPCTL=0x%08x",
drivers/usb/dwc2/debugfs.c
165
seq_printf(seq, ", DIEPTSIZ=0x%08x, DOEPTSIZ=0x%08x",
drivers/usb/dwc2/debugfs.c
168
seq_puts(seq, "\n");
drivers/usb/dwc2/debugfs.c
183
static int fifo_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
185
struct dwc2_hsotg *hsotg = seq->private;
drivers/usb/dwc2/debugfs.c
190
seq_puts(seq, "Non-periodic FIFOs:\n");
drivers/usb/dwc2/debugfs.c
191
seq_printf(seq, "RXFIFO: Size %d\n", dwc2_readl(hsotg, GRXFSIZ));
drivers/usb/dwc2/debugfs.c
194
seq_printf(seq, "NPTXFIFO: Size %d, Start 0x%08x\n",
drivers/usb/dwc2/debugfs.c
198
seq_puts(seq, "\nPeriodic TXFIFOs:\n");
drivers/usb/dwc2/debugfs.c
203
seq_printf(seq, "\tDPTXFIFO%2d: Size %d, Start 0x%08x\n", idx,
drivers/usb/dwc2/debugfs.c
225
static int ep_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
227
struct dwc2_hsotg_ep *ep = seq->private;
drivers/usb/dwc2/debugfs.c
234
seq_printf(seq, "Endpoint index %d, named %s, dir %s:\n",
drivers/usb/dwc2/debugfs.c
239
seq_printf(seq, "\tDIEPCTL=0x%08x, DOEPCTL=0x%08x\n",
drivers/usb/dwc2/debugfs.c
243
seq_printf(seq, "\tDIEPDMA=0x%08x, DOEPDMA=0x%08x\n",
drivers/usb/dwc2/debugfs.c
247
seq_printf(seq, "\tDIEPINT=0x%08x, DOEPINT=0x%08x\n",
drivers/usb/dwc2/debugfs.c
251
seq_printf(seq, "\tDIEPTSIZ=0x%08x, DOEPTSIZ=0x%08x\n",
drivers/usb/dwc2/debugfs.c
255
seq_puts(seq, "\n");
drivers/usb/dwc2/debugfs.c
256
seq_printf(seq, "mps %d\n", ep->ep.maxpacket);
drivers/usb/dwc2/debugfs.c
257
seq_printf(seq, "total_data=%ld\n", ep->total_data);
drivers/usb/dwc2/debugfs.c
259
seq_printf(seq, "request list (%p,%p):\n",
drivers/usb/dwc2/debugfs.c
266
seq_puts(seq, "not showing more requests...\n");
drivers/usb/dwc2/debugfs.c
270
seq_printf(seq, "%c req %p: %d bytes @%p, ",
drivers/usb/dwc2/debugfs.c
273
seq_printf(seq, "%d done, res %d\n",
drivers/usb/dwc2/debugfs.c
667
static int params_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
669
struct dwc2_hsotg *hsotg = seq->private;
drivers/usb/dwc2/debugfs.c
673
print_param(seq, p, otg_caps.hnp_support);
drivers/usb/dwc2/debugfs.c
674
print_param(seq, p, otg_caps.srp_support);
drivers/usb/dwc2/debugfs.c
675
print_param(seq, p, otg_caps.otg_rev);
drivers/usb/dwc2/debugfs.c
676
print_param(seq, p, dma_desc_enable);
drivers/usb/dwc2/debugfs.c
677
print_param(seq, p, dma_desc_fs_enable);
drivers/usb/dwc2/debugfs.c
678
print_param(seq, p, speed);
drivers/usb/dwc2/debugfs.c
679
print_param(seq, p, enable_dynamic_fifo);
drivers/usb/dwc2/debugfs.c
680
print_param(seq, p, en_multiple_tx_fifo);
drivers/usb/dwc2/debugfs.c
681
print_param(seq, p, host_rx_fifo_size);
drivers/usb/dwc2/debugfs.c
682
print_param(seq, p, host_nperio_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
683
print_param(seq, p, host_perio_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
684
print_param(seq, p, max_transfer_size);
drivers/usb/dwc2/debugfs.c
685
print_param(seq, p, max_packet_count);
drivers/usb/dwc2/debugfs.c
686
print_param(seq, p, host_channels);
drivers/usb/dwc2/debugfs.c
687
print_param(seq, p, phy_type);
drivers/usb/dwc2/debugfs.c
688
print_param(seq, p, phy_utmi_width);
drivers/usb/dwc2/debugfs.c
689
print_param(seq, p, eusb2_disc);
drivers/usb/dwc2/debugfs.c
690
print_param(seq, p, phy_ulpi_ddr);
drivers/usb/dwc2/debugfs.c
691
print_param(seq, p, phy_ulpi_ext_vbus);
drivers/usb/dwc2/debugfs.c
692
print_param(seq, p, i2c_enable);
drivers/usb/dwc2/debugfs.c
693
print_param(seq, p, ipg_isoc_en);
drivers/usb/dwc2/debugfs.c
694
print_param(seq, p, ulpi_fs_ls);
drivers/usb/dwc2/debugfs.c
695
print_param(seq, p, host_support_fs_ls_low_power);
drivers/usb/dwc2/debugfs.c
696
print_param(seq, p, host_ls_low_power_phy_clk);
drivers/usb/dwc2/debugfs.c
697
print_param(seq, p, activate_stm_fs_transceiver);
drivers/usb/dwc2/debugfs.c
698
print_param(seq, p, activate_stm_id_vb_detection);
drivers/usb/dwc2/debugfs.c
699
print_param(seq, p, ts_dline);
drivers/usb/dwc2/debugfs.c
700
print_param(seq, p, reload_ctl);
drivers/usb/dwc2/debugfs.c
701
print_param_hex(seq, p, ahbcfg);
drivers/usb/dwc2/debugfs.c
702
print_param(seq, p, uframe_sched);
drivers/usb/dwc2/debugfs.c
703
print_param(seq, p, external_id_pin_ctl);
drivers/usb/dwc2/debugfs.c
704
print_param(seq, p, power_down);
drivers/usb/dwc2/debugfs.c
705
print_param(seq, p, no_clock_gating);
drivers/usb/dwc2/debugfs.c
706
print_param(seq, p, lpm);
drivers/usb/dwc2/debugfs.c
707
print_param(seq, p, lpm_clock_gating);
drivers/usb/dwc2/debugfs.c
708
print_param(seq, p, besl);
drivers/usb/dwc2/debugfs.c
709
print_param(seq, p, hird_threshold_en);
drivers/usb/dwc2/debugfs.c
710
print_param(seq, p, hird_threshold);
drivers/usb/dwc2/debugfs.c
711
print_param(seq, p, service_interval);
drivers/usb/dwc2/debugfs.c
712
print_param(seq, p, host_dma);
drivers/usb/dwc2/debugfs.c
713
print_param(seq, p, g_dma);
drivers/usb/dwc2/debugfs.c
714
print_param(seq, p, g_dma_desc);
drivers/usb/dwc2/debugfs.c
715
print_param(seq, p, g_rx_fifo_size);
drivers/usb/dwc2/debugfs.c
716
print_param(seq, p, g_np_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
722
seq_printf(seq, "%-30s: %d\n", str, p->g_tx_fifo_size[i]);
drivers/usb/dwc2/debugfs.c
729
static int hw_params_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
731
struct dwc2_hsotg *hsotg = seq->private;
drivers/usb/dwc2/debugfs.c
734
print_param(seq, hw, op_mode);
drivers/usb/dwc2/debugfs.c
735
print_param(seq, hw, arch);
drivers/usb/dwc2/debugfs.c
736
print_param(seq, hw, dma_desc_enable);
drivers/usb/dwc2/debugfs.c
737
print_param(seq, hw, enable_dynamic_fifo);
drivers/usb/dwc2/debugfs.c
738
print_param(seq, hw, en_multiple_tx_fifo);
drivers/usb/dwc2/debugfs.c
739
print_param(seq, hw, rx_fifo_size);
drivers/usb/dwc2/debugfs.c
740
print_param(seq, hw, host_nperio_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
741
print_param(seq, hw, dev_nperio_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
742
print_param(seq, hw, host_perio_tx_fifo_size);
drivers/usb/dwc2/debugfs.c
743
print_param(seq, hw, nperio_tx_q_depth);
drivers/usb/dwc2/debugfs.c
744
print_param(seq, hw, host_perio_tx_q_depth);
drivers/usb/dwc2/debugfs.c
745
print_param(seq, hw, dev_token_q_depth);
drivers/usb/dwc2/debugfs.c
746
print_param(seq, hw, max_transfer_size);
drivers/usb/dwc2/debugfs.c
747
print_param(seq, hw, max_packet_count);
drivers/usb/dwc2/debugfs.c
748
print_param(seq, hw, host_channels);
drivers/usb/dwc2/debugfs.c
749
print_param(seq, hw, hs_phy_type);
drivers/usb/dwc2/debugfs.c
750
print_param(seq, hw, fs_phy_type);
drivers/usb/dwc2/debugfs.c
751
print_param(seq, hw, i2c_enable);
drivers/usb/dwc2/debugfs.c
752
print_param(seq, hw, num_dev_ep);
drivers/usb/dwc2/debugfs.c
753
print_param(seq, hw, num_dev_perio_in_ep);
drivers/usb/dwc2/debugfs.c
754
print_param(seq, hw, total_fifo_size);
drivers/usb/dwc2/debugfs.c
755
print_param(seq, hw, power_optimized);
drivers/usb/dwc2/debugfs.c
756
print_param(seq, hw, utmi_phy_data_width);
drivers/usb/dwc2/debugfs.c
757
print_param_hex(seq, hw, snpsid);
drivers/usb/dwc2/debugfs.c
758
print_param_hex(seq, hw, dev_ep_dirs);
drivers/usb/dwc2/debugfs.c
764
static int dr_mode_show(struct seq_file *seq, void *v)
drivers/usb/dwc2/debugfs.c
766
struct dwc2_hsotg *hsotg = seq->private;
drivers/usb/dwc2/debugfs.c
770
seq_printf(seq, "%s\n", dr_mode);
drivers/usb/gadget/udc/gr_udc.c
124
static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep)
drivers/usb/gadget/udc/gr_udc.c
131
seq_printf(seq, "%s:\n", ep->ep.name);
drivers/usb/gadget/udc/gr_udc.c
132
seq_printf(seq, " mode = %s\n", gr_modestring[mode]);
drivers/usb/gadget/udc/gr_udc.c
133
seq_printf(seq, " halted: %d\n", !!(epctrl & GR_EPCTRL_EH));
drivers/usb/gadget/udc/gr_udc.c
134
seq_printf(seq, " disabled: %d\n", !!(epctrl & GR_EPCTRL_ED));
drivers/usb/gadget/udc/gr_udc.c
135
seq_printf(seq, " valid: %d\n", !!(epctrl & GR_EPCTRL_EV));
drivers/usb/gadget/udc/gr_udc.c
136
seq_printf(seq, " dma_start = %d\n", ep->dma_start);
drivers/usb/gadget/udc/gr_udc.c
137
seq_printf(seq, " stopped = %d\n", ep->stopped);
drivers/usb/gadget/udc/gr_udc.c
138
seq_printf(seq, " wedged = %d\n", ep->wedged);
drivers/usb/gadget/udc/gr_udc.c
139
seq_printf(seq, " callback = %d\n", ep->callback);
drivers/usb/gadget/udc/gr_udc.c
140
seq_printf(seq, " maxpacket = %d\n", ep->ep.maxpacket);
drivers/usb/gadget/udc/gr_udc.c
141
seq_printf(seq, " maxpacket_limit = %d\n", ep->ep.maxpacket_limit);
drivers/usb/gadget/udc/gr_udc.c
142
seq_printf(seq, " bytes_per_buffer = %d\n", ep->bytes_per_buffer);
drivers/usb/gadget/udc/gr_udc.c
144
seq_printf(seq, " nt = %d\n",
drivers/usb/gadget/udc/gr_udc.c
147
seq_printf(seq, " Buffer 0: %s %s%d\n",
drivers/usb/gadget/udc/gr_udc.c
151
seq_printf(seq, " Buffer 1: %s %s%d\n",
drivers/usb/gadget/udc/gr_udc.c
157
seq_puts(seq, " Queue: empty\n\n");
drivers/usb/gadget/udc/gr_udc.c
161
seq_puts(seq, " Queue:\n");
drivers/usb/gadget/udc/gr_udc.c
166
seq_printf(seq, " 0x%p: 0x%p %d %d\n", req,
drivers/usb/gadget/udc/gr_udc.c
173
seq_printf(seq, " %c 0x%p (0x%08x): 0x%05x 0x%08x\n",
drivers/usb/gadget/udc/gr_udc.c
178
seq_puts(seq, "\n");
drivers/usb/gadget/udc/gr_udc.c
181
static int gr_dfs_show(struct seq_file *seq, void *v)
drivers/usb/gadget/udc/gr_udc.c
183
struct gr_udc *dev = seq->private;
drivers/usb/gadget/udc/gr_udc.c
188
seq_printf(seq, "usb state = %s\n",
drivers/usb/gadget/udc/gr_udc.c
190
seq_printf(seq, "address = %d\n",
drivers/usb/gadget/udc/gr_udc.c
192
seq_printf(seq, "speed = %s\n", GR_SPEED_STR(status));
drivers/usb/gadget/udc/gr_udc.c
193
seq_printf(seq, "ep0state = %s\n", gr_ep0state_string(dev->ep0state));
drivers/usb/gadget/udc/gr_udc.c
194
seq_printf(seq, "irq_enabled = %d\n", dev->irq_enabled);
drivers/usb/gadget/udc/gr_udc.c
195
seq_printf(seq, "remote_wakeup = %d\n", dev->remote_wakeup);
drivers/usb/gadget/udc/gr_udc.c
196
seq_printf(seq, "test_mode = %d\n", dev->test_mode);
drivers/usb/gadget/udc/gr_udc.c
197
seq_puts(seq, "\n");
drivers/usb/gadget/udc/gr_udc.c
200
gr_seq_ep_show(seq, ep);
drivers/usb/host/isp116x.h
495
isp116x_show_regs(isp116x, seq, s);
drivers/usb/serial/garmin_gps.c
104
int seq;
drivers/usb/serial/garmin_gps.c
280
pkt->seq = garmin_data_p->seq_counter++;
drivers/usb/serial/garmin_gps.c
287
pkt->seq, data_length);
drivers/usb/serial/garmin_gps.c
708
dev_dbg(&garmin_data_p->port->dev, "%s - next pkt: %d\n", __func__, pkt->seq);
drivers/usb/storage/karma.c
105
us->iobuf[6] = seq;
drivers/usb/storage/karma.c
119
if (data->recv[5] == seq)
drivers/usb/storage/karma.c
130
seq++;
drivers/usb/storage/karma.c
131
if (seq == 0)
drivers/usb/storage/karma.c
132
seq = 1;
drivers/usb/storage/karma.c
98
static unsigned char seq = 1;
drivers/vdpa/pds/debugfs.c
100
seq_puts(seq, " VIRTIO_NET_F_STATUS");
drivers/vdpa/pds/debugfs.c
103
seq_puts(seq, " VIRTIO_NET_F_CTRL_VQ");
drivers/vdpa/pds/debugfs.c
106
seq_puts(seq, " VIRTIO_NET_F_CTRL_RX");
drivers/vdpa/pds/debugfs.c
109
seq_puts(seq, " VIRTIO_NET_F_CTRL_VLAN");
drivers/vdpa/pds/debugfs.c
112
seq_puts(seq, " VIRTIO_NET_F_CTRL_RX_EXTRA");
drivers/vdpa/pds/debugfs.c
115
seq_puts(seq, " VIRTIO_NET_F_GUEST_ANNOUNCE");
drivers/vdpa/pds/debugfs.c
118
seq_puts(seq, " VIRTIO_NET_F_MQ");
drivers/vdpa/pds/debugfs.c
121
seq_puts(seq, " VIRTIO_NET_F_CTRL_MAC_ADDR");
drivers/vdpa/pds/debugfs.c
124
seq_puts(seq, " VIRTIO_NET_F_HASH_REPORT");
drivers/vdpa/pds/debugfs.c
127
seq_puts(seq, " VIRTIO_NET_F_RSS");
drivers/vdpa/pds/debugfs.c
130
seq_puts(seq, " VIRTIO_NET_F_RSC_EXT");
drivers/vdpa/pds/debugfs.c
133
seq_puts(seq, " VIRTIO_NET_F_STANDBY");
drivers/vdpa/pds/debugfs.c
136
seq_puts(seq, " VIRTIO_NET_F_SPEED_DUPLEX");
drivers/vdpa/pds/debugfs.c
139
seq_puts(seq, " VIRTIO_F_NOTIFY_ON_EMPTY");
drivers/vdpa/pds/debugfs.c
142
seq_puts(seq, " VIRTIO_F_ANY_LAYOUT");
drivers/vdpa/pds/debugfs.c
145
seq_puts(seq, " VIRTIO_F_VERSION_1");
drivers/vdpa/pds/debugfs.c
148
seq_puts(seq, " VIRTIO_F_ACCESS_PLATFORM");
drivers/vdpa/pds/debugfs.c
151
seq_puts(seq, " VIRTIO_F_RING_PACKED");
drivers/vdpa/pds/debugfs.c
154
seq_puts(seq, " VIRTIO_F_ORDER_PLATFORM");
drivers/vdpa/pds/debugfs.c
157
seq_puts(seq, " VIRTIO_F_SR_IOV");
drivers/vdpa/pds/debugfs.c
162
seq_printf(seq, " bit_%d", i);
drivers/vdpa/pds/debugfs.c
167
seq_puts(seq, "\n");
drivers/vdpa/pds/debugfs.c
175
static int identity_show(struct seq_file *seq, void *v)
drivers/vdpa/pds/debugfs.c
177
struct pds_vdpa_aux *vdpa_aux = seq->private;
drivers/vdpa/pds/debugfs.c
181
seq_printf(seq, "aux_dev: %s\n",
drivers/vdpa/pds/debugfs.c
185
seq_printf(seq, "max_vqs: %d\n", mgmt->max_supported_vqs);
drivers/vdpa/pds/debugfs.c
186
seq_printf(seq, "config_attr_mask: %#llx\n", mgmt->config_attr_mask);
drivers/vdpa/pds/debugfs.c
188
seq_printf(seq, "hw_features: %#llx\n", hw_features);
drivers/vdpa/pds/debugfs.c
189
print_feature_bits_all(seq, hw_features);
drivers/vdpa/pds/debugfs.c
201
static int config_show(struct seq_file *seq, void *v)
drivers/vdpa/pds/debugfs.c
203
struct pds_vdpa_device *pdsv = seq->private;
drivers/vdpa/pds/debugfs.c
210
seq_printf(seq, "mac: %pM\n", vc.mac);
drivers/vdpa/pds/debugfs.c
211
seq_printf(seq, "max_virtqueue_pairs: %d\n",
drivers/vdpa/pds/debugfs.c
213
seq_printf(seq, "mtu: %d\n", __virtio16_to_cpu(true, vc.mtu));
drivers/vdpa/pds/debugfs.c
214
seq_printf(seq, "speed: %d\n", le32_to_cpu(vc.speed));
drivers/vdpa/pds/debugfs.c
215
seq_printf(seq, "duplex: %d\n", vc.duplex);
drivers/vdpa/pds/debugfs.c
216
seq_printf(seq, "rss_max_key_size: %d\n", vc.rss_max_key_size);
drivers/vdpa/pds/debugfs.c
217
seq_printf(seq, "rss_max_indirection_table_length: %d\n",
drivers/vdpa/pds/debugfs.c
219
seq_printf(seq, "supported_hash_types: %#x\n",
drivers/vdpa/pds/debugfs.c
221
seq_printf(seq, "vn_status: %#x\n",
drivers/vdpa/pds/debugfs.c
225
seq_printf(seq, "dev_status: %#x\n", status);
drivers/vdpa/pds/debugfs.c
226
print_status_bits(seq, status);
drivers/vdpa/pds/debugfs.c
227
seq_printf(seq, "negotiated_features: %#llx\n", pdsv->negotiated_features);
drivers/vdpa/pds/debugfs.c
228
print_feature_bits_all(seq, pdsv->negotiated_features);
drivers/vdpa/pds/debugfs.c
229
seq_printf(seq, "vdpa_index: %d\n", pdsv->vdpa_index);
drivers/vdpa/pds/debugfs.c
230
seq_printf(seq, "num_vqs: %d\n", pdsv->num_vqs);
drivers/vdpa/pds/debugfs.c
236
static int vq_show(struct seq_file *seq, void *v)
drivers/vdpa/pds/debugfs.c
238
struct pds_vdpa_vq_info *vq = seq->private;
drivers/vdpa/pds/debugfs.c
240
seq_printf(seq, "ready: %d\n", vq->ready);
drivers/vdpa/pds/debugfs.c
241
seq_printf(seq, "desc_addr: %#llx\n", vq->desc_addr);
drivers/vdpa/pds/debugfs.c
242
seq_printf(seq, "avail_addr: %#llx\n", vq->avail_addr);
drivers/vdpa/pds/debugfs.c
243
seq_printf(seq, "used_addr: %#llx\n", vq->used_addr);
drivers/vdpa/pds/debugfs.c
244
seq_printf(seq, "q_len: %d\n", vq->q_len);
drivers/vdpa/pds/debugfs.c
245
seq_printf(seq, "qid: %d\n", vq->qid);
drivers/vdpa/pds/debugfs.c
247
seq_printf(seq, "doorbell: %#llx\n", vq->doorbell);
drivers/vdpa/pds/debugfs.c
248
seq_printf(seq, "avail_idx: %d\n", vq->avail_idx);
drivers/vdpa/pds/debugfs.c
249
seq_printf(seq, "used_idx: %d\n", vq->used_idx);
drivers/vdpa/pds/debugfs.c
250
seq_printf(seq, "irq: %d\n", vq->irq);
drivers/vdpa/pds/debugfs.c
251
seq_printf(seq, "irq-name: %s\n", vq->irq_name);
drivers/vdpa/pds/debugfs.c
35
static void print_status_bits(struct seq_file *seq, u8 status)
drivers/vdpa/pds/debugfs.c
37
seq_puts(seq, "status:");
drivers/vdpa/pds/debugfs.c
38
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_ACKNOWLEDGE);
drivers/vdpa/pds/debugfs.c
39
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_DRIVER);
drivers/vdpa/pds/debugfs.c
40
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_DRIVER_OK);
drivers/vdpa/pds/debugfs.c
41
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_FEATURES_OK);
drivers/vdpa/pds/debugfs.c
42
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_NEEDS_RESET);
drivers/vdpa/pds/debugfs.c
43
PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_FAILED);
drivers/vdpa/pds/debugfs.c
44
seq_puts(seq, "\n");
drivers/vdpa/pds/debugfs.c
47
static void print_feature_bits_all(struct seq_file *seq, u64 features)
drivers/vdpa/pds/debugfs.c
51
seq_puts(seq, "features:");
drivers/vdpa/pds/debugfs.c
58
seq_puts(seq, " VIRTIO_NET_F_CSUM");
drivers/vdpa/pds/debugfs.c
61
seq_puts(seq, " VIRTIO_NET_F_GUEST_CSUM");
drivers/vdpa/pds/debugfs.c
64
seq_puts(seq, " VIRTIO_NET_F_CTRL_GUEST_OFFLOADS");
drivers/vdpa/pds/debugfs.c
67
seq_puts(seq, " VIRTIO_NET_F_MTU");
drivers/vdpa/pds/debugfs.c
70
seq_puts(seq, " VIRTIO_NET_F_MAC");
drivers/vdpa/pds/debugfs.c
73
seq_puts(seq, " VIRTIO_NET_F_GUEST_TSO4");
drivers/vdpa/pds/debugfs.c
76
seq_puts(seq, " VIRTIO_NET_F_GUEST_TSO6");
drivers/vdpa/pds/debugfs.c
79
seq_puts(seq, " VIRTIO_NET_F_GUEST_ECN");
drivers/vdpa/pds/debugfs.c
82
seq_puts(seq, " VIRTIO_NET_F_GUEST_UFO");
drivers/vdpa/pds/debugfs.c
85
seq_puts(seq, " VIRTIO_NET_F_HOST_TSO4");
drivers/vdpa/pds/debugfs.c
88
seq_puts(seq, " VIRTIO_NET_F_HOST_TSO6");
drivers/vdpa/pds/debugfs.c
91
seq_puts(seq, " VIRTIO_NET_F_HOST_ECN");
drivers/vdpa/pds/debugfs.c
94
seq_puts(seq, " VIRTIO_NET_F_HOST_UFO");
drivers/vdpa/pds/debugfs.c
97
seq_puts(seq, " VIRTIO_NET_F_MRG_RXBUF");
drivers/vdpa/vdpa.c
1160
vdpa_dev_config_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq,
drivers/vdpa/vdpa.c
1170
hdr = genlmsg_put(msg, portid, seq, &vdpa_nl_family, flags,
drivers/vdpa/vdpa.c
1283
u32 seq = info->snd_seq;
drivers/vdpa/vdpa.c
1286
hdr = genlmsg_put(msg, portid, seq, &vdpa_nl_family, flags,
drivers/vdpa/vdpa.c
490
u32 portid, u32 seq, int flags)
drivers/vdpa/vdpa.c
495
hdr = genlmsg_put(msg, portid, seq, &vdpa_nl_family, flags, VDPA_CMD_MGMTDEV_NEW);
drivers/vdpa/vdpa.c
742
vdpa_dev_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq,
drivers/vdpa/vdpa.c
752
hdr = genlmsg_put(msg, portid, seq, &vdpa_nl_family, flags, VDPA_CMD_DEV_NEW);
drivers/vfio/debugfs.c
14
static int vfio_device_state_read(struct seq_file *seq, void *data)
drivers/vfio/debugfs.c
16
struct device *vf_dev = seq->private;
drivers/vfio/debugfs.c
31
seq_puts(seq, "ERROR\n");
drivers/vfio/debugfs.c
34
seq_puts(seq, "STOP\n");
drivers/vfio/debugfs.c
37
seq_puts(seq, "RUNNING\n");
drivers/vfio/debugfs.c
40
seq_puts(seq, "STOP_COPY\n");
drivers/vfio/debugfs.c
43
seq_puts(seq, "RESUMING\n");
drivers/vfio/debugfs.c
46
seq_puts(seq, "RUNNING_P2P\n");
drivers/vfio/debugfs.c
49
seq_puts(seq, "PRE_COPY\n");
drivers/vfio/debugfs.c
52
seq_puts(seq, "PRE_COPY_P2P\n");
drivers/vfio/debugfs.c
55
seq_puts(seq, "Invalid\n");
drivers/vfio/debugfs.c
61
static int vfio_device_features_read(struct seq_file *seq, void *data)
drivers/vfio/debugfs.c
63
struct device *vf_dev = seq->private;
drivers/vfio/debugfs.c
67
seq_puts(seq, "stop-copy\n");
drivers/vfio/debugfs.c
69
seq_puts(seq, "p2p\n");
drivers/vfio/debugfs.c
71
seq_puts(seq, "pre-copy\n");
drivers/vfio/debugfs.c
73
seq_puts(seq, "dirty-tracking\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1429
static int hisi_acc_vf_debug_check(struct seq_file *seq, struct vfio_device *vdev)
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1441
seq_puts(seq, "device not opened!\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1447
seq_puts(seq, "VF device not ready!\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1454
static int hisi_acc_vf_debug_cmd(struct seq_file *seq, void *data)
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1456
struct device *vf_dev = seq->private;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1465
ret = hisi_acc_vf_debug_check(seq, vdev);
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1474
seq_puts(seq, "mailbox cmd channel not ready!\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1478
seq_puts(seq, "mailbox cmd channel ready!\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1483
static int hisi_acc_vf_dev_read(struct seq_file *seq, void *data)
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1485
struct device *vf_dev = seq->private;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1494
ret = hisi_acc_vf_debug_check(seq, vdev);
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1512
seq_hex_dump(seq, "Dev Data:", DUMP_PREFIX_OFFSET, 16, 1,
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1515
seq_printf(seq,
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1530
static int hisi_acc_vf_migf_read(struct seq_file *seq, void *data)
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1532
struct device *vf_dev = seq->private;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1541
seq_puts(seq, "device not migrated!\n");
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1545
seq_hex_dump(seq, "Mig Data:", DUMP_PREFIX_OFFSET, 16, 1,
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1547
seq_printf(seq, "migrate data length: %lu\n", debug_migf->total_length);
drivers/vfio/pci/pds/dirty.c
478
__le64 *seq, *ack;
drivers/vfio/pci/pds/dirty.c
482
seq = (__le64 *)((u64)region->host_seq + bmp_offset);
drivers/vfio/pci/pds/dirty.c
487
u64 xor = le64_to_cpu(seq[i]) ^ le64_to_cpu(ack[i]);
drivers/vfio/pci/pds/dirty.c
490
ack[i] = seq[i];
drivers/video/backlight/lms283gf05.c
104
const struct lms283gf05_seq *seq, int sz)
drivers/video/backlight/lms283gf05.c
112
buf[2] = seq[i].reg;
drivers/video/backlight/lms283gf05.c
116
buf[1] = seq[i].value >> 8;
drivers/video/backlight/lms283gf05.c
117
buf[2] = seq[i].value & 0xff;
drivers/video/backlight/lms283gf05.c
120
mdelay(seq[i].delay);
drivers/video/fbdev/i740fb.c
51
u8 seq[VGA_SEQ_C];
drivers/video/fbdev/i740fb.c
567
par->seq[VGA_SEQ_CLOCK_MODE] = 0x01;
drivers/video/fbdev/i740fb.c
568
par->seq[VGA_SEQ_PLANE_WRITE] = 0x0F;
drivers/video/fbdev/i740fb.c
569
par->seq[VGA_SEQ_CHARACTER_MAP] = 0x00;
drivers/video/fbdev/i740fb.c
570
par->seq[VGA_SEQ_MEMORY_MODE] = 0x06;
drivers/video/fbdev/i740fb.c
777
par->seq[VGA_SEQ_CLOCK_MODE] | 0x20);
drivers/video/fbdev/i740fb.c
779
i740outreg(par, VGA_SEQ_I, i, par->seq[i]);
drivers/video/fbdev/matrox/matroxfb_base.c
1175
int seq;
drivers/video/fbdev/matrox/matroxfb_base.c
1186
case FB_BLANK_NORMAL: seq = 0x20; crtc = 0x00; break; /* works ??? */
drivers/video/fbdev/matrox/matroxfb_base.c
1187
case FB_BLANK_VSYNC_SUSPEND: seq = 0x20; crtc = 0x10; break;
drivers/video/fbdev/matrox/matroxfb_base.c
1188
case FB_BLANK_HSYNC_SUSPEND: seq = 0x20; crtc = 0x20; break;
drivers/video/fbdev/matrox/matroxfb_base.c
1189
case FB_BLANK_POWERDOWN: seq = 0x20; crtc = 0x30; break;
drivers/video/fbdev/matrox/matroxfb_base.c
1190
default: seq = 0x00; crtc = 0x00; break;
drivers/video/fbdev/matrox/matroxfb_base.c
1196
mga_outb(M_SEQ_DATA, (mga_inb(M_SEQ_DATA) & ~0x20) | seq);
drivers/video/fbdev/nvidia/nv_type.h
52
u8 seq[NUM_SEQ_REGS];
drivers/video/fbdev/nvidia/nvidia.c
237
state->seq[i] = NVReadSeq(par, i);
drivers/video/fbdev/nvidia/nvidia.c
256
printk(" SEQ[%02x] = %08x\n", i, state->seq[i]);
drivers/video/fbdev/nvidia/nvidia.c
258
NVWriteSeq(par, i, state->seq[i]);
drivers/video/fbdev/nvidia/nvidia.c
517
state->seq[0x00] = 0x03;
drivers/video/fbdev/nvidia/nvidia.c
518
state->seq[0x01] = 0x01;
drivers/video/fbdev/nvidia/nvidia.c
519
state->seq[0x02] = 0x0f;
drivers/video/fbdev/nvidia/nvidia.c
520
state->seq[0x03] = 0x00;
drivers/video/fbdev/nvidia/nvidia.c
521
state->seq[0x04] = 0x0e;
drivers/video/fbdev/riva/fbdev.c
600
regs->seq[i] = SEQin(par, i);
drivers/video/fbdev/riva/fbdev.c
649
SEQout(par, i, regs->seq[i]);
drivers/video/fbdev/riva/rivafb.h
30
u8 seq[NUM_SEQ_REGS];
drivers/video/fbdev/tdfxfb.c
360
seq_outb(par, i, reg->seq[i]);
drivers/video/fbdev/tdfxfb.c
636
reg.seq[0x00] = 0x03;
drivers/video/fbdev/tdfxfb.c
637
reg.seq[0x01] = 0x01; /* fixme: clkdiv2? */
drivers/video/fbdev/tdfxfb.c
638
reg.seq[0x02] = 0x0f;
drivers/video/fbdev/tdfxfb.c
639
reg.seq[0x03] = 0x00;
drivers/video/fbdev/tdfxfb.c
640
reg.seq[0x04] = 0x0e;
drivers/video/fbdev/uvesafb.c
100
uvfb_tasks[msg->seq] = NULL;
drivers/video/fbdev/uvesafb.c
1112
u8 seq = 0, crtc17 = 0;
drivers/video/fbdev/uvesafb.c
1115
seq = 0x20;
drivers/video/fbdev/uvesafb.c
1119
seq = 0x00;
drivers/video/fbdev/uvesafb.c
1125
seq |= vga_rseq(NULL, 0x01) & ~0x20;
drivers/video/fbdev/uvesafb.c
1126
vga_wseq(NULL, 0x00, seq);
drivers/video/fbdev/uvesafb.c
146
static int seq;
drivers/video/fbdev/uvesafb.c
168
m->seq = seq;
drivers/video/fbdev/uvesafb.c
187
if (uvfb_tasks[seq]) {
drivers/video/fbdev/uvesafb.c
194
uvfb_tasks[seq] = task;
drivers/video/fbdev/uvesafb.c
221
uvfb_tasks[seq] = NULL;
drivers/video/fbdev/uvesafb.c
224
seq++;
drivers/video/fbdev/uvesafb.c
225
if (seq >= UVESAFB_TASKS_MAX)
drivers/video/fbdev/uvesafb.c
226
seq = 0;
drivers/video/fbdev/uvesafb.c
80
if (msg->seq >= UVESAFB_TASKS_MAX)
drivers/video/fbdev/uvesafb.c
84
task = uvfb_tasks[msg->seq];
drivers/video/fbdev/vga16fb.c
538
u8 seq[VGA_SEQ_C];
drivers/video/fbdev/vga16fb.c
542
seq[VGA_SEQ_CLOCK_MODE] = 0x01 | par->clkdiv;
drivers/video/fbdev/vga16fb.c
544
seq[VGA_SEQ_PLANE_WRITE] = 0x03;
drivers/video/fbdev/vga16fb.c
546
seq[VGA_SEQ_PLANE_WRITE] = 0x0F;
drivers/video/fbdev/vga16fb.c
547
seq[VGA_SEQ_CHARACTER_MAP] = 0x00;
drivers/video/fbdev/vga16fb.c
549
seq[VGA_SEQ_MEMORY_MODE] = 0x03;
drivers/video/fbdev/vga16fb.c
551
seq[VGA_SEQ_MEMORY_MODE] = 0x0E;
drivers/video/fbdev/vga16fb.c
553
seq[VGA_SEQ_MEMORY_MODE] = 0x06;
drivers/video/fbdev/vga16fb.c
613
vga_io_wseq(VGA_SEQ_CLOCK_MODE, seq[VGA_SEQ_CLOCK_MODE] | 0x20);
drivers/video/fbdev/vga16fb.c
615
vga_io_wseq(i, seq[i]);
drivers/video/fbdev/vga16fb.c
643
vga_io_wseq(VGA_SEQ_CLOCK_MODE, seq[VGA_SEQ_CLOCK_MODE]);
drivers/video/vgastate.c
254
saved->seq[i] = vga_rseq(state->vgabase, i);
drivers/video/vgastate.c
272
saved->seq[VGA_SEQ_CLOCK_MODE] | 0x20);
drivers/video/vgastate.c
282
vga_wseq(state->vgabase, i, saved->seq[i]);
drivers/video/vgastate.c
30
__u8 *seq;
drivers/video/vgastate.c
302
saved->seq[VGA_SEQ_CLOCK_MODE] & ~(1 << 5));
drivers/video/vgastate.c
391
saved->seq = saved->gfx + state->num_gfx;
drivers/w1/slaves/w1_therm.c
2092
int seq = 0;
drivers/w1/slaves/w1_therm.c
2120
seq = i;
drivers/w1/slaves/w1_therm.c
2152
c -= snprintf(buf + PAGE_SIZE - c, c, "%d\n", seq);
drivers/w1/w1_int.c
67
dev->seq = 1;
drivers/w1/w1_netlink.c
146
w1_netlink_setup_msg(block, block->request_cn.seq + 1);
drivers/w1/w1_netlink.c
225
packet->seq = dev->seq++;
drivers/w1/w1_netlink.c
411
cn->seq = req_cn->seq;
drivers/w1/w1_netlink.c
412
cn->ack = req_cn->seq + 1;
fs/adfs/super.c
101
static int adfs_show_options(struct seq_file *seq, struct dentry *root)
fs/adfs/super.c
106
seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, asb->s_uid));
fs/adfs/super.c
108
seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, asb->s_gid));
fs/adfs/super.c
110
seq_printf(seq, ",ownmask=%o", asb->s_owner_mask);
fs/adfs/super.c
112
seq_printf(seq, ",othmask=%o", asb->s_other_mask);
fs/adfs/super.c
114
seq_printf(seq, ",ftsuffix=%u", asb->s_ftsuffix);
fs/afs/callback.c
116
int seq = 1;
fs/afs/callback.c
123
seq++; /* 2 on the 1st/lockless path, otherwise odd */
fs/afs/callback.c
124
read_seqbegin_or_lock(&cell->volume_lock, &seq);
fs/afs/callback.c
141
if (!need_seqretry(&cell->volume_lock, seq))
fs/afs/callback.c
143
seq |= 1; /* Want a lock next time */
fs/afs/callback.c
146
done_seqretry(&cell->volume_lock, seq);
fs/afs/inode.c
684
int ret, seq;
fs/afs/inode.c
701
seq = read_seqbegin(&vnode->cb_lock);
fs/afs/inode.c
713
} while (read_seqretry(&vnode->cb_lock, seq));
fs/afs/internal.h
614
unsigned int seq; /* Set to ->servers_seq when installed */
fs/afs/proc.c
17
struct seq_net_private seq; /* Must be first */
fs/afs/volume.c
396
new->seq = volume->servers_seq + 1;
fs/btrfs/backref.c
1896
walk_ctx.time_seq = elem.seq;
fs/btrfs/backref.c
2451
ctx->time_seq = seq_elem.seq;
fs/btrfs/backref.c
887
struct btrfs_delayed_ref_head *head, u64 seq,
fs/btrfs/backref.c
900
if (node->seq > seq)
fs/btrfs/block-group.c
136
unsigned seq;
fs/btrfs/block-group.c
141
seq = read_seqbegin(&fs_info->profiles_lock);
fs/btrfs/block-group.c
149
} while (read_seqretry(&fs_info->profiles_lock, seq));
fs/btrfs/delayed-inode.c
1412
static bool could_end_wait(struct btrfs_delayed_root *delayed_root, int seq)
fs/btrfs/delayed-inode.c
1416
if (val < seq || val >= seq + BTRFS_DELAYED_BATCH)
fs/btrfs/delayed-inode.c
1434
int seq;
fs/btrfs/delayed-inode.c
1437
seq = atomic_read(&delayed_root->items_seq);
fs/btrfs/delayed-inode.c
1444
could_end_wait(delayed_root, seq));
fs/btrfs/delayed-inode.c
434
int seq = atomic_inc_return(&delayed_root->items_seq);
fs/btrfs/delayed-inode.c
438
BTRFS_DELAYED_BACKGROUND || seq % BTRFS_DELAYED_BATCH == 0))
fs/btrfs/delayed-ref.c
312
if (ref1->seq < ref2->seq)
fs/btrfs/delayed-ref.c
314
if (ref1->seq > ref2->seq)
fs/btrfs/delayed-ref.c
388
u64 seq)
fs/btrfs/delayed-ref.c
399
if (seq && next->seq >= seq)
fs/btrfs/delayed-ref.c
437
u64 seq = 0;
fs/btrfs/delayed-ref.c
448
seq = btrfs_tree_mod_log_lowest_seq(fs_info);
fs/btrfs/delayed-ref.c
453
if (seq && ref->seq >= seq)
fs/btrfs/delayed-ref.c
455
if (merge_ref(fs_info, delayed_refs, head, ref, seq))
fs/btrfs/delayed-ref.c
460
int btrfs_check_delayed_seq(struct btrfs_fs_info *fs_info, u64 seq)
fs/btrfs/delayed-ref.c
465
if (min_seq != 0 && seq >= min_seq) {
fs/btrfs/delayed-ref.c
468
seq, min_seq);
fs/btrfs/delayed-ref.c
939
u64 seq = 0;
fs/btrfs/delayed-ref.c
945
seq = atomic64_read(&fs_info->tree_mod_seq);
fs/btrfs/delayed-ref.c
952
ref->seq = seq;
fs/btrfs/delayed-ref.h
409
int btrfs_check_delayed_seq(struct btrfs_fs_info *fs_info, u64 seq);
fs/btrfs/delayed-ref.h
78
u64 seq;
fs/btrfs/extent-tree.c
2014
if (ref->seq &&
fs/btrfs/extent-tree.c
2015
btrfs_check_delayed_seq(fs_info, ref->seq)) {
fs/btrfs/qgroup.c
128
static void btrfs_qgroup_update_old_refcnt(struct btrfs_qgroup *qg, u64 seq,
fs/btrfs/qgroup.c
131
if (qg->old_refcnt < seq)
fs/btrfs/qgroup.c
132
qg->old_refcnt = seq;
fs/btrfs/qgroup.c
136
static void btrfs_qgroup_update_new_refcnt(struct btrfs_qgroup *qg, u64 seq,
fs/btrfs/qgroup.c
139
if (qg->new_refcnt < seq)
fs/btrfs/qgroup.c
140
qg->new_refcnt = seq;
fs/btrfs/qgroup.c
144
static inline u64 btrfs_qgroup_get_old_refcnt(const struct btrfs_qgroup *qg, u64 seq)
fs/btrfs/qgroup.c
146
if (qg->old_refcnt < seq)
fs/btrfs/qgroup.c
148
return qg->old_refcnt - seq;
fs/btrfs/qgroup.c
151
static inline u64 btrfs_qgroup_get_new_refcnt(const struct btrfs_qgroup *qg, u64 seq)
fs/btrfs/qgroup.c
153
if (qg->new_refcnt < seq)
fs/btrfs/qgroup.c
155
return qg->new_refcnt - seq;
fs/btrfs/qgroup.c
2750
u64 seq, bool update_old)
fs/btrfs/qgroup.c
2772
btrfs_qgroup_update_old_refcnt(qg, seq, 1);
fs/btrfs/qgroup.c
2774
btrfs_qgroup_update_new_refcnt(qg, seq, 1);
fs/btrfs/qgroup.c
2823
u64 nr_new_roots, u64 num_bytes, u64 seq)
fs/btrfs/qgroup.c
2831
cur_old_count = btrfs_qgroup_get_old_refcnt(qg, seq);
fs/btrfs/qgroup.c
2832
cur_new_count = btrfs_qgroup_get_new_refcnt(qg, seq);
fs/btrfs/qgroup.c
2938
u64 seq;
fs/btrfs/qgroup.c
2980
seq = fs_info->qgroup_seq;
fs/btrfs/qgroup.c
2983
qgroup_update_refcnt(fs_info, old_roots, &qgroups, seq, UPDATE_OLD);
fs/btrfs/qgroup.c
2986
qgroup_update_refcnt(fs_info, new_roots, &qgroups, seq, UPDATE_NEW);
fs/btrfs/qgroup.c
2989
num_bytes, seq);
fs/btrfs/super.c
1054
static void print_rescue_option(struct seq_file *seq, const char *s, bool *printed)
fs/btrfs/super.c
1056
seq_printf(seq, "%s%s", (*printed) ? ":" : ",rescue=", s);
fs/btrfs/super.c
1060
static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry)
fs/btrfs/super.c
1068
seq_puts(seq, ",degraded");
fs/btrfs/super.c
1070
seq_puts(seq, ",nodatasum");
fs/btrfs/super.c
1072
seq_puts(seq, ",nodatacow");
fs/btrfs/super.c
1074
seq_puts(seq, ",nobarrier");
fs/btrfs/super.c
1076
seq_printf(seq, ",max_inline=%llu", info->max_inline);
fs/btrfs/super.c
1079
seq_printf(seq, ",thread_pool=%u", info->thread_pool_size);
fs/btrfs/super.c
1083
seq_printf(seq, ",compress-force=%s", compress_type);
fs/btrfs/super.c
1085
seq_printf(seq, ",compress=%s", compress_type);
fs/btrfs/super.c
1087
seq_printf(seq, ":%d", info->compress_level);
fs/btrfs/super.c
1090
seq_puts(seq, ",nossd");
fs/btrfs/super.c
1092
seq_puts(seq, ",ssd_spread");
fs/btrfs/super.c
1094
seq_puts(seq, ",ssd");
fs/btrfs/super.c
1096
seq_puts(seq, ",notreelog");
fs/btrfs/super.c
1098
print_rescue_option(seq, "nologreplay", &printed);
fs/btrfs/super.c
1100
print_rescue_option(seq, "usebackuproot", &printed);
fs/btrfs/super.c
1102
print_rescue_option(seq, "ignorebadroots", &printed);
fs/btrfs/super.c
1104
print_rescue_option(seq, "ignoredatacsums", &printed);
fs/btrfs/super.c
1106
print_rescue_option(seq, "ignoremetacsums", &printed);
fs/btrfs/super.c
1108
print_rescue_option(seq, "ignoresuperflags", &printed);
fs/btrfs/super.c
1110
seq_puts(seq, ",flushoncommit");
fs/btrfs/super.c
1112
seq_puts(seq, ",discard");
fs/btrfs/super.c
1114
seq_puts(seq, ",discard=async");
fs/btrfs/super.c
1116
seq_puts(seq, ",noacl");
fs/btrfs/super.c
1118
seq_puts(seq, ",space_cache");
fs/btrfs/super.c
1120
seq_puts(seq, ",space_cache=v2");
fs/btrfs/super.c
1122
seq_puts(seq, ",nospace_cache");
fs/btrfs/super.c
1124
seq_puts(seq, ",rescan_uuid_tree");
fs/btrfs/super.c
1126
seq_puts(seq, ",clear_cache");
fs/btrfs/super.c
1128
seq_puts(seq, ",user_subvol_rm_allowed");
fs/btrfs/super.c
1130
seq_puts(seq, ",enospc_debug");
fs/btrfs/super.c
1132
seq_puts(seq, ",autodefrag");
fs/btrfs/super.c
1134
seq_puts(seq, ",skip_balance");
fs/btrfs/super.c
1136
seq_printf(seq, ",metadata_ratio=%u", info->metadata_ratio);
fs/btrfs/super.c
1138
seq_puts(seq, ",fatal_errors=panic");
fs/btrfs/super.c
1140
seq_printf(seq, ",commit=%u", info->commit_interval);
fs/btrfs/super.c
1143
seq_puts(seq, ",fragment=data");
fs/btrfs/super.c
1145
seq_puts(seq, ",fragment=metadata");
fs/btrfs/super.c
1148
seq_puts(seq, ",ref_verify");
fs/btrfs/super.c
1150
seq_puts(seq, ",ref_tracker");
fs/btrfs/super.c
1151
seq_printf(seq, ",subvolid=%llu", btrfs_root_id(BTRFS_I(d_inode(dentry))->root));
fs/btrfs/super.c
1155
seq_show_option(seq, "subvol", subvol_name);
fs/btrfs/super.c
2486
static int btrfs_show_stats(struct seq_file *seq, struct dentry *root)
fs/btrfs/super.c
2491
btrfs_show_zoned_stats(fs_info, seq);
fs/btrfs/tree-checker.c
1515
u64 seq;
fs/btrfs/tree-checker.c
1531
seq = inline_offset;
fs/btrfs/tree-checker.c
1564
seq = hash_extent_data_ref(
fs/btrfs/tree-checker.c
1629
if (unlikely(seq > last_seq)) {
fs/btrfs/tree-checker.c
1632
inline_type, inline_offset, seq,
fs/btrfs/tree-checker.c
1637
last_seq = seq;
fs/btrfs/tree-mod-log.c
100
elem->seq = 0;
fs/btrfs/tree-mod-log.c
1070
ASSERT(tm2 == tm || tm2->seq > tm->seq);
fs/btrfs/tree-mod-log.c
1071
if (!tm2 || tm2->seq < tm->seq) {
fs/btrfs/tree-mod-log.c
109
if (seq_putting > first->seq) {
fs/btrfs/tree-mod-log.c
1143
ret = elem->seq;
fs/btrfs/tree-mod-log.c
117
min_seq = first->seq;
fs/btrfs/tree-mod-log.c
128
if (tm->seq >= min_seq)
fs/btrfs/tree-mod-log.c
154
tm->seq = btrfs_inc_tree_mod_seq(fs_info);
fs/btrfs/tree-mod-log.c
165
else if (cur->seq < tm->seq)
fs/btrfs/tree-mod-log.c
167
else if (cur->seq > tm->seq)
fs/btrfs/tree-mod-log.c
18
u64 seq;
fs/btrfs/tree-mod-log.c
528
} else if (cur->seq < min_seq) {
fs/btrfs/tree-mod-log.c
533
BUG_ON(found->seq > cur->seq);
fs/btrfs/tree-mod-log.c
536
} else if (cur->seq > min_seq) {
fs/btrfs/tree-mod-log.c
539
BUG_ON(found->seq < cur->seq);
fs/btrfs/tree-mod-log.c
75
if (!elem->seq) {
fs/btrfs/tree-mod-log.c
76
elem->seq = btrfs_inc_tree_mod_seq(fs_info);
fs/btrfs/tree-mod-log.c
82
return elem->seq;
fs/btrfs/tree-mod-log.c
856
while (tm && tm->seq >= time_seq) {
fs/btrfs/tree-mod-log.c
911
tm->seq, n, max_slot);
fs/btrfs/tree-mod-log.c
93
u64 seq_putting = elem->seq;
fs/btrfs/tree-mod-log.h
17
u64 seq;
fs/btrfs/tree-mod-log.h
20
#define BTRFS_SEQ_LIST_INIT(name) { .list = LIST_HEAD_INIT((name).list), .seq = 0 }
fs/btrfs/volumes.c
2165
unsigned seq;
fs/btrfs/volumes.c
2169
seq = read_seqbegin(&fs_info->profiles_lock);
fs/btrfs/volumes.c
2174
} while (read_seqretry(&fs_info->profiles_lock, seq));
fs/btrfs/volumes.c
4761
unsigned seq;
fs/btrfs/volumes.c
4827
seq = read_seqbegin(&fs_info->profiles_lock);
fs/btrfs/volumes.c
4844
} while (read_seqretry(&fs_info->profiles_lock, seq));
fs/btrfs/volumes.h
253
unsigned int seq; \
fs/btrfs/volumes.h
256
seq = read_seqcount_begin(&dev->data_seqcount); \
fs/btrfs/volumes.h
258
} while (read_seqcount_retry(&dev->data_seqcount, seq)); \
fs/btrfs/zoned.c
3200
void btrfs_show_zoned_stats(struct btrfs_fs_info *fs_info, struct seq_file *seq)
fs/btrfs/zoned.c
3206
seq_puts(seq, "\n zoned statistics:\n");
fs/btrfs/zoned.c
3209
seq_printf(seq, "\tactive block-groups: %zu\n",
fs/btrfs/zoned.c
3214
seq_printf(seq, "\t reclaimable: %zu\n",
fs/btrfs/zoned.c
3216
seq_printf(seq, "\t unused: %zu\n", list_count_nodes(&fs_info->unused_bgs));
fs/btrfs/zoned.c
3219
seq_printf(seq,"\t need reclaim: %s\n",
fs/btrfs/zoned.c
3224
seq_printf(seq, "\tdata relocation block-group: %llu\n",
fs/btrfs/zoned.c
3228
seq_printf(seq, "\ttree-log block-group: %llu\n", treelog_bg);
fs/btrfs/zoned.c
3231
seq_puts(seq, "\tactive zones:\n");
fs/btrfs/zoned.c
3248
seq_printf(seq,
fs/btrfs/zoned.h
100
void btrfs_show_zoned_stats(struct btrfs_fs_info *fs_info, struct seq_file *seq);
fs/btrfs/zoned.h
290
static inline int btrfs_show_zoned_stats(struct btrfs_fs_info *fs_info, struct seq_file *seq)
fs/ceph/addr.c
1082
ceph_wbc->snapc, ceph_wbc->snapc->seq,
fs/ceph/addr.c
1154
pgsnapc, pgsnapc->seq,
fs/ceph/addr.c
1155
ceph_wbc->snapc, ceph_wbc->snapc->seq);
fs/ceph/addr.c
122
snapc, snapc->seq, snapc->num_snaps);
fs/ceph/addr.c
1763
int ret = !oldest || snapc->seq <= oldest->seq;
fs/ceph/addr.c
1807
if (snapc->seq > oldest->seq) {
fs/ceph/addr.c
660
page_snapc->seq > snapc->seq)
fs/ceph/addr.c
750
if (snapc->seq > oldest->seq) {
fs/ceph/addr.c
775
snapc->seq);
fs/ceph/caps.c
1231
u32 seq, issue_seq, mseq, time_warp_seq;
fs/ceph/caps.c
1257
ceph_cap_string(arg->dirty), arg->seq, arg->issue_seq,
fs/ceph/caps.c
1270
fc->seq = cpu_to_le32(arg->seq);
fs/ceph/caps.c
1427
arg->follows = flushing ? ci->i_head_snapc->seq : 0;
fs/ceph/caps.c
1460
arg->seq = cap->seq;
fs/ceph/caps.c
1581
arg.seq = 0;
fs/ceph/caps.c
2683
cap->seq = 0;
fs/ceph/caps.c
3405
inode, ceph_vinop(inode), capsnap, capsnap->context->seq,
fs/ceph/caps.c
3496
int seq = le32_to_cpu(grant->seq);
fs/ceph/caps.c
3521
ceph_vinop(inode), cap, session->s_mds, seq,
fs/ceph/caps.c
3557
if (ceph_seq_cmp(seq, cap->seq) <= 0) {
fs/ceph/caps.c
3560
seq = cap->seq;
fs/ceph/caps.c
3566
cap->seq = seq;
fs/ceph/caps.c
3822
unsigned seq = le32_to_cpu(m->seq);
fs/ceph/caps.c
3857
inode, ceph_vinop(inode), session->s_mds, seq,
fs/ceph/caps.c
4029
int seq = le32_to_cpu(trunc->seq);
fs/ceph/caps.c
4051
inode, ceph_vinop(inode), mds, seq, truncate_size, truncate_seq);
fs/ceph/caps.c
4114
cap->seq, cap->mseq,
fs/ceph/caps.c
4123
ceph_seq_cmp(tcap->seq, t_issue_seq) < 0) {
fs/ceph/caps.c
4127
tcap->seq = t_issue_seq - 1;
fs/ceph/caps.c
4212
unsigned seq = le32_to_cpu(im->seq);
fs/ceph/caps.c
4253
ceph_add_cap(inode, session, cap_id, caps, wanted, seq, mseq,
fs/ceph/caps.c
4261
(ocap->seq != piseq ||
fs/ceph/caps.c
4267
ocap->seq, ocap->mseq, mds, piseq, pmseq);
fs/ceph/caps.c
4341
u32 seq, mseq, issue_seq;
fs/ceph/caps.c
4362
seq = le32_to_cpu(h->seq);
fs/ceph/caps.c
4454
seq, issue_seq, mseq);
fs/ceph/caps.c
4457
seq, issue_seq, mseq);
fs/ceph/caps.c
4589
cap->seq = seq;
fs/ceph/caps.c
4590
cap->issue_seq = seq;
fs/ceph/caps.c
4904
rel->seq = cpu_to_le32(cap->seq);
fs/ceph/caps.c
654
unsigned seq, unsigned mseq, u64 realmino, int flags,
fs/ceph/caps.c
669
ceph_cap_string(issued), seq);
fs/ceph/caps.c
711
if (ceph_seq_cmp(seq, cap->seq) <= 0) {
fs/ceph/caps.c
714
seq = cap->seq;
fs/ceph/caps.c
768
ceph_cap_string(issued|cap->issued), seq, mds);
fs/ceph/caps.c
776
cap->seq = seq;
fs/ceph/caps.c
777
cap->issue_seq = seq;
fs/ceph/dir.c
1855
u32 seq = 0;
fs/ceph/dir.c
1874
seq = di->lease_seq;
fs/ceph/dir.c
1884
CEPH_MDS_LEASE_RENEW, seq);
fs/ceph/file.c
1503
snapc, snapc ? snapc->seq : 0);
fs/ceph/file.c
1727
(unsigned)count, snapc, snapc->seq);
fs/ceph/inode.c
1299
le32_to_cpu(info->cap.seq),
fs/ceph/inode.c
1420
di->lease_seq = le32_to_cpu(lease->seq);
fs/ceph/mds_client.c
1443
struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq)
fs/ceph/mds_client.c
1457
h->seq = cpu_to_le64(seq);
fs/ceph/mds_client.c
1540
create_session_full_msg(struct ceph_mds_client *mdsc, int op, u64 seq)
fs/ceph/mds_client.c
1599
h->seq = cpu_to_le64(seq);
fs/ceph/mds_client.c
2048
struct ceph_mds_session *session, u64 seq)
fs/ceph/mds_client.c
2054
ceph_session_state_name(session->s_state), seq);
fs/ceph/mds_client.c
2055
msg = ceph_create_session_msg(CEPH_SESSION_FLUSHMSG_ACK, seq);
fs/ceph/mds_client.c
2716
unsigned seq;
fs/ceph/mds_client.c
2729
seq = read_seqbegin(&rename_lock);
fs/ceph/mds_client.c
2809
if (read_seqretry(&rename_lock, seq))
fs/ceph/mds_client.c
4178
u64 seq, features = 0;
fs/ceph/mds_client.c
4190
seq = le64_to_cpu(h->seq);
fs/ceph/mds_client.c
4333
ceph_session_state_name(session->s_state), seq);
fs/ceph/mds_client.c
4363
if (!session->s_seq && seq)
fs/ceph/mds_client.c
4364
session->s_seq = seq;
fs/ceph/mds_client.c
4372
if (session->s_renew_seq == seq)
fs/ceph/mds_client.c
4406
send_flushmsg_ack(mdsc, session, seq);
fs/ceph/mds_client.c
4675
cap->seq = 0; /* reset cap seq */
fs/ceph/mds_client.c
4713
snap_follows = ci->i_head_snapc ? ci->i_head_snapc->seq : 0;
fs/ceph/mds_client.c
4867
realm->ino, realm->seq, realm->parent_ino);
fs/ceph/mds_client.c
4869
sr_rec.seq = cpu_to_le64(realm->seq);
fs/ceph/mds_client.c
5253
u32 seq;
fs/ceph/mds_client.c
5268
seq = le32_to_cpu(h->seq);
fs/ceph/mds_client.c
5303
if (ceph_seq_cmp(di->lease_seq, seq) > 0)
fs/ceph/mds_client.c
5304
h->seq = cpu_to_le32(di->lease_seq);
fs/ceph/mds_client.c
5318
di->lease_seq = seq;
fs/ceph/mds_client.c
5354
u32 seq)
fs/ceph/mds_client.c
5370
lease->seq = cpu_to_le32(seq);
fs/ceph/mds_client.h
604
extern struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq);
fs/ceph/mds_client.h
643
u32 seq);
fs/ceph/snap.c
365
realm->cached_context->seq == realm->seq &&
fs/ceph/snap.c
367
realm->cached_context->seq >= parent->cached_context->seq)) {
fs/ceph/snap.c
370
realm->cached_context->seq,
fs/ceph/snap.c
385
snapc->seq = realm->seq;
fs/ceph/snap.c
396
if (parent->cached_context->seq > snapc->seq)
fs/ceph/snap.c
397
snapc->seq = parent->cached_context->seq;
fs/ceph/snap.c
409
snapc, snapc->seq, (unsigned int) snapc->num_snaps);
fs/ceph/snap.c
513
return n->snaps[0] > o->seq;
fs/ceph/snap.c
598
capsnap->follows = old_snapc->seq;
fs/ceph/snap.c
629
old_snapc, old_snapc->seq);
fs/ceph/snap.c
683
capsnap->context->seq,
fs/ceph/snap.c
697
capsnap->context->seq, ceph_cap_string(capsnap->dirty),
fs/ceph/snap.c
706
capsnap->context->seq, ceph_cap_string(capsnap->dirty),
fs/ceph/snap.c
827
if (le64_to_cpu(ri->seq) > realm->seq) {
fs/ceph/snap.c
829
realm, realm->seq, le64_to_cpu(ri->seq));
fs/ceph/snap.c
831
realm->seq = le64_to_cpu(ri->seq);
fs/ceph/snap.c
847
if (realm->seq > mdsc->last_snap_seq)
fs/ceph/snap.c
848
mdsc->last_snap_seq = realm->seq;
fs/ceph/snap.c
853
realm->seq);
fs/ceph/snap.c
857
realm->seq);
fs/ceph/super.h
1251
unsigned cap, unsigned seq, u64 realmino, int flags,
fs/ceph/super.h
223
u32 seq, issue_seq, mseq;
fs/ceph/super.h
954
u64 created, seq;
fs/crypto/policy.c
880
void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep,
fs/crypto/policy.c
893
seq_printf(seq, "%ctest_dummy_encryption=v%d", sep, vers);
fs/d_path.c
160
unsigned seq, m_seq = 0;
fs/d_path.c
167
seq = 0;
fs/d_path.c
171
read_seqbegin_or_lock(&rename_lock, &seq);
fs/d_path.c
173
if (!(seq & 1))
fs/d_path.c
175
if (need_seqretry(&rename_lock, seq)) {
fs/d_path.c
176
seq = 1;
fs/d_path.c
179
done_seqretry(&rename_lock, seq);
fs/d_path.c
241
unsigned seq;
fs/d_path.c
244
seq = read_seqbegin(&fs->seq);
fs/d_path.c
246
} while (read_seqretry(&fs->seq, seq));
fs/d_path.c
335
int seq = 0;
fs/d_path.c
341
read_seqbegin_or_lock(&rename_lock, &seq);
fs/d_path.c
350
if (!(seq & 1))
fs/d_path.c
352
if (need_seqretry(&rename_lock, seq)) {
fs/d_path.c
353
seq = 1;
fs/d_path.c
356
done_seqretry(&rename_lock, seq);
fs/d_path.c
385
unsigned seq;
fs/d_path.c
388
seq = read_seqbegin(&fs->seq);
fs/d_path.c
391
} while (read_seqretry(&fs->seq, seq));
fs/dcache.c
1326
unsigned seq = 0;
fs/dcache.c
1331
read_seqbegin_or_lock(&rename_lock, &seq);
fs/dcache.c
1392
if (need_seqretry(&rename_lock, seq))
fs/dcache.c
1403
if (need_seqretry(&rename_lock, seq))
fs/dcache.c
1409
done_seqretry(&rename_lock, seq);
fs/dcache.c
1415
BUG_ON(seq & 1);
fs/dcache.c
1418
seq = 1;
fs/dcache.c
2248
unsigned seq;
fs/dcache.c
2251
seq = raw_seqcount_begin(&dentry->d_seq);
fs/dcache.c
2261
if (read_seqcount_retry(&dentry->d_seq, seq)) {
fs/dcache.c
2267
*seqp = seq;
fs/dcache.c
2333
unsigned seq;
fs/dcache.c
2352
seq = raw_seqcount_begin(&dentry->d_seq);
fs/dcache.c
2370
*seqp = seq;
fs/dcache.c
2390
unsigned seq;
fs/dcache.c
2393
seq = read_seqbegin(&rename_lock);
fs/dcache.c
2397
} while (read_seqretry(&rename_lock, seq));
fs/dcache.c
2606
unsigned seq, r_seq, d_seq;
fs/dcache.c
2621
seq = smp_load_acquire(&parent->d_inode->i_dir_seq);
fs/dcache.c
2643
if (unlikely(seq & 1)) {
fs/dcache.c
2649
if (unlikely(READ_ONCE(parent->d_inode->i_dir_seq) != seq)) {
fs/dcache.c
3162
unsigned seq;
fs/dcache.c
3169
seq = read_seqbegin(&rename_lock);
fs/dcache.c
3172
if (read_seqretry(&rename_lock, seq)) {
fs/dcache.c
3216
unsigned seq;
fs/dcache.c
3220
seq = raw_seqcount_begin(&dentry->d_seq);
fs/dcache.c
3225
if (!read_seqcount_retry(&dentry->d_seq, seq))
fs/dcache.c
363
unsigned seq;
fs/dcache.c
368
seq = read_seqcount_begin(&dentry->d_seq);
fs/dcache.c
382
if (read_seqcount_retry(&dentry->d_seq, seq)) {
fs/dcache.c
969
unsigned seq;
fs/dcache.c
976
seq = raw_seqcount_begin(&dentry->d_seq);
fs/dcache.c
981
if (!read_seqcount_retry(&dentry->d_seq, seq))
fs/debugfs/file.c
1384
int (*read)(struct seq_file *seq, void *data);
fs/devpts/inode.c
336
static int devpts_show_options(struct seq_file *seq, struct dentry *root)
fs/devpts/inode.c
342
seq_printf(seq, ",uid=%u",
fs/devpts/inode.c
345
seq_printf(seq, ",gid=%u",
fs/devpts/inode.c
347
seq_printf(seq, ",mode=%03o", opts->mode);
fs/devpts/inode.c
348
seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode);
fs/devpts/inode.c
350
seq_printf(seq, ",max=%d", opts->max);
fs/dlm/config.c
1003
*seq = cm->seq;
fs/dlm/config.c
298
int seq;
fs/dlm/config.c
540
cm->seq = dlm_comm_count++;
fs/dlm/config.c
541
if (!cm->seq)
fs/dlm/config.c
542
cm->seq = dlm_comm_count++;
fs/dlm/config.c
573
uint32_t seq = 0;
fs/dlm/config.c
588
dlm_comm_seq(nodeid, &seq, true);
fs/dlm/config.c
589
nd->comm_seq = seq;
fs/dlm/config.c
989
int dlm_comm_seq(int nodeid, uint32_t *seq, bool locked)
fs/dlm/config.h
55
int dlm_comm_seq(int nodeid, uint32_t *seq, bool locked);
fs/dlm/debug_fs.c
381
static int table_seq_show(struct seq_file *seq, void *iter_ptr)
fs/dlm/debug_fs.c
385
if (seq->op == &format1_seq_ops)
fs/dlm/debug_fs.c
386
print_format1(rsb, seq);
fs/dlm/debug_fs.c
387
else if (seq->op == &format2_seq_ops)
fs/dlm/debug_fs.c
388
print_format2(rsb, seq);
fs/dlm/debug_fs.c
389
else if (seq->op == &format3_seq_ops)
fs/dlm/debug_fs.c
390
print_format3(rsb, seq);
fs/dlm/debug_fs.c
391
else if (seq->op == &format4_seq_ops)
fs/dlm/debug_fs.c
392
print_format4(rsb, seq);
fs/dlm/debug_fs.c
397
static void *table_seq_start(struct seq_file *seq, loff_t *pos)
fs/dlm/debug_fs.c
399
struct dlm_ls *ls = seq->private;
fs/dlm/debug_fs.c
403
if (seq->op == &format2_seq_ops)
fs/dlm/debug_fs.c
404
seq_puts(seq, "id nodeid remid pid xid exflags flags sts grmode rqmode time_ms r_nodeid r_len r_name\n");
fs/dlm/debug_fs.c
405
else if (seq->op == &format3_seq_ops)
fs/dlm/debug_fs.c
406
seq_puts(seq, "rsb ptr nodeid first_lkid flags !root_list_empty !recover_list_empty recover_locks_count len\n");
fs/dlm/debug_fs.c
407
else if (seq->op == &format4_seq_ops)
fs/dlm/debug_fs.c
408
seq_puts(seq, "rsb ptr nodeid master_nodeid dir_nodeid our_nodeid toss_time flags len str|hex name\n");
fs/dlm/debug_fs.c
411
if (seq->op == &format4_seq_ops)
fs/dlm/debug_fs.c
420
static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos)
fs/dlm/debug_fs.c
422
struct dlm_ls *ls = seq->private;
fs/dlm/debug_fs.c
425
if (seq->op == &format4_seq_ops)
fs/dlm/debug_fs.c
433
static void table_seq_stop(struct seq_file *seq, void *iter_ptr)
fs/dlm/debug_fs.c
435
struct dlm_ls *ls = seq->private;
fs/dlm/debug_fs.c
475
struct seq_file *seq;
fs/dlm/debug_fs.c
482
seq = file->private_data;
fs/dlm/debug_fs.c
483
seq->private = inode->i_private; /* the dlm_ls */
fs/dlm/debug_fs.c
489
struct seq_file *seq;
fs/dlm/debug_fs.c
496
seq = file->private_data;
fs/dlm/debug_fs.c
497
seq->private = inode->i_private; /* the dlm_ls */
fs/dlm/debug_fs.c
504
struct seq_file *seq = file->private_data;
fs/dlm/debug_fs.c
507
struct dlm_ls *ls = seq->private;
fs/dlm/debug_fs.c
532
struct seq_file *seq;
fs/dlm/debug_fs.c
539
seq = file->private_data;
fs/dlm/debug_fs.c
540
seq->private = inode->i_private; /* the dlm_ls */
fs/dlm/debug_fs.c
546
struct seq_file *seq;
fs/dlm/debug_fs.c
553
seq = file->private_data;
fs/dlm/debug_fs.c
554
seq->private = inode->i_private; /* the dlm_ls */
fs/dlm/dir.c
59
int dlm_recover_directory(struct dlm_ls *ls, uint64_t seq)
fs/dlm/dir.c
91
last_name, last_len, seq);
fs/dlm/dir.h
19
int dlm_recover_directory(struct dlm_ls *ls, uint64_t seq);
fs/dlm/dlm_internal.h
125
uint64_t seq;
fs/dlm/lock.c
5664
uint64_t seq)
fs/dlm/lock.c
5709
dlm_send_rcom_lock(r, lkb, seq);
fs/dlm/lock.h
45
uint64_t seq);
fs/dlm/member.c
450
static int ping_members(struct dlm_ls *ls, uint64_t seq)
fs/dlm/member.c
460
error = dlm_rcom_status(ls, memb->nodeid, 0, seq);
fs/dlm/member.c
481
uint32_t seq;
fs/dlm/member.c
493
error = dlm_comm_seq(memb->nodeid, &seq, false);
fs/dlm/member.c
495
if (!release_recover && !error && seq == memb->comm_seq)
fs/dlm/member.c
623
error = ping_members(ls, rv->seq);
fs/dlm/member.c
750
rv->seq = ++ls->ls_recover_seq;
fs/dlm/member.c
757
(unsigned long long)rv_old->seq, rv_old->nodes_count);
fs/dlm/midcomms.c
1072
trace_dlm_send_message(mh->node->nodeid, mh->seq,
fs/dlm/midcomms.c
1077
trace_dlm_send_rcom(mh->node->nodeid, mh->seq,
fs/dlm/midcomms.c
204
uint32_t seq;
fs/dlm/midcomms.c
375
static int dlm_send_ack(int nodeid, uint32_t seq)
fs/dlm/midcomms.c
392
m_header->u.h_seq = cpu_to_le32(seq);
fs/dlm/midcomms.c
450
static void dlm_receive_ack(struct midcomms_node *node, uint32_t seq)
fs/dlm/midcomms.c
456
if (before(mh->seq, seq)) {
fs/dlm/midcomms.c
467
if (before(mh->seq, seq)) {
fs/dlm/midcomms.c
503
static void dlm_receive_buffer_3_2_trace(uint32_t seq,
fs/dlm/midcomms.c
508
trace_dlm_recv_message(dlm_our_nodeid(), seq, &p->message);
fs/dlm/midcomms.c
511
trace_dlm_recv_rcom(dlm_our_nodeid(), seq, &p->rcom);
fs/dlm/midcomms.c
520
uint32_t seq)
fs/dlm/midcomms.c
527
is_expected_seq = (oval == seq);
fs/dlm/midcomms.c
588
dlm_receive_buffer_3_2_trace(seq, p);
fs/dlm/midcomms.c
599
if (seq < oval)
fs/dlm/midcomms.c
603
seq, oval, node->nodeid);
fs/dlm/midcomms.c
661
uint32_t seq;
fs/dlm/midcomms.c
724
seq = le32_to_cpu(p->header.u.h_seq);
fs/dlm/midcomms.c
769
dlm_midcomms_receive_buffer(p, node, seq);
fs/dlm/midcomms.c
772
seq = le32_to_cpu(p->header.u.h_seq);
fs/dlm/midcomms.c
773
dlm_receive_ack(node, seq);
fs/dlm/midcomms.c
948
mh->seq, node->nodeid);
fs/dlm/midcomms.c
955
uint32_t seq)
fs/dlm/midcomms.c
961
opts->o_header.u.h_seq = cpu_to_le32(seq);
fs/dlm/midcomms.c
974
mh->seq = atomic_fetch_inc(&mh->node->seq_send);
fs/dlm/midcomms.c
992
dlm_fill_opts_header(opts, len, mh->seq);
fs/dlm/rcom.c
172
uint64_t seq)
fs/dlm/rcom.c
189
seq);
fs/dlm/rcom.c
225
uint64_t seq)
fs/dlm/rcom.c
256
len, &rc, &msg, seq);
fs/dlm/rcom.c
308
int last_len, uint64_t seq)
fs/dlm/rcom.c
318
&rc, &mh, seq);
fs/dlm/rcom.c
32
uint64_t seq)
fs/dlm/rcom.c
337
uint64_t seq)
fs/dlm/rcom.c
349
&rc, &mh, seq);
fs/dlm/rcom.c
360
int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq)
fs/dlm/rcom.c
368
&rc, &mh, seq);
fs/dlm/rcom.c
380
const struct dlm_rcom *rc_in, uint64_t seq)
fs/dlm/rcom.c
396
seq);
fs/dlm/rcom.c
447
int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq)
fs/dlm/rcom.c
45
rc->rc_seq = cpu_to_le64(seq);
fs/dlm/rcom.c
459
seq);
fs/dlm/rcom.c
474
uint64_t seq)
fs/dlm/rcom.c
485
sizeof(struct rcom_lock), &rc, &mh, seq);
fs/dlm/rcom.c
52
uint64_t seq)
fs/dlm/rcom.c
587
uint64_t seq;
fs/dlm/rcom.c
619
seq = ls->ls_recover_seq;
fs/dlm/rcom.c
625
if (reply && (le64_to_cpu(rc->rc_seq_reply) != seq))
fs/dlm/rcom.c
636
receive_rcom_status(ls, rc, seq);
fs/dlm/rcom.c
640
receive_rcom_names(ls, rc, seq);
fs/dlm/rcom.c
644
receive_rcom_lookup(ls, rc, seq);
fs/dlm/rcom.c
65
_create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
fs/dlm/rcom.c
650
receive_rcom_lock(ls, rc, seq);
fs/dlm/rcom.c
668
dlm_recover_process_copy(ls, rc, seq);
fs/dlm/rcom.c
684
(unsigned long long)seq,
fs/dlm/rcom.c
72
struct dlm_msg **msg_ret, uint64_t seq)
fs/dlm/rcom.c
85
_create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
fs/dlm/rcom.h
16
uint64_t seq);
fs/dlm/rcom.h
18
int last_len, uint64_t seq);
fs/dlm/rcom.h
19
int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq);
fs/dlm/rcom.h
20
int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq);
fs/dlm/recover.c
110
error = dlm_rcom_status(ls, memb->nodeid, 0, seq);
fs/dlm/recover.c
129
uint32_t status_flags, uint64_t seq)
fs/dlm/recover.c
140
error = dlm_rcom_status(ls, nodeid, status_flags, seq);
fs/dlm/recover.c
154
static int wait_status(struct dlm_ls *ls, uint32_t status, uint64_t seq)
fs/dlm/recover.c
160
error = wait_status_all(ls, status, 0, seq);
fs/dlm/recover.c
164
error = wait_status_low(ls, status_all, 0, seq);
fs/dlm/recover.c
169
int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq)
fs/dlm/recover.c
183
error = wait_status_all(ls, DLM_RS_NODES, 1, seq);
fs/dlm/recover.c
203
DLM_RSF_NEED_SLOTS, seq);
fs/dlm/recover.c
213
int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq)
fs/dlm/recover.c
215
return wait_status(ls, DLM_RS_DIR, seq);
fs/dlm/recover.c
218
int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq)
fs/dlm/recover.c
220
return wait_status(ls, DLM_RS_LOCKS, seq);
fs/dlm/recover.c
223
int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq)
fs/dlm/recover.c
225
return wait_status(ls, DLM_RS_DONE, seq);
fs/dlm/recover.c
448
static int recover_master(struct dlm_rsb *r, unsigned int *count, uint64_t seq)
fs/dlm/recover.c
480
error = dlm_send_rcom_lookup(r, dir_nodeid, seq);
fs/dlm/recover.c
528
int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq,
fs/dlm/recover.c
549
error = recover_master(r, &count, seq);
fs/dlm/recover.c
619
uint64_t seq)
fs/dlm/recover.c
625
error = dlm_send_rcom_lock(r, lkb, seq);
fs/dlm/recover.c
634
static int recover_locks(struct dlm_rsb *r, uint64_t seq)
fs/dlm/recover.c
642
error = recover_locks_queue(r, &r->res_grantqueue, seq);
fs/dlm/recover.c
645
error = recover_locks_queue(r, &r->res_convertqueue, seq);
fs/dlm/recover.c
648
error = recover_locks_queue(r, &r->res_waitqueue, seq);
fs/dlm/recover.c
661
int dlm_recover_locks(struct dlm_ls *ls, uint64_t seq,
fs/dlm/recover.c
681
error = recover_locks(r, seq);
fs/dlm/recover.c
96
int save_slots, uint64_t seq)
fs/dlm/recover.h
18
int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq);
fs/dlm/recover.h
19
int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq);
fs/dlm/recover.h
20
int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq);
fs/dlm/recover.h
21
int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq);
fs/dlm/recover.h
22
int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq,
fs/dlm/recover.h
25
int dlm_recover_locks(struct dlm_ls *ls, uint64_t seq,
fs/dlm/recoverd.c
128
log_rinfo(ls, "dlm_recover %llu", (unsigned long long)rv->seq);
fs/dlm/recoverd.c
180
error = dlm_recover_members_wait(ls, rv->seq);
fs/dlm/recoverd.c
194
error = dlm_recover_directory(ls, rv->seq);
fs/dlm/recoverd.c
203
error = dlm_recover_directory_wait(ls, rv->seq);
fs/dlm/recoverd.c
237
error = dlm_recover_masters(ls, rv->seq, &root_list);
fs/dlm/recoverd.c
247
error = dlm_recover_locks(ls, rv->seq, &root_list);
fs/dlm/recoverd.c
255
error = dlm_recover_locks_wait(ls, rv->seq);
fs/dlm/recoverd.c
279
error = dlm_recover_locks_wait(ls, rv->seq);
fs/dlm/recoverd.c
298
error = dlm_recover_done_wait(ls, rv->seq);
fs/dlm/recoverd.c
308
error = enable_locking(ls, rv->seq);
fs/dlm/recoverd.c
329
(unsigned long long)rv->seq, ls->ls_generation,
fs/dlm/recoverd.c
355
if (rv && ls->ls_recover_seq == rv->seq)
fs/dlm/recoverd.c
373
__func__, (unsigned long long)rv->seq);
fs/dlm/recoverd.c
377
(unsigned long long)rv->seq, error);
fs/dlm/recoverd.c
92
static int enable_locking(struct dlm_ls *ls, uint64_t seq)
fs/dlm/recoverd.c
99
if (ls->ls_recover_seq == seq) {
fs/ecryptfs/ecryptfs_kernel.h
594
struct ecryptfs_message *msg, u32 seq);
fs/ecryptfs/messaging.c
207
struct ecryptfs_message *msg, u32 seq)
fs/ecryptfs/messaging.c
228
} else if (msg_ctx->counter != seq) {
fs/ecryptfs/messaging.c
232
msg_ctx->counter, seq);
fs/ecryptfs/miscdev.c
323
size_t data_size, u32 seq)
fs/ecryptfs/miscdev.c
335
rc = ecryptfs_process_response(daemon, msg, seq);
fs/ecryptfs/miscdev.c
357
u32 seq;
fs/ecryptfs/miscdev.c
418
seq = be32_to_cpu(counter_nbo);
fs/ecryptfs/miscdev.c
421
packet_size, seq);
fs/erofs/super.c
1079
static int erofs_show_options(struct seq_file *seq, struct dentry *root)
fs/erofs/super.c
1085
seq_puts(seq, test_opt(opt, XATTR_USER) ?
fs/erofs/super.c
1088
seq_puts(seq, test_opt(opt, POSIX_ACL) ? ",acl" : ",noacl");
fs/erofs/super.c
1090
seq_printf(seq, ",cache_strategy=%s",
fs/erofs/super.c
1093
seq_puts(seq, ",dax=always");
fs/erofs/super.c
1095
seq_puts(seq, ",dax=never");
fs/erofs/super.c
1097
seq_puts(seq, ",directio");
fs/erofs/super.c
1100
seq_printf(seq, ",fsid=%s", sbi->fsid);
fs/erofs/super.c
1102
seq_printf(seq, ",domain_id=%s", sbi->domain_id);
fs/erofs/super.c
1105
seq_printf(seq, ",fsoffset=%llu", sbi->dif0.fsoff);
fs/erofs/super.c
1107
seq_puts(seq, ",inode_share");
fs/exec.c
1512
read_seqlock_excl(&p->fs->seq);
fs/exec.c
1525
read_sequnlock_excl(&p->fs->seq);
fs/ext2/super.c
262
static int ext2_show_options(struct seq_file *seq, struct dentry *root)
fs/ext2/super.c
273
seq_printf(seq, ",sb=%lu", sbi->s_sb_block);
fs/ext2/super.c
275
seq_puts(seq, ",minixdf");
fs/ext2/super.c
277
seq_puts(seq, ",grpid");
fs/ext2/super.c
279
seq_puts(seq, ",nogrpid");
fs/ext2/super.c
282
seq_printf(seq, ",resuid=%u",
fs/ext2/super.c
287
seq_printf(seq, ",resgid=%u",
fs/ext2/super.c
295
seq_puts(seq, ",errors=remount-ro");
fs/ext2/super.c
299
seq_puts(seq, ",errors=continue");
fs/ext2/super.c
301
seq_puts(seq, ",errors=panic");
fs/ext2/super.c
303
seq_puts(seq, ",nouid32");
fs/ext2/super.c
305
seq_puts(seq, ",debug");
fs/ext2/super.c
307
seq_puts(seq, ",oldalloc");
fs/ext2/super.c
311
seq_puts(seq, ",user_xattr");
fs/ext2/super.c
314
seq_puts(seq, ",nouser_xattr");
fs/ext2/super.c
320
seq_puts(seq, ",acl");
fs/ext2/super.c
322
seq_puts(seq, ",noacl");
fs/ext2/super.c
326
seq_puts(seq, ",usrquota");
fs/ext2/super.c
329
seq_puts(seq, ",grpquota");
fs/ext2/super.c
332
seq_puts(seq, ",xip");
fs/ext2/super.c
335
seq_puts(seq, ",dax");
fs/ext2/super.c
338
seq_puts(seq, ",noreservation");
fs/ext4/ext4.h
2968
int ext4_fc_info_show(struct seq_file *seq, void *v);
fs/ext4/ext4.h
2997
extern int ext4_seq_mb_stats_show(struct seq_file *seq, void *offset);
fs/ext4/ext4.h
3194
extern int ext4_seq_options_show(struct seq_file *seq, void *offset);
fs/ext4/extents_status.c
1789
int ext4_seq_es_shrinker_info_show(struct seq_file *seq, void *v)
fs/ext4/extents_status.c
1791
struct ext4_sb_info *sbi = EXT4_SB((struct super_block *) seq->private);
fs/ext4/extents_status.c
1810
seq_printf(seq, "stats:\n %lld objects\n %lld reclaimable objects\n",
fs/ext4/extents_status.c
1813
seq_printf(seq, " %lld/%lld cache hits/misses\n",
fs/ext4/extents_status.c
1817
seq_printf(seq, " %d inodes on list\n", inode_cnt);
fs/ext4/extents_status.c
1819
seq_printf(seq, "average:\n %llu us scan time\n",
fs/ext4/extents_status.c
1821
seq_printf(seq, " %lu shrunk objects\n", es_stats->es_stats_shrunk);
fs/ext4/extents_status.c
1823
seq_printf(seq,
fs/ext4/extents_status.h
242
extern int ext4_seq_es_shrinker_info_show(struct seq_file *seq, void *v);
fs/ext4/fast_commit.c
2318
int ext4_fc_info_show(struct seq_file *seq, void *v)
fs/ext4/fast_commit.c
2320
struct ext4_sb_info *sbi = EXT4_SB((struct super_block *)seq->private);
fs/ext4/fast_commit.c
2327
seq_printf(seq,
fs/ext4/fast_commit.c
2332
seq_puts(seq, "Ineligible reasons:\n");
fs/ext4/fast_commit.c
2334
seq_printf(seq, "\"%s\":\t%d\n", fc_ineligible_reasons[i],
fs/ext4/mballoc.c
3120
static void *ext4_mb_seq_groups_start(struct seq_file *seq, loff_t *pos)
fs/ext4/mballoc.c
3122
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3131
static void *ext4_mb_seq_groups_next(struct seq_file *seq, void *v, loff_t *pos)
fs/ext4/mballoc.c
3133
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3143
static int ext4_mb_seq_groups_show(struct seq_file *seq, void *v)
fs/ext4/mballoc.c
3145
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3159
seq_puts(seq, "#group: free frags first ["
fs/ext4/mballoc.c
3173
seq_printf(seq, "#%-5u: %s\n", group, ext4_decode_error(NULL, err, nbuf));
fs/ext4/mballoc.c
3184
seq_printf(seq, "#%-5u: %-5u %-5u %-5u [", group, sg->bb_free,
fs/ext4/mballoc.c
3187
seq_printf(seq, " %-5u", i <= blocksize_bits + 1 ?
fs/ext4/mballoc.c
3189
seq_puts(seq, " ]");
fs/ext4/mballoc.c
3191
seq_puts(seq, " Block bitmap corrupted!");
fs/ext4/mballoc.c
3192
seq_putc(seq, '\n');
fs/ext4/mballoc.c
3196
static void ext4_mb_seq_groups_stop(struct seq_file *seq, void *v)
fs/ext4/mballoc.c
3207
int ext4_seq_mb_stats_show(struct seq_file *seq, void *offset)
fs/ext4/mballoc.c
3209
struct super_block *sb = seq->private;
fs/ext4/mballoc.c
3212
seq_puts(seq, "mballoc:\n");
fs/ext4/mballoc.c
3214
seq_puts(seq, "\tmb stats collection turned off.\n");
fs/ext4/mballoc.c
3216
seq,
fs/ext4/mballoc.c
3220
seq_printf(seq, "\treqs: %u\n", atomic_read(&sbi->s_bal_reqs));
fs/ext4/mballoc.c
3221
seq_printf(seq, "\tsuccess: %u\n", atomic_read(&sbi->s_bal_success));
fs/ext4/mballoc.c
3223
seq_printf(seq, "\tgroups_scanned: %u\n",
fs/ext4/mballoc.c
3227
seq_puts(seq, "\tcr_p2_aligned_stats:\n");
fs/ext4/mballoc.c
3228
seq_printf(seq, "\t\thits: %llu\n",
fs/ext4/mballoc.c
3231
seq, "\t\tgroups_considered: %llu\n",
fs/ext4/mballoc.c
3234
seq_printf(seq, "\t\textents_scanned: %u\n",
fs/ext4/mballoc.c
3236
seq_printf(seq, "\t\tuseless_loops: %llu\n",
fs/ext4/mballoc.c
3240
seq_puts(seq, "\tcr_goal_fast_stats:\n");
fs/ext4/mballoc.c
3241
seq_printf(seq, "\t\thits: %llu\n",
fs/ext4/mballoc.c
3243
seq_printf(seq, "\t\tgroups_considered: %llu\n",
fs/ext4/mballoc.c
3246
seq_printf(seq, "\t\textents_scanned: %u\n",
fs/ext4/mballoc.c
3248
seq_printf(seq, "\t\tuseless_loops: %llu\n",
fs/ext4/mballoc.c
3252
seq_puts(seq, "\tcr_best_avail_stats:\n");
fs/ext4/mballoc.c
3253
seq_printf(seq, "\t\thits: %llu\n",
fs/ext4/mballoc.c
3256
seq, "\t\tgroups_considered: %llu\n",
fs/ext4/mballoc.c
3259
seq_printf(seq, "\t\textents_scanned: %u\n",
fs/ext4/mballoc.c
3261
seq_printf(seq, "\t\tuseless_loops: %llu\n",
fs/ext4/mballoc.c
3265
seq_puts(seq, "\tcr_goal_slow_stats:\n");
fs/ext4/mballoc.c
3266
seq_printf(seq, "\t\thits: %llu\n",
fs/ext4/mballoc.c
3268
seq_printf(seq, "\t\tgroups_considered: %llu\n",
fs/ext4/mballoc.c
3271
seq_printf(seq, "\t\textents_scanned: %u\n",
fs/ext4/mballoc.c
3273
seq_printf(seq, "\t\tuseless_loops: %llu\n",
fs/ext4/mballoc.c
3277
seq_puts(seq, "\tcr_any_free_stats:\n");
fs/ext4/mballoc.c
3278
seq_printf(seq, "\t\thits: %llu\n",
fs/ext4/mballoc.c
3281
seq, "\t\tgroups_considered: %llu\n",
fs/ext4/mballoc.c
3283
seq_printf(seq, "\t\textents_scanned: %u\n",
fs/ext4/mballoc.c
3285
seq_printf(seq, "\t\tuseless_loops: %llu\n",
fs/ext4/mballoc.c
3289
seq_printf(seq, "\textents_scanned: %u\n",
fs/ext4/mballoc.c
3291
seq_printf(seq, "\t\tgoal_hits: %u\n", atomic_read(&sbi->s_bal_goals));
fs/ext4/mballoc.c
3292
seq_printf(seq, "\t\tstream_goal_hits: %u\n",
fs/ext4/mballoc.c
3294
seq_printf(seq, "\t\tlen_goal_hits: %u\n",
fs/ext4/mballoc.c
3296
seq_printf(seq, "\t\t2^n_hits: %u\n", atomic_read(&sbi->s_bal_2orders));
fs/ext4/mballoc.c
3297
seq_printf(seq, "\t\tbreaks: %u\n", atomic_read(&sbi->s_bal_breaks));
fs/ext4/mballoc.c
3298
seq_printf(seq, "\t\tlost: %u\n", atomic_read(&sbi->s_mb_lost_chunks));
fs/ext4/mballoc.c
3299
seq_printf(seq, "\tbuddies_generated: %u/%u\n",
fs/ext4/mballoc.c
3302
seq_printf(seq, "\tbuddies_time_used: %llu\n",
fs/ext4/mballoc.c
3304
seq_printf(seq, "\tpreallocated: %u\n",
fs/ext4/mballoc.c
3306
seq_printf(seq, "\tdiscarded: %u\n", atomic_read(&sbi->s_mb_discarded));
fs/ext4/mballoc.c
3310
static void *ext4_mb_seq_structs_summary_start(struct seq_file *seq, loff_t *pos)
fs/ext4/mballoc.c
3312
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3321
static void *ext4_mb_seq_structs_summary_next(struct seq_file *seq, void *v, loff_t *pos)
fs/ext4/mballoc.c
3323
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3333
static int ext4_mb_seq_structs_summary_show(struct seq_file *seq, void *v)
fs/ext4/mballoc.c
3335
struct super_block *sb = pde_data(file_inode(seq->file));
fs/ext4/mballoc.c
3346
seq_puts(seq, "avg_fragment_size_lists:\n");
fs/ext4/mballoc.c
3351
seq_printf(seq, "\tlist_order_%u_groups: %u\n",
fs/ext4/mballoc.c
3357
seq_printf(seq, "optimize_scan: %d\n",
fs/ext4/mballoc.c
3359
seq_puts(seq, "max_free_order_lists:\n");
fs/ext4/mballoc.c
3364
seq_printf(seq, "\tlist_order_%u_groups: %u\n",
fs/ext4/mballoc.c
3370
static void ext4_mb_seq_structs_summary_stop(struct seq_file *seq, void *v)
fs/ext4/mballoc.c
6139
struct ext4_allocation_context *ac, u64 *seq)
fs/ext4/mballoc.c
6151
if (!(ac->ac_flags & EXT4_MB_STRICT_CHECK) || seq_retry != *seq) {
fs/ext4/mballoc.c
6153
*seq = seq_retry;
fs/ext4/mballoc.c
6245
u64 seq;
fs/ext4/mballoc.c
6306
seq = this_cpu_read(discard_pa_seq);
fs/ext4/mballoc.c
6344
ext4_mb_discard_preallocations_should_retry(sb, ac, &seq))
fs/ext4/mmp.c
139
u32 seq = 0;
fs/ext4/mmp.c
167
if (++seq > EXT4_MMP_SEQ_MAX)
fs/ext4/mmp.c
168
seq = 1;
fs/ext4/mmp.c
170
mmp->mmp_seq = cpu_to_le32(seq);
fs/ext4/mmp.c
281
u32 seq;
fs/ext4/mmp.c
309
seq = le32_to_cpu(mmp->mmp_seq);
fs/ext4/mmp.c
310
if (seq == EXT4_MMP_SEQ_CLEAN)
fs/ext4/mmp.c
313
if (seq == EXT4_MMP_SEQ_FSCK) {
fs/ext4/mmp.c
337
if (seq != le32_to_cpu(mmp->mmp_seq)) {
fs/ext4/mmp.c
348
seq = mmp_new_seq();
fs/ext4/mmp.c
349
mmp->mmp_seq = cpu_to_le32(seq);
fs/ext4/mmp.c
372
if (seq != le32_to_cpu(mmp->mmp_seq)) {
fs/ext4/super.c
2904
static inline void ext4_show_quota_options(struct seq_file *seq,
fs/ext4/super.c
2925
seq_printf(seq, ",jqfmt=%s", fmtname);
fs/ext4/super.c
2932
seq_show_option(seq, "usrjquota", usr_qf_name);
fs/ext4/super.c
2934
seq_show_option(seq, "grpjquota", grp_qf_name);
fs/ext4/super.c
2954
static int _ext4_show_options(struct seq_file *seq, struct super_block *sb,
fs/ext4/super.c
2963
#define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep)
fs/ext4/super.c
2964
#define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg)
fs/ext4/super.c
3043
fscrypt_show_test_dummy_encryption(seq, sep, sb);
fs/ext4/super.c
3076
ext4_show_quota_options(seq, sb);
fs/ext4/super.c
3080
static int ext4_show_options(struct seq_file *seq, struct dentry *root)
fs/ext4/super.c
3082
return _ext4_show_options(seq, root->d_sb, 0);
fs/ext4/super.c
3085
int ext4_seq_options_show(struct seq_file *seq, void *offset)
fs/ext4/super.c
3087
struct super_block *sb = seq->private;
fs/ext4/super.c
3090
seq_puts(seq, sb_rdonly(sb) ? "ro" : "rw");
fs/ext4/super.c
3091
rc = _ext4_show_options(seq, sb, 1);
fs/ext4/super.c
3092
seq_putc(seq, '\n');
fs/ext4/super.c
70
static int ext4_show_options(struct seq_file *seq, struct dentry *root);
fs/f2fs/iostat.c
28
seq_printf(seq, "%-23s %-16llu %-16llu %-16llu\n", \
fs/f2fs/iostat.c
33
int __maybe_unused iostat_info_seq_show(struct seq_file *seq, void *offset)
fs/f2fs/iostat.c
35
struct super_block *sb = seq->private;
fs/f2fs/iostat.c
41
seq_printf(seq, "time: %-16llu\n", ktime_get_real_seconds());
fs/f2fs/iostat.c
42
seq_printf(seq, "\t\t\t%-16s %-16s %-16s\n",
fs/f2fs/iostat.c
46
seq_puts(seq, "[WRITE]\n");
fs/f2fs/iostat.c
65
seq_puts(seq, "[READ]\n");
fs/f2fs/iostat.c
80
seq_puts(seq, "[OTHER]\n");
fs/f2fs/iostat.h
32
extern int __maybe_unused iostat_info_seq_show(struct seq_file *seq,
fs/f2fs/node.c
1752
unsigned int seq;
fs/f2fs/node.c
1814
seq = f2fs_add_fsync_node_entry(sbi, folio);
fs/f2fs/node.c
1816
*seq_id = seq;
fs/f2fs/super.c
2270
static inline void f2fs_show_quota_options(struct seq_file *seq,
fs/f2fs/super.c
2290
seq_printf(seq, ",jqfmt=%s", fmtname);
fs/f2fs/super.c
2294
seq_show_option(seq, "usrjquota",
fs/f2fs/super.c
2298
seq_show_option(seq, "grpjquota",
fs/f2fs/super.c
2302
seq_show_option(seq, "prjjquota",
fs/f2fs/super.c
2308
static inline void f2fs_show_compress_options(struct seq_file *seq,
fs/f2fs/super.c
2332
seq_printf(seq, ",compress_algorithm=%s", algtype);
fs/f2fs/super.c
2335
seq_printf(seq, ":%d", F2FS_OPTION(sbi).compress_level);
fs/f2fs/super.c
2337
seq_printf(seq, ",compress_log_size=%u",
fs/f2fs/super.c
2341
seq_printf(seq, ",compress_extension=%s",
fs/f2fs/super.c
2346
seq_printf(seq, ",nocompress_extension=%s",
fs/f2fs/super.c
2351
seq_puts(seq, ",compress_chksum");
fs/f2fs/super.c
2354
seq_printf(seq, ",compress_mode=%s", "fs");
fs/f2fs/super.c
2356
seq_printf(seq, ",compress_mode=%s", "user");
fs/f2fs/super.c
2359
seq_puts(seq, ",compress_cache");
fs/f2fs/super.c
2363
static int f2fs_show_options(struct seq_file *seq, struct dentry *root)
fs/f2fs/super.c
2368
seq_printf(seq, ",background_gc=%s", "sync");
fs/f2fs/super.c
2370
seq_printf(seq, ",background_gc=%s", "on");
fs/f2fs/super.c
2372
seq_printf(seq, ",background_gc=%s", "off");
fs/f2fs/super.c
2375
seq_puts(seq, ",gc_merge");
fs/f2fs/super.c
2377
seq_puts(seq, ",nogc_merge");
fs/f2fs/super.c
2380
seq_puts(seq, ",disable_roll_forward");
fs/f2fs/super.c
2382
seq_puts(seq, ",norecovery");
fs/f2fs/super.c
2384
seq_puts(seq, ",discard");
fs/f2fs/super.c
2386
seq_printf(seq, ",discard_unit=%s", "block");
fs/f2fs/super.c
2388
seq_printf(seq, ",discard_unit=%s", "segment");
fs/f2fs/super.c
2390
seq_printf(seq, ",discard_unit=%s", "section");
fs/f2fs/super.c
2392
seq_puts(seq, ",nodiscard");
fs/f2fs/super.c
2396
seq_puts(seq, ",user_xattr");
fs/f2fs/super.c
2398
seq_puts(seq, ",nouser_xattr");
fs/f2fs/super.c
2400
seq_puts(seq, ",inline_xattr");
fs/f2fs/super.c
2402
seq_puts(seq, ",noinline_xattr");
fs/f2fs/super.c
2404
seq_printf(seq, ",inline_xattr_size=%u",
fs/f2fs/super.c
2409
seq_puts(seq, ",acl");
fs/f2fs/super.c
2411
seq_puts(seq, ",noacl");
fs/f2fs/super.c
2414
seq_puts(seq, ",disable_ext_identify");
fs/f2fs/super.c
2416
seq_puts(seq, ",inline_data");
fs/f2fs/super.c
2418
seq_puts(seq, ",noinline_data");
fs/f2fs/super.c
2420
seq_puts(seq, ",inline_dentry");
fs/f2fs/super.c
2422
seq_puts(seq, ",noinline_dentry");
fs/f2fs/super.c
2424
seq_puts(seq, ",flush_merge");
fs/f2fs/super.c
2426
seq_puts(seq, ",noflush_merge");
fs/f2fs/super.c
2428
seq_puts(seq, ",nobarrier");
fs/f2fs/super.c
2430
seq_puts(seq, ",barrier");
fs/f2fs/super.c
2432
seq_puts(seq, ",fastboot");
fs/f2fs/super.c
2434
seq_puts(seq, ",extent_cache");
fs/f2fs/super.c
2436
seq_puts(seq, ",noextent_cache");
fs/f2fs/super.c
2438
seq_puts(seq, ",age_extent_cache");
fs/f2fs/super.c
2440
seq_puts(seq, ",data_flush");
fs/f2fs/super.c
2442
seq_puts(seq, ",mode=");
fs/f2fs/super.c
2444
seq_puts(seq, "adaptive");
fs/f2fs/super.c
2446
seq_puts(seq, "lfs");
fs/f2fs/super.c
2448
seq_puts(seq, "fragment:segment");
fs/f2fs/super.c
2450
seq_puts(seq, "fragment:block");
fs/f2fs/super.c
2451
seq_printf(seq, ",active_logs=%u", F2FS_OPTION(sbi).active_logs);
fs/f2fs/super.c
2453
seq_printf(seq, ",reserve_root=%u,reserve_node=%u,resuid=%u,"
fs/f2fs/super.c
2463
seq_printf(seq, ",fault_injection=%u",
fs/f2fs/super.c
2465
seq_printf(seq, ",fault_type=%u",
fs/f2fs/super.c
2471
seq_puts(seq, ",quota");
fs/f2fs/super.c
2473
seq_puts(seq, ",usrquota");
fs/f2fs/super.c
2475
seq_puts(seq, ",grpquota");
fs/f2fs/super.c
2477
seq_puts(seq, ",prjquota");
fs/f2fs/super.c
2479
f2fs_show_quota_options(seq, sbi->sb);
fs/f2fs/super.c
2481
fscrypt_show_test_dummy_encryption(seq, ',', sbi->sb);
fs/f2fs/super.c
2484
seq_puts(seq, ",inlinecrypt");
fs/f2fs/super.c
2487
seq_printf(seq, ",alloc_mode=%s", "default");
fs/f2fs/super.c
2489
seq_printf(seq, ",alloc_mode=%s", "reuse");
fs/f2fs/super.c
2492
seq_printf(seq, ",checkpoint=disable:%u",
fs/f2fs/super.c
2495
seq_puts(seq, ",checkpoint_merge");
fs/f2fs/super.c
2497
seq_puts(seq, ",nocheckpoint_merge");
fs/f2fs/super.c
2499
seq_printf(seq, ",fsync_mode=%s", "posix");
fs/f2fs/super.c
2501
seq_printf(seq, ",fsync_mode=%s", "strict");
fs/f2fs/super.c
2503
seq_printf(seq, ",fsync_mode=%s", "nobarrier");
fs/f2fs/super.c
2506
f2fs_show_compress_options(seq, sbi->sb);
fs/f2fs/super.c
2510
seq_puts(seq, ",atgc");
fs/f2fs/super.c
2513
seq_printf(seq, ",memory=%s", "normal");
fs/f2fs/super.c
2515
seq_printf(seq, ",memory=%s", "low");
fs/f2fs/super.c
2518
seq_printf(seq, ",errors=%s", "remount-ro");
fs/f2fs/super.c
2520
seq_printf(seq, ",errors=%s", "continue");
fs/f2fs/super.c
2522
seq_printf(seq, ",errors=%s", "panic");
fs/f2fs/super.c
2525
seq_puts(seq, ",nat_bits");
fs/f2fs/super.c
2528
seq_show_option(seq, "lookup_mode", "perf");
fs/f2fs/super.c
2530
seq_show_option(seq, "lookup_mode", "compat");
fs/f2fs/super.c
2532
seq_show_option(seq, "lookup_mode", "auto");
fs/f2fs/sysfs.c
1734
static int __maybe_unused segment_info_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1737
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1743
seq_puts(seq, "format: segment_type|valid_blocks\n"
fs/f2fs/sysfs.c
1750
seq_printf(seq, "%-10d", i);
fs/f2fs/sysfs.c
1751
seq_printf(seq, "%d|%-3u", se->type, se->valid_blocks);
fs/f2fs/sysfs.c
1753
seq_putc(seq, '\n');
fs/f2fs/sysfs.c
1755
seq_putc(seq, ' ');
fs/f2fs/sysfs.c
1761
static int __maybe_unused segment_bits_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1764
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1770
seq_puts(seq, "format: segment_type|valid_blocks|bitmaps|mtime\n"
fs/f2fs/sysfs.c
1776
seq_printf(seq, "%-10d", i);
fs/f2fs/sysfs.c
1777
seq_printf(seq, "%d|%-3u|", se->type, se->valid_blocks);
fs/f2fs/sysfs.c
1779
seq_printf(seq, " %.2x", se->cur_valid_map[j]);
fs/f2fs/sysfs.c
1780
seq_printf(seq, "| %llx", se->mtime);
fs/f2fs/sysfs.c
1781
seq_putc(seq, '\n');
fs/f2fs/sysfs.c
1786
static int __maybe_unused victim_bits_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1789
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1794
seq_puts(seq, "format: victim_secmap bitmaps\n");
fs/f2fs/sysfs.c
1798
seq_printf(seq, "%-10d", i);
fs/f2fs/sysfs.c
1799
seq_printf(seq, "%d", test_bit(i, dirty_i->victim_secmap) ? 1 : 0);
fs/f2fs/sysfs.c
1801
seq_putc(seq, '\n');
fs/f2fs/sysfs.c
1803
seq_putc(seq, ' ');
fs/f2fs/sysfs.c
1808
static int __maybe_unused discard_plist_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1811
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1816
seq_puts(seq, "Discard pend list(Show diacrd_cmd count on each entry, .:not exist):\n");
fs/f2fs/sysfs.c
1827
seq_printf(seq, " %-3d", i);
fs/f2fs/sysfs.c
1833
seq_printf(seq, " %7d", count);
fs/f2fs/sysfs.c
1835
seq_puts(seq, " .");
fs/f2fs/sysfs.c
1837
seq_putc(seq, '\n');
fs/f2fs/sysfs.c
1839
seq_putc(seq, '\n');
fs/f2fs/sysfs.c
1846
static int __maybe_unused disk_map_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1849
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1853
seq_printf(seq, "Address Layout : %5luB Block address (# of Segments)\n",
fs/f2fs/sysfs.c
1855
seq_printf(seq, " SB : %12s\n", "0/1024B");
fs/f2fs/sysfs.c
1856
seq_printf(seq, " seg0_blkaddr : 0x%010x\n", SEG0_BLKADDR(sbi));
fs/f2fs/sysfs.c
1857
seq_printf(seq, " Checkpoint : 0x%010x (%10d)\n",
fs/f2fs/sysfs.c
1859
seq_printf(seq, " SIT : 0x%010x (%10d)\n",
fs/f2fs/sysfs.c
1862
seq_printf(seq, " NAT : 0x%010x (%10d)\n",
fs/f2fs/sysfs.c
1865
seq_printf(seq, " SSA : 0x%010x (%10d)\n",
fs/f2fs/sysfs.c
1868
seq_printf(seq, " Main : 0x%010x (%10d)\n",
fs/f2fs/sysfs.c
1871
seq_printf(seq, " Block size : %12lu KB\n", F2FS_BLKSIZE >> 10);
fs/f2fs/sysfs.c
1872
seq_printf(seq, " Segment size : %12d MB\n",
fs/f2fs/sysfs.c
1874
seq_printf(seq, " Segs/Sections : %12d\n",
fs/f2fs/sysfs.c
1876
seq_printf(seq, " Section size : %12d MB\n",
fs/f2fs/sysfs.c
1878
seq_printf(seq, " # of Sections : %12d\n",
fs/f2fs/sysfs.c
1884
seq_puts(seq, "\nDisk Map for multi devices:\n");
fs/f2fs/sysfs.c
1886
seq_printf(seq, "Disk:%2d (zoned=%d): 0x%010x - 0x%010x on %s\n",
fs/f2fs/sysfs.c
1893
static int __maybe_unused donation_list_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1896
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1908
seq_printf(seq, "Donation List\n");
fs/f2fs/sysfs.c
1909
seq_printf(seq, " # of files : %u\n", sbi->donate_files);
fs/f2fs/sysfs.c
1910
seq_printf(seq, " %-50s %10s %20s %20s %22s\n",
fs/f2fs/sysfs.c
1913
seq_printf(seq, "---\n");
fs/f2fs/sysfs.c
1940
seq_printf(seq, " %-50s %10s %20llu %20llu %22llu\n",
fs/f2fs/sysfs.c
1957
static int __maybe_unused inject_stats_seq_show(struct seq_file *seq,
fs/f2fs/sysfs.c
1960
struct super_block *sb = seq->private;
fs/f2fs/sysfs.c
1965
seq_puts(seq, "fault_type injected_count\n");
fs/f2fs/sysfs.c
1968
seq_printf(seq, "%-24s%-10u\n", f2fs_fault_name[i],
fs/fs_struct.c
100
read_sequnlock_excl(&fs->seq);
fs/fs_struct.c
114
seqlock_init(&fs->seq);
fs/fs_struct.c
117
read_seqlock_excl(&old->seq);
fs/fs_struct.c
122
read_sequnlock_excl(&old->seq);
fs/fs_struct.c
137
read_seqlock_excl(&fs->seq);
fs/fs_struct.c
140
read_sequnlock_excl(&fs->seq);
fs/fs_struct.c
153
.seq = __SEQLOCK_UNLOCKED(init_fs.seq),
fs/fs_struct.c
21
write_seqlock(&fs->seq);
fs/fs_struct.c
24
write_sequnlock(&fs->seq);
fs/fs_struct.c
38
write_seqlock(&fs->seq);
fs/fs_struct.c
41
write_sequnlock(&fs->seq);
fs/fs_struct.c
67
write_seqlock(&fs->seq);
fs/fs_struct.c
74
write_sequnlock(&fs->seq);
fs/fs_struct.c
97
read_seqlock_excl(&fs->seq);
fs/fuse/dev.c
2693
static void fuse_dev_show_fdinfo(struct seq_file *seq, struct file *file)
fs/fuse/dev.c
2699
seq_printf(seq, "fuse_connection:\t%u\n", fud->fc->dev);
fs/gfs2/glock.c
1383
void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...)
fs/gfs2/glock.c
1390
if (seq) {
fs/gfs2/glock.c
1391
seq_vprintf(seq, fmt, args);
fs/gfs2/glock.c
2104
static void dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid)
fs/gfs2/glock.c
2107
gfs2_dump_glock(seq, gl, fsid);
fs/gfs2/glock.c
2226
static void dump_holder(struct seq_file *seq, const struct gfs2_holder *gh,
fs/gfs2/glock.c
2243
gfs2_print_dbg(seq, "%s H: s:%s f:%s e:%d p:%ld [%s] %pS\n",
fs/gfs2/glock.c
2317
void gfs2_dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid)
fs/gfs2/glock.c
2339
gfs2_print_dbg(seq, "%sG: s:%s n:%u/%llx f:%s t:%s d:%s/%llu a:%d "
fs/gfs2/glock.c
2352
dump_holder(seq, gh, fs_id_buf);
fs/gfs2/glock.c
2355
glops->go_dump(seq, gl, fs_id_buf);
fs/gfs2/glock.c
2358
static int gfs2_glstats_seq_show(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2362
seq_printf(seq, "G: n:%u/%llx rtt:%llu/%llu rttb:%llu/%llu irt:%llu/%llu dcnt: %llu qcnt: %llu\n",
fs/gfs2/glock.c
2403
static int gfs2_sbstats_seq_show(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2405
struct gfs2_sbd *sdp = seq->private;
fs/gfs2/glock.c
2414
seq_printf(seq, "%-10s %8s:", gfs2_gltype[index],
fs/gfs2/glock.c
2421
seq_printf(seq, " %15u", i);
fs/gfs2/glock.c
2423
seq_printf(seq, " %15llu", (unsigned long long)lkstats->
fs/gfs2/glock.c
2426
seq_putc(seq, '\n');
fs/gfs2/glock.c
2495
static void *gfs2_glock_seq_start(struct seq_file *seq, loff_t *pos)
fs/gfs2/glock.c
2498
struct gfs2_glock_iter *gi = seq->private;
fs/gfs2/glock.c
2520
static void *gfs2_glock_seq_next(struct seq_file *seq, void *iter_ptr,
fs/gfs2/glock.c
2523
struct gfs2_glock_iter *gi = seq->private;
fs/gfs2/glock.c
2531
static void gfs2_glock_seq_stop(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2534
struct gfs2_glock_iter *gi = seq->private;
fs/gfs2/glock.c
2539
static int gfs2_glock_seq_show(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2541
dump_glock(seq, iter_ptr, false);
fs/gfs2/glock.c
2545
static void *gfs2_sbstats_seq_start(struct seq_file *seq, loff_t *pos)
fs/gfs2/glock.c
2553
static void *gfs2_sbstats_seq_next(struct seq_file *seq, void *iter_ptr,
fs/gfs2/glock.c
2562
static void gfs2_sbstats_seq_stop(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2595
struct seq_file *seq = file->private_data;
fs/gfs2/glock.c
2596
struct gfs2_glock_iter *gi = seq->private;
fs/gfs2/glock.c
2599
seq->buf = kmalloc(GFS2_SEQ_GOODSIZE, GFP_KERNEL | __GFP_NOWARN);
fs/gfs2/glock.c
2600
if (seq->buf)
fs/gfs2/glock.c
2601
seq->size = GFS2_SEQ_GOODSIZE;
fs/gfs2/glock.c
2620
struct seq_file *seq = file->private_data;
fs/gfs2/glock.c
2621
struct gfs2_glock_iter *gi = seq->private;
fs/gfs2/glock.c
2705
static void *gfs2_glockfd_seq_start(struct seq_file *seq, loff_t *pos)
fs/gfs2/glock.c
2707
struct gfs2_glockfd_iter *i = seq->private;
fs/gfs2/glock.c
2719
static void *gfs2_glockfd_seq_next(struct seq_file *seq, void *iter_ptr,
fs/gfs2/glock.c
2722
struct gfs2_glockfd_iter *i = seq->private;
fs/gfs2/glock.c
2734
static void gfs2_glockfd_seq_stop(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2736
struct gfs2_glockfd_iter *i = seq->private;
fs/gfs2/glock.c
2744
static void gfs2_glockfd_seq_show_flock(struct seq_file *seq,
fs/gfs2/glock.c
2760
seq_printf(seq, "%d %u %u/%llx\n",
fs/gfs2/glock.c
2766
static int gfs2_glockfd_seq_show(struct seq_file *seq, void *iter_ptr)
fs/gfs2/glock.c
2768
struct gfs2_glockfd_iter *i = seq->private;
fs/gfs2/glock.c
2775
seq_printf(seq, "%d %u %u/%llx\n",
fs/gfs2/glock.c
2779
gfs2_glockfd_seq_show_flock(seq, i);
fs/gfs2/glock.h
218
void gfs2_dump_glock(struct seq_file *seq, struct gfs2_glock *gl,
fs/gfs2/glock.h
233
void gfs2_print_dbg(struct seq_file *seq, const char *fmt, ...);
fs/gfs2/glops.c
239
static void gfs2_rgrp_go_dump(struct seq_file *seq, const struct gfs2_glock *gl,
fs/gfs2/glops.c
245
gfs2_rgrp_dump(seq, rgd, fs_id_buf);
fs/gfs2/glops.c
543
static void inode_go_dump(struct seq_file *seq, const struct gfs2_glock *gl,
fs/gfs2/glops.c
552
gfs2_print_dbg(seq, "%s I: n:%llu/%llu t:%u f:0x%02lx d:0x%08x s:%llu "
fs/gfs2/incore.h
223
void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl,
fs/gfs2/log.c
822
u64 seq, u32 tail, u32 lblock, u32 flags,
fs/gfs2/log.c
845
lh->lh_sequence = cpu_to_be64(seq);
fs/gfs2/log.h
73
u64 seq, u32 tail, u32 lblock, u32 flags,
fs/gfs2/rgrp.c
2295
void gfs2_rgrp_dump(struct seq_file *seq, struct gfs2_rgrpd *rgd,
fs/gfs2/rgrp.c
2302
gfs2_print_dbg(seq, "%s R: n:%llu f:%02x b:%u/%u i:%u q:%u r:%u e:%u\n",
fs/gfs2/rgrp.c
2310
gfs2_print_dbg(seq, "%s L: f:%02x b:%u i:%u\n", fs_id_buf,
fs/gfs2/rgrp.c
2317
dump_rs(seq, trs, fs_id_buf);
fs/gfs2/rgrp.c
619
static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs,
fs/gfs2/rgrp.c
624
gfs2_print_dbg(seq, "%s B: n:%llu s:%llu f:%u\n",
fs/gfs2/rgrp.h
71
void gfs2_rgrp_dump(struct seq_file *seq, struct gfs2_rgrpd *rgd,
fs/hfs/super.c
141
static int hfs_show_options(struct seq_file *seq, struct dentry *root)
fs/hfs/super.c
146
seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4);
fs/hfs/super.c
148
seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4);
fs/hfs/super.c
149
seq_printf(seq, ",uid=%u,gid=%u",
fs/hfs/super.c
153
seq_printf(seq, ",file_umask=%o", sbi->s_file_umask);
fs/hfs/super.c
155
seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask);
fs/hfs/super.c
157
seq_printf(seq, ",part=%u", sbi->part);
fs/hfs/super.c
159
seq_printf(seq, ",session=%u", sbi->session);
fs/hfs/super.c
161
seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset);
fs/hfs/super.c
163
seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset);
fs/hfs/super.c
165
seq_printf(seq, ",quiet");
fs/hfsplus/hfsplus_fs.h
473
int hfsplus_show_options(struct seq_file *seq, struct dentry *root);
fs/hfsplus/options.c
147
int hfsplus_show_options(struct seq_file *seq, struct dentry *root)
fs/hfsplus/options.c
152
seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4);
fs/hfsplus/options.c
154
seq_show_option_n(seq, "type", (char *)&sbi->type, 4);
fs/hfsplus/options.c
155
seq_printf(seq, ",umask=%o,uid=%u,gid=%u", sbi->umask,
fs/hfsplus/options.c
159
seq_printf(seq, ",part=%u", sbi->part);
fs/hfsplus/options.c
161
seq_printf(seq, ",session=%u", sbi->session);
fs/hfsplus/options.c
163
seq_printf(seq, ",nls=%s", sbi->nls->charset);
fs/hfsplus/options.c
165
seq_puts(seq, ",nodecompose");
fs/hfsplus/options.c
167
seq_puts(seq, ",nobarrier");
fs/hostfs/hostfs_kern.c
243
static int hostfs_show_options(struct seq_file *seq, struct dentry *root)
fs/hostfs/hostfs_kern.c
253
seq_show_option(seq, root_path + offset, NULL);
fs/hostfs/hostfs_kern.c
256
seq_puts(seq, ",append");
fs/hpfs/super.c
459
static int hpfs_show_options(struct seq_file *seq, struct dentry *root)
fs/hpfs/super.c
463
seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid));
fs/hpfs/super.c
464
seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid));
fs/hpfs/super.c
465
seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777));
fs/hpfs/super.c
467
seq_printf(seq, ",case=lower");
fs/hpfs/super.c
469
seq_printf(seq, ",check=none");
fs/hpfs/super.c
471
seq_printf(seq, ",check=strict");
fs/hpfs/super.c
473
seq_printf(seq, ",errors=continue");
fs/hpfs/super.c
475
seq_printf(seq, ",errors=panic");
fs/hpfs/super.c
477
seq_printf(seq, ",chkdsk=no");
fs/hpfs/super.c
479
seq_printf(seq, ",chkdsk=always");
fs/hpfs/super.c
481
seq_printf(seq, ",eas=no");
fs/hpfs/super.c
483
seq_printf(seq, ",eas=ro");
fs/hpfs/super.c
485
seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift);
fs/internal.h
236
const struct qstr *name, unsigned *seq);
fs/internal.h
357
int statmount_mnt_idmap(struct mnt_idmap *idmap, struct seq_file *seq, bool uid_map);
fs/jbd2/commit.c
326
__be32 seq;
fs/jbd2/commit.c
331
seq = cpu_to_be32(sequence);
fs/jbd2/commit.c
333
csum32 = jbd2_chksum(j->j_csum_seed, (__u8 *)&seq, sizeof(seq));
fs/jbd2/journal.c
1113
static void *jbd2_seq_info_start(struct seq_file *seq, loff_t *pos)
fs/jbd2/journal.c
1118
static void *jbd2_seq_info_next(struct seq_file *seq, void *v, loff_t *pos)
fs/jbd2/journal.c
1124
static int jbd2_seq_info_show(struct seq_file *seq, void *v)
fs/jbd2/journal.c
1126
struct jbd2_stats_proc_session *s = seq->private;
fs/jbd2/journal.c
1130
seq_printf(seq, "%lu transactions (%lu requested), "
fs/jbd2/journal.c
1136
seq_printf(seq, "average: \n %ums waiting for transaction\n",
fs/jbd2/journal.c
1138
seq_printf(seq, " %ums request delay\n",
fs/jbd2/journal.c
1142
seq_printf(seq, " %ums running transaction\n",
fs/jbd2/journal.c
1144
seq_printf(seq, " %ums transaction was being locked\n",
fs/jbd2/journal.c
1146
seq_printf(seq, " %ums flushing data (in ordered mode)\n",
fs/jbd2/journal.c
1148
seq_printf(seq, " %ums logging transaction\n",
fs/jbd2/journal.c
1150
seq_printf(seq, " %lluus average transaction commit time\n",
fs/jbd2/journal.c
1152
seq_printf(seq, " %lu handles per transaction\n",
fs/jbd2/journal.c
1154
seq_printf(seq, " %lu blocks per transaction\n",
fs/jbd2/journal.c
1156
seq_printf(seq, " %lu logged blocks per transaction\n",
fs/jbd2/journal.c
1161
static void jbd2_seq_info_stop(struct seq_file *seq, void *v)
fs/jbd2/journal.c
1206
struct seq_file *seq = file->private_data;
fs/jbd2/journal.c
1207
struct jbd2_stats_proc_session *s = seq->private;
fs/jbd2/recovery.c
475
__be32 seq;
fs/jbd2/recovery.c
480
seq = cpu_to_be32(sequence);
fs/jbd2/recovery.c
481
csum32 = jbd2_chksum(j->j_csum_seed, (__u8 *)&seq, sizeof(seq));
fs/jbd2/revoke.c
137
tid_t seq)
fs/jbd2/revoke.c
149
record->sequence = seq;
fs/jfs/super.c
656
static int jfs_show_options(struct seq_file *seq, struct dentry *root)
fs/jfs/super.c
661
seq_printf(seq, ",uid=%d", from_kuid(&init_user_ns, sbi->uid));
fs/jfs/super.c
663
seq_printf(seq, ",gid=%d", from_kgid(&init_user_ns, sbi->gid));
fs/jfs/super.c
665
seq_printf(seq, ",umask=%03o", sbi->umask);
fs/jfs/super.c
667
seq_puts(seq, ",nointegrity");
fs/jfs/super.c
669
seq_printf(seq, ",discard=%u", sbi->minblks_trim);
fs/jfs/super.c
671
seq_printf(seq, ",iocharset=%s", sbi->nls_tab->charset);
fs/jfs/super.c
673
seq_printf(seq, ",errors=continue");
fs/jfs/super.c
675
seq_printf(seq, ",errors=panic");
fs/jfs/super.c
679
seq_puts(seq, ",usrquota");
fs/jfs/super.c
682
seq_puts(seq, ",grpquota");
fs/mnt_idmapping.c
339
int statmount_mnt_idmap(struct mnt_idmap *idmap, struct seq_file *seq, bool uid_map)
fs/mnt_idmapping.c
377
seq_printf(seq, "%u %u %u", extent->first, lower, extent->count);
fs/mnt_idmapping.c
379
seq->count++; /* mappings are separated by \0 */
fs/mnt_idmapping.c
380
if (seq_has_overflowed(seq))
fs/namei.c
1113
unsigned seq;
fs/namei.c
1116
seq = read_seqbegin(&fs->seq);
fs/namei.c
1119
} while (read_seqretry(&fs->seq, seq));
fs/namei.c
1146
nd->seq = nd->root_seq;
fs/namei.c
1147
if (read_seqcount_retry(&d->d_seq, nd->seq))
fs/namei.c
1510
unsigned seq, mseq = read_seqbegin(&mount_lock);
fs/namei.c
1512
found = choose_mountpoint_rcu(m, root, path, &seq);
fs/namei.c
1517
if (likely(__legitimize_path(path, seq, mseq)))
fs/namei.c
1732
unsigned int seq = nd->next_seq;
fs/namei.c
1740
nd->next_seq = seq;
fs/namei.c
1861
if (read_seqcount_retry(&parent->d_seq, nd->seq))
fs/namei.c
2029
last->seq = nd->next_seq;
fs/namei.c
2121
nd->seq = nd->next_seq;
fs/namei.c
2146
nd->seq = nd->next_seq;
fs/namei.c
2160
unsigned seq;
fs/namei.c
2162
&nd->root, &path, &seq))
fs/namei.c
2168
nd->seq = seq;
fs/namei.c
2178
if (read_seqcount_retry(&old->d_seq, nd->seq))
fs/namei.c
2188
nd->next_seq = nd->seq;
fs/namei.c
2688
nd->seq = nd->next_seq = 0;
fs/namei.c
2705
nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq);
fs/namei.c
2706
nd->root_seq = nd->seq;
fs/namei.c
2727
unsigned seq;
fs/namei.c
2730
seq = read_seqbegin(&fs->seq);
fs/namei.c
2733
nd->seq = __read_seqcount_begin(&nd->path.dentry->d_seq);
fs/namei.c
2734
} while (read_seqretry(&fs->seq, seq));
fs/namei.c
2761
nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq);
fs/namei.c
2772
nd->root_seq = nd->seq;
fs/namei.c
2793
nd->next_seq = nd->seq;
fs/namei.c
729
unsigned seq, next_seq, m_seq, r_seq;
fs/namei.c
737
unsigned seq;
fs/namei.c
834
nd->seq = nd->next_seq = 0;
fs/namei.c
860
static bool __legitimize_path(struct path *path, unsigned seq, unsigned mseq)
fs/namei.c
873
return !read_seqcount_retry(&path->dentry->d_seq, seq);
fs/namei.c
877
struct path *path, unsigned seq)
fs/namei.c
879
return __legitimize_path(path, seq, nd->m_seq);
fs/namei.c
890
if (unlikely(!legitimize_path(nd, &last->link, last->seq))) {
fs/namei.c
943
if (unlikely(!legitimize_path(nd, &nd->path, nd->seq)))
fs/namespace.c
1453
unsigned seq;
fs/namespace.c
1461
seq = read_seqbegin(&mount_lock);
fs/namespace.c
1463
} while (read_seqretry(&mount_lock, seq));
fs/namespace.c
3485
unsigned seq = read_seqbegin(&mount_lock);
fs/namespace.c
3491
if (need_seqretry(&mount_lock, seq)) {
fs/namespace.c
5204
struct seq_file seq;
fs/namespace.c
5298
static int statmount_mnt_root(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5301
size_t start = seq->count;
fs/namespace.c
5303
ret = show_path(seq, s->mnt->mnt_root);
fs/namespace.c
5307
if (unlikely(seq_has_overflowed(seq)))
fs/namespace.c
5314
seq->buf[seq->count] = '\0';
fs/namespace.c
5315
seq->count = start;
fs/namespace.c
5316
seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL));
fs/namespace.c
5320
static int statmount_mnt_point(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5326
err = seq_path_root(seq, &mnt_path, &s->root, "");
fs/namespace.c
5330
static int statmount_fs_type(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5334
seq_puts(seq, sb->s_type->name);
fs/namespace.c
5338
static void statmount_fs_subtype(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5343
seq_puts(seq, sb->s_subtype);
fs/namespace.c
5346
static int statmount_sb_source(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5352
size_t start = seq->count;
fs/namespace.c
5355
ret = sb->s_op->show_devname(seq, s->mnt->mnt_root);
fs/namespace.c
5359
if (unlikely(seq_has_overflowed(seq)))
fs/namespace.c
5363
seq->buf[seq->count] = '\0';
fs/namespace.c
5364
seq->count = start;
fs/namespace.c
5365
seq_commit(seq, string_unescape_inplace(seq->buf + start, UNESCAPE_OCTAL));
fs/namespace.c
5367
seq_puts(seq, r->mnt_devname);
fs/namespace.c
5378
static int statmount_mnt_opts(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5382
size_t start = seq->count;
fs/namespace.c
5385
err = security_sb_show_options(seq, sb);
fs/namespace.c
5390
err = sb->s_op->show_options(seq, mnt->mnt_root);
fs/namespace.c
5395
if (unlikely(seq_has_overflowed(seq)))
fs/namespace.c
5398
if (seq->count == start)
fs/namespace.c
5402
memmove(seq->buf + start, seq->buf + start + 1,
fs/namespace.c
5403
seq->count - start - 1);
fs/namespace.c
5404
seq->count--;
fs/namespace.c
5409
static inline int statmount_opt_process(struct seq_file *seq, size_t start)
fs/namespace.c
5414
if (unlikely(seq_has_overflowed(seq)))
fs/namespace.c
5417
buf_end = seq->buf + seq->count;
fs/namespace.c
5418
dst = seq->buf + start;
fs/namespace.c
5422
seq->count = start;
fs/namespace.c
5434
seq->count = dst - 1 - seq->buf;
fs/namespace.c
5438
static int statmount_opt_array(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5442
size_t start = seq->count;
fs/namespace.c
5448
err = sb->s_op->show_options(seq, mnt->mnt_root);
fs/namespace.c
5452
err = statmount_opt_process(seq, start);
fs/namespace.c
5460
static int statmount_opt_sec_array(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5464
size_t start = seq->count;
fs/namespace.c
5467
err = security_sb_show_options(seq, sb);
fs/namespace.c
5471
err = statmount_opt_process(seq, start);
fs/namespace.c
5479
static inline int statmount_mnt_uidmap(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5483
ret = statmount_mnt_idmap(s->idmap, seq, true);
fs/namespace.c
5499
static inline int statmount_mnt_gidmap(struct kstatmount *s, struct seq_file *seq)
fs/namespace.c
5503
ret = statmount_mnt_idmap(s->idmap, seq, false);
fs/namespace.c
5523
struct seq_file *seq = &s->seq;
fs/namespace.c
5528
if (!seq->count)
fs/namespace.c
5529
seq_putc(seq, 0);
fs/namespace.c
5531
start = seq->count;
fs/namespace.c
5536
ret = statmount_fs_type(s, seq);
fs/namespace.c
5540
ret = statmount_mnt_root(s, seq);
fs/namespace.c
5544
ret = statmount_mnt_point(s, seq);
fs/namespace.c
5548
ret = statmount_mnt_opts(s, seq);
fs/namespace.c
5552
ret = statmount_opt_array(s, seq);
fs/namespace.c
5556
ret = statmount_opt_sec_array(s, seq);
fs/namespace.c
5560
statmount_fs_subtype(s, seq);
fs/namespace.c
5564
ret = statmount_sb_source(s, seq);
fs/namespace.c
5568
ret = statmount_mnt_uidmap(s, seq);
fs/namespace.c
5572
ret = statmount_mnt_gidmap(s, seq);
fs/namespace.c
5583
if (seq->count == start)
fs/namespace.c
5585
if (unlikely(check_add_overflow(sizeof(*sm), seq->count, &kbufsize)))
fs/namespace.c
5591
if (unlikely(seq_has_overflowed(seq)))
fs/namespace.c
5597
seq->buf[seq->count++] = '\0';
fs/namespace.c
5606
struct seq_file *seq = &s->seq;
fs/namespace.c
5610
if (seq->count && copy_to_user(str, seq->buf, seq->count))
fs/namespace.c
5614
sm->size = copysize + seq->count;
fs/namespace.c
5840
ks->seq.buf = kvmalloc(seq_size, GFP_KERNEL_ACCOUNT);
fs/namespace.c
5841
if (!ks->seq.buf)
fs/namespace.c
5844
ks->seq.size = seq_size;
fs/namespace.c
5968
kvfree(ks->seq.buf);
fs/namespace.c
740
int __legitimize_mnt(struct vfsmount *bastard, unsigned seq)
fs/namespace.c
743
if (read_seqretry(&mount_lock, seq))
fs/namespace.c
750
if (likely(!read_seqretry(&mount_lock, seq)))
fs/namespace.c
764
static bool legitimize_mnt(struct vfsmount *bastard, unsigned seq)
fs/namespace.c
766
int res = __legitimize_mnt(bastard, seq);
fs/namespace.c
811
unsigned seq;
fs/namespace.c
815
seq = read_seqbegin(&mount_lock);
fs/namespace.c
818
} while (!legitimize_mnt(m, seq));
fs/namespace.c
953
u64 seq;
fs/namespace.c
958
seq = mnt->mnt_ns->seq_origin;
fs/namespace.c
959
return !seq || (seq == current->nsproxy->mnt_ns->ns.ns_id);
fs/nfs/localio.c
722
unsigned int seq;
fs/nfs/localio.c
725
seq = read_seqbegin(&clp->cl_boot_lock);
fs/nfs/localio.c
728
} while (read_seqretry(&clp->cl_boot_lock, seq));
fs/nfs/namespace.c
126
if (read_seqretry(&rename_lock, seq))
fs/nfs/namespace.c
57
unsigned seq;
fs/nfs/namespace.c
69
seq = read_seqbegin(&rename_lock);
fs/nfs/namespace.c
85
if (read_seqretry(&rename_lock, seq)) {
fs/nfs/nfs4proc.c
3447
int seq;
fs/nfs/nfs4proc.c
3452
seq = read_seqbegin(&state->seqlock);
fs/nfs/nfs4proc.c
3455
if (read_seqretry(&state->seqlock, seq))
fs/nfs/nfs4proc.c
3460
if (read_seqretry(&state->seqlock, seq))
fs/nfs/nfs4proc.c
3480
int seq, status = -EAGAIN;
fs/nfs/nfs4proc.c
3487
seq = read_seqbegin(&state->seqlock);
fs/nfs/nfs4proc.c
3489
if (read_seqretry(&state->seqlock, seq))
fs/nfs/nfs4state.c
962
int seq;
fs/nfs/nfs4state.c
967
seq = read_seqbegin(&state->seqlock);
fs/nfs/nfs4state.c
973
} while (read_seqretry(&state->seqlock, seq));
fs/nfs/pnfs.c
1287
u32 seq = be32_to_cpu(arg_stateid->seqid);
fs/nfs/pnfs.c
1289
pnfs_mark_matching_lsegs_invalid(lo, &freeme, range, seq);
fs/nfs/pnfs.c
1290
pnfs_free_returned_lsegs(lo, &freeme, range, seq);
fs/nfs/pnfs.c
2657
u32 seq)
fs/nfs/pnfs.c
2671
if (pnfs_match_lseg_recall(lseg, return_range, seq)) {
fs/nfs/pnfs.c
2687
pnfs_set_plh_return_info(lo, return_range->iomode, seq);
fs/nfs/pnfs.c
2692
pnfs_set_plh_return_info(lo, return_range->iomode, seq);
fs/nfs/pnfs.c
354
u32 seq)
fs/nfs/pnfs.c
364
if (seq == 0)
fs/nfs/pnfs.c
365
seq = be32_to_cpu(lo->plh_stateid.seqid);
fs/nfs/pnfs.c
366
if (!lo->plh_return_seq || pnfs_seqid_is_newer(seq, lo->plh_return_seq))
fs/nfs/pnfs.c
367
lo->plh_return_seq = seq;
fs/nfs/pnfs.c
368
pnfs_barrier_update(lo, seq);
fs/nfs/pnfs.c
482
enum pnfs_iomode iomode, u32 seq)
fs/nfs/pnfs.c
489
return pnfs_mark_matching_lsegs_return(lo, lseg_list, &range, seq);
fs/nfs/pnfs.c
61
u32 seq);
fs/nfs/pnfs.c
695
u32 seq)
fs/nfs/pnfs.c
697
if (seq != 0 && pnfs_seqid_is_newer(lseg->pls_seq, seq))
fs/nfs/pnfs.c
723
u32 seq)
fs/nfs/pnfs.c
734
if (pnfs_match_lseg_recall(lseg, recall_range, seq)) {
fs/nfs/pnfs.c
760
u32 seq)
fs/nfs/pnfs.c
765
if (pnfs_match_lseg_recall(lseg, range, seq))
fs/nfs/pnfs.h
299
u32 seq);
fs/nfs/pnfs.h
303
u32 seq);
fs/nfsd/nfs4state.c
3539
struct nfsd4_sequence *seq)
fs/nfsd/nfs4state.c
4320
struct nfsd4_sequence *seq, struct nfsd4_slot *slot)
fs/nfsd/nfs4state.c
4325
(bool)seq->cachethis)
fs/nfsd/nfs4state.c
4358
struct nfsd4_sequence *seq)
fs/nfsd/nfs4state.c
4362
seq->maxslots_response = max(session->se_target_maxslots,
fs/nfsd/nfs4state.c
4363
seq->maxslots);
fs/nfsd/nfs4state.c
4364
seq->target_maxslots = session->se_target_maxslots;
fs/nfsd/nfs4state.c
4368
seq->status_flags = SEQ4_STATUS_CB_PATH_DOWN;
fs/nfsd/nfs4state.c
4371
seq->status_flags = SEQ4_STATUS_BACKCHANNEL_FAULT;
fs/nfsd/nfs4state.c
4374
seq->status_flags = 0;
fs/nfsd/nfs4state.c
4377
seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED;
fs/nfsd/nfs4state.c
4379
seq->status_flags |= SEQ4_STATUS_ADMIN_STATE_REVOKED;
fs/nfsd/nfs4state.c
4386
struct nfsd4_sequence *seq = &u->sequence;
fs/nfsd/nfs4state.c
4410
session = find_in_sessionid_hashtbl(&seq->sessionid, net, &status);
fs/nfsd/nfs4state.c
4424
if (seq->slotid >= session->se_fchannel.maxreqs)
fs/nfsd/nfs4state.c
4427
slot = xa_load(&session->se_slots, seq->slotid);
fs/nfsd/nfs4state.c
4428
dprintk("%s: slotid %d\n", __func__, seq->slotid);
fs/nfsd/nfs4state.c
4430
trace_nfsd_slot_seqid_sequence(clp, seq, slot);
fs/nfsd/nfs4state.c
4432
nfsd4_construct_sequence_response(session, seq);
fs/nfsd/nfs4state.c
4434
status = check_slot_seqid(seq->seqid, slot->sl_seqid, slot->sl_flags);
fs/nfsd/nfs4state.c
4440
if (!replay_matches_cache(rqstp, seq, slot))
fs/nfsd/nfs4state.c
4447
status = nfsd4_replay_cache_entry(resp, seq);
fs/nfsd/nfs4state.c
4461
seq->maxslots <= session->se_target_maxslots)
fs/nfsd/nfs4state.c
4465
buflen = (seq->cachethis) ?
fs/nfsd/nfs4state.c
4468
status = (seq->cachethis) ? nfserr_rep_too_big_to_cache :
fs/nfsd/nfs4state.c
4476
slot->sl_seqid = seq->seqid;
fs/nfsd/nfs4state.c
4480
if (seq->cachethis)
fs/nfsd/nfs4state.c
4495
if (seq->slotid == session->se_fchannel.maxreqs - 1 &&
fs/nfsd/nfs4state.c
4531
trace_nfsd_seq4_status(rqstp, seq);
fs/nfsd/nfs4xdr.c
2022
struct nfsd4_sequence *seq = &u->sequence;
fs/nfsd/nfs4xdr.c
2025
status = nfsd4_decode_sessionid4(argp, &seq->sessionid);
fs/nfsd/nfs4xdr.c
2031
seq->seqid = be32_to_cpup(p++);
fs/nfsd/nfs4xdr.c
2032
seq->slotid = be32_to_cpup(p++);
fs/nfsd/nfs4xdr.c
2034
seq->maxslots = be32_to_cpup(p++) + 1;
fs/nfsd/nfs4xdr.c
2035
seq->cachethis = be32_to_cpup(p);
fs/nfsd/nfs4xdr.c
2037
seq->status_flags = 0;
fs/nfsd/nfs4xdr.c
5411
struct nfsd4_sequence *seq = &u->sequence;
fs/nfsd/nfs4xdr.c
5415
nfserr = nfsd4_encode_sessionid4(xdr, &seq->sessionid);
fs/nfsd/nfs4xdr.c
5419
nfserr = nfsd4_encode_sequenceid4(xdr, seq->seqid);
fs/nfsd/nfs4xdr.c
5423
nfserr = nfsd4_encode_slotid4(xdr, seq->slotid);
fs/nfsd/nfs4xdr.c
5428
nfserr = nfsd4_encode_slotid4(xdr, seq->maxslots_response - 1);
fs/nfsd/nfs4xdr.c
5432
nfserr = nfsd4_encode_slotid4(xdr, seq->target_maxslots - 1);
fs/nfsd/nfs4xdr.c
5436
nfserr = nfsd4_encode_uint32_t(xdr, seq->status_flags);
fs/nfsd/nfsctl.c
143
struct seq_file *seq;
fs/nfsd/nfsctl.c
150
seq = file->private_data;
fs/nfsd/nfsctl.c
151
seq->private = nn->svc_export_cache;
fs/nfsd/nfsctl.c
158
struct seq_file *seq = file->private_data;
fs/nfsd/nfsctl.c
159
struct cache_detail *cd = seq->private;
fs/nfsd/nfssvc.c
302
unsigned int seq;
fs/nfsd/nfssvc.c
305
seq = read_seqbegin(&nn->writeverf_lock);
fs/nfsd/nfssvc.c
307
} while (read_seqretry(&nn->writeverf_lock, seq));
fs/nfsd/stats.c
30
static int nfsd_show(struct seq_file *seq, void *v)
fs/nfsd/stats.c
32
struct net *net = pde_data(file_inode(seq->file));
fs/nfsd/stats.c
36
seq_printf(seq, "rc %lld %lld %lld\nfh %lld 0 0 0 0\nio %lld %lld\n",
fs/nfsd/stats.c
45
seq_printf(seq, "th %u 0", atomic_read(&nfsd_th_cnt));
fs/nfsd/stats.c
49
seq_puts(seq, " 0.000");
fs/nfsd/stats.c
52
seq_puts(seq, "\nra 0 0 0 0 0 0 0 0 0 0 0 0\n");
fs/nfsd/stats.c
55
svc_seq_show(seq, &nn->nfsd_svcstats);
fs/nfsd/stats.c
60
seq_printf(seq, "proc4ops %u", LAST_NFS4_OP + 1);
fs/nfsd/stats.c
62
seq_printf(seq, " %lld",
fs/nfsd/stats.c
65
seq_printf(seq, "\nwdeleg_getattr %lld",
fs/nfsd/stats.c
68
seq_putc(seq, '\n');
fs/nfsd/trace.h
876
const struct nfsd4_sequence *seq,
fs/nfsd/trace.h
879
TP_ARGS(clp, seq, slot),
fs/nfsd/trace.h
894
__entry->seqid = seq->seqid;
fs/nfsd/trace.h
896
__entry->slot_index = seq->slotid;
fs/nilfs2/segment.c
2226
__u32 seq;
fs/nilfs2/segment.c
2249
wait_req.seq = ++sci->sc_seq_request;
fs/nilfs2/segment.c
2289
(force || nilfs_cnt32_ge(sci->sc_seq_done, wrq->seq))) {
fs/nilfs2/super.c
681
static int nilfs_show_options(struct seq_file *seq, struct dentry *dentry)
fs/nilfs2/super.c
688
seq_puts(seq, ",nobarrier");
fs/nilfs2/super.c
690
seq_printf(seq, ",cp=%llu", (unsigned long long)root->cno);
fs/nilfs2/super.c
692
seq_puts(seq, ",errors=panic");
fs/nilfs2/super.c
694
seq_puts(seq, ",errors=continue");
fs/nilfs2/super.c
696
seq_puts(seq, ",order=strict");
fs/nilfs2/super.c
698
seq_puts(seq, ",norecovery");
fs/nilfs2/super.c
700
seq_puts(seq, ",discard");
fs/nilfs2/the_nilfs.c
29
sector_t start_blocknr, u64 seq, __u64 cno)
fs/nilfs2/the_nilfs.c
33
nilfs->ns_last_seq = seq;
fs/nsfs.c
404
static int nsfs_show_path(struct seq_file *seq, struct dentry *dentry)
fs/nsfs.c
410
seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino);
fs/ntfs3/fslog.c
1475
u64 seq = this_lsn >> log->file_data_bits;
fs/ntfs3/fslog.c
1480
seq += 1;
fs/ntfs3/fslog.c
1497
seq += 1;
fs/ntfs3/fslog.c
1505
*lsn = vbo_to_lsn(log, vbo, seq);
fs/ntfs3/fslog.c
1568
u64 seq)
fs/ntfs3/fslog.c
1587
return lsn_seq >= seq ||
fs/ntfs3/fslog.c
1588
(lsn_seq == seq - 1 && log->first_page == vbo &&
fs/ntfs3/fslog.c
3236
le16_add_cpu(&rec->seq, 1);
fs/ntfs3/fsntfs.c
1882
ref.seq = cpu_to_le16(MFT_REC_SECURE);
fs/ntfs3/fsntfs.c
223
ref.seq = cpu_to_le16(MFT_REC_EXTEND);
fs/ntfs3/fsntfs.c
295
ref.seq = cpu_to_le16(1);
fs/ntfs3/fsntfs.c
640
ref.seq = cpu_to_le16(ir);
fs/ntfs3/index.c
2639
e->ref.seq = 0;
fs/ntfs3/inode.c
111
inode->i_generation = le16_to_cpu(rec->seq);
fs/ntfs3/inode.c
1645
inode->i_generation = le16_to_cpu(rec->seq);
fs/ntfs3/inode.c
470
fname->home.seq == cpu_to_le16(MFT_REC_EXTEND)) {
fs/ntfs3/inode.c
542
else if (ref->seq != ntfs_i(inode)->mi.mrec->seq) {
fs/ntfs3/inode.c
80
} else if (ref->seq != rec->seq) {
fs/ntfs3/inode.c
83
le16_to_cpu(ref->seq), le16_to_cpu(rec->seq));
fs/ntfs3/ntfs.h
182
__le16 seq; // The sequence number of MFT record.
fs/ntfs3/ntfs.h
275
__le16 seq; // 0x10: Sequence number for this record.
fs/ntfs3/ntfs.h
309
return !r->low && !r->high && !r->seq;
fs/ntfs3/ntfs_fs.h
836
if (ref->seq != mi->mrec->seq)
fs/ntfs3/ntfs_fs.h
854
ref->seq = mi->mrec->seq;
fs/ntfs3/record.c
418
u16 seq = 1;
fs/ntfs3/record.c
431
seq = rno;
fs/ntfs3/record.c
438
seq = le16_to_cpu(rec->seq) + 1;
fs/ntfs3/record.c
439
if (!seq)
fs/ntfs3/record.c
440
seq = 1;
fs/ntfs3/record.c
445
rec->seq = cpu_to_le16(seq);
fs/ntfs3/super.c
1321
ref.seq = cpu_to_le16(MFT_REC_VOL);
fs/ntfs3/super.c
1369
ref.seq = cpu_to_le16(MFT_REC_MIRR);
fs/ntfs3/super.c
1384
ref.seq = cpu_to_le16(MFT_REC_LOG);
fs/ntfs3/super.c
1414
ref.seq = cpu_to_le16(1);
fs/ntfs3/super.c
1443
ref.seq = cpu_to_le16(MFT_REC_BITMAP);
fs/ntfs3/super.c
1483
ref.seq = cpu_to_le16(MFT_REC_BADCLUST);
fs/ntfs3/super.c
1521
ref.seq = cpu_to_le16(MFT_REC_ATTR);
fs/ntfs3/super.c
1585
ref.seq = cpu_to_le16(MFT_REC_UPCASE);
fs/ntfs3/super.c
1656
ref.seq = cpu_to_le16(MFT_REC_ROOT);
fs/ntfs3/super.c
887
ref.seq = cpu_to_le16(generation);
fs/ocfs2/cluster/netdebug.c
109
static int nst_seq_show(struct seq_file *seq, void *v)
fs/ocfs2/cluster/netdebug.c
111
struct o2net_send_tracking *nst, *dummy_nst = seq->private;
fs/ocfs2/cluster/netdebug.c
126
seq_printf(seq, "%p:\n"
fs/ocfs2/cluster/netdebug.c
153
static void nst_seq_stop(struct seq_file *seq, void *v)
fs/ocfs2/cluster/netdebug.c
178
struct seq_file *seq = file->private_data;
fs/ocfs2/cluster/netdebug.c
179
struct o2net_send_tracking *dummy_nst = seq->private;
fs/ocfs2/cluster/netdebug.c
234
static void *sc_seq_start(struct seq_file *seq, loff_t *pos)
fs/ocfs2/cluster/netdebug.c
236
struct o2net_sock_debug *sd = seq->private;
fs/ocfs2/cluster/netdebug.c
246
static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
fs/ocfs2/cluster/netdebug.c
248
struct o2net_sock_debug *sd = seq->private;
fs/ocfs2/cluster/netdebug.c
279
static void sc_show_sock_stats(struct seq_file *seq,
fs/ocfs2/cluster/netdebug.c
285
seq_printf(seq, "%d,%u,%lu,%lld,%lld,%lld,%lu,%lld\n", O2NET_STATS_STR_VERSION,
fs/ocfs2/cluster/netdebug.c
294
static void sc_show_sock_container(struct seq_file *seq,
fs/ocfs2/cluster/netdebug.c
315
seq_printf(seq, "%p:\n"
fs/ocfs2/cluster/netdebug.c
347
static int sc_seq_show(struct seq_file *seq, void *v)
fs/ocfs2/cluster/netdebug.c
349
struct o2net_sock_debug *sd = seq->private;
fs/ocfs2/cluster/netdebug.c
357
sc_show_sock_container(seq, sc);
fs/ocfs2/cluster/netdebug.c
359
sc_show_sock_stats(seq, sc);
fs/ocfs2/cluster/netdebug.c
367
static void sc_seq_stop(struct seq_file *seq, void *v)
fs/ocfs2/cluster/netdebug.c
403
struct seq_file *seq = file->private_data;
fs/ocfs2/cluster/netdebug.c
404
struct o2net_sock_debug *sd = seq->private;
fs/ocfs2/cluster/netdebug.c
83
static void *nst_seq_start(struct seq_file *seq, loff_t *pos)
fs/ocfs2/cluster/netdebug.c
85
struct o2net_send_tracking *nst, *dummy_nst = seq->private;
fs/ocfs2/cluster/netdebug.c
94
static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos)
fs/ocfs2/cluster/netdebug.c
96
struct o2net_send_tracking *nst, *dummy_nst = seq->private;
fs/ocfs2/dlm/dlmdebug.c
589
struct seq_file *seq = file->private_data;
fs/ocfs2/dlm/dlmdebug.c
590
struct debug_lockres *dl = (struct debug_lockres *)seq->private;
fs/ocfs2/dlmglue.c
3265
struct seq_file *seq = file->private_data;
fs/ocfs2/dlmglue.c
3266
struct ocfs2_dlm_seq_priv *priv = seq->private;
fs/proc/array.c
769
static int children_seq_show(struct seq_file *seq, void *v)
fs/proc/array.c
771
struct inode *inode = file_inode(seq->file);
fs/proc/array.c
773
seq_printf(seq, "%d ", pid_nr_ns(v, proc_pid_ns(inode->i_sb)));
fs/proc/array.c
777
static void *children_seq_start(struct seq_file *seq, loff_t *pos)
fs/proc/array.c
779
return get_children_pid(file_inode(seq->file), NULL, *pos);
fs/proc/array.c
782
static void *children_seq_next(struct seq_file *seq, void *v, loff_t *pos)
fs/proc/array.c
786
pid = get_children_pid(file_inode(seq->file), v, *pos + 1);
fs/proc/array.c
793
static void children_seq_stop(struct seq_file *seq, void *v)
fs/proc/base.c
3102
struct seq_file *seq;
fs/proc/base.c
3119
seq = file->private_data;
fs/proc/base.c
3120
seq->private = ns;
fs/proc/base.c
3131
struct seq_file *seq = file->private_data;
fs/proc/base.c
3132
struct user_namespace *ns = seq->private;
fs/proc/base.c
3212
struct seq_file *seq = file->private_data;
fs/proc/base.c
3213
struct user_namespace *ns = seq->private;
fs/proc/inode.c
173
static int proc_show_options(struct seq_file *seq, struct dentry *root)
fs/proc/inode.c
178
seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, fs_info->pid_gid));
fs/proc/inode.c
180
seq_printf(seq, ",hidepid=%s", hidepid2str(fs_info->hide_pid));
fs/proc/inode.c
182
seq_printf(seq, ",subset=pid");
fs/proc/proc_net.c
195
struct seq_file *seq = f->private_data;
fs/proc/proc_net.c
196
put_net(seq->private);
fs/proc/proc_net.c
66
static void seq_file_net_put_net(struct seq_file *seq)
fs/proc/proc_net.c
69
struct seq_net_private *priv = seq->private;
fs/proc/proc_net.c
79
struct seq_file *seq = f->private_data;
fs/proc/proc_net.c
81
seq_file_net_put_net(seq);
fs/proc/task_mmu.c
1563
struct seq_file *seq = file->private_data;
fs/proc/task_mmu.c
1564
struct proc_maps_private *priv = seq->private;
fs/proc/task_mmu.c
365
struct seq_file *seq = file->private_data;
fs/proc/task_mmu.c
366
struct proc_maps_private *priv = seq->private;
fs/proc/task_mmu.c
820
struct seq_file *seq = file->private_data;
fs/proc/task_mmu.c
821
struct proc_maps_private *priv = seq->private;
fs/proc/task_nommu.c
276
struct seq_file *seq = file->private_data;
fs/proc/task_nommu.c
277
struct proc_maps_private *priv = seq->private;
fs/qnx6/inode.c
36
static int qnx6_show_options(struct seq_file *seq, struct dentry *root);
fs/qnx6/inode.c
46
static int qnx6_show_options(struct seq_file *seq, struct dentry *root)
fs/qnx6/inode.c
52
seq_puts(seq, ",mmi_fs");
fs/quota/netlink.c
40
static atomic_t seq;
fs/quota/netlink.c
56
msg_head = genlmsg_put(skb, 0, atomic_add_return(1, &seq),
fs/resctrl/ctrlmondata.c
769
int resctrl_io_alloc_show(struct kernfs_open_file *of, struct seq_file *seq, void *v)
fs/resctrl/ctrlmondata.c
778
seq_puts(seq, "enabled\n");
fs/resctrl/ctrlmondata.c
780
seq_puts(seq, "disabled\n");
fs/resctrl/ctrlmondata.c
782
seq_puts(seq, "not supported\n");
fs/resctrl/ctrlmondata.c
916
int resctrl_io_alloc_cbm_show(struct kernfs_open_file *of, struct seq_file *seq, void *v)
fs/resctrl/ctrlmondata.c
945
show_doms(seq, s, NULL, resctrl_io_alloc_closid(r));
fs/resctrl/internal.h
438
int event_filter_show(struct kernfs_open_file *of, struct seq_file *seq, void *v);
fs/resctrl/internal.h
453
int resctrl_io_alloc_show(struct kernfs_open_file *of, struct seq_file *seq, void *v);
fs/resctrl/internal.h
463
int resctrl_io_alloc_cbm_show(struct kernfs_open_file *of, struct seq_file *seq,
fs/resctrl/monitor.c
1046
int event_filter_show(struct kernfs_open_file *of, struct seq_file *seq, void *v)
fs/resctrl/monitor.c
1066
seq_putc(seq, ',');
fs/resctrl/monitor.c
1067
seq_printf(seq, "%s", mbm_transactions[i].name);
fs/resctrl/monitor.c
1071
seq_putc(seq, '\n');
fs/resctrl/rdtgroup.c
1004
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1009
seq_printf(seq, "%x\n", resctrl_get_default_ctrl(r));
fs/resctrl/rdtgroup.c
1014
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1019
seq_printf(seq, "%u\n", r->cache.min_cbm_bits);
fs/resctrl/rdtgroup.c
1024
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1029
seq_printf(seq, "%x\n", r->cache.shareable_bits);
fs/resctrl/rdtgroup.c
1048
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1068
seq_putc(seq, ';');
fs/resctrl/rdtgroup.c
1072
seq_printf(seq, "%d=", dom->hdr.id);
fs/resctrl/rdtgroup.c
1126
seq_putc(seq, 'X');
fs/resctrl/rdtgroup.c
1128
seq_putc(seq, 'H');
fs/resctrl/rdtgroup.c
1130
seq_putc(seq, 'S');
fs/resctrl/rdtgroup.c
1132
seq_putc(seq, 'E');
fs/resctrl/rdtgroup.c
1134
seq_putc(seq, 'P');
fs/resctrl/rdtgroup.c
1136
seq_putc(seq, '0');
fs/resctrl/rdtgroup.c
1140
seq_putc(seq, '\n');
fs/resctrl/rdtgroup.c
1147
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1152
seq_printf(seq, "%u\n", r->membw.min_bw);
fs/resctrl/rdtgroup.c
1157
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1161
seq_printf(seq, "%u\n", r->mon.num_rmid);
fs/resctrl/rdtgroup.c
1167
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1175
seq_printf(seq, "%s\n", mevt->name);
fs/resctrl/rdtgroup.c
1178
seq_printf(seq, "%s_config\n", mevt->name);
fs/resctrl/rdtgroup.c
1185
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1190
seq_printf(seq, "%u\n", r->membw.bw_gran);
fs/resctrl/rdtgroup.c
1195
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1200
seq_printf(seq, "%u\n", r->membw.delay_linear);
fs/resctrl/rdtgroup.c
1205
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1207
seq_printf(seq, "%u\n", resctrl_rmid_realloc_threshold);
fs/resctrl/rdtgroup.c
1213
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1220
seq_puts(seq, "per-thread\n");
fs/resctrl/rdtgroup.c
1223
seq_puts(seq, "max\n");
fs/resctrl/rdtgroup.c
1226
seq_puts(seq, "undefined\n");
fs/resctrl/rdtgroup.c
1287
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1292
seq_printf(seq, "%u\n", r->cache.arch_has_sparse_bitmasks);
fs/resctrl/rdtgroup.c
1672
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1676
mbm_config_show(seq, r, QOS_L3_MBM_TOTAL_EVENT_ID);
fs/resctrl/rdtgroup.c
1682
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
1686
mbm_config_show(seq, r, QOS_L3_MBM_LOCAL_EVENT_ID);
fs/resctrl/rdtgroup.c
4226
static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf)
fs/resctrl/rdtgroup.c
4229
seq_puts(seq, ",cdp");
fs/resctrl/rdtgroup.c
4232
seq_puts(seq, ",cdpl2");
fs/resctrl/rdtgroup.c
4235
seq_puts(seq, ",mba_MBps");
fs/resctrl/rdtgroup.c
4238
seq_puts(seq, ",debug");
fs/resctrl/rdtgroup.c
970
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
977
seq_printf(seq, "%.*s", len, last_cmd_status_buf);
fs/resctrl/rdtgroup.c
979
seq_puts(seq, "ok\n");
fs/resctrl/rdtgroup.c
995
struct seq_file *seq, void *v)
fs/resctrl/rdtgroup.c
999
seq_printf(seq, "%u\n", s->num_closid);
fs/seq_file.c
623
struct seq_file *seq = file->private_data;
fs/seq_file.c
625
kfree(seq->private);
fs/seq_file.c
626
seq->private = NULL;
fs/seq_file.c
636
struct seq_file *seq;
fs/seq_file.c
646
seq = f->private_data;
fs/seq_file.c
647
seq->private = private;
fs/seq_file.c
824
int seq_write(struct seq_file *seq, const void *data, size_t len)
fs/seq_file.c
826
if (seq->count + len < seq->size) {
fs/seq_file.c
827
memcpy(seq->buf + seq->count, data, len);
fs/seq_file.c
828
seq->count += len;
fs/seq_file.c
831
seq_set_overflow(seq);
fs/smb/server/asn1.c
59
static void encode_asn_tag(char *buf, unsigned int *ofs, char tag, char seq,
fs/smb/server/asn1.c
80
buf[index++] = seq;
fs/udf/super.c
383
static int udf_show_options(struct seq_file *seq, struct dentry *root)
fs/udf/super.c
389
seq_puts(seq, ",nostrict");
fs/udf/super.c
391
seq_printf(seq, ",bs=%lu", sb->s_blocksize);
fs/udf/super.c
393
seq_puts(seq, ",unhide");
fs/udf/super.c
395
seq_puts(seq, ",undelete");
fs/udf/super.c
397
seq_puts(seq, ",noadinicb");
fs/udf/super.c
399
seq_puts(seq, ",shortad");
fs/udf/super.c
401
seq_puts(seq, ",uid=forget");
fs/udf/super.c
403
seq_puts(seq, ",gid=forget");
fs/udf/super.c
405
seq_printf(seq, ",uid=%u", from_kuid(&init_user_ns, sbi->s_uid));
fs/udf/super.c
407
seq_printf(seq, ",gid=%u", from_kgid(&init_user_ns, sbi->s_gid));
fs/udf/super.c
409
seq_printf(seq, ",umask=%ho", sbi->s_umask);
fs/udf/super.c
411
seq_printf(seq, ",mode=%ho", sbi->s_fmode);
fs/udf/super.c
413
seq_printf(seq, ",dmode=%ho", sbi->s_dmode);
fs/udf/super.c
415
seq_printf(seq, ",session=%d", sbi->s_session);
fs/udf/super.c
417
seq_printf(seq, ",lastblock=%u", sbi->s_last_block);
fs/udf/super.c
419
seq_printf(seq, ",anchor=%u", sbi->s_anchor);
fs/udf/super.c
421
seq_printf(seq, ",iocharset=%s", sbi->s_nls_map->charset);
fs/udf/super.c
423
seq_puts(seq, ",iocharset=utf8");
fs/ufs/inode.c
100
} while (read_seqretry(&ufsi->meta_lock, seq));
fs/ufs/inode.c
109
unsigned seq;
fs/ufs/inode.c
112
seq = read_seqbegin(&ufsi->meta_lock);
fs/ufs/inode.c
116
} while (read_seqretry(&ufsi->meta_lock, seq));
fs/ufs/inode.c
93
unsigned seq;
fs/ufs/inode.c
96
seq = read_seqbegin(&ufsi->meta_lock);
fs/ufs/super.c
1307
static int ufs_show_options(struct seq_file *seq, struct dentry *root)
fs/ufs/super.c
1316
seq_printf(seq, ",ufstype=%s", tp->name);
fs/ufs/super.c
1322
seq_printf(seq, ",onerror=%s", tp->name);
fs/userfaultfd.c
1204
unsigned seq;
fs/userfaultfd.c
1223
seq = read_seqcount_begin(&ctx->refile_seq);
fs/userfaultfd.c
1227
} while (read_seqcount_retry(&ctx->refile_seq, seq));
fs/xfs/libxfs/xfs_bmap.c
4360
unsigned int *seq)
fs/xfs/libxfs/xfs_bmap.c
4409
if (seq)
fs/xfs/libxfs/xfs_bmap.c
4410
*seq = READ_ONCE(ifp->if_seq);
fs/xfs/libxfs/xfs_bmap.c
4457
if (seq)
fs/xfs/libxfs/xfs_bmap.c
4458
*seq = READ_ONCE(ifp->if_seq);
fs/xfs/libxfs/xfs_bmap.c
4492
unsigned int *seq)
fs/xfs/libxfs/xfs_bmap.c
4504
iomap, seq);
fs/xfs/libxfs/xfs_bmap.h
227
xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
fs/xfs/xfs_aops.c
340
unsigned int *seq;
fs/xfs/xfs_aops.c
445
seq = &XFS_WPC(wpc)->cow_seq;
fs/xfs/xfs_aops.c
447
seq = &XFS_WPC(wpc)->data_seq;
fs/xfs/xfs_aops.c
450
&wpc->iomap, seq);
fs/xfs/xfs_buf_item.c
766
xfs_csn_t seq)
fs/xfs/xfs_dquot_item.c
208
xfs_csn_t seq)
fs/xfs/xfs_file.c
108
xfs_csn_t seq = 0;
fs/xfs/xfs_file.c
112
seq = iip->ili_datasync_seq;
fs/xfs/xfs_file.c
114
seq = iip->ili_commit_seq;
fs/xfs/xfs_file.c
117
if (!seq)
fs/xfs/xfs_file.c
120
return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC,
fs/xfs/xfs_inode.c
1836
xfs_csn_t seq = 0;
fs/xfs/xfs_inode.c
1842
seq = iip->ili_commit_seq;
fs/xfs/xfs_inode.c
1844
if (!seq)
fs/xfs/xfs_inode.c
1848
xfs_log_force_seq(ip->i_mount, seq, 0, NULL);
fs/xfs/xfs_inode.c
2674
xfs_csn_t seq = 0;
fs/xfs/xfs_inode.c
2680
seq = iip->ili_commit_seq;
fs/xfs/xfs_inode.c
2683
if (!seq)
fs/xfs/xfs_inode.c
2685
return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL);
fs/xfs/xfs_inode_item.c
886
xfs_csn_t seq)
fs/xfs/xfs_inode_item.c
891
iip->ili_commit_seq = seq;
fs/xfs/xfs_inode_item.c
893
iip->ili_datasync_seq = seq;
fs/xfs/xfs_iomap.c
1010
flags, &imap, &seq);
fs/xfs/xfs_iomap.c
1016
iomap_flags | IOMAP_F_NEW, seq);
fs/xfs/xfs_iomap.c
1022
seq = xfs_iomap_inode_sequence(ip, 0);
fs/xfs/xfs_iomap.c
1023
error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq);
fs/xfs/xfs_iomap.c
1027
seq = xfs_iomap_inode_sequence(ip, IOMAP_F_SHARED);
fs/xfs/xfs_iomap.c
1029
return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, IOMAP_F_SHARED, seq);
fs/xfs/xfs_iomap.c
1139
u64 seq;
fs/xfs/xfs_iomap.c
1252
seq = xfs_iomap_inode_sequence(ip, IOMAP_F_SHARED);
fs/xfs/xfs_iomap.c
1254
return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, IOMAP_F_SHARED, seq);
fs/xfs/xfs_iomap.c
1775
u64 seq;
fs/xfs/xfs_iomap.c
1994
seq = xfs_iomap_inode_sequence(ip, iomap_flags);
fs/xfs/xfs_iomap.c
1996
return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, iomap_flags, seq);
fs/xfs/xfs_iomap.c
2021
seq = xfs_iomap_inode_sequence(ip, iomap_flags);
fs/xfs/xfs_iomap.c
2023
return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, iomap_flags, seq);
fs/xfs/xfs_iomap.c
2112
u64 seq;
fs/xfs/xfs_iomap.c
2126
seq = xfs_iomap_inode_sequence(ip, shared ? IOMAP_F_SHARED : 0);
fs/xfs/xfs_iomap.c
2133
shared ? IOMAP_F_SHARED : 0, seq);
fs/xfs/xfs_iomap.c
2158
u64 seq;
fs/xfs/xfs_iomap.c
2193
seq = xfs_iomap_inode_sequence(ip, IOMAP_F_SHARED);
fs/xfs/xfs_iomap.c
2195
IOMAP_F_SHARED, seq);
fs/xfs/xfs_iomap.c
2216
seq = xfs_iomap_inode_sequence(ip, 0);
fs/xfs/xfs_iomap.c
2218
error = xfs_bmbt_to_iomap(ip, iomap, &imap, flags, 0, seq);
fs/xfs/xfs_iomap.c
2244
int seq;
fs/xfs/xfs_iomap.c
2262
seq = xfs_iomap_inode_sequence(ip, IOMAP_F_XATTR);
fs/xfs/xfs_iomap.c
2268
return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, IOMAP_F_XATTR, seq);
fs/xfs/xfs_iomap.c
271
u64 *seq)
fs/xfs/xfs_iomap.c
353
*seq = xfs_iomap_inode_sequence(ip, 0);
fs/xfs/xfs_iomap.c
864
u64 seq;
fs/xfs/xfs_iomap.c
981
seq = xfs_iomap_inode_sequence(ip, iomap_flags);
fs/xfs/xfs_iomap.c
984
return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, iomap_flags, seq);
fs/xfs/xfs_log.c
2972
xfs_csn_t seq,
fs/xfs/xfs_log.c
2979
ASSERT(seq != 0);
fs/xfs/xfs_log.c
2982
trace_xfs_log_force(mp, seq, _RET_IP_);
fs/xfs/xfs_log.c
2984
lsn = xlog_cil_force_seq(log, seq);
fs/xfs/xfs_log.h
117
int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
fs/xfs/xfs_log_cil.c
1883
xfs_csn_t seq = log->l_cilp->xc_current_sequence;
fs/xfs/xfs_log_cil.c
1885
trace_xfs_log_force(log->l_mp, seq, _RET_IP_);
fs/xfs/xfs_log_cil.c
1886
xlog_cil_push_now(log, seq, true);
fs/xfs/xfs_pnfs.c
125
u64 seq;
fs/xfs/xfs_pnfs.c
177
seq = xfs_iomap_inode_sequence(ip, 0);
fs/xfs/xfs_pnfs.c
191
end_fsb - offset_fsb, 0, &imap, &seq);
fs/xfs/xfs_pnfs.c
211
error = xfs_bmbt_to_iomap(ip, iomap, &imap, 0, 0, seq);
fs/xfs/xfs_rtalloc.c
1755
uint64_t seq; /* sequence number of file creation */
fs/xfs/xfs_rtalloc.c
1763
seq = 0;
fs/xfs/xfs_rtalloc.c
1765
seq = ts.tv_sec;
fs/xfs/xfs_rtalloc.c
1767
log2 = xfs_highbit64(seq);
fs/xfs/xfs_rtalloc.c
1769
resid = seq - (1ULL << log2);
fs/xfs/xfs_rtalloc.c
1777
ts.tv_sec = seq + 1;
fs/xfs/xfs_trans.h
80
void (*iop_committing)(struct xfs_log_item *lip, xfs_csn_t seq);
fs/zonefs/super.c
520
static int zonefs_show_options(struct seq_file *seq, struct dentry *root)
fs/zonefs/super.c
525
seq_puts(seq, ",errors=remount-ro");
fs/zonefs/super.c
527
seq_puts(seq, ",errors=zone-ro");
fs/zonefs/super.c
529
seq_puts(seq, ",errors=zone-offline");
fs/zonefs/super.c
531
seq_puts(seq, ",errors=repair");
include/asm-generic/compat.h
117
compat_ushort_t seq;
include/drm/drm_mipi_dbi.h
221
#define mipi_dbi_command(dbi, cmd, seq...) \
include/drm/drm_mipi_dbi.h
223
const u8 d[] = { seq }; \
include/drm/drm_mipi_dsi.h
402
#define mipi_dsi_generic_write_seq_multi(ctx, seq...) \
include/drm/drm_mipi_dsi.h
404
static const u8 d[] = { seq }; \
include/drm/drm_mipi_dsi.h
418
#define mipi_dsi_generic_write_var_seq_multi(ctx, seq...) \
include/drm/drm_mipi_dsi.h
420
const u8 d[] = { seq }; \
include/drm/drm_mipi_dsi.h
434
#define mipi_dsi_dcs_write_seq_multi(ctx, cmd, seq...) \
include/drm/drm_mipi_dsi.h
436
static const u8 d[] = { cmd, seq }; \
include/drm/drm_mipi_dsi.h
451
#define mipi_dsi_dcs_write_var_seq_multi(ctx, cmd, seq...) \
include/drm/drm_mipi_dsi.h
453
const u8 d[] = { cmd, seq }; \
include/drm/drm_vblank.h
299
u64 *seq,
include/drm/drm_vblank.h
78
struct drm_event_crtc_sequence seq;
include/linux/asn1_encoder.h
26
const unsigned char *seq, int len);
include/linux/audit.h
197
extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
include/linux/audit.h
198
extern int audit_list_rules_send(struct sk_buff *request_skb, int seq);
include/linux/bpf.h
1866
void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);
include/linux/bpf.h
2842
struct seq_file *seq);
include/linux/bpf.h
2868
__bpf_md_ptr(struct seq_file *, seq);
include/linux/bpf.h
2891
struct seq_file *seq);
include/linux/cdx/mcdi.h
119
u8 seq;
include/linux/ceph/ceph_fs.h
318
__le64 seq;
include/linux/ceph/ceph_fs.h
538
__le32 seq, issue_seq, mseq;
include/linux/ceph/ceph_fs.h
568
__le32 seq, mseq;
include/linux/ceph/ceph_fs.h
601
__le32 seq;
include/linux/ceph/ceph_fs.h
778
__le32 seq, issue_seq;
include/linux/ceph/ceph_fs.h
834
__le32 seq;
include/linux/ceph/ceph_fs.h
862
__le64 seq; /* snap seq for this snap realm */
include/linux/ceph/ceph_fs.h
896
__le64 seq; /* snap: version */
include/linux/ceph/libceph.h
165
u64 seq;
include/linux/ceph/msgr.h
155
__le64 seq; /* message seq# for this session */
include/linux/ceph/msgr.h
173
__le64 seq; /* message seq# for this session */
include/linux/ceph/msgr.h
192
__le64 seq; /* message seq# for this session */
include/linux/cgroup-defs.h
781
int (*css_extra_stat_show)(struct seq_file *seq,
include/linux/cgroup-defs.h
783
int (*css_local_stat_show)(struct seq_file *seq,
include/linux/cgroup.h
603
static inline struct cftype *seq_cft(struct seq_file *seq)
include/linux/cgroup.h
605
return of_cft(seq->private);
include/linux/cgroup.h
608
static inline struct cgroup_subsys_state *seq_css(struct seq_file *seq)
include/linux/cgroup.h
610
return of_css(seq->private);
include/linux/connector.h
45
u32 seq, group;
include/linux/connector.h
51
u32 seq, groups;
include/linux/console.h
284
u64 seq;
include/linux/console.h
352
u64 seq;
include/linux/cpuset.h
158
static inline bool read_mems_allowed_retry(unsigned int seq)
include/linux/cpuset.h
163
return read_seqcount_retry(&current->mems_allowed_seq, seq);
include/linux/cpuset.h
297
static inline bool read_mems_allowed_retry(unsigned int seq)
include/linux/dma-fence.h
264
void dma_fence_describe(struct dma_fence *fence, struct seq_file *seq);
include/linux/dma-resv.h
485
void dma_resv_describe(struct dma_resv *obj, struct seq_file *seq);
include/linux/dsa/tag_qca.h
65
__le32 seq; /* seq 63:32 */
include/linux/fs.h
1131
unsigned int seq;
include/linux/fs.h
1134
seq = read_seqcount_begin(&inode->i_size_seqcount);
include/linux/fs.h
1136
} while (read_seqcount_retry(&inode->i_size_seqcount, seq));
include/linux/fs/super_types.h
102
int (*show_options)(struct seq_file *seq, struct dentry *dentry);
include/linux/fs/super_types.h
103
int (*show_devname)(struct seq_file *seq, struct dentry *dentry);
include/linux/fs/super_types.h
104
int (*show_path)(struct seq_file *seq, struct dentry *dentry);
include/linux/fs/super_types.h
105
int (*show_stats)(struct seq_file *seq, struct dentry *dentry);
include/linux/fs_struct.h
12
seqlock_t seq;
include/linux/fs_struct.h
29
read_seqlock_excl(&fs->seq);
include/linux/fs_struct.h
32
read_sequnlock_excl(&fs->seq);
include/linux/fs_struct.h
37
read_seqlock_excl(&fs->seq);
include/linux/fs_struct.h
40
read_sequnlock_excl(&fs->seq);
include/linux/fscrypt.h
399
void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep,
include/linux/fscrypt.h
622
static inline void fscrypt_show_test_dummy_encryption(struct seq_file *seq,
include/linux/hp_sdc.h
68
uint8_t *seq; /* commands/data for the transaction */
include/linux/hrtimer_defs.h
30
seqcount_raw_spinlock_t seq;
include/linux/hte.h
50
u64 seq;
include/linux/ieee80211.h
203
#define IEEE80211_SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
include/linux/ipc.h
22
unsigned long seq;
include/linux/ipc_namespace.h
20
unsigned short seq;
include/linux/lru_cache.h
253
extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
include/linux/lru_cache.h
255
extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
include/linux/memcontrol.h
1610
unsigned int seq;
include/linux/memcontrol.h
1614
seq = read_seqbegin(&memcg->socket_pressure_seqlock);
include/linux/memcontrol.h
1616
} while (read_seqretry(&memcg->socket_pressure_seqlock, seq));
include/linux/mm_inline.h
126
static inline int lru_gen_from_seq(unsigned long seq)
include/linux/mm_inline.h
128
return seq % MAX_NR_GENS;
include/linux/mm_inline.h
131
static inline int lru_hist_from_seq(unsigned long seq)
include/linux/mm_inline.h
133
return seq % NR_HIST_GENS;
include/linux/mm_inline.h
256
unsigned long seq;
include/linux/mm_inline.h
268
seq = lru_gen_folio_seq(lruvec, folio, reclaiming);
include/linux/mm_inline.h
269
gen = lru_gen_from_seq(seq);
include/linux/mmap_lock.h
134
static inline bool mmap_lock_speculate_try_begin(struct mm_struct *mm, unsigned int *seq)
include/linux/mmap_lock.h
142
return raw_seqcount_try_begin(&mm->mm_lock_seq, *seq);
include/linux/mmap_lock.h
145
static inline bool mmap_lock_speculate_retry(struct mm_struct *mm, unsigned int seq)
include/linux/mmap_lock.h
147
return read_seqcount_retry(&mm->mm_lock_seq, seq);
include/linux/mmap_lock.h
493
static inline bool mmap_lock_speculate_try_begin(struct mm_struct *mm, unsigned int *seq)
include/linux/mmap_lock.h
498
static inline bool mmap_lock_speculate_retry(struct mm_struct *mm, unsigned int seq)
include/linux/mmu_notifier.h
346
unsigned long seq)
include/linux/mmu_notifier.h
348
return interval_sub->invalidate_seq != seq;
include/linux/mmu_notifier.h
371
unsigned long seq)
include/linux/mmu_notifier.h
374
return READ_ONCE(interval_sub->invalidate_seq) != seq;
include/linux/mmzone.h
533
unsigned long seq;
include/linux/mmzone.h
548
unsigned long seq;
include/linux/mmzone.h
608
unsigned long seq;
include/linux/mroute_base.h
298
u32 portid, u32 seq, struct mr_mfc *c,
include/linux/mroute_base.h
306
u32 portid, u32 seq, struct mr_mfc *c,
include/linux/mroute_base.h
357
u32 portid, u32 seq, struct mr_mfc *c,
include/linux/mroute_base.h
400
void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos);
include/linux/mroute_base.h
402
static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos)
include/linux/mroute_base.h
404
return *pos ? mr_vif_seq_idx(seq_file_net(seq),
include/linux/mroute_base.h
405
seq->private, *pos - 1)
include/linux/mroute_base.h
414
void *mr_mfc_seq_next(struct seq_file *seq, void *v,
include/linux/mroute_base.h
417
static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos,
include/linux/mroute_base.h
420
struct mr_mfc_iter *it = seq->private;
include/linux/mroute_base.h
426
return *pos ? mr_mfc_seq_idx(seq_file_net(seq),
include/linux/mroute_base.h
427
seq->private, *pos - 1)
include/linux/mroute_base.h
431
static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v)
include/linux/mroute_base.h
433
struct mr_mfc_iter *it = seq->private;
include/linux/mroute_base.h
448
static inline void *mr_vif_seq_next(struct seq_file *seq,
include/linux/mroute_base.h
454
static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos)
include/linux/mroute_base.h
465
static inline void *mr_mfc_seq_next(struct seq_file *seq, void *v,
include/linux/mroute_base.h
471
static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos,
include/linux/mroute_base.h
477
static inline void mr_mfc_seq_stop(struct seq_file *seq, void *v)
include/linux/netdevice.h
1597
u16 vid, u32 portid, u32 seq,
include/linux/netdevice.h
1614
u32 seq,
include/linux/netdevice.h
1621
u32 pid, u32 seq,
include/linux/netfilter/nfnetlink.h
79
u32 seq, int type, int flags,
include/linux/netfilter/nfnetlink.h
85
nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags);
include/linux/netlink.h
294
unsigned int prev_seq, seq;
include/linux/netlink.h
318
__nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags);
include/linux/platform_data/cros_ec_commands.h
2051
} set_brightness, seq, demo;
include/linux/rbtree_latch.h
148
write_seqcount_latch_begin(&root->seq);
include/linux/rbtree_latch.h
150
write_seqcount_latch(&root->seq);
include/linux/rbtree_latch.h
152
write_seqcount_latch_end(&root->seq);
include/linux/rbtree_latch.h
176
write_seqcount_latch_begin(&root->seq);
include/linux/rbtree_latch.h
178
write_seqcount_latch(&root->seq);
include/linux/rbtree_latch.h
180
write_seqcount_latch_end(&root->seq);
include/linux/rbtree_latch.h
206
unsigned int seq;
include/linux/rbtree_latch.h
209
seq = read_seqcount_latch(&root->seq);
include/linux/rbtree_latch.h
210
node = __lt_find(key, root, seq & 1, ops->comp);
include/linux/rbtree_latch.h
211
} while (read_seqcount_latch_retry(&root->seq, seq));
include/linux/rbtree_latch.h
45
seqcount_latch_t seq;
include/linux/rtnetlink.h
211
extern int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
include/linux/sched/ext.h
77
u32 seq; /* used by BPF iter */
include/linux/sched_clock.h
36
extern struct clock_read_data *sched_clock_read_begin(unsigned int *seq);
include/linux/sched_clock.h
37
extern int sched_clock_read_retry(unsigned int seq);
include/linux/seq_file.h
113
int seq_write(struct seq_file *seq, const void *data, size_t len);
include/linux/seq_file.h
248
static inline struct user_namespace *seq_user_ns(struct seq_file *seq)
include/linux/seq_file.h
251
return seq->file->f_cred->user_ns;
include/linux/seq_file_net.h
18
static inline struct net *seq_file_net(struct seq_file *seq)
include/linux/seq_file_net.h
21
return ((struct seq_net_private *)seq->private)->net;
include/linux/seq_file_net.h
31
static inline struct net *seq_file_single_net(struct seq_file *seq)
include/linux/seq_file_net.h
34
return (struct net *)seq->private;
include/linux/seqlock.h
1146
static inline void read_seqbegin_or_lock(seqlock_t *lock, int *seq)
include/linux/seqlock.h
1149
if (!(*seq & 1)) /* Even */
include/linux/seqlock.h
1150
*seq = read_seqbegin(lock);
include/linux/seqlock.h
1162
static inline int need_seqretry(seqlock_t *lock, int seq)
include/linux/seqlock.h
1165
return !(seq & 1) && read_seqretry(lock, seq);
include/linux/seqlock.h
1176
static inline void done_seqretry(seqlock_t *lock, int seq)
include/linux/seqlock.h
1179
if (seq & 1)
include/linux/seqlock.h
1204
read_seqbegin_or_lock_irqsave(seqlock_t *lock, int *seq)
include/linux/seqlock.h
1209
if (!(*seq & 1)) /* Even */
include/linux/seqlock.h
1210
*seq = read_seqbegin(lock);
include/linux/seqlock.h
1230
done_seqretry_irqrestore(seqlock_t *lock, int seq, unsigned long flags)
include/linux/seqlock.h
1233
if (seq & 1)
include/linux/seqlock.h
161
unsigned seq = smp_load_acquire(&s->seqcount.sequence); \
include/linux/seqlock.h
164
return seq; \
include/linux/seqlock.h
166
if (preemptible && unlikely(seq & 1)) { \
include/linux/seqlock.h
174
seq = smp_load_acquire(&s->seqcount.sequence); \
include/linux/seqlock.h
177
return seq; \
include/linux/socket.h
26
extern void socket_seq_show(struct seq_file *seq);
include/linux/sunrpc/metrics.h
103
static inline void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) {}
include/linux/sunrpc/stats.h
72
static inline void svc_seq_show(struct seq_file *seq,
include/linux/sunrpc/xprt.h
179
void (*print_stats)(struct rpc_xprt *xprt, struct seq_file *seq);
include/linux/surface_aggregator/serial_hub.h
62
u8 seq;
include/linux/tcp.h
355
u32 seq;
include/linux/tcp.h
361
u32 seq;
include/linux/trace_events.h
123
struct trace_seq seq;
include/linux/trace_seq.h
24
struct seq_buf seq;
include/linux/trace_seq.h
33
seq_buf_init(&s->seq, s->buffer, TRACE_SEQ_BUFFER_SIZE);
include/linux/trace_seq.h
53
return seq_buf_used(&s->seq);
include/linux/trace_seq.h
68
return s->buffer + seq_buf_used(&s->seq);
include/linux/trace_seq.h
80
return s->full || seq_buf_has_overflowed(&s->seq);
include/linux/trace_seq.h
93
return seq_buf_pop(&s->seq);
include/linux/u64_stats_sync.h
166
seqcount_init(&__s->seq); \
include/linux/u64_stats_sync.h
172
write_seqcount_begin(&syncp->seq);
include/linux/u64_stats_sync.h
177
write_seqcount_end(&syncp->seq);
include/linux/u64_stats_sync.h
196
return read_seqcount_begin(&syncp->seq);
include/linux/u64_stats_sync.h
202
return read_seqcount_retry(&syncp->seq, start);
include/linux/u64_stats_sync.h
66
seqcount_t seq;
include/linux/w1.h
241
u32 seq;
include/net/addrconf.h
100
u32 seq;
include/net/bluetooth/hci.h
2140
__le16 seq;
include/net/bluetooth/l2cap.h
881
static inline __u16 __next_seq(struct l2cap_chan *chan, __u16 seq)
include/net/bluetooth/l2cap.h
883
return (seq + 1) % (chan->tx_win_max + 1);
include/net/cfg80211.h
5529
bool seq;
include/net/cfg80211.h
833
const u8 *seq;
include/net/dcbnl.h
56
u32 seq, u32 pid);
include/net/dcbnl.h
58
u32 seq, u32 pid);
include/net/genetlink.h
336
void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
include/net/gre.h
104
__be32 key, __be32 seq)
include/net/gre.h
125
*ptr = seq;
include/net/gre.h
18
__be32 seq;
include/net/gtp.h
25
__be16 seq;
include/net/gtp.h
44
__be16 seq;
include/net/ieee802154_netdev.h
187
u8 seq;
include/net/ip_tunnels.h
203
__be32 seq;
include/net/mac80211.h
2336
u8 seq[IEEE80211_MAX_PN_LEN];
include/net/mac80211.h
4642
struct ieee80211_key_seq *seq);
include/net/mac80211.h
6070
int tid, struct ieee80211_key_seq *seq);
include/net/mac80211.h
6090
int tid, struct ieee80211_key_seq *seq);
include/net/mptcp.h
215
void mptcp_seq_show(struct seq_file *seq);
include/net/mptcp.h
301
static inline void mptcp_seq_show(struct seq_file *seq) { }
include/net/neighbour.h
492
unsigned int seq, hh_alen;
include/net/neighbour.h
495
seq = read_seqbegin(&hh->hh_lock);
include/net/neighbour.h
498
} while (read_seqretry(&hh->hh_lock, seq));
include/net/neighbour.h
506
unsigned int seq;
include/net/neighbour.h
510
seq = read_seqbegin(&hh->hh_lock);
include/net/neighbour.h
532
} while (read_seqretry(&hh->hh_lock, seq));
include/net/neighbour.h
595
unsigned int seq;
include/net/neighbour.h
598
seq = read_seqbegin(&n->ha_lock);
include/net/neighbour.h
600
} while (read_seqretry(&n->ha_lock, seq));
include/net/netfilter/nf_conntrack_seqadj.h
21
struct nf_ct_seqadj seq[IP_CT_DIR_MAX];
include/net/netfilter/nf_conntrack_seqadj.h
37
__be32 seq, s32 off);
include/net/netfilter/nf_conntrack_seqadj.h
43
s32 nf_ct_seq_offset(const struct nf_conn *ct, enum ip_conntrack_dir, u32 seq);
include/net/netfilter/nf_tables.h
1410
struct nft_object *obj, u32 portid, u32 seq,
include/net/netfilter/nf_tables.h
1673
u32 seq;
include/net/netfilter/nf_tables.h
1858
u32 seq;
include/net/netfilter/nf_tables.h
1893
ctx->seq = trans->seq;
include/net/netfilter/nf_tables.h
219
u32 seq;
include/net/netlink.h
1001
return __nlmsg_put(skb, portid, seq, type, payload, flags);
include/net/netlink.h
1236
if (cb->prev_seq && cb->seq != cb->prev_seq)
include/net/netlink.h
1238
cb->prev_seq = cb->seq;
include/net/netlink.h
995
static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
include/net/netns/ipv6.h
125
u32 seq;
include/net/netns/nexthop.h
16
unsigned int seq; /* protected by rtnl_mutex */
include/net/ping.h
74
void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
include/net/ping.h
75
void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos);
include/net/ping.h
76
void ping_seq_stop(struct seq_file *seq, void *v);
include/net/pptp.h
22
__be32 seq;
include/net/psample.h
13
u32 seq;
include/net/psp/functions.h
74
u32 seq = TCP_SKB_CB(skb)->seq;
include/net/psp/functions.h
77
pure_fin = fin && end_seq - seq == 1;
include/net/psp/functions.h
79
return seq == end_seq || (pure_fin && seq == pas->upgrade_seq);
include/net/raw.h
66
static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq)
include/net/raw.h
68
return seq->private;
include/net/raw.h
70
void *raw_seq_start(struct seq_file *seq, loff_t *pos);
include/net/raw.h
71
void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
include/net/raw.h
72
void raw_seq_stop(struct seq_file *seq, void *v);
include/net/sctp/command.h
199
static inline int sctp_init_cmd_seq(struct sctp_cmd_seq *seq)
include/net/sctp/command.h
202
seq->last_used_slot = seq->cmds + SCTP_MAX_NUM_COMMANDS;
include/net/sctp/command.h
203
seq->next_cmd = seq->last_used_slot;
include/net/sctp/command.h
213
static inline void sctp_add_cmd_sf(struct sctp_cmd_seq *seq,
include/net/sctp/command.h
216
struct sctp_cmd *cmd = seq->last_used_slot - 1;
include/net/sctp/command.h
218
BUG_ON(cmd < seq->cmds);
include/net/sctp/command.h
222
seq->last_used_slot = cmd;
include/net/sctp/command.h
228
static inline struct sctp_cmd *sctp_next_cmd(struct sctp_cmd_seq *seq)
include/net/sctp/command.h
230
if (seq->next_cmd <= seq->last_used_slot)
include/net/sctp/command.h
233
return --seq->next_cmd;
include/net/sctp/structs.h
472
void (*seq_dump_addr)(struct seq_file *seq,
include/net/sctp/ulpevent.h
112
__u32 indication, __u32 sid, __u32 seq,
include/net/secure_seq.h
12
u32 seq;
include/net/secure_seq.h
33
return ts.seq;
include/net/secure_seq.h
49
return ts.seq;
include/net/sock.h
2795
unsigned int seq;
include/net/sock.h
2799
seq = read_seqbegin(&sk->sk_stamp_seq);
include/net/sock.h
2801
} while (read_seqretry(&sk->sk_stamp_seq, seq));
include/net/tcp.h
1060
__u32 seq; /* Starting sequence number */
include/net/tcp.h
1611
static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq)
include/net/tcp.h
1613
tp->snd_wl1 = seq;
include/net/tcp.h
1616
static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq)
include/net/tcp.h
1618
tp->snd_wl1 = seq;
include/net/tcp.h
2301
return TCP_SKB_CB(tp->highest_sack)->seq;
include/net/tcp.h
2354
void *tcp_seq_start(struct seq_file *seq, loff_t *pos);
include/net/tcp.h
2355
void *tcp_seq_next(struct seq_file *seq, void *v, loff_t *pos);
include/net/tcp.h
2356
void tcp_seq_stop(struct seq_file *seq, void *v);
include/net/tcp.h
537
void tcp_req_err(struct sock *sk, u32 seq, bool abort);
include/net/tcp.h
538
void tcp_ld_RTO_revert(struct sock *sk, u32 seq);
include/net/tcp.h
844
struct sk_buff *tcp_recv_skb(struct sock *sk, u32 seq, u32 *off);
include/net/tcp_ao.h
204
u32 tcp_ao_compute_sne(u32 next_sne, u32 next_seq, u32 seq);
include/net/tcp_ao.h
214
const struct tcp_ao_hdr *aoh, int l3index, u32 seq,
include/net/tcp_ecn.h
179
if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq &&
include/net/tcp_ecn.h
60
if (TCP_SKB_CB(skb)->seq != TCP_SKB_CB(skb)->end_seq)
include/net/tls.h
284
struct sock *sk, u32 seq, u8 *rcd_sn,
include/net/tls.h
337
u32 seq, u64 *p_record_sn);
include/net/tls.h
447
static inline void tls_offload_rx_resync_request(struct sock *sk, __be32 seq)
include/net/tls.h
452
atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ);
include/net/tls.h
458
__be32 seq, u16 len)
include/net/tls.h
460
atomic64_set(&resync_async->req, ((u64)ntohl(seq) << 32) |
include/net/tls.h
468
__be32 seq)
include/net/tls.h
470
atomic64_set(&resync_async->req, ((u64)ntohl(seq) << 32) | RESYNC_REQ);
include/net/transp_v6.h
47
void __ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp,
include/net/transp_v6.h
50
ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp,
include/net/transp_v6.h
53
__ip6_dgram_sock_seq_show(seq, sp, srcp, destp, sk_rmem_alloc_get(sp),
include/net/udp.h
574
void *udp_seq_start(struct seq_file *seq, loff_t *pos);
include/net/udp.h
575
void *udp_seq_next(struct seq_file *seq, void *v, loff_t *pos);
include/net/udp.h
576
void udp_seq_stop(struct seq_file *seq, void *v);
include/net/xfrm.h
1135
} seq;
include/net/xfrm.h
129
u32 seq;
include/net/xfrm.h
1765
struct xfrm_state *xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq, u32 pcpu_num);
include/net/xfrm.h
1918
int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
include/net/xfrm.h
351
u32 seq;
include/net/xfrm.h
592
u32 seq;
include/net/xfrm.h
757
} seq;
include/net/xfrm.h
803
__be32 seq;
include/rdma/ib_verbs.h
2061
__be32 seq;
include/rdma/ib_verbs.h
2203
u32 seq;
include/rdma/rdma_netlink.h
65
void *ibnl_put_msg(struct sk_buff *skb, struct nlmsghdr **nlh, int seq,
include/scsi/libfc.h
460
struct fc_seq seq;
include/scsi/libfc.h
469
#define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq)
include/sound/hda_codec.h
375
const struct hda_verb *seq);
include/trace/events/amdxdna.h
33
TP_PROTO(struct drm_sched_job *sched_job, const char *name, const char *str, u64 seq),
include/trace/events/amdxdna.h
35
TP_ARGS(sched_job, name, str, seq),
include/trace/events/amdxdna.h
41
__field(u64, seq)),
include/trace/events/amdxdna.h
47
__entry->seq = seq;),
include/trace/events/amdxdna.h
51
__get_str(name), __entry->seq,
include/trace/events/btrfs.h
869
__field( u64, seq )
include/trace/events/btrfs.h
880
__entry->seq = ref->seq;
include/trace/events/btrfs.h
892
__entry->seq)
include/trace/events/btrfs.h
927
__field( u64, seq )
include/trace/events/btrfs.h
939
__entry->seq = ref->seq;
include/trace/events/btrfs.h
953
__entry->seq)
include/trace/events/ceph.h
195
u32 seq, u32 mseq, u32 issue_seq),
include/trace/events/ceph.h
197
TP_ARGS(mdsc, session, op, vino, inode, seq, mseq, issue_seq),
include/trace/events/ceph.h
204
__field(u32, seq)
include/trace/events/ceph.h
214
__entry->seq = seq;
include/trace/events/ceph.h
224
__entry->seq,
include/trace/events/ext4.h
2220
__field( u64, seq )
include/trace/events/ext4.h
2230
__entry->seq = EXT4_I(inode)->i_es_seq;
include/trace/events/ext4.h
2238
__entry->seq)
include/trace/events/ext4.h
2263
__field( u64, seq )
include/trace/events/ext4.h
2271
__entry->seq = EXT4_I(inode)->i_es_seq;
include/trace/events/ext4.h
2277
__entry->lblk, __entry->len, __entry->seq)
include/trace/events/ext4.h
2537
__field( u64, seq )
include/trace/events/ext4.h
2549
__entry->seq = EXT4_I(inode)->i_es_seq;
include/trace/events/ext4.h
2558
__entry->seq)
include/trace/events/ksm.h
20
TP_PROTO(int seq, u32 rmap_entries),
include/trace/events/ksm.h
22
TP_ARGS(seq, rmap_entries),
include/trace/events/ksm.h
25
__field(int, seq)
include/trace/events/ksm.h
30
__entry->seq = seq;
include/trace/events/ksm.h
35
__entry->seq, __entry->rmap_entries)
include/trace/events/ksm.h
48
TP_PROTO(int seq, u32 rmap_entries),
include/trace/events/ksm.h
50
TP_ARGS(seq, rmap_entries)
include/trace/events/ksm.h
63
TP_PROTO(int seq, u32 rmap_entries),
include/trace/events/ksm.h
65
TP_ARGS(seq, rmap_entries)
include/trace/events/rxrpc.h
1040
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1052
__entry->seq = call->tx_top + 1;
include/trace/events/rxrpc.h
1064
__entry->seq,
include/trace/events/rxrpc.h
1075
TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq, rxrpc_seq_t to),
include/trace/events/rxrpc.h
1077
TP_ARGS(call, seq, to),
include/trace/events/rxrpc.h
1081
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1088
__entry->seq = seq;
include/trace/events/rxrpc.h
1095
__entry->seq,
include/trace/events/rxrpc.h
1101
TP_PROTO(unsigned int call, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
1104
TP_ARGS(call, seq, serial, flags),
include/trace/events/rxrpc.h
1108
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1115
__entry->seq = seq;
include/trace/events/rxrpc.h
1123
__entry->seq,
include/trace/events/rxrpc.h
1406
ntohl(__entry->whdr.seq),
include/trace/events/rxrpc.h
1414
TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
1418
TP_ARGS(call, seq, serial, flags, trace),
include/trace/events/rxrpc.h
1422
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1434
__entry->seq = seq;
include/trace/events/rxrpc.h
1445
__entry->seq,
include/trace/events/rxrpc.h
1493
rxrpc_serial_t serial, rxrpc_seq_t seq),
include/trace/events/rxrpc.h
1495
TP_ARGS(call, why, serial, seq),
include/trace/events/rxrpc.h
1501
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1510
__entry->seq = seq;
include/trace/events/rxrpc.h
1519
__entry->seq,
include/trace/events/rxrpc.h
1550
rxrpc_seq_t seq, unsigned int offset, unsigned int len,
include/trace/events/rxrpc.h
1553
TP_ARGS(call, why, seq, offset, len, ret),
include/trace/events/rxrpc.h
1558
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1567
__entry->seq = seq;
include/trace/events/rxrpc.h
1576
__entry->seq,
include/trace/events/rxrpc.h
1777
__entry->hdr.serial, __entry->hdr.seq,
include/trace/events/rxrpc.h
1876
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
1883
__entry->seq = req->seq;
include/trace/events/rxrpc.h
1890
__entry->seq,
include/trace/events/rxrpc.h
2091
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2098
__entry->seq = call->acks_hard_ack;
include/trace/events/rxrpc.h
2106
__entry->seq,
include/trace/events/rxrpc.h
2138
struct rxrpc_ack_summary *summary, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
2141
TP_ARGS(call, tq, summary, seq, trace),
include/trace/events/rxrpc.h
2146
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2154
__entry->seq = seq;
include/trace/events/rxrpc.h
2162
__entry->seq,
include/trace/events/rxrpc.h
2309
TP_PROTO(unsigned int call_debug_id, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
2312
TP_ARGS(call_debug_id, seq, why),
include/trace/events/rxrpc.h
2316
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2322
__entry->seq = seq;
include/trace/events/rxrpc.h
2328
__entry->seq,
include/trace/events/rxrpc.h
2334
unsigned int call_debug_id, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
2337
TP_ARGS(debug_id, call_debug_id, seq, ref, what),
include/trace/events/rxrpc.h
2342
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2350
__entry->seq = seq;
include/trace/events/rxrpc.h
2358
__entry->seq,
include/trace/events/rxrpc.h
2365
rxrpc_seq_t seq, enum rxrpc_tq_trace trace),
include/trace/events/rxrpc.h
2367
TP_ARGS(call, tq, seq, trace),
include/trace/events/rxrpc.h
2372
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2379
__entry->seq = seq;
include/trace/events/rxrpc.h
2386
__entry->seq,
include/trace/events/rxrpc.h
2432
TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t seq,
include/trace/events/rxrpc.h
2435
TP_ARGS(call, seq, sack, what),
include/trace/events/rxrpc.h
2439
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2446
__entry->seq = seq;
include/trace/events/rxrpc.h
2453
__entry->seq,
include/trace/events/rxrpc.h
2582
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2594
__entry->seq = call->rack_end_seq;
include/trace/events/rxrpc.h
2604
__entry->call, __entry->ack_serial, __entry->seq,
include/trace/events/rxrpc.h
2619
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2626
__entry->seq = call->rack_end_seq;
include/trace/events/rxrpc.h
2631
__entry->call, __entry->ack_serial, __entry->seq,
include/trace/events/rxrpc.h
2686
rxrpc_seq_t seq),
include/trace/events/rxrpc.h
2688
TP_ARGS(call, summary, seq),
include/trace/events/rxrpc.h
2693
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2699
__entry->seq = seq;
include/trace/events/rxrpc.h
2703
__entry->call, __entry->ack_serial, __entry->seq)
include/trace/events/rxrpc.h
2742
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
2749
__entry->seq = call->tlp_seq;
include/trace/events/rxrpc.h
2754
__entry->call, __entry->serial, __entry->seq,
include/trace/events/rxrpc.h
890
__entry->hdr.serial, __entry->hdr.seq,
include/trace/events/rxrpc.h
940
u32 cid, u32 call_id, rxrpc_seq_t seq, int abort_code, int error),
include/trace/events/rxrpc.h
942
TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
include/trace/events/rxrpc.h
949
__field(rxrpc_seq_t, seq)
include/trace/events/rxrpc.h
961
__entry->seq = seq;
include/trace/events/rxrpc.h
966
__entry->cid, __entry->call_id, __entry->seq,
include/trace/events/scmi.h
102
__field(u16, seq)
include/trace/events/scmi.h
111
__entry->seq = seq;
include/trace/events/scmi.h
117
__entry->protocol_id, __entry->msg_id, __entry->seq,
include/trace/events/scmi.h
122
TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq,
include/trace/events/scmi.h
124
TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type),
include/trace/events/scmi.h
130
__field(u16, seq)
include/trace/events/scmi.h
138
__entry->seq = seq;
include/trace/events/scmi.h
143
__entry->protocol_id, __entry->msg_id, __entry->seq,
include/trace/events/scmi.h
149
unsigned char *tag, u16 seq, int status,
include/trace/events/scmi.h
151
TP_ARGS(id, channel_id, protocol_id, msg_id, tag, seq, status,
include/trace/events/scmi.h
160
__field(u16, seq)
include/trace/events/scmi.h
172
__entry->seq = seq;
include/trace/events/scmi.h
180
__entry->tag, __entry->msg_id, __entry->seq, __entry->status,
include/trace/events/scmi.h
38
TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq,
include/trace/events/scmi.h
40
TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll, inflight),
include/trace/events/scmi.h
46
__field(u16, seq)
include/trace/events/scmi.h
55
__entry->seq = seq;
include/trace/events/scmi.h
61
__entry->protocol_id, __entry->msg_id, __entry->seq,
include/trace/events/scmi.h
66
TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq,
include/trace/events/scmi.h
68
TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll),
include/trace/events/scmi.h
74
__field(u16, seq)
include/trace/events/scmi.h
83
__entry->seq = seq;
include/trace/events/scmi.h
89
__entry->protocol_id, __entry->msg_id, __entry->seq,
include/trace/events/scmi.h
94
TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq,
include/trace/events/scmi.h
96
TP_ARGS(transfer_id, msg_id, protocol_id, seq, status, inflight),
include/trace/events/tcp.h
243
__entry->copied = tp->copied_seq - tp->rcvq_space.seq;
include/trace/trace_custom_events.h
82
struct trace_seq *s = &iter->seq; \
include/trace/trace_events.h
208
struct trace_seq *s = &iter->seq; \
include/uapi/asm-generic/ipcbuf.h
31
unsigned short seq;
include/uapi/drm/amdxdna_accel.h
270
__u64 seq;
include/uapi/drm/habanalabs_accel.h
1128
__u64 seq;
include/uapi/drm/habanalabs_accel.h
1666
__u64 seq;
include/uapi/drm/habanalabs_accel.h
1719
__u64 seq;
include/uapi/drm/habanalabs_accel.h
1772
__u64 seq;
include/uapi/linux/connector.h
73
__u32 seq;
include/uapi/linux/dm-log-userspace.h
425
__u32 seq; /* Sequence number for request */
include/uapi/linux/ipc.h
18
unsigned short seq;
include/uapi/linux/raid/md_p.h
396
__le64 seq;
include/uapi/linux/rds.h
176
__u64 seq;
include/uapi/linux/rds.h
187
__u64 seq;
include/uapi/linux/tcp.h
28
__be32 seq;
include/uapi/linux/tipc.h
118
struct tipc_service_range seq; /* range of interest */
include/uapi/linux/um_timetravel.h
34
__u32 seq;
include/uapi/linux/xfrm.h
395
__u32 seq;
include/uapi/linux/xfrm.h
466
__u32 seq;
include/uapi/linux/xfrm.h
87
__u32 seq;
include/uapi/linux/xfrm.h
96
__u32 seq;
include/uapi/rdma/ib_user_ioctl_verbs.h
199
__u32 seq;
include/uapi/rdma/ib_user_verbs.h
1092
__u32 seq;
include/vdso/datapage.h
101
u32 seq;
include/vdso/helpers.h
12
u32 seq;
include/vdso/helpers.h
14
while (unlikely((seq = READ_ONCE(vc->seq)) & 1))
include/vdso/helpers.h
18
return seq;
include/vdso/helpers.h
24
u32 seq;
include/vdso/helpers.h
27
seq = READ_ONCE(vc->seq);
include/vdso/helpers.h
28
return seq != start;
include/vdso/helpers.h
38
WRITE_ONCE(vc->seq, vc->seq + 1);
include/vdso/helpers.h
48
WRITE_ONCE(vc->seq, vc->seq + 1);
include/video/tdfx.h
162
unsigned char seq[5];
io_uring/cancel.c
211
.seq = atomic_inc_return(&req->ctx->cancel_seq),
io_uring/cancel.c
266
.seq = atomic_inc_return(&ctx->cancel_seq),
io_uring/cancel.c
318
cd.seq = atomic_inc_return(&ctx->cancel_seq);
io_uring/cancel.c
63
if (io_cancel_match_sequence(req, cd->seq))
io_uring/cancel.h
13
int seq;
io_uring/poll.c
767
if (io_cancel_match_sequence(req, cd->seq))
io_uring/timeout.c
130
u32 seq;
io_uring/timeout.c
133
seq = READ_ONCE(ctx->cached_cq_tail) - atomic_read(&ctx->cq_timeouts);
io_uring/timeout.c
150
events_got = seq - ctx->cq_last_tm_flush;
io_uring/timeout.c
156
ctx->cq_last_tm_flush = seq;
ipc/compat.c
70
to->seq = from->seq;
ipc/compat.c
81
to->seq = from->seq;
ipc/util.c
118
ids->seq = 0;
ipc/util.c
240
ids->seq++;
ipc/util.c
241
if (ids->seq >= ipcid_seq_max())
ipc/util.c
242
ids->seq = 0;
ipc/util.c
246
new->seq = ids->seq;
ipc/util.c
254
new->seq = ipcid_to_seqx(next_id);
ipc/util.c
259
new->id = (new->seq << ipcmni_seq_shift()) + idx;
ipc/util.c
595
out->seq = in->seq;
ipc/util.c
614
out->seq = in->seq;
ipc/util.c
914
struct seq_file *seq = file->private_data;
ipc/util.c
915
struct ipc_proc_iter *iter = seq->private;
ipc/util.h
205
return ipcid_to_seqx(id) != ipcp->seq;
ipc/util.h
266
unsigned short seq;
kernel/audit.c
1041
static void audit_send_reply(struct sk_buff *request_skb, int seq, int type, int done,
kernel/audit.c
1051
reply->skb = audit_make_reply(seq, type, done, multi, payload, size);
kernel/audit.c
1159
u32 seq;
kernel/audit.c
1161
seq = nlmsg_hdr(skb)->nlmsg_seq;
kernel/audit.c
1163
audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af));
kernel/audit.c
1257
u32 seq;
kernel/audit.c
1270
seq = nlh->nlmsg_seq;
kernel/audit.c
1290
audit_send_reply(skb, seq, AUDIT_GET, 0, 0, &s, sizeof(s));
kernel/audit.c
1463
err = audit_rule_change(msg_type, seq, data, data_len);
kernel/audit.c
1466
err = audit_list_rules_send(skb, seq);
kernel/audit.c
1532
audit_send_reply(skb, seq, AUDIT_SIGNAL_INFO, 0, 0,
kernel/audit.c
1545
audit_send_reply(skb, seq, AUDIT_TTY_GET, 0, 0, &s, sizeof(s));
kernel/audit.c
978
struct sk_buff *audit_make_reply(int seq, int type, int done,
kernel/audit.c
991
nlh = nlmsg_put(skb, 0, seq, t, size, flags);
kernel/audit.h
242
extern struct sk_buff *audit_make_reply(int seq, int type, int done, int multi,
kernel/auditfilter.c
1079
static void audit_list_rules(int seq, struct sk_buff_head *q)
kernel/auditfilter.c
1094
skb = audit_make_reply(seq, AUDIT_LIST_RULES, 0, 1,
kernel/auditfilter.c
1102
skb = audit_make_reply(seq, AUDIT_LIST_RULES, 1, 1, NULL, 0);
kernel/auditfilter.c
1133
int audit_rule_change(int type, int seq, void *data, size_t datasz)
kernel/auditfilter.c
1172
int audit_list_rules_send(struct sk_buff *request_skb, int seq)
kernel/auditfilter.c
1191
audit_list_rules(seq, &dest->q);
kernel/auditsc.c
2095
unsigned long seq;
kernel/auditsc.c
2105
seq = read_seqbegin(&rename_lock);
kernel/auditsc.c
2125
if (unlikely(read_seqretry(&rename_lock, seq) || drop)) { /* in this order */
kernel/bpf/arraymap.c
609
static void *bpf_array_map_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/arraymap.c
611
struct bpf_iter_seq_array_map_info *info = seq->private;
kernel/bpf/arraymap.c
628
static void *bpf_array_map_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/arraymap.c
630
struct bpf_iter_seq_array_map_info *info = seq->private;
kernel/bpf/arraymap.c
647
static int __bpf_array_map_seq_show(struct seq_file *seq, void *v)
kernel/bpf/arraymap.c
649
struct bpf_iter_seq_array_map_info *info = seq->private;
kernel/bpf/arraymap.c
659
meta.seq = seq;
kernel/bpf/arraymap.c
687
static int bpf_array_map_seq_show(struct seq_file *seq, void *v)
kernel/bpf/arraymap.c
689
return __bpf_array_map_seq_show(seq, v);
kernel/bpf/arraymap.c
692
static void bpf_array_map_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/arraymap.c
695
(void)__bpf_array_map_seq_show(seq, NULL);
kernel/bpf/bpf_iter.c
102
mutex_lock(&seq->lock);
kernel/bpf/bpf_iter.c
104
if (!seq->buf) {
kernel/bpf/bpf_iter.c
105
seq->size = PAGE_SIZE << 3;
kernel/bpf/bpf_iter.c
106
seq->buf = kvmalloc(seq->size, GFP_KERNEL);
kernel/bpf/bpf_iter.c
107
if (!seq->buf) {
kernel/bpf/bpf_iter.c
113
if (seq->count) {
kernel/bpf/bpf_iter.c
114
n = min(seq->count, size);
kernel/bpf/bpf_iter.c
115
err = copy_to_user(buf, seq->buf + seq->from, n);
kernel/bpf/bpf_iter.c
120
seq->count -= n;
kernel/bpf/bpf_iter.c
121
seq->from += n;
kernel/bpf/bpf_iter.c
126
seq->from = 0;
kernel/bpf/bpf_iter.c
127
p = seq->op->start(seq, &seq->index);
kernel/bpf/bpf_iter.c
132
seq->op->stop(seq, p);
kernel/bpf/bpf_iter.c
133
seq->count = 0;
kernel/bpf/bpf_iter.c
137
err = seq->op->show(seq, p);
kernel/bpf/bpf_iter.c
142
bpf_iter_dec_seq_num(seq);
kernel/bpf/bpf_iter.c
143
seq->count = 0;
kernel/bpf/bpf_iter.c
144
} else if (err < 0 || seq_has_overflowed(seq)) {
kernel/bpf/bpf_iter.c
147
seq->op->stop(seq, p);
kernel/bpf/bpf_iter.c
148
seq->count = 0;
kernel/bpf/bpf_iter.c
152
can_resched = bpf_iter_support_resched(seq);
kernel/bpf/bpf_iter.c
154
loff_t pos = seq->index;
kernel/bpf/bpf_iter.c
157
offs = seq->count;
kernel/bpf/bpf_iter.c
158
p = seq->op->next(seq, p, &seq->index);
kernel/bpf/bpf_iter.c
159
if (pos == seq->index) {
kernel/bpf/bpf_iter.c
162
seq->op->next);
kernel/bpf/bpf_iter.c
163
seq->index++;
kernel/bpf/bpf_iter.c
170
bpf_iter_inc_seq_num(seq);
kernel/bpf/bpf_iter.c
172
if (seq->count >= size)
kernel/bpf/bpf_iter.c
178
seq->op->stop(seq, p);
kernel/bpf/bpf_iter.c
184
err = seq->op->show(seq, p);
kernel/bpf/bpf_iter.c
186
bpf_iter_dec_seq_num(seq);
kernel/bpf/bpf_iter.c
187
seq->count = offs;
kernel/bpf/bpf_iter.c
188
} else if (err < 0 || seq_has_overflowed(seq)) {
kernel/bpf/bpf_iter.c
189
seq->count = offs;
kernel/bpf/bpf_iter.c
193
seq->op->stop(seq, p);
kernel/bpf/bpf_iter.c
203
offs = seq->count;
kernel/bpf/bpf_iter.c
205
seq->op->stop(seq, NULL);
kernel/bpf/bpf_iter.c
210
seq->op->stop(seq, p);
kernel/bpf/bpf_iter.c
212
if (!seq_has_overflowed(seq)) {
kernel/bpf/bpf_iter.c
213
bpf_iter_done_stop(seq);
kernel/bpf/bpf_iter.c
215
seq->count = offs;
kernel/bpf/bpf_iter.c
223
n = min(seq->count, size);
kernel/bpf/bpf_iter.c
224
err = copy_to_user(buf, seq->buf, n);
kernel/bpf/bpf_iter.c
230
seq->count -= n;
kernel/bpf/bpf_iter.c
231
seq->from = n;
kernel/bpf/bpf_iter.c
237
mutex_unlock(&seq->lock);
kernel/bpf/bpf_iter.c
265
struct seq_file *seq;
kernel/bpf/bpf_iter.c
267
seq = file->private_data;
kernel/bpf/bpf_iter.c
268
if (!seq)
kernel/bpf/bpf_iter.c
271
iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
kernel/bpf/bpf_iter.c
275
iter_priv->seq_info->fini_seq_private(seq->private);
kernel/bpf/bpf_iter.c
278
seq->private = iter_priv;
kernel/bpf/bpf_iter.c
43
static void bpf_iter_inc_seq_num(struct seq_file *seq)
kernel/bpf/bpf_iter.c
436
struct seq_file *seq)
kernel/bpf/bpf_iter.c
442
seq_printf(seq,
kernel/bpf/bpf_iter.c
448
show_fdinfo(&iter_link->aux, seq);
kernel/bpf/bpf_iter.c
47
iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
kernel/bpf/bpf_iter.c
52
static void bpf_iter_dec_seq_num(struct seq_file *seq)
kernel/bpf/bpf_iter.c
56
iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
kernel/bpf/bpf_iter.c
596
struct seq_file *seq;
kernel/bpf/bpf_iter.c
61
static void bpf_iter_done_stop(struct seq_file *seq)
kernel/bpf/bpf_iter.c
621
seq = file->private_data;
kernel/bpf/bpf_iter.c
622
seq->private = priv_data->target_private;
kernel/bpf/bpf_iter.c
65
iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
kernel/bpf/bpf_iter.c
660
struct seq_file *seq;
kernel/bpf/bpf_iter.c
663
seq = meta->seq;
kernel/bpf/bpf_iter.c
664
if (seq->file->f_op != &bpf_iter_fops)
kernel/bpf/bpf_iter.c
667
seq_priv = seq->private;
kernel/bpf/bpf_iter.c
75
static bool bpf_iter_support_resched(struct seq_file *seq)
kernel/bpf/bpf_iter.c
79
iter_priv = container_of(seq->private, struct bpf_iter_priv_data,
kernel/bpf/bpf_iter.c
96
struct seq_file *seq = file->private_data;
kernel/bpf/bpf_struct_ops.c
1232
struct seq_file *seq)
kernel/bpf/bpf_struct_ops.c
1241
seq_printf(seq, "map_id:\t%d\n", map->id);
kernel/bpf/cgroup.c
1426
struct seq_file *seq)
kernel/bpf/cgroup.c
1437
seq_printf(seq,
kernel/bpf/cgroup_iter.c
104
static void *cgroup_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/cgroup_iter.c
107
struct cgroup_iter_priv *p = seq->private;
kernel/bpf/cgroup_iter.c
125
static int __cgroup_iter_seq_show(struct seq_file *seq,
kernel/bpf/cgroup_iter.c
128
struct cgroup_iter_priv *p = seq->private;
kernel/bpf/cgroup_iter.c
140
meta.seq = seq;
kernel/bpf/cgroup_iter.c
152
static int cgroup_iter_seq_show(struct seq_file *seq, void *v)
kernel/bpf/cgroup_iter.c
154
return __cgroup_iter_seq_show(seq, (struct cgroup_subsys_state *)v,
kernel/bpf/cgroup_iter.c
243
struct seq_file *seq)
kernel/bpf/cgroup_iter.c
249
seq_puts(seq, "cgroup_path:\t<unknown>\n");
kernel/bpf/cgroup_iter.c
260
seq_printf(seq, "cgroup_path:\t%s\n", buf);
kernel/bpf/cgroup_iter.c
265
seq_puts(seq, "order: descendants_pre\n");
kernel/bpf/cgroup_iter.c
267
seq_puts(seq, "order: descendants_post\n");
kernel/bpf/cgroup_iter.c
269
seq_puts(seq, "order: ancestors_up\n");
kernel/bpf/cgroup_iter.c
271
seq_puts(seq, "order: children\n");
kernel/bpf/cgroup_iter.c
273
seq_puts(seq, "order: self_only\n");
kernel/bpf/cgroup_iter.c
58
static void *cgroup_iter_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/cgroup_iter.c
60
struct cgroup_iter_priv *p = seq->private;
kernel/bpf/cgroup_iter.c
88
static int __cgroup_iter_seq_show(struct seq_file *seq,
kernel/bpf/cgroup_iter.c
91
static void cgroup_iter_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/cgroup_iter.c
93
struct cgroup_iter_priv *p = seq->private;
kernel/bpf/cgroup_iter.c
99
__cgroup_iter_seq_show(seq, NULL, true);
kernel/bpf/dmabuf_iter.c
19
static void *dmabuf_iter_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/dmabuf_iter.c
21
struct dmabuf_iter_priv *p = seq->private;
kernel/bpf/dmabuf_iter.c
40
static void *dmabuf_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/dmabuf_iter.c
54
static int __dmabuf_seq_show(struct seq_file *seq, void *v, bool in_stop)
kernel/bpf/dmabuf_iter.c
57
.seq = seq,
kernel/bpf/dmabuf_iter.c
71
static int dmabuf_iter_seq_show(struct seq_file *seq, void *v)
kernel/bpf/dmabuf_iter.c
73
return __dmabuf_seq_show(seq, v, false);
kernel/bpf/dmabuf_iter.c
76
static void dmabuf_iter_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/dmabuf_iter.c
81
struct dmabuf_iter_priv *p = seq->private;
kernel/bpf/dmabuf_iter.c
95
struct seq_file *seq)
kernel/bpf/dmabuf_iter.c
97
seq_puts(seq, "dmabuf iter\n");
kernel/bpf/hashtab.c
2139
static void *bpf_hash_map_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/hashtab.c
2141
struct bpf_iter_seq_hash_map_info *info = seq->private;
kernel/bpf/hashtab.c
2153
static void *bpf_hash_map_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/hashtab.c
2155
struct bpf_iter_seq_hash_map_info *info = seq->private;
kernel/bpf/hashtab.c
2162
static int __bpf_hash_map_seq_show(struct seq_file *seq, struct htab_elem *elem)
kernel/bpf/hashtab.c
2164
struct bpf_iter_seq_hash_map_info *info = seq->private;
kernel/bpf/hashtab.c
2173
meta.seq = seq;
kernel/bpf/hashtab.c
2200
static int bpf_hash_map_seq_show(struct seq_file *seq, void *v)
kernel/bpf/hashtab.c
2202
return __bpf_hash_map_seq_show(seq, v);
kernel/bpf/hashtab.c
2205
static void bpf_hash_map_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/hashtab.c
2208
(void)__bpf_hash_map_seq_show(seq, NULL);
kernel/bpf/kmem_cache_iter.c
115
static void *kmem_cache_iter_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/kmem_cache_iter.c
120
union kmem_cache_iter_priv *p = seq->private;
kernel/bpf/kmem_cache_iter.c
152
static void kmem_cache_iter_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/kmem_cache_iter.c
159
union kmem_cache_iter_priv *p = seq->private;
kernel/bpf/kmem_cache_iter.c
162
meta.seq = seq;
kernel/bpf/kmem_cache_iter.c
170
static void *kmem_cache_iter_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/kmem_cache_iter.c
172
union kmem_cache_iter_priv *p = seq->private;
kernel/bpf/kmem_cache_iter.c
179
static int kmem_cache_iter_seq_show(struct seq_file *seq, void *v)
kernel/bpf/kmem_cache_iter.c
189
meta.seq = seq;
kernel/bpf/kmem_cache_iter.c
212
struct seq_file *seq)
kernel/bpf/kmem_cache_iter.c
214
seq_puts(seq, "kmem_cache iter\n");
kernel/bpf/link_iter.c
13
static void *bpf_link_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/link_iter.c
15
struct bpf_iter_seq_link_info *info = seq->private;
kernel/bpf/link_iter.c
27
static void *bpf_link_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/link_iter.c
29
struct bpf_iter_seq_link_info *info = seq->private;
kernel/bpf/link_iter.c
44
static int __bpf_link_seq_show(struct seq_file *seq, void *v, bool in_stop)
kernel/bpf/link_iter.c
53
meta.seq = seq;
kernel/bpf/link_iter.c
61
static int bpf_link_seq_show(struct seq_file *seq, void *v)
kernel/bpf/link_iter.c
63
return __bpf_link_seq_show(seq, v, false);
kernel/bpf/link_iter.c
66
static void bpf_link_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/link_iter.c
69
(void)__bpf_link_seq_show(seq, v, true);
kernel/bpf/map_iter.c
13
static void *bpf_map_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/map_iter.c
15
struct bpf_iter_seq_map_info *info = seq->private;
kernel/bpf/map_iter.c
152
struct seq_file *seq)
kernel/bpf/map_iter.c
154
seq_printf(seq, "map_id:\t%u\n", aux->map->id);
kernel/bpf/map_iter.c
27
static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/map_iter.c
29
struct bpf_iter_seq_map_info *info = seq->private;
kernel/bpf/map_iter.c
44
static int __bpf_map_seq_show(struct seq_file *seq, void *v, bool in_stop)
kernel/bpf/map_iter.c
53
meta.seq = seq;
kernel/bpf/map_iter.c
61
static int bpf_map_seq_show(struct seq_file *seq, void *v)
kernel/bpf/map_iter.c
63
return __bpf_map_seq_show(seq, v, false);
kernel/bpf/map_iter.c
66
static void bpf_map_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/map_iter.c
69
(void)__bpf_map_seq_show(seq, v, true);
kernel/bpf/net_namespace.c
223
struct seq_file *seq)
kernel/bpf/net_namespace.c
228
seq_printf(seq,
kernel/bpf/preload/iterators/iterators.bpf.c
10
struct seq_file *seq;
kernel/bpf/preload/iterators/iterators.bpf.c
101
struct seq_file *seq = ctx->meta->seq;
kernel/bpf/preload/iterators/iterators.bpf.c
111
BPF_SEQ_PRINTF(seq, " id name attached\n");
kernel/bpf/preload/iterators/iterators.bpf.c
113
BPF_SEQ_PRINTF(seq, "%4u %-16s %s %s\n", aux->id,
kernel/bpf/preload/iterators/iterators.bpf.c
81
struct seq_file *seq = ctx->meta->seq;
kernel/bpf/preload/iterators/iterators.bpf.c
89
BPF_SEQ_PRINTF(seq, " id name max_entries cur_entries\n");
kernel/bpf/preload/iterators/iterators.bpf.c
91
BPF_SEQ_PRINTF(seq, "%4u %-16s %10d %10lld\n",
kernel/bpf/prog_iter.c
13
static void *bpf_prog_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/prog_iter.c
15
struct bpf_iter_seq_prog_info *info = seq->private;
kernel/bpf/prog_iter.c
27
static void *bpf_prog_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/prog_iter.c
29
struct bpf_iter_seq_prog_info *info = seq->private;
kernel/bpf/prog_iter.c
44
static int __bpf_prog_seq_show(struct seq_file *seq, void *v, bool in_stop)
kernel/bpf/prog_iter.c
53
meta.seq = seq;
kernel/bpf/prog_iter.c
61
static int bpf_prog_seq_show(struct seq_file *seq, void *v)
kernel/bpf/prog_iter.c
63
return __bpf_prog_seq_show(seq, v, false);
kernel/bpf/prog_iter.c
66
static void bpf_prog_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/prog_iter.c
69
(void)__bpf_prog_seq_show(seq, v, true);
kernel/bpf/syscall.c
3546
struct seq_file *seq)
kernel/bpf/syscall.c
3554
seq_printf(seq,
kernel/bpf/syscall.c
3818
struct seq_file *seq)
kernel/bpf/syscall.c
3823
seq_printf(seq,
kernel/bpf/syscall.c
3972
struct seq_file *seq)
kernel/bpf/syscall.c
3985
seq_printf(seq,
kernel/bpf/syscall.c
4026
struct seq_file *seq)
kernel/bpf/syscall.c
4039
seq_printf(seq,
kernel/bpf/syscall.c
4118
struct seq_file *seq)
kernel/bpf/syscall.c
4120
seq_printf(seq,
kernel/bpf/syscall.c
4130
struct seq_file *seq)
kernel/bpf/syscall.c
4141
seq_printf(seq,
kernel/bpf/syscall.c
4149
struct seq_file *seq)
kernel/bpf/syscall.c
4153
return bpf_perf_link_fdinfo_kprobe(event, seq);
kernel/bpf/syscall.c
4158
return bpf_perf_link_fdinfo_uprobe(event, seq);
kernel/bpf/syscall.c
4163
struct seq_file *seq)
kernel/bpf/syscall.c
4175
return bpf_perf_event_link_show_fdinfo(event, seq);
kernel/bpf/syscall.c
4177
return bpf_tracepoint_link_show_fdinfo(event, seq);
kernel/bpf/syscall.c
4179
return bpf_probe_link_show_fdinfo(event, seq);
kernel/bpf/task_iter.c
139
static void *task_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/task_iter.c
141
struct bpf_iter_seq_task_info *info = seq->private;
kernel/bpf/task_iter.c
153
static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/task_iter.c
155
struct bpf_iter_seq_task_info *info = seq->private;
kernel/bpf/task_iter.c
175
static int __task_seq_show(struct seq_file *seq, struct task_struct *task,
kernel/bpf/task_iter.c
182
meta.seq = seq;
kernel/bpf/task_iter.c
192
static int task_seq_show(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
194
return __task_seq_show(seq, v, false);
kernel/bpf/task_iter.c
197
static void task_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
200
(void)__task_seq_show(seq, v, true);
kernel/bpf/task_iter.c
309
static void *task_file_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/task_iter.c
311
struct bpf_iter_seq_task_file_info *info = seq->private;
kernel/bpf/task_iter.c
322
static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/task_iter.c
324
struct bpf_iter_seq_task_file_info *info = seq->private;
kernel/bpf/task_iter.c
343
static int __task_file_seq_show(struct seq_file *seq, struct file *file,
kernel/bpf/task_iter.c
346
struct bpf_iter_seq_task_file_info *info = seq->private;
kernel/bpf/task_iter.c
351
meta.seq = seq;
kernel/bpf/task_iter.c
363
static int task_file_seq_show(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
365
return __task_file_seq_show(seq, v, false);
kernel/bpf/task_iter.c
368
static void task_file_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
370
struct bpf_iter_seq_task_file_info *info = seq->private;
kernel/bpf/task_iter.c
373
(void)__task_file_seq_show(seq, v, true);
kernel/bpf/task_iter.c
577
static void *task_vma_seq_start(struct seq_file *seq, loff_t *pos)
kernel/bpf/task_iter.c
579
struct bpf_iter_seq_task_vma_info *info = seq->private;
kernel/bpf/task_iter.c
589
static void *task_vma_seq_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/bpf/task_iter.c
591
struct bpf_iter_seq_task_vma_info *info = seq->private;
kernel/bpf/task_iter.c
606
static int __task_vma_seq_show(struct seq_file *seq, bool in_stop)
kernel/bpf/task_iter.c
608
struct bpf_iter_seq_task_vma_info *info = seq->private;
kernel/bpf/task_iter.c
613
meta.seq = seq;
kernel/bpf/task_iter.c
624
static int task_vma_seq_show(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
626
return __task_vma_seq_show(seq, false);
kernel/bpf/task_iter.c
629
static void task_vma_seq_stop(struct seq_file *seq, void *v)
kernel/bpf/task_iter.c
631
struct bpf_iter_seq_task_vma_info *info = seq->private;
kernel/bpf/task_iter.c
634
(void)__task_vma_seq_show(seq, true);
kernel/bpf/task_iter.c
682
static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq)
kernel/bpf/task_iter.c
684
seq_printf(seq, "task_type:\t%s\n", iter_task_type_names[aux->task.type]);
kernel/bpf/task_iter.c
686
seq_printf(seq, "tid:\t%u\n", aux->task.pid);
kernel/bpf/task_iter.c
688
seq_printf(seq, "pid:\t%u\n", aux->task.pid);
kernel/bpf/tcx.c
251
static void tcx_link_fdinfo(const struct bpf_link *link, struct seq_file *seq)
kernel/bpf/tcx.c
261
seq_printf(seq, "ifindex:\t%u\n", ifindex);
kernel/bpf/tcx.c
262
seq_printf(seq, "attach_type:\t%u (%s)\n",
kernel/bpf/verifier.c
7303
struct seq_file *seq;
kernel/cgroup/cgroup-internal.h
279
void cgroup_base_stat_cputime_show(struct seq_file *seq);
kernel/cgroup/cgroup-v1.c
582
static int cgroup_release_agent_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup-v1.c
584
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup-v1.c
587
seq_puts(seq, cgrp->root->release_agent_path);
kernel/cgroup/cgroup-v1.c
589
seq_putc(seq, '\n');
kernel/cgroup/cgroup-v1.c
593
static int cgroup_sane_behavior_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup-v1.c
595
seq_puts(seq, "0\n");
kernel/cgroup/cgroup-v1.c
883
static int cgroup1_show_options(struct seq_file *seq, struct kernfs_root *kf_root)
kernel/cgroup/cgroup-v1.c
891
seq_show_option(seq, ss->legacy_name, NULL);
kernel/cgroup/cgroup-v1.c
893
seq_puts(seq, ",noprefix");
kernel/cgroup/cgroup-v1.c
895
seq_puts(seq, ",xattr");
kernel/cgroup/cgroup-v1.c
897
seq_puts(seq, ",cpuset_v2_mode");
kernel/cgroup/cgroup-v1.c
899
seq_puts(seq, ",favordynmods");
kernel/cgroup/cgroup-v1.c
903
seq_show_option(seq, "release_agent",
kernel/cgroup/cgroup-v1.c
908
seq_puts(seq, ",clone_children");
kernel/cgroup/cgroup-v1.c
910
seq_show_option(seq, "name", root->name);
kernel/cgroup/cgroup.c
2078
static int cgroup_show_options(struct seq_file *seq, struct kernfs_root *kf_root)
kernel/cgroup/cgroup.c
2081
seq_puts(seq, ",nsdelegate");
kernel/cgroup/cgroup.c
2083
seq_puts(seq, ",favordynmods");
kernel/cgroup/cgroup.c
2085
seq_puts(seq, ",memory_localevents");
kernel/cgroup/cgroup.c
2087
seq_puts(seq, ",memory_recursiveprot");
kernel/cgroup/cgroup.c
2089
seq_puts(seq, ",memory_hugetlb_accounting");
kernel/cgroup/cgroup.c
2091
seq_puts(seq, ",pids_localevents");
kernel/cgroup/cgroup.c
3136
static void cgroup_print_ss_mask(struct seq_file *seq, u32 ss_mask)
kernel/cgroup/cgroup.c
3144
seq_putc(seq, ' ');
kernel/cgroup/cgroup.c
3145
seq_puts(seq, ss->name);
kernel/cgroup/cgroup.c
3149
seq_putc(seq, '\n');
kernel/cgroup/cgroup.c
3153
static int cgroup_controllers_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3155
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3157
cgroup_print_ss_mask(seq, cgroup_control(cgrp));
kernel/cgroup/cgroup.c
3162
static int cgroup_subtree_control_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3164
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3166
cgroup_print_ss_mask(seq, cgrp->subtree_control);
kernel/cgroup/cgroup.c
3693
static int cgroup_type_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3695
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3698
seq_puts(seq, "threaded\n");
kernel/cgroup/cgroup.c
3700
seq_puts(seq, "domain invalid\n");
kernel/cgroup/cgroup.c
3702
seq_puts(seq, "domain threaded\n");
kernel/cgroup/cgroup.c
3704
seq_puts(seq, "domain\n");
kernel/cgroup/cgroup.c
3731
static int cgroup_max_descendants_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3733
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3737
seq_puts(seq, "max\n");
kernel/cgroup/cgroup.c
3739
seq_printf(seq, "%d\n", descendants);
kernel/cgroup/cgroup.c
3774
static int cgroup_max_depth_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3776
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3780
seq_puts(seq, "max\n");
kernel/cgroup/cgroup.c
3782
seq_printf(seq, "%d\n", depth);
kernel/cgroup/cgroup.c
3817
static int cgroup_events_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3819
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3821
seq_printf(seq, "populated %d\n", cgroup_is_populated(cgrp));
kernel/cgroup/cgroup.c
3822
seq_printf(seq, "frozen %d\n", test_bit(CGRP_FROZEN, &cgrp->flags));
kernel/cgroup/cgroup.c
3827
static int cgroup_stat_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3829
struct cgroup *cgroup = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3834
seq_printf(seq, "nr_descendants %d\n",
kernel/cgroup/cgroup.c
3852
seq_printf(seq, "nr_subsys_%s %d\n", cgroup_subsys[ssid]->name,
kernel/cgroup/cgroup.c
3856
seq_printf(seq, "nr_dying_descendants %d\n",
kernel/cgroup/cgroup.c
3860
seq_printf(seq, "nr_dying_subsys_%s %d\n",
kernel/cgroup/cgroup.c
3867
static int cgroup_core_local_stat_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3869
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3883
seq_printf(seq, "frozen_usec %llu\n", freeze_time);
kernel/cgroup/cgroup.c
3911
static int cgroup_extra_stat_show(struct seq_file *seq, int ssid)
kernel/cgroup/cgroup.c
3913
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3925
ret = ss->css_extra_stat_show(seq, css);
kernel/cgroup/cgroup.c
3930
static int cgroup_local_stat_show(struct seq_file *seq,
kernel/cgroup/cgroup.c
3944
ret = ss->css_local_stat_show(seq, css);
kernel/cgroup/cgroup.c
3950
static int cpu_stat_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3954
cgroup_base_stat_cputime_show(seq);
kernel/cgroup/cgroup.c
3956
ret = cgroup_extra_stat_show(seq, cpu_cgrp_id);
kernel/cgroup/cgroup.c
3961
static int cpu_local_stat_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3963
struct cgroup __maybe_unused *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3967
ret = cgroup_local_stat_show(seq, cgrp, cpu_cgrp_id);
kernel/cgroup/cgroup.c
3973
static int cgroup_io_pressure_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3975
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3978
return psi_show(seq, psi, PSI_IO);
kernel/cgroup/cgroup.c
3980
static int cgroup_memory_pressure_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3982
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3985
return psi_show(seq, psi, PSI_MEM);
kernel/cgroup/cgroup.c
3987
static int cgroup_cpu_pressure_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
3989
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
3992
return psi_show(seq, psi, PSI_CPU);
kernel/cgroup/cgroup.c
4051
static int cgroup_irq_pressure_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
4053
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
4056
return psi_show(seq, psi, PSI_IRQ);
kernel/cgroup/cgroup.c
4067
static int cgroup_pressure_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
4069
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
4072
seq_printf(seq, "%d\n", psi->enabled);
kernel/cgroup/cgroup.c
4146
static int cgroup_freeze_show(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
4148
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/cgroup.c
4150
seq_printf(seq, "%d\n", cgrp->freezer.freeze);
kernel/cgroup/cgroup.c
4350
static void *cgroup_seqfile_start(struct seq_file *seq, loff_t *ppos)
kernel/cgroup/cgroup.c
4352
return seq_cft(seq)->seq_start(seq, ppos);
kernel/cgroup/cgroup.c
4355
static void *cgroup_seqfile_next(struct seq_file *seq, void *v, loff_t *ppos)
kernel/cgroup/cgroup.c
4357
return seq_cft(seq)->seq_next(seq, v, ppos);
kernel/cgroup/cgroup.c
4360
static void cgroup_seqfile_stop(struct seq_file *seq, void *v)
kernel/cgroup/cgroup.c
4362
if (seq_cft(seq)->seq_stop)
kernel/cgroup/cgroup.c
4363
seq_cft(seq)->seq_stop(seq, v);
kernel/cgroup/cpuset.c
3301
static int cpuset_partition_show(struct seq_file *seq, void *v)
kernel/cgroup/cpuset.c
3303
struct cpuset *cs = css_cs(seq_css(seq));
kernel/cgroup/cpuset.c
3308
seq_puts(seq, "root\n");
kernel/cgroup/cpuset.c
3311
seq_puts(seq, "isolated\n");
kernel/cgroup/cpuset.c
3314
seq_puts(seq, "member\n");
kernel/cgroup/cpuset.c
3324
seq_printf(seq, "%s invalid (%s)\n", type, err);
kernel/cgroup/cpuset.c
3326
seq_printf(seq, "%s invalid\n", type);
kernel/cgroup/debug.c
101
seq_printf(seq, "Root %d group %s\n",
kernel/cgroup/debug.c
110
static int cgroup_css_links_read(struct seq_file *seq, void *v)
kernel/cgroup/debug.c
112
struct cgroup_subsys_state *css = seq_css(seq);
kernel/cgroup/debug.c
128
seq_printf(seq, "css_set %pK", cset);
kernel/cgroup/debug.c
131
seq_printf(seq, "=>%pK", cset->dom_cset);
kernel/cgroup/debug.c
139
seq_puts(seq, idx ? "," : "<=");
kernel/cgroup/debug.c
140
seq_printf(seq, "%pK", tcset);
kernel/cgroup/debug.c
144
seq_printf(seq, " %d", refcnt);
kernel/cgroup/debug.c
148
seq_printf(seq, " +%d", extra);
kernel/cgroup/debug.c
158
seq_puts(seq, "\n");
kernel/cgroup/debug.c
162
seq_printf(seq, " task %d\n",
kernel/cgroup/debug.c
168
seq_printf(seq, " task %d\n",
kernel/cgroup/debug.c
173
seq_printf(seq, " ... (%d)\n",
kernel/cgroup/debug.c
177
seq_puts(seq, " [dead]\n");
kernel/cgroup/debug.c
188
seq_puts(seq, "\n");
kernel/cgroup/debug.c
190
seq_printf(seq, "threaded css_sets = %d\n", threaded_csets);
kernel/cgroup/debug.c
192
seq_printf(seq, "extra references = %d\n", extra_refs);
kernel/cgroup/debug.c
194
seq_printf(seq, "dead css_sets = %d\n", dead_cnt);
kernel/cgroup/debug.c
199
static int cgroup_subsys_states_read(struct seq_file *seq, void *v)
kernel/cgroup/debug.c
201
struct kernfs_open_file *of = seq->private;
kernel/cgroup/debug.c
223
seq_printf(seq, "%2d: %-4s\t- %p[%d] %d%s\n", ss->id, ss->name,
kernel/cgroup/debug.c
232
static void cgroup_masks_read_one(struct seq_file *seq, const char *name,
kernel/cgroup/debug.c
239
seq_printf(seq, "%-17s: ", name);
kernel/cgroup/debug.c
244
seq_puts(seq, ", ");
kernel/cgroup/debug.c
245
seq_puts(seq, ss->name);
kernel/cgroup/debug.c
248
seq_putc(seq, '\n');
kernel/cgroup/debug.c
251
static int cgroup_masks_read(struct seq_file *seq, void *v)
kernel/cgroup/debug.c
253
struct kernfs_open_file *of = seq->private;
kernel/cgroup/debug.c
260
cgroup_masks_read_one(seq, "subtree_control", cgrp->subtree_control);
kernel/cgroup/debug.c
261
cgroup_masks_read_one(seq, "subtree_ss_mask", cgrp->subtree_ss_mask);
kernel/cgroup/debug.c
40
static int current_css_set_read(struct seq_file *seq, void *v)
kernel/cgroup/debug.c
42
struct kernfs_open_file *of = seq->private;
kernel/cgroup/debug.c
54
seq_printf(seq, "css_set %pK %d", cset, refcnt);
kernel/cgroup/debug.c
56
seq_printf(seq, " +%d", refcnt - cset->nr_tasks);
kernel/cgroup/debug.c
57
seq_puts(seq, "\n");
kernel/cgroup/debug.c
66
seq_printf(seq, "%2d: %-4s\t- %p[%d]\n", ss->id, ss->name,
kernel/cgroup/debug.c
85
static int current_css_set_cg_links_read(struct seq_file *seq, void *v)
kernel/cgroup/rstat.c
569
unsigned seq;
kernel/cgroup/rstat.c
577
seq = __u64_stats_fetch_begin(&rstatbc->bsync);
kernel/cgroup/rstat.c
579
} while (__u64_stats_fetch_retry(&rstatbc->bsync, seq));
kernel/cgroup/rstat.c
703
static void cgroup_force_idle_show(struct seq_file *seq, struct cgroup_base_stat *bstat)
kernel/cgroup/rstat.c
709
seq_printf(seq, "core_sched.force_idle_usec %llu\n", forceidle_time);
kernel/cgroup/rstat.c
713
void cgroup_base_stat_cputime_show(struct seq_file *seq)
kernel/cgroup/rstat.c
715
struct cgroup *cgrp = seq_css(seq)->cgroup;
kernel/cgroup/rstat.c
734
seq_printf(seq, "usage_usec %llu\n"
kernel/cgroup/rstat.c
743
cgroup_force_idle_show(seq, &bstat);
kernel/context_tracking.c
83
int seq;
kernel/context_tracking.c
90
seq = ct_state_inc(offset);
kernel/context_tracking.c
92
WARN_ON_ONCE(IS_ENABLED(CONFIG_RCU_EQS_DEBUG) && !(seq & CT_RCU_WATCHING));
kernel/dma/debug.c
564
static int dump_show(struct seq_file *seq, void *v)
kernel/dma/debug.c
577
seq_printf(seq,
kernel/events/core.c
10535
u64 seq;
kernel/events/core.c
10537
seq = __this_cpu_read(perf_throttled_seq);
kernel/events/core.c
10538
if (seq != hwc->interrupts_seq) {
kernel/events/core.c
10539
hwc->interrupts_seq = seq;
kernel/events/uprobes.c
1972
unsigned seq;
kernel/events/uprobes.c
1993
if (raw_seqcount_try_begin(&utask->ri_seqcount, seq)) {
kernel/events/uprobes.c
2434
unsigned int seq;
kernel/events/uprobes.c
2438
if (!mmap_lock_speculate_try_begin(mm, &seq))
kernel/events/uprobes.c
2462
if (mmap_lock_speculate_retry(mm, seq))
kernel/events/uprobes.c
908
unsigned int seq;
kernel/events/uprobes.c
913
seq = read_seqcount_begin(&uprobes_seqcount);
kernel/events/uprobes.c
925
} while (read_seqcount_retry(&uprobes_seqcount, seq));
kernel/fork.c
1598
read_seqlock_excl(&fs->seq);
kernel/fork.c
1601
read_sequnlock_excl(&fs->seq);
kernel/fork.c
1605
read_sequnlock_excl(&fs->seq);
kernel/fork.c
3204
read_seqlock_excl(&fs->seq);
kernel/fork.c
3210
read_sequnlock_excl(&fs->seq);
kernel/futex/core.c
367
int seq, node;
kernel/futex/core.c
371
if (!mmap_lock_speculate_try_begin(mm, &seq))
kernel/futex/core.c
376
if (mmap_lock_speculate_retry(mm, seq))
kernel/gcov/fs.c
182
static int gcov_iter_write(struct gcov_iterator *iter, struct seq_file *seq)
kernel/gcov/fs.c
193
seq_write(seq, iter->buffer + iter->pos, len);
kernel/gcov/fs.c
204
static void *gcov_seq_start(struct seq_file *seq, loff_t *pos)
kernel/gcov/fs.c
208
gcov_iter_start(seq->private);
kernel/gcov/fs.c
210
if (gcov_iter_next(seq->private))
kernel/gcov/fs.c
213
return seq->private;
kernel/gcov/fs.c
217
static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos)
kernel/gcov/fs.c
229
static int gcov_seq_show(struct seq_file *seq, void *data)
kernel/gcov/fs.c
233
if (gcov_iter_write(iter, seq))
kernel/gcov/fs.c
238
static void gcov_seq_stop(struct seq_file *seq, void *data)
kernel/gcov/fs.c
292
struct seq_file *seq;
kernel/gcov/fs.c
311
seq = file->private_data;
kernel/gcov/fs.c
312
seq->private = iter;
kernel/gcov/fs.c
332
struct seq_file *seq;
kernel/gcov/fs.c
334
seq = file->private_data;
kernel/gcov/fs.c
335
iter = seq->private;
kernel/gcov/fs.c
385
struct seq_file *seq;
kernel/gcov/fs.c
389
seq = file->private_data;
kernel/gcov/fs.c
390
info = gcov_iter_get_info(seq->private);
kernel/kallsyms.c
162
unsigned int i, seq = 0;
kernel/kallsyms.c
165
seq = (seq << 8) | kallsyms_seqs_of_names[3 * index + i];
kernel/kallsyms.c
167
return seq;
kernel/kallsyms.c
176
unsigned int seq, off;
kernel/kallsyms.c
184
seq = get_symbol_seq(mid);
kernel/kallsyms.c
185
off = get_symbol_offset(seq);
kernel/kallsyms.c
201
seq = get_symbol_seq(low - 1);
kernel/kallsyms.c
202
off = get_symbol_offset(seq);
kernel/kallsyms.c
213
seq = get_symbol_seq(high + 1);
kernel/kallsyms.c
214
off = get_symbol_offset(seq);
kernel/kallsyms.c
808
meta.seq = m;
kernel/kcsan/kcsan_test.c
458
unsigned int seq;
kernel/kcsan/kcsan_test.c
461
seq = read_seqbegin(&test_seqlock);
kernel/kcsan/kcsan_test.c
463
} while (read_seqretry(&test_seqlock, seq));
kernel/locking/lockdep_proc.c
702
struct seq_file *seq = file->private_data;
kernel/locking/lockdep_proc.c
704
vfree(seq->private);
kernel/nstree.c
313
unsigned int seq;
kernel/nstree.c
316
seq = read_seqbegin(&ns_tree_lock);
kernel/nstree.c
320
} while (read_seqretry(&ns_tree_lock, seq));
kernel/nstree.c
329
unsigned int seq;
kernel/nstree.c
336
seq = read_seqbegin(&ns_tree_lock);
kernel/nstree.c
340
} while (read_seqretry(&ns_tree_lock, seq));
kernel/printk/internal.h
103
void nbcon_seq_force(struct console *con, u64 seq);
kernel/printk/internal.h
155
static inline void nbcon_seq_force(struct console *con, u64 seq) { }
kernel/printk/internal.h
291
u64 seq;
kernel/printk/internal.h
300
bool printk_get_next_message(struct printk_message *pmsg, u64 seq,
kernel/printk/nbcon.c
1017
ctxt->backlog = printk_get_next_message(&pmsg, ctxt->seq, is_extended, true);
kernel/printk/nbcon.c
1038
if (__ulseq_to_u64seq(prb, ulseq) == pmsg.seq) {
kernel/printk/nbcon.c
1052
__u64seq_to_ulseq(pmsg.seq));
kernel/printk/nbcon.c
1107
nbcon_seq_try_update(ctxt, pmsg.seq + 1);
kernel/printk/nbcon.c
1205
ctxt->seq = nbcon_seq_read(con);
kernel/printk/nbcon.c
1207
ret = prb_read_valid(prb, ctxt->seq, NULL);
kernel/printk/nbcon.c
183
void nbcon_seq_force(struct console *con, u64 seq)
kernel/printk/nbcon.c
191
u64 valid_seq = max_t(u64, seq, prb_first_valid_seq(prb));
kernel/printk/nbcon.c
209
unsigned long nbcon_seq = __u64seq_to_ulseq(ctxt->seq);
kernel/printk/nbcon.c
214
ctxt->seq = new_seq;
kernel/printk/nbcon.c
216
ctxt->seq = nbcon_seq_read(con);
kernel/printk/nbcon.c
630
ctxt->seq = nbcon_seq_read(ctxt->console);
kernel/printk/printk.c
1014
VMCOREINFO_OFFSET(printk_info, seq);
kernel/printk/printk.c
1162
u64 seq;
kernel/printk/printk.c
1229
prb_for_each_record(0, &printk_rb_static, seq, &r) {
kernel/printk/printk.c
1246
prb_for_each_record(seq, &printk_rb_static, seq, &r) {
kernel/printk/printk.c
1254
if (seq != prb_next_seq(&printk_rb_static)) {
kernel/printk/printk.c
1256
prb_next_seq(&printk_rb_static) - seq);
kernel/printk/printk.c
1545
u64 seq;
kernel/printk/printk.c
1548
prb_for_each_info(start_seq, prb, seq, &info, &line_count) {
kernel/printk/printk.c
1549
if (info.seq >= max_seq)
kernel/printk/printk.c
1558
if (seq < max_seq)
kernel/printk/printk.c
1559
max_seq = seq;
kernel/printk/printk.c
1567
prb_for_each_info(start_seq, prb, seq, &info, &line_count) {
kernel/printk/printk.c
1568
if (len <= size || info.seq >= max_seq)
kernel/printk/printk.c
1573
return seq;
kernel/printk/printk.c
1583
u64 seq;
kernel/printk/printk.c
1598
seq = syslog_seq;
kernel/printk/printk.c
1612
prb_read_valid(prb, seq, NULL)); /* LMM(syslog_print:A) */
kernel/printk/printk.c
1617
} while (syslog_seq != seq);
kernel/printk/printk.c
1631
if (r.info->seq != syslog_seq) {
kernel/printk/printk.c
1633
syslog_seq = r.info->seq;
kernel/printk/printk.c
1648
syslog_seq = r.info->seq + 1;
kernel/printk/printk.c
1687
u64 seq;
kernel/printk/printk.c
1699
seq = find_first_fitting_seq(latched_seq_read_nolock(&clear_seq), -1,
kernel/printk/printk.c
1704
prb_for_each_record(seq, prb, seq, &r) {
kernel/printk/printk.c
1710
seq--;
kernel/printk/printk.c
1725
latched_seq_write(&clear_seq, seq);
kernel/printk/printk.c
1814
if (info.seq != syslog_seq) {
kernel/printk/printk.c
1816
syslog_seq = info.seq;
kernel/printk/printk.c
1829
u64 seq;
kernel/printk/printk.c
1831
prb_for_each_info(syslog_seq, prb, seq, &info,
kernel/printk/printk.c
2517
#define prb_read_valid(rb, seq, r) false
kernel/printk/printk.c
3027
bool printk_get_next_message(struct printk_message *pmsg, u64 seq,
kernel/printk/printk.c
3052
if (!prb_read_valid(prb, seq, &r))
kernel/printk/printk.c
3055
pmsg->seq = r.info->seq;
kernel/printk/printk.c
3056
pmsg->dropped = r.info->seq - seq;
kernel/printk/printk.c
3137
if (!printk_get_next_message(&pmsg, con->seq, is_extended, true))
kernel/printk/printk.c
3144
con->seq = pmsg.seq + 1;
kernel/printk/printk.c
3164
con->seq = pmsg.seq + 1;
kernel/printk/printk.c
3188
con->seq = pmsg.seq + 1;
kernel/printk/printk.c
3270
printk_seq = con->seq;
kernel/printk/printk.c
3499
u64 seq;
kernel/printk/printk.c
3501
seq = prb_first_valid_seq(prb);
kernel/printk/printk.c
3508
nbcon_seq_force(c, seq);
kernel/printk/printk.c
3515
c->seq = seq;
kernel/printk/printk.c
3684
printk_seq = con->seq;
kernel/printk/printk.c
4012
u64 seq;
kernel/printk/printk.c
4020
seq = nbcon_seq_read(con);
kernel/printk/printk.c
4022
seq = con->seq;
kernel/printk/printk.c
4024
if (seq < init_seq)
kernel/printk/printk.c
4025
init_seq = seq;
kernel/printk/printk.c
4152
newcon->seq = init_seq;
kernel/printk/printk.c
4480
u64 seq;
kernel/printk/printk.c
4488
seq = prb_next_reserve_seq(prb);
kernel/printk/printk.c
4539
printk_seq = c->seq;
kernel/printk/printk.c
4542
if (printk_seq < seq)
kernel/printk/printk.c
4543
diff += seq - printk_seq;
kernel/printk/printk.c
4928
iter->cur_seq = r.info->seq + 1;
kernel/printk/printk.c
4962
u64 seq;
kernel/printk/printk.c
4975
if (info.seq != iter->cur_seq) {
kernel/printk/printk.c
4977
iter->cur_seq = info.seq;
kernel/printk/printk.c
4991
seq = find_first_fitting_seq(iter->cur_seq, iter->next_seq,
kernel/printk/printk.c
4998
next_seq = seq;
kernel/printk/printk.c
5002
prb_for_each_record(seq, prb, seq, &r) {
kernel/printk/printk.c
5003
if (r.info->seq >= iter->next_seq)
kernel/printk/printk.c
551
unsigned int seq;
kernel/printk/printk.c
556
seq = read_seqcount_latch(&ls->latch);
kernel/printk/printk.c
557
idx = seq & 0x1;
kernel/printk/printk.c
559
} while (read_seqcount_latch_retry(&ls->latch, seq));
kernel/printk/printk.c
658
(info->facility << 3) | info->level, info->seq,
kernel/printk/printk.c
720
atomic64_t seq;
kernel/printk/printk.c
815
if (!printk_get_next_message(&pmsg, atomic64_read(&user->seq), true, false)) {
kernel/printk/printk.c
832
printk_get_next_message(&pmsg, atomic64_read(&user->seq), true,
kernel/printk/printk.c
840
atomic64_set(&user->seq, pmsg.seq);
kernel/printk/printk.c
845
atomic64_set(&user->seq, pmsg.seq + 1);
kernel/printk/printk.c
881
atomic64_set(&user->seq, prb_first_valid_seq(prb));
kernel/printk/printk.c
889
atomic64_set(&user->seq, latched_seq_read_nolock(&clear_seq));
kernel/printk/printk.c
893
atomic64_set(&user->seq, prb_next_seq(prb));
kernel/printk/printk.c
909
if (prb_read_valid_info(prb, atomic64_read(&user->seq), &info, NULL)) {
kernel/printk/printk.c
911
if (info.seq != atomic64_read(&user->seq))
kernel/printk/printk.c
945
atomic64_set(&user->seq, prb_first_valid_seq(prb));
kernel/printk/printk_ringbuffer.c
1548
static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq,
kernel/printk/printk_ringbuffer.c
1661
u64 seq;
kernel/printk/printk_ringbuffer.c
1689
seq = info->seq;
kernel/printk/printk_ringbuffer.c
1710
if (seq == 0 && DESC_INDEX(desc_ring, id) != 0)
kernel/printk/printk_ringbuffer.c
1711
info->seq = DESC_INDEX(desc_ring, id);
kernel/printk/printk_ringbuffer.c
1713
info->seq = seq + DESCS_COUNT(desc_ring);
kernel/printk/printk_ringbuffer.c
1721
if (info->seq > 0)
kernel/printk/printk_ringbuffer.c
1924
unsigned long id, u64 seq,
kernel/printk/printk_ringbuffer.c
1941
s != seq) {
kernel/printk/printk_ringbuffer.c
1964
static int prb_read(struct printk_ringbuffer *rb, u64 seq,
kernel/printk/printk_ringbuffer.c
1968
struct printk_info *info = to_info(desc_ring, seq);
kernel/printk/printk_ringbuffer.c
1969
struct prb_desc *rdesc = to_desc(desc_ring, seq);
kernel/printk/printk_ringbuffer.c
1979
err = desc_read_finalized_seq(desc_ring, id, seq, &desc);
kernel/printk/printk_ringbuffer.c
1999
return desc_read_finalized_seq(desc_ring, id, seq, &desc);
kernel/printk/printk_ringbuffer.c
2009
u64 seq;
kernel/printk/printk_ringbuffer.c
2014
d_state = desc_read(desc_ring, id, &desc, &seq, NULL); /* LMM(prb_first_seq:B) */
kernel/printk/printk_ringbuffer.c
2043
return seq;
kernel/printk/printk_ringbuffer.c
2164
static bool _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq,
kernel/printk/printk_ringbuffer.c
2170
while ((err = prb_read(rb, *seq, r, line_count))) {
kernel/printk/printk_ringbuffer.c
2173
if (*seq < tail_seq) {
kernel/printk/printk_ringbuffer.c
2178
*seq = tail_seq;
kernel/printk/printk_ringbuffer.c
2182
(*seq)++;
kernel/printk/printk_ringbuffer.c
2205
((*seq + 1) < prb_next_reserve_seq(rb))) {
kernel/printk/printk_ringbuffer.c
2206
(*seq)++;
kernel/printk/printk_ringbuffer.c
2239
bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq,
kernel/printk/printk_ringbuffer.c
2242
return _prb_read_valid(rb, &seq, r, NULL);
kernel/printk/printk_ringbuffer.c
2270
bool prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq,
kernel/printk/printk_ringbuffer.c
2277
return _prb_read_valid(rb, &seq, &r, line_count);
kernel/printk/printk_ringbuffer.c
2297
u64 seq = 0;
kernel/printk/printk_ringbuffer.c
2299
if (!_prb_read_valid(rb, &seq, NULL, NULL))
kernel/printk/printk_ringbuffer.c
2302
return seq;
kernel/printk/printk_ringbuffer.c
2324
u64 seq;
kernel/printk/printk_ringbuffer.c
2326
seq = desc_last_finalized_seq(rb);
kernel/printk/printk_ringbuffer.c
2335
if (seq != 0)
kernel/printk/printk_ringbuffer.c
2336
seq++;
kernel/printk/printk_ringbuffer.c
2342
while (_prb_read_valid(rb, &seq, NULL, NULL))
kernel/printk/printk_ringbuffer.c
2343
seq++;
kernel/printk/printk_ringbuffer.c
2345
return seq;
kernel/printk/printk_ringbuffer.c
2391
infos[0].seq = -(u64)_DESCS_COUNT(descbits);
kernel/printk/printk_ringbuffer.c
2392
infos[_DESCS_COUNT(descbits) - 1].seq = 0;
kernel/printk/printk_ringbuffer.c
500
*seq_out = info->seq; /* also part of desc_read:C */
kernel/printk/printk_ringbuffer.h
19
u64 seq; /* sequence number */
kernel/printk/printk_ringbuffer.h
269
.seq = -(u64)_DESCS_COUNT(descbits), \
kernel/printk/printk_ringbuffer.h
274
.seq = 0, \
kernel/printk/printk_ringbuffer.h
378
for ((s) = from; prb_read_valid(rb, s, r); (s) = (r)->info->seq + 1)
kernel/printk/printk_ringbuffer.h
396
for ((s) = from; prb_read_valid_info(rb, s, i, lc); (s) = (i)->seq + 1)
kernel/printk/printk_ringbuffer.h
398
bool prb_read_valid(struct printk_ringbuffer *rb, u64 seq,
kernel/printk/printk_ringbuffer.h
400
bool prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq,
kernel/printk/printk_ringbuffer.h
422
u64 seq;
kernel/printk/printk_ringbuffer.h
435
seq = rb_first_seq - (s32)((u32)rb_first_seq - ulseq);
kernel/printk/printk_ringbuffer.h
437
return seq;
kernel/printk/printk_ringbuffer_kunit_test.c
191
u64 seq = 0;
kernel/printk/printk_ringbuffer_kunit_test.c
202
prb_read_valid(test_data->ringbuffer, seq, &r))) {
kernel/printk/printk_ringbuffer_kunit_test.c
204
if (info.seq < seq)
kernel/printk/printk_ringbuffer_kunit_test.c
206
seq, info.seq);
kernel/printk/printk_ringbuffer_kunit_test.c
210
(struct prbtest_rbdata *)r.text_buf, info.seq);
kernel/printk/printk_ringbuffer_kunit_test.c
215
seq = info.seq + 1;
kernel/printk/printk_ringbuffer_kunit_test.c
221
kunit_info(test_data->test, "end reader: read=%lu seq=%llu\n", count, info.seq);
kernel/printk/printk_ringbuffer_kunit_test.c
74
static void prbtest_fail_record(struct kunit *test, const struct prbtest_rbdata *dat, u64 seq)
kernel/printk/printk_ringbuffer_kunit_test.c
81
seq, dat->size,
kernel/rcu/rcu_segcblist.c
469
void rcu_segcblist_advance(struct rcu_segcblist *rsclp, unsigned long seq)
kernel/rcu/rcu_segcblist.c
482
if (ULONG_CMP_LT(seq, rsclp->gp_seq[i]))
kernel/rcu/rcu_segcblist.c
526
bool rcu_segcblist_accelerate(struct rcu_segcblist *rsclp, unsigned long seq)
kernel/rcu/rcu_segcblist.c
544
ULONG_CMP_LT(rsclp->gp_seq[i], seq))
kernel/rcu/rcu_segcblist.c
584
rsclp->gp_seq[i] = seq;
kernel/rcu/rcu_segcblist.h
142
void rcu_segcblist_advance(struct rcu_segcblist *rsclp, unsigned long seq);
kernel/rcu/rcu_segcblist.h
143
bool rcu_segcblist_accelerate(struct rcu_segcblist *rsclp, unsigned long seq);
kernel/rcu/tree.c
360
int seq;
kernel/rcu/tree.c
363
seq = ct_state_inc(2 * CT_RCU_WATCHING);
kernel/rcu/tree.c
365
WARN_ON_ONCE(!(seq & CT_RCU_WATCHING));
kernel/sched/cputime.c
1017
unsigned int seq;
kernel/sched/cputime.c
1024
seq = read_seqcount_begin(&vtime->seqcount);
kernel/sched/cputime.c
1060
} while (read_seqcount_retry(&vtime->seqcount, seq));
kernel/sched/cputime.c
825
unsigned int seq;
kernel/sched/cputime.c
832
seq = read_seqcount_begin(&vtime->seqcount);
kernel/sched/cputime.c
838
} while (read_seqcount_retry(&vtime->seqcount, seq));
kernel/sched/cputime.c
851
unsigned int seq;
kernel/sched/cputime.c
863
seq = read_seqcount_begin(&vtime->seqcount);
kernel/sched/cputime.c
883
} while (read_seqcount_retry(&vtime->seqcount, seq));
kernel/sched/cputime.c
929
unsigned int seq;
kernel/sched/cputime.c
934
seq = read_seqcount_begin(&vtime->seqcount);
kernel/sched/cputime.c
973
} while (read_seqcount_retry(&vtime->seqcount, seq));
kernel/sched/ext.c
1106
WRITE_ONCE(dsq->seq, dsq->seq + 1);
kernel/sched/ext.c
1107
p->scx.dsq_seq = dsq->seq;
kernel/sched/ext.c
6751
READ_ONCE(kit->dsq->seq));
kernel/sched/fair.c
2955
int seq, nid, max_nid = NUMA_NO_NODE;
kernel/sched/fair.c
2968
seq = READ_ONCE(p->mm->numa_scan_seq);
kernel/sched/fair.c
2969
if (p->numa_scan_seq == seq)
kernel/sched/fair.c
2971
p->numa_scan_seq = seq;
kernel/sched/psi.c
1542
struct seq_file *seq;
kernel/sched/psi.c
1557
seq = file->private_data;
kernel/sched/psi.c
1560
mutex_lock(&seq->lock);
kernel/sched/psi.c
1563
if (seq->private) {
kernel/sched/psi.c
1564
mutex_unlock(&seq->lock);
kernel/sched/psi.c
1570
mutex_unlock(&seq->lock);
kernel/sched/psi.c
1574
smp_store_release(&seq->private, new);
kernel/sched/psi.c
1575
mutex_unlock(&seq->lock);
kernel/sched/psi.c
1600
struct seq_file *seq = file->private_data;
kernel/sched/psi.c
1602
return psi_trigger_poll(&seq->private, file, wait);
kernel/sched/psi.c
1607
struct seq_file *seq = file->private_data;
kernel/sched/psi.c
1609
psi_trigger_destroy(seq->private);
kernel/sched/psi.c
196
static inline bool psi_read_retry(int cpu, u32 seq)
kernel/sched/psi.c
198
return read_seqcount_retry(per_cpu_ptr(&psi_seq, cpu), seq);
kernel/sched/psi.c
280
unsigned int seq;
kernel/sched/psi.c
287
seq = psi_read_begin(cpu);
kernel/sched/psi.c
294
} while (psi_read_retry(cpu, seq));
kernel/sched/sched.h
3424
unsigned int seq;
kernel/sched/sched.h
3428
seq = __u64_stats_fetch_begin(&irqtime->sync);
kernel/sched/sched.h
3430
} while (__u64_stats_fetch_retry(&irqtime->sync, seq));
kernel/sched/stats.c
109
static int show_schedstat(struct seq_file *seq, void *v)
kernel/sched/stats.c
114
seq_printf(seq, "version %d\n", SCHEDSTAT_VERSION);
kernel/sched/stats.c
115
seq_printf(seq, "timestamp %lu\n", jiffies);
kernel/sched/stats.c
124
seq_printf(seq,
kernel/sched/stats.c
132
seq_printf(seq, "\n");
kernel/sched/stats.c
139
seq_printf(seq, "domain%d %s %*pb", dcount++, sd->name,
kernel/sched/stats.c
142
seq_printf(seq, " %u %u %u %u %u %u %u %u %u %u %u",
kernel/sched/stats.c
155
seq_printf(seq,
kernel/sys.c
1854
unsigned int seq = 0;
kernel/sys.c
1868
flags = read_seqbegin_or_lock_irqsave(&sig->stats_lock, &seq);
kernel/sys.c
1908
if (need_seqretry(&sig->stats_lock, seq)) {
kernel/sys.c
1909
seq = 1;
kernel/sys.c
1912
done_seqretry_irqrestore(&sig->stats_lock, seq, flags);
kernel/taskstats.c
80
int seq = this_cpu_inc_return(taskstats_seqnum) - 1;
kernel/taskstats.c
82
reply = genlmsg_put(skb, 0, seq, &family, 0, cmd);
kernel/time/hrtimer.c
143
.seq = SEQCNT_RAW_SPINLOCK_ZERO(migration_cpu_base.seq,
kernel/time/hrtimer.c
1707
unsigned int seq;
kernel/time/hrtimer.c
1711
seq = raw_read_seqcount_begin(&base->seq);
kernel/time/hrtimer.c
1717
} while (read_seqcount_retry(&base->seq, seq) ||
kernel/time/hrtimer.c
1763
raw_write_seqcount_barrier(&base->seq);
kernel/time/hrtimer.c
1811
raw_write_seqcount_barrier(&base->seq);
kernel/time/hrtimer.c
2245
seqcount_raw_spinlock_init(&clock_b->seq, &cpu_base->lock);
kernel/time/hrtimer.c
876
unsigned int seq;
kernel/time/hrtimer.c
889
seq = cpu_base->clock_was_set_seq;
kernel/time/hrtimer.c
896
if (seq == cpu_base->clock_was_set_seq)
kernel/time/jiffies.c
50
unsigned int seq;
kernel/time/jiffies.c
54
seq = read_seqcount_begin(&jiffies_seq);
kernel/time/jiffies.c
56
} while (read_seqcount_retry(&jiffies_seq, seq));
kernel/time/namespace.c
185
vc->seq = 1;
kernel/time/sched_clock.c
135
write_seqcount_latch_begin(&cd.seq);
kernel/time/sched_clock.c
141
write_seqcount_latch(&cd.seq);
kernel/time/sched_clock.c
146
write_seqcount_latch_end(&cd.seq);
kernel/time/sched_clock.c
283
unsigned int seq = read_seqcount_latch(&cd.seq);
kernel/time/sched_clock.c
285
return cd.read_data[seq & 1].epoch_cyc;
kernel/time/sched_clock.c
39
seqcount_latch_t seq;
kernel/time/sched_clock.c
72
notrace struct clock_read_data *sched_clock_read_begin(unsigned int *seq)
kernel/time/sched_clock.c
74
*seq = read_seqcount_latch(&cd.seq);
kernel/time/sched_clock.c
75
return cd.read_data + (*seq & 1);
kernel/time/sched_clock.c
78
notrace int sched_clock_read_retry(unsigned int seq)
kernel/time/sched_clock.c
80
return read_seqcount_latch_retry(&cd.seq, seq);
kernel/time/sched_clock.c
86
unsigned int seq;
kernel/time/sched_clock.c
90
seq = raw_read_seqcount_latch(&cd.seq);
kernel/time/sched_clock.c
91
rd = cd.read_data + (seq & 1);
kernel/time/sched_clock.c
96
} while (raw_read_seqcount_latch_retry(&cd.seq, seq));
kernel/time/tick-common.c
163
unsigned int seq;
kernel/time/tick-common.c
167
seq = read_seqcount_begin(&jiffies_seq);
kernel/time/tick-common.c
169
} while (read_seqcount_retry(&jiffies_seq, seq));
kernel/time/tick-sched.c
75
unsigned int seq;
kernel/time/tick-sched.c
790
unsigned int seq;
kernel/time/tick-sched.c
800
seq = read_seqcount_begin(&ts->idle_sleeptime_seq);
kernel/time/tick-sched.c
809
} while (read_seqcount_retry(&ts->idle_sleeptime_seq, seq));
kernel/time/tick-sched.c
82
seq = read_seqcount_begin(&jiffies_seq);
kernel/time/tick-sched.c
84
} while (read_seqcount_retry(&jiffies_seq, seq));
kernel/time/tick-sched.c
900
unsigned int seq;
kernel/time/tick-sched.c
904
seq = read_seqcount_begin(&jiffies_seq);
kernel/time/tick-sched.c
907
} while (read_seqcount_retry(&jiffies_seq, seq));
kernel/time/timekeeping.c
1010
unsigned int seq;
kernel/time/timekeeping.c
1016
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1019
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1049
unsigned int seq;
kernel/time/timekeeping.c
105
seqcount_latch_t seq;
kernel/time/timekeeping.c
1060
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1072
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1274
unsigned int seq;
kernel/time/timekeeping.c
1278
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1287
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1319
unsigned int seq;
kernel/time/timekeeping.c
1324
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1364
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
139
.seq = SEQCNT_LATCH_ZERO(tk_fast_mono.seq),
kernel/time/timekeeping.c
145
.seq = SEQCNT_LATCH_ZERO(tk_fast_raw.seq),
kernel/time/timekeeping.c
1648
unsigned int seq;
kernel/time/timekeeping.c
1652
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1656
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1703
unsigned int seq;
kernel/time/timekeeping.c
1707
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1711
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1722
unsigned int seq;
kernel/time/timekeeping.c
1726
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
1730
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
1775
seqcount_raw_spinlock_init(&tkd->seq, &tkd->lock);
kernel/time/timekeeping.c
2423
unsigned int seq;
kernel/time/timekeeping.c
2426
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
2429
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
2447
unsigned int seq;
kernel/time/timekeeping.c
2450
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
2453
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
2485
unsigned int seq;
kernel/time/timekeeping.c
2489
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
2495
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
2525
unsigned int seq;
kernel/time/timekeeping.c
2528
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
2532
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
2565
unsigned int seq;
kernel/time/timekeeping.c
2570
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
2587
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
2868
unsigned int seq;
kernel/time/timekeeping.c
2879
seq = read_seqcount_begin(&aux_tkd->seq);
kernel/time/timekeeping.c
2885
} while (read_seqcount_retry(&aux_tkd->seq, seq));
kernel/time/timekeeping.c
428
write_seqcount_latch_begin(&tkf->seq);
kernel/time/timekeeping.c
434
write_seqcount_latch(&tkf->seq);
kernel/time/timekeeping.c
439
write_seqcount_latch_end(&tkf->seq);
kernel/time/timekeeping.c
445
unsigned int seq;
kernel/time/timekeeping.c
449
seq = read_seqcount_latch(&tkf->seq);
kernel/time/timekeeping.c
450
tkr = tkf->base + (seq & 0x01);
kernel/time/timekeeping.c
453
} while (read_seqcount_latch_retry(&tkf->seq, seq));
kernel/time/timekeeping.c
53
seqcount_raw_spinlock_t seq;
kernel/time/timekeeping.c
567
unsigned int seq;
kernel/time/timekeeping.c
570
seq = raw_read_seqcount_latch(&tkf->seq);
kernel/time/timekeeping.c
571
tkr = tkf->base + (seq & 0x01);
kernel/time/timekeeping.c
574
} while (raw_read_seqcount_latch_retry(&tkf->seq, seq));
kernel/time/timekeeping.c
660
write_seqcount_begin(&tkd->seq);
kernel/time/timekeeping.c
663
write_seqcount_end(&tkd->seq);
kernel/time/timekeeping.c
721
write_seqcount_begin(&tkd->seq);
kernel/time/timekeeping.c
754
write_seqcount_end(&tkd->seq);
kernel/time/timekeeping.c
796
unsigned int seq;
kernel/time/timekeeping.c
802
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
807
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
817
unsigned int seq;
kernel/time/timekeeping.c
824
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
828
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
837
unsigned int seq;
kernel/time/timekeeping.c
843
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
845
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
860
unsigned int seq;
kernel/time/timekeeping.c
867
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
871
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
882
unsigned int seq;
kernel/time/timekeeping.c
888
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
892
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
906
unsigned int seq;
kernel/time/timekeeping.c
918
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
920
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
932
unsigned int seq;
kernel/time/timekeeping.c
937
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
941
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timekeeping.c
959
unsigned int seq;
kernel/time/timekeeping.c
965
seq = read_seqcount_begin(&tk_core.seq);
kernel/time/timekeeping.c
970
} while (read_seqcount_retry(&tk_core.seq, seq));
kernel/time/timer_list.c
340
static void timer_list_stop(struct seq_file *seq, void *v)
kernel/time/timer_migration.c
1323
newstate.seq++;
kernel/time/timer_migration.c
1646
s.seq = 0;
kernel/time/timer_migration.c
688
newstate.seq++;
kernel/time/timer_migration.h
129
u16 seq;
kernel/trace/blktrace.c
1504
trace_seq_printf(&iter->seq,
kernel/trace/blktrace.c
1525
trace_seq_printf(&iter->seq, "%3d,%-3d %s %2s %3s ",
kernel/trace/blktrace.c
1542
trace_seq_printf(&iter->seq,
kernel/trace/blktrace.c
1548
trace_seq_printf(&iter->seq, "%3d,%-3d %2s %3s ",
kernel/trace/blktrace.c
1734
struct trace_seq *s = &iter->seq;
kernel/trace/blktrace.c
1771
struct trace_seq *s = &iter->seq;
kernel/trace/blktrace.c
1790
return trace_handle_return(&iter->seq);
kernel/trace/bpf_trace.c
2454
struct seq_file *seq)
kernel/trace/bpf_trace.c
2462
seq_printf(seq,
kernel/trace/bpf_trace.c
2468
seq_printf(seq, "%s\t %s\n", "cookie", "func");
kernel/trace/bpf_trace.c
2470
seq_printf(seq,
kernel/trace/bpf_trace.c
3030
struct seq_file *seq)
kernel/trace/bpf_trace.c
3050
seq_printf(seq,
kernel/trace/bpf_trace.c
3056
seq_printf(seq, "%s\t %s\t %s\n", "cookie", "offset", "ref_ctr_offset");
kernel/trace/bpf_trace.c
3058
seq_printf(seq,
kernel/trace/pid_list.c
130
unsigned int seq;
kernel/trace/pid_list.c
143
seq = read_seqcount_begin(&pid_list->seqcount);
kernel/trace/pid_list.c
151
} while (read_seqcount_retry(&pid_list->seqcount, seq));
kernel/trace/ring_buffer.c
1019
rdata.seq = atomic_read_acquire(&rbwork->seq);
kernel/trace/ring_buffer.c
452
atomic_t seq;
kernel/trace/ring_buffer.c
826
(void)atomic_fetch_inc_release(&rbwork->seq);
kernel/trace/ring_buffer.c
958
int seq;
kernel/trace/ring_buffer.c
970
return atomic_read_acquire(&rbwork->seq) != rdata->seq;
kernel/trace/trace.c
10288
if (s->seq.len >= TRACE_MAX_PRINT)
kernel/trace/trace.c
10289
s->seq.len = TRACE_MAX_PRINT;
kernel/trace/trace.c
10296
if (WARN_ON_ONCE(s->seq.len >= s->seq.size))
kernel/trace/trace.c
10297
s->seq.len = s->seq.size - 1;
kernel/trace/trace.c
10300
s->buffer[s->seq.len] = 0;
kernel/trace/trace.c
10408
trace_printk_seq(&iter.seq);
kernel/trace/trace.c
2438
trace_seq_init(&iter->seq);
kernel/trace/trace.c
2441
trace_seq_putc(&iter->seq, 0);
kernel/trace/trace.c
2442
printk("%s", iter->seq.buffer);
kernel/trace/trace.c
3000
struct trace_seq *seq;
kernel/trace/trace.c
3005
seq = &iter->seq;
kernel/trace/trace.c
3008
trace_seq_printf(seq, "EVENT ID %d NOT FOUND?\n", iter->ent->type);
kernel/trace/trace.c
3018
trace_seq_printf(seq, "FIELDS FOR EVENT '%s' NOT FOUND?\n",
kernel/trace/trace.c
3048
trace_seq_printf(seq, "EVENT %s: HAS UNSAFE POINTER FIELD '%s'\n",
kernel/trace/trace.c
3450
seq_print_ip_sym(&iter->seq, data->critical_start, sym_flags);
kernel/trace/trace.c
3451
trace_print_seq(m, &iter->seq);
kernel/trace/trace.c
3453
seq_print_ip_sym(&iter->seq, data->critical_end, sym_flags);
kernel/trace/trace.c
3454
trace_print_seq(m, &iter->seq);
kernel/trace/trace.c
3463
struct trace_seq *s = &iter->seq;
kernel/trace/trace.c
3507
struct trace_seq *s = &iter->seq;
kernel/trace/trace.c
3553
struct trace_seq *s = &iter->seq;
kernel/trace/trace.c
3578
struct trace_seq *s = &iter->seq;
kernel/trace/trace.c
3608
struct trace_seq *s = &iter->seq;
kernel/trace/trace.c
3669
trace_seq_printf(&iter->seq, "CPU:%d [LOST EVENTS]\n",
kernel/trace/trace.c
3672
trace_seq_printf(&iter->seq, "CPU:%d [LOST %lu EVENTS]\n",
kernel/trace/trace.c
3674
if (trace_seq_has_overflowed(&iter->seq))
kernel/trace/trace.c
3830
ret = trace_print_seq(m, &iter->seq);
kernel/trace/trace.c
3838
iter->seq.full = 0;
kernel/trace/trace.c
3839
trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n");
kernel/trace/trace.c
3841
ret = trace_print_seq(m, &iter->seq);
kernel/trace/trace.c
5817
trace_seq_init(&iter->seq);
kernel/trace/trace.c
5978
sret = trace_seq_to_user(&iter->seq, ubuf, cnt);
kernel/trace/trace.c
5982
trace_seq_init(&iter->seq);
kernel/trace/trace.c
6008
trace_seq_init(&iter->seq);
kernel/trace/trace.c
6014
int save_len = iter->seq.seq.len;
kernel/trace/trace.c
6025
iter->seq.full = 0;
kernel/trace/trace.c
6026
trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n");
kernel/trace/trace.c
6032
iter->seq.seq.len = save_len;
kernel/trace/trace.c
6038
if (trace_seq_used(&iter->seq) >= cnt)
kernel/trace/trace.c
6046
WARN_ONCE(iter->seq.full, "full flag set for trace type %d",
kernel/trace/trace.c
6053
sret = trace_seq_to_user(&iter->seq, ubuf, cnt);
kernel/trace/trace.c
6054
if (iter->seq.readpos >= trace_seq_used(&iter->seq))
kernel/trace/trace.c
6055
trace_seq_init(&iter->seq);
kernel/trace/trace.c
6082
save_len = iter->seq.seq.len;
kernel/trace/trace.c
6085
if (trace_seq_has_overflowed(&iter->seq)) {
kernel/trace/trace.c
6086
iter->seq.seq.len = save_len;
kernel/trace/trace.c
6096
iter->seq.seq.len = save_len;
kernel/trace/trace.c
6100
count = trace_seq_used(&iter->seq) - save_len;
kernel/trace/trace.c
6103
iter->seq.seq.len = save_len;
kernel/trace/trace.c
6174
ret = trace_seq_to_buffer(&iter->seq,
kernel/trace/trace.c
6176
min((size_t)trace_seq_used(&iter->seq),
kernel/trace/trace.c
6185
trace_seq_init(&iter->seq);
kernel/trace/trace.h
2267
memset_startat(iter, 0, seq);
kernel/trace/trace_branch.c
141
trace_seq_printf(&iter->seq, "[%s] %s:%s:%d\n",
kernel/trace/trace_branch.c
147
return trace_handle_return(&iter->seq);
kernel/trace/trace_dynevent.c
319
ret = seq_buf_printf(&cmd->seq, " %s%c", arg->str, arg->separator);
kernel/trace/trace_dynevent.c
364
ret = seq_buf_printf(&cmd->seq, " %s%c%s%c", arg_pair->lhs,
kernel/trace/trace_dynevent.c
391
ret = seq_buf_puts(&cmd->seq, str);
kernel/trace/trace_dynevent.c
426
seq_buf_init(&cmd->seq, buf, maxlen);
kernel/trace/trace_eprobe.c
261
struct trace_seq *s = &iter->seq;
kernel/trace/trace_events_filter.c
1243
buf = kmemdup_nul(s->buffer, s->seq.len, GFP_KERNEL);
kernel/trace/trace_events_synth.c
1625
ret = create_or_delete_synth_event(cmd->seq.buffer);
kernel/trace/trace_events_synth.c
349
struct trace_seq *s = &iter->seq;
kernel/trace/trace_fprobe.c
624
struct trace_seq *s = &iter->seq;
kernel/trace/trace_fprobe.c
654
struct trace_seq *s = &iter->seq;
kernel/trace/trace_functions_graph.c
1427
if (s->buffer[s->seq.len - 1] == '\n') {
kernel/trace/trace_functions_graph.c
1428
s->buffer[s->seq.len - 1] = '\0';
kernel/trace/trace_functions_graph.c
1429
s->seq.len--;
kernel/trace/trace_functions_graph.c
1444
struct trace_seq *s = &iter->seq;
kernel/trace/trace_functions_graph.c
736
struct trace_seq *s = &iter->seq;
kernel/trace/trace_kdb.c
65
trace_printk_seq(&iter.seq);
kernel/trace/trace_kprobe.c
1116
return create_or_delete_trace_kprobe(cmd->seq.buffer);
kernel/trace/trace_kprobe.c
1577
struct trace_seq *s = &iter->seq;
kernel/trace/trace_kprobe.c
1607
struct trace_seq *s = &iter->seq;
kernel/trace/trace_mmiotrace.c
100
struct trace_seq *s = &iter->seq;
kernel/trace/trace_mmiotrace.c
136
struct trace_seq *s = &iter->seq;
kernel/trace/trace_mmiotrace.c
170
struct trace_seq *s = &iter->seq;
kernel/trace/trace_mmiotrace.c
215
struct trace_seq *s = &iter->seq;
kernel/trace/trace_mmiotrace.c
249
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1003
trace_seq_puts(&iter->seq, "<OVERFLOW>");
kernel/trace/trace_output.c
1015
trace_seq_putc(&iter->seq, str[i]);
kernel/trace/trace_output.c
1017
trace_seq_putc(&iter->seq, '.');
kernel/trace/trace_output.c
1019
trace_seq_puts(&iter->seq, " (");
kernel/trace/trace_output.c
1022
trace_seq_putc(&iter->seq, ':');
kernel/trace/trace_output.c
1023
trace_seq_printf(&iter->seq, "%02x", str[i]);
kernel/trace/trace_output.c
1025
trace_seq_putc(&iter->seq, ')');
kernel/trace/trace_output.c
1027
trace_seq_printf(&iter->seq, "%.*s", len, str);
kernel/trace/trace_output.c
1037
trace_seq_printf(&iter->seq, "(0x%px)", pos);
kernel/trace/trace_output.c
1039
trace_seq_printf(&iter->seq, "(0x%px:%s)",
kernel/trace/trace_output.c
1044
trace_seq_printf(&iter->seq, "%pS", (void *)addr);
kernel/trace/trace_output.c
1051
trace_seq_printf(&iter->seq, "'%c'",
kernel/trace/trace_output.c
1054
trace_seq_printf(&iter->seq, "(%d)",
kernel/trace/trace_output.c
1058
trace_seq_printf(&iter->seq, "0x%x (%d)",
kernel/trace/trace_output.c
1083
trace_seq_printf(&iter->seq, "%pS ", (void *)ip);
kernel/trace/trace_output.c
1088
trace_seq_printf(&iter->seq, "%pS (%d)",
kernel/trace/trace_output.c
1091
trace_seq_printf(&iter->seq, "0x%x (%d)",
kernel/trace/trace_output.c
1099
trace_seq_printf(&iter->seq, "%pS (%lld)",
kernel/trace/trace_output.c
1102
trace_seq_printf(&iter->seq, "0x%llx (%lld)", laddr, laddr);
kernel/trace/trace_output.c
1106
trace_seq_puts(&iter->seq, "<INVALID-SIZE>");
kernel/trace/trace_output.c
1111
trace_seq_puts(&iter->seq, "<INVALID-TYPE>");
kernel/trace/trace_output.c
1114
trace_seq_putc(&iter->seq, '\n');
kernel/trace/trace_output.c
1139
trace_seq_printf(&iter->seq, "UNKNOWN TYPE %d\n", event->type);
kernel/trace/trace_output.c
1147
trace_seq_printf(&iter->seq, "%s:", trace_event_name(call));
kernel/trace/trace_output.c
1152
trace_seq_puts(&iter->seq, "No fields found\n");
kernel/trace/trace_output.c
1155
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1161
trace_seq_printf(&iter->seq, "type: %d\n", iter->ent->type);
kernel/trace/trace_output.c
1163
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1188
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1213
trace_seq_printf(&iter->seq, "%lx %lx\n",
kernel/trace/trace_output.c
1217
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1224
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1238
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1274
trace_seq_printf(&iter->seq,
kernel/trace/trace_output.c
1284
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1309
trace_seq_printf(&iter->seq, "%d %d %c %d %d %d %c\n",
kernel/trace/trace_output.c
1318
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1337
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1373
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1418
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1459
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1512
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1546
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1576
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1613
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1648
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1666
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1694
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1712
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1738
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1756
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1781
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1801
trace_seq_printf(&iter->seq, "# %lx %s", field->ip, field->buf);
kernel/trace/trace_output.c
1803
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1824
trace_seq_printf(&iter->seq, "# %x buf:", field->id);
kernel/trace/trace_output.c
1827
trace_seq_printf(&iter->seq, " %02x",
kernel/trace/trace_output.c
1830
trace_seq_putc(&iter->seq, '\n');
kernel/trace/trace_output.c
1832
return trace_handle_return(&iter->seq);
kernel/trace/trace_output.c
1850
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
1868
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
32
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
328
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
349
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
365
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
45
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
58
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
600
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
655
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
687
struct trace_seq *s = &iter->seq;
kernel/trace/trace_output.c
954
trace_seq_puts(&iter->seq, "<OVERFLOW>");
kernel/trace/trace_output.c
962
trace_seq_putc(&iter->seq, ',');
kernel/trace/trace_output.c
963
trace_seq_printf(&iter->seq, "%02x", *(unsigned char *)pos);
kernel/trace/trace_output.c
982
trace_seq_printf(&iter->seq, " %s=", field->name);
kernel/trace/trace_output.c
984
trace_seq_puts(&iter->seq, "<OVERFLOW>");
kernel/trace/trace_output.c
992
trace_seq_printf(&iter->seq, "%.*s", field->size, (char *)pos);
kernel/trace/trace_seq.c
111
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
118
seq_buf_printf(&s->seq, "%*pb", nmaskbits, maskp);
kernel/trace/trace_seq.c
120
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
121
s->seq.len = save_len;
kernel/trace/trace_seq.c
138
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
145
seq_buf_printf(&s->seq, "%*pbl", nmaskbits, maskp);
kernel/trace/trace_seq.c
147
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
148
s->seq.len = save_len;
kernel/trace/trace_seq.c
168
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
175
seq_buf_vprintf(&s->seq, fmt, args);
kernel/trace/trace_seq.c
178
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
179
s->seq.len = save_len;
kernel/trace/trace_seq.c
202
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
209
seq_buf_bprintf(&s->seq, fmt, binary);
kernel/trace/trace_seq.c
212
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
213
s->seq.len = save_len;
kernel/trace/trace_seq.c
244
seq_buf_putmem(&s->seq, str, len);
kernel/trace/trace_seq.c
270
seq_buf_putc(&s->seq, c);
kernel/trace/trace_seq.c
28
#define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq)
kernel/trace/trace_seq.c
296
seq_buf_putmem(&s->seq, mem, len);
kernel/trace/trace_seq.c
313
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
327
seq_buf_putmem_hex(&s->seq, mem, len);
kernel/trace/trace_seq.c
329
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
330
s->seq.len = save_len;
kernel/trace/trace_seq.c
35
if (unlikely(!s->seq.size))
kernel/trace/trace_seq.c
351
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
363
seq_buf_path(&s->seq, path, "\n");
kernel/trace/trace_seq.c
365
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
366
s->seq.len = save_len;
kernel/trace/trace_seq.c
399
ret = seq_buf_to_user(&s->seq, ubuf, s->readpos, cnt);
kernel/trace/trace_seq.c
410
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
422
seq_buf_hex_dump(&(s->seq), prefix_str,
kernel/trace/trace_seq.c
426
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
427
s->seq.len = save_len;
kernel/trace/trace_seq.c
452
if (!WARN_ON_ONCE(seq_buf_buffer_left(&s->seq) < len))
kernel/trace/trace_seq.c
453
seq_buf_commit(&s->seq, len);
kernel/trace/trace_seq.c
54
ret = seq_buf_print_seq(m, &s->seq);
kernel/trace/trace_seq.c
80
unsigned int save_len = s->seq.len;
kernel/trace/trace_seq.c
89
seq_buf_vprintf(&s->seq, fmt, ap);
kernel/trace/trace_seq.c
93
if (unlikely(seq_buf_has_overflowed(&s->seq))) {
kernel/trace/trace_seq.c
94
s->seq.len = save_len;
kernel/trace/trace_syscalls.c
245
struct trace_seq *s = &iter->seq;
kernel/trace/trace_syscalls.c
352
struct trace_seq *s = &iter->seq;
kernel/trace/trace_uprobe.c
1069
struct trace_seq *s = &iter->seq;
kernel/user_namespace.c
1123
struct seq_file *seq = file->private_data;
kernel/user_namespace.c
1124
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
1125
struct user_namespace *seq_ns = seq_user_ns(seq);
kernel/user_namespace.c
1140
struct seq_file *seq = file->private_data;
kernel/user_namespace.c
1141
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
1142
struct user_namespace *seq_ns = seq_user_ns(seq);
kernel/user_namespace.c
1157
struct seq_file *seq = file->private_data;
kernel/user_namespace.c
1158
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
1159
struct user_namespace *seq_ns = seq_user_ns(seq);
kernel/user_namespace.c
1214
int proc_setgroups_show(struct seq_file *seq, void *v)
kernel/user_namespace.c
1216
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
1219
seq_printf(seq, "%s\n",
kernel/user_namespace.c
1228
struct seq_file *seq = file->private_data;
kernel/user_namespace.c
1229
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
613
static int uid_m_show(struct seq_file *seq, void *v)
kernel/user_namespace.c
615
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
620
lower_ns = seq_user_ns(seq);
kernel/user_namespace.c
626
seq_printf(seq, "%10u %10u %10u\n",
kernel/user_namespace.c
634
static int gid_m_show(struct seq_file *seq, void *v)
kernel/user_namespace.c
636
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
641
lower_ns = seq_user_ns(seq);
kernel/user_namespace.c
647
seq_printf(seq, "%10u %10u %10u\n",
kernel/user_namespace.c
655
static int projid_m_show(struct seq_file *seq, void *v)
kernel/user_namespace.c
657
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
662
lower_ns = seq_user_ns(seq);
kernel/user_namespace.c
668
seq_printf(seq, "%10u %10u %10u\n",
kernel/user_namespace.c
676
static void *m_start(struct seq_file *seq, loff_t *ppos,
kernel/user_namespace.c
692
static void *uid_m_start(struct seq_file *seq, loff_t *ppos)
kernel/user_namespace.c
694
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
696
return m_start(seq, ppos, &ns->uid_map);
kernel/user_namespace.c
699
static void *gid_m_start(struct seq_file *seq, loff_t *ppos)
kernel/user_namespace.c
701
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
703
return m_start(seq, ppos, &ns->gid_map);
kernel/user_namespace.c
706
static void *projid_m_start(struct seq_file *seq, loff_t *ppos)
kernel/user_namespace.c
708
struct user_namespace *ns = seq->private;
kernel/user_namespace.c
710
return m_start(seq, ppos, &ns->projid_map);
kernel/user_namespace.c
713
static void *m_next(struct seq_file *seq, void *v, loff_t *pos)
kernel/user_namespace.c
716
return seq->op->start(seq, pos);
kernel/user_namespace.c
719
static void m_stop(struct seq_file *seq, void *v)
kernel/user_namespace.c
938
struct seq_file *seq = file->private_data;
kernel/user_namespace.c
939
struct user_namespace *map_ns = seq->private;
lib/asn1_encoder.c
374
const unsigned char *seq, int len)
lib/asn1_encoder.c
379
if (!seq && WARN(len > 127,
lib/asn1_encoder.c
386
if (!seq && len >= 0) {
lib/asn1_encoder.c
406
if (!seq)
lib/asn1_encoder.c
412
memcpy(data, seq, len);
lib/flex_proportions.c
152
unsigned int seq;
lib/flex_proportions.c
156
seq = read_seqcount_begin(&p->sequence);
lib/flex_proportions.c
160
} while (read_seqcount_retry(&p->sequence, seq));
lib/kunit/debugfs.c
112
static int debugfs_print_run(struct seq_file *seq, void *v)
lib/kunit/debugfs.c
114
struct kunit_suite *suite = (struct kunit_suite *)seq->private;
lib/kunit/debugfs.c
116
seq_puts(seq, "Write to this file to trigger the test suite to run.\n");
lib/kunit/debugfs.c
117
seq_printf(seq, "usage: echo \"any string\" > /sys/kernel/debugfs/kunit/%s/run\n",
lib/kunit/debugfs.c
44
static void debugfs_print_result(struct seq_file *seq, struct string_stream *log)
lib/kunit/debugfs.c
57
seq_printf(seq, "%s", frag_container->fragment);
lib/kunit/debugfs.c
64
static int debugfs_print_results(struct seq_file *seq, void *v)
lib/kunit/debugfs.c
66
struct kunit_suite *suite = (struct kunit_suite *)seq->private;
lib/kunit/debugfs.c
76
seq_puts(seq, "KTAP version 1\n");
lib/kunit/debugfs.c
77
seq_puts(seq, "1..1\n");
lib/kunit/debugfs.c
80
seq_puts(seq, KUNIT_SUBTEST_INDENT "KTAP version 1\n");
lib/kunit/debugfs.c
81
seq_printf(seq, KUNIT_SUBTEST_INDENT "# Subtest: %s\n", suite->name);
lib/kunit/debugfs.c
82
seq_printf(seq, KUNIT_SUBTEST_INDENT "1..%zd\n", kunit_suite_num_test_cases(suite));
lib/kunit/debugfs.c
85
debugfs_print_result(seq, test_case->log);
lib/kunit/debugfs.c
87
debugfs_print_result(seq, suite->log);
lib/kunit/debugfs.c
89
seq_printf(seq, "%s %d %s\n",
lib/kunit/kunit-example-test.c
401
int *seq;
lib/kunit/kunit-example-test.c
410
seq = kunit_kmalloc_array(test, seq_size, sizeof(int), GFP_KERNEL);
lib/kunit/kunit-example-test.c
412
if (!seq)
lib/kunit/kunit-example-test.c
415
seq[0] = 0;
lib/kunit/kunit-example-test.c
417
seq[1] = 1;
lib/kunit/kunit-example-test.c
419
seq[i] = seq[i - 1] + seq[i - 2];
lib/kunit/kunit-example-test.c
420
return seq;
lib/lru_cache.c
219
void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc)
lib/lru_cache.c
228
seq_printf(seq, "\t%s: used:%u/%u hits:%lu misses:%lu starving:%lu locked:%lu changed:%lu\n",
lib/lru_cache.c
586
void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
lib/lru_cache.c
593
seq_printf(seq, "\tnn: lc_number (new nr) refcnt %s\n ", utext);
lib/lru_cache.c
597
seq_printf(seq, "\t%5d: %6d %8d %6d ",
lib/lru_cache.c
600
seq_printf(seq, "\t%5d: %6d %-8s %6d ",
lib/lru_cache.c
603
detail(seq, e);
lib/lru_cache.c
604
seq_putc(seq, '\n');
lib/ref_tracker.c
108
struct seq_file *seq;
lib/ref_tracker.c
354
seq_vprintf(stream->seq, fmt, args);
lib/ref_tracker.c
358
static int ref_tracker_dir_seq_print(struct ref_tracker_dir *dir, struct seq_file *seq)
lib/ref_tracker.c
362
.seq = seq };
lib/stackdepot.c
853
static int stats_show(struct seq_file *seq, void *v)
lib/stackdepot.c
859
seq_printf(seq, "pools: %d\n", data_race(pools_num));
lib/stackdepot.c
861
seq_printf(seq, "%s: %ld\n", counter_names[i], data_race(counters[i]));
lib/test_context-analysis.c
235
unsigned int seq;
lib/test_context-analysis.c
238
seq = read_seqbegin(&d->sl);
lib/test_context-analysis.c
240
} while (read_seqretry(&d->sl, seq));
lib/vdso/gettimeofday.c
124
u32 seq;
lib/vdso/gettimeofday.c
134
seq = vdso_read_begin(vc);
lib/vdso/gettimeofday.c
138
} while (unlikely(vdso_read_retry(vc, seq)));
lib/vdso/gettimeofday.c
154
u32 seq;
lib/vdso/gettimeofday.c
172
while (unlikely((seq = READ_ONCE(vc->seq)) & 1)) {
lib/vdso/gettimeofday.c
182
} while (unlikely(vdso_read_retry(vc, seq)));
lib/vdso/gettimeofday.c
199
s32 seq;
lib/vdso/gettimeofday.c
204
seq = vdso_read_begin(vc);
lib/vdso/gettimeofday.c
207
} while (unlikely(vdso_read_retry(vc, seq)));
lib/vdso/gettimeofday.c
223
u32 seq;
lib/vdso/gettimeofday.c
230
while ((seq = READ_ONCE(vc->seq)) & 1) {
lib/vdso/gettimeofday.c
240
} while (unlikely(vdso_read_retry(vc, seq)));
lib/vdso/gettimeofday.c
249
u32 seq, idx;
lib/vdso/gettimeofday.c
263
while ((seq = READ_ONCE(vc->seq)) & 1) {
lib/vdso/gettimeofday.c
280
} while (unlikely(vdso_read_retry(vc, seq)));
lib/zstd/compress/zstd_compress.c
3154
const SeqDef* seq = seqStore->sequencesStart;
lib/zstd/compress/zstd_compress.c
3157
for (; seq < seqEnd; ++seq) {
lib/zstd/compress/zstd_compress.c
3158
const ZSTD_SequenceLength seqLength = ZSTD_getSequenceLength(seqStore, seq);
lib/zstd/compress/zstd_compress.c
3251
ldmSeqStore.seq = zc->ldmSequences;
lib/zstd/compress/zstd_compress.c
3889
SeqDef const seq = seqStore->sequencesStart[i];
lib/zstd/compress/zstd_compress.c
3890
literalsBytes += seq.litLength;
lib/zstd/compress/zstd_compress.c
3904
SeqDef seq = seqStore->sequencesStart[i];
lib/zstd/compress/zstd_compress.c
3905
matchBytes += seq.mlBase + MINMATCH;
lib/zstd/compress/zstd_compress.c
3990
SeqDef* const seq = seqStore->sequencesStart + idx;
lib/zstd/compress/zstd_compress.c
3991
U32 const ll0 = (seq->litLength == 0) && (idx != longLitLenIdx);
lib/zstd/compress/zstd_compress.c
3992
U32 const offBase = seq->offBase;
lib/zstd/compress/zstd_compress.c
4002
seq->offBase = OFFSET_TO_OFFBASE(cRawOffset);
lib/zstd/compress/zstd_compress.c
4008
ZSTD_updateRep(dRepcodes->rep, seq->offBase, ll0);
lib/zstd/compress/zstd_compress.c
4694
void ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq)
lib/zstd/compress/zstd_compress.c
4698
cctx->externSeqStore.seq = seq;
lib/zstd/compress/zstd_compress_internal.h
124
MEM_STATIC ZSTD_SequenceLength ZSTD_getSequenceLength(SeqStore_t const* seqStore, SeqDef const* seq)
lib/zstd/compress/zstd_compress_internal.h
127
seqLen.litLength = seq->litLength;
lib/zstd/compress/zstd_compress_internal.h
128
seqLen.matchLength = seq->mlBase + MINMATCH;
lib/zstd/compress/zstd_compress_internal.h
129
if (seqStore->longLengthPos == (U32)(seq - seqStore->sequencesStart)) {
lib/zstd/compress/zstd_compress_internal.h
1593
void ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq);
lib/zstd/compress/zstd_compress_internal.h
204
rawSeq* seq; /* The start of the sequences */
lib/zstd/compress/zstd_compress_superblock.c
651
const SeqDef* seq;
lib/zstd/compress/zstd_compress_superblock.c
654
for (seq = sstart; seq < sp; ++seq) {
lib/zstd/compress/zstd_compress_superblock.c
655
ZSTD_updateRep(rep.rep, seq->offBase, ZSTD_getSequenceLength(seqStorePtr, seq).litLength == 0);
lib/zstd/compress/zstd_ldm.c
476
rawSeq* const seq = rawSeqStore->seq + rawSeqStore->size;
lib/zstd/compress/zstd_ldm.c
481
seq->litLength = (U32)(split - backwardMatchLength - anchor);
lib/zstd/compress/zstd_ldm.c
482
seq->matchLength = (U32)mLength;
lib/zstd/compress/zstd_ldm.c
483
seq->offset = offset;
lib/zstd/compress/zstd_ldm.c
594
sequences->seq[prevSize].litLength += (U32)leftoverSize;
lib/zstd/compress/zstd_ldm.c
608
rawSeq* seq = rawSeqStore->seq + rawSeqStore->pos;
lib/zstd/compress/zstd_ldm.c
609
if (srcSize <= seq->litLength) {
lib/zstd/compress/zstd_ldm.c
611
seq->litLength -= (U32)srcSize;
lib/zstd/compress/zstd_ldm.c
614
srcSize -= seq->litLength;
lib/zstd/compress/zstd_ldm.c
615
seq->litLength = 0;
lib/zstd/compress/zstd_ldm.c
616
if (srcSize < seq->matchLength) {
lib/zstd/compress/zstd_ldm.c
618
seq->matchLength -= (U32)srcSize;
lib/zstd/compress/zstd_ldm.c
619
if (seq->matchLength < minMatch) {
lib/zstd/compress/zstd_ldm.c
622
seq[1].litLength += seq[0].matchLength;
lib/zstd/compress/zstd_ldm.c
628
srcSize -= seq->matchLength;
lib/zstd/compress/zstd_ldm.c
629
seq->matchLength = 0;
lib/zstd/compress/zstd_ldm.c
644
rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos];
lib/zstd/compress/zstd_ldm.c
668
rawSeq currSeq = rawSeqStore->seq[rawSeqStore->pos];
lib/zstd/compress/zstd_opt.c
923
rawSeq currSeq = rawSeqStore->seq[rawSeqStore->pos];
lib/zstd/compress/zstd_opt.c
958
currSeq = optLdm->seqStore.seq[optLdm->seqStore.pos];
lib/zstd/decompress/huf_decompress.c
960
U32 seq;
lib/zstd/decompress/huf_decompress.c
966
seq = level == 1 ? symbol : (baseSeq + (symbol << 8));
lib/zstd/decompress/huf_decompress.c
967
return seq + (nbBits << 16) + ((U32)level << 24);
lib/zstd/decompress/huf_decompress.c
969
seq = level == 1 ? (symbol << 8) : ((baseSeq << 8) + symbol);
lib/zstd/decompress/huf_decompress.c
970
return (seq << 16) + (nbBits << 8) + (U32)level;
lib/zstd/decompress/zstd_decompress_block.c
1232
seq_t seq;
lib/zstd/decompress/zstd_decompress_block.c
1254
seq.matchLength = mlDInfo->baseValue;
lib/zstd/decompress/zstd_decompress_block.c
1255
seq.litLength = llDInfo->baseValue;
lib/zstd/decompress/zstd_decompress_block.c
1314
seq.offset = offset;
lib/zstd/decompress/zstd_decompress_block.c
1318
seq.matchLength += BIT_readBitsFast(&seqState->DStream, mlBits/*>0*/);
lib/zstd/decompress/zstd_decompress_block.c
1328
seq.litLength += BIT_readBitsFast(&seqState->DStream, llBits/*>0*/);
lib/zstd/decompress/zstd_decompress_block.c
1334
(U32)seq.litLength, (U32)seq.matchLength, (U32)seq.offset);
lib/zstd/decompress/zstd_decompress_block.c
1346
return seq;
lib/zstd/decompress/zstd_decompress_block.c
1370
seq_t const seq,
lib/zstd/decompress/zstd_decompress_block.c
1376
size_t const sequenceSize = seq.litLength + seq.matchLength;
lib/zstd/decompress/zstd_decompress_block.c
1377
BYTE const* const oLitEnd = op + seq.litLength;
lib/zstd/decompress/zstd_decompress_block.c
1379
(U32)seq.litLength, (U32)seq.matchLength, (U32)seq.offset);
lib/zstd/decompress/zstd_decompress_block.c
1386
assert(seq.offset <= (size_t)(oLitEnd - virtualStart));
lib/zstd/decompress/zstd_decompress_block.c
1387
assert(seq.offset <= windowSize + dictSize);
lib/zstd/decompress/zstd_decompress_block.c
1390
assert(seq.offset <= windowSize);
lib/zstd/decompress/zstd_decompress_block.c
1394
(void)dctx, (void)op, (void)oend, (void)seq, (void)prefixStart, (void)virtualStart;
mm/gup.c
3134
unsigned seq;
mm/gup.c
3141
if (!raw_seqcount_try_begin(&current->mm->write_protect_seq, seq))
mm/gup.c
3165
if (read_seqcount_retry(&current->mm->write_protect_seq, seq)) {
mm/hugetlb_cgroup.c
456
static int hugetlb_cgroup_read_numa_stat(struct seq_file *seq, void *dummy)
mm/hugetlb_cgroup.c
459
struct cftype *cft = seq_cft(seq);
mm/hugetlb_cgroup.c
462
struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(seq_css(seq));
mm/hugetlb_cgroup.c
471
seq_printf(seq, "total=%lu", usage * PAGE_SIZE);
mm/hugetlb_cgroup.c
475
seq_printf(seq, " N%d=%lu", nid,
mm/hugetlb_cgroup.c
478
seq_putc(seq, '\n');
mm/hugetlb_cgroup.c
485
seq_printf(seq, "%stotal=%lu", legacy ? "hierarchical_" : "",
mm/hugetlb_cgroup.c
501
seq_printf(seq, " N%d=%lu", nid, usage * PAGE_SIZE);
mm/hugetlb_cgroup.c
504
seq_putc(seq, '\n');
mm/hugetlb_cgroup.c
541
static int hugetlb_cgroup_read_u64_max(struct seq_file *seq, void *v)
mm/hugetlb_cgroup.c
545
struct cftype *cft = seq_cft(seq);
mm/hugetlb_cgroup.c
548
struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(seq_css(seq));
mm/hugetlb_cgroup.c
562
seq_printf(seq, "%llu\n", val * PAGE_SIZE);
mm/hugetlb_cgroup.c
570
seq_puts(seq, "max\n");
mm/hugetlb_cgroup.c
572
seq_printf(seq, "%llu\n", val * PAGE_SIZE);
mm/hugetlb_cgroup.c
674
static int __hugetlb_events_show(struct seq_file *seq, bool local)
mm/hugetlb_cgroup.c
678
struct cftype *cft = seq_cft(seq);
mm/hugetlb_cgroup.c
679
struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(seq_css(seq));
mm/hugetlb_cgroup.c
688
seq_printf(seq, "max %lu\n", max);
mm/hugetlb_cgroup.c
693
static int hugetlb_events_show(struct seq_file *seq, void *v)
mm/hugetlb_cgroup.c
695
return __hugetlb_events_show(seq, false);
mm/hugetlb_cgroup.c
698
static int hugetlb_events_local_show(struct seq_file *seq, void *v)
mm/hugetlb_cgroup.c
700
return __hugetlb_events_show(seq, true);
mm/kfence/core.c
745
static int stats_show(struct seq_file *seq, void *v)
mm/kfence/core.c
749
seq_printf(seq, "enabled: %i\n", READ_ONCE(kfence_enabled));
mm/kfence/core.c
751
seq_printf(seq, "%s: %ld\n", counter_names[i], atomic_long_read(&counters[i]));
mm/kfence/core.c
762
static void *start_object(struct seq_file *seq, loff_t *pos)
mm/kfence/core.c
769
static void stop_object(struct seq_file *seq, void *v)
mm/kfence/core.c
773
static void *next_object(struct seq_file *seq, void *v, loff_t *pos)
mm/kfence/core.c
781
static int show_object(struct seq_file *seq, void *v)
mm/kfence/core.c
787
kfence_print_object(seq, meta);
mm/kfence/core.c
789
seq_puts(seq, "---------------------------------\n");
mm/kfence/kfence.h
146
void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta) __must_hold(&meta->lock);
mm/kfence/report.c
107
static void kfence_print_stack(struct seq_file *seq, const struct kfence_metadata *meta,
mm/kfence/report.c
118
seq_con_printf(seq, "%s by task %d on cpu %d at %lu.%06lus (%lu.%06lus ago):\n",
mm/kfence/report.c
130
seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]);
mm/kfence/report.c
132
seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation");
mm/kfence/report.c
136
void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta)
mm/kfence/report.c
145
seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata);
mm/kfence/report.c
149
seq_con_printf(seq, "kfence-#%td: 0x%p-0x%p, size=%d, cache=%s\n\n",
mm/kfence/report.c
153
kfence_print_stack(seq, meta, true);
mm/kfence/report.c
156
seq_con_printf(seq, "\n");
mm/kfence/report.c
157
kfence_print_stack(seq, meta, false);
mm/kfence/report.c
34
static void seq_con_printf(struct seq_file *seq, const char *fmt, ...)
mm/kfence/report.c
39
if (seq)
mm/kfence/report.c
40
seq_vprintf(seq, fmt, args);
mm/kmemleak.c
1945
static void *kmemleak_seq_start(struct seq_file *seq, loff_t *pos)
mm/kmemleak.c
1971
static void *kmemleak_seq_next(struct seq_file *seq, void *v, loff_t *pos)
mm/kmemleak.c
1993
static void kmemleak_seq_stop(struct seq_file *seq, void *v)
mm/kmemleak.c
2010
static int kmemleak_seq_show(struct seq_file *seq, void *v)
mm/kmemleak.c
2017
print_unreferenced(seq, object);
mm/kmemleak.c
267
#define warn_or_seq_printf(seq, fmt, ...) do { \
mm/kmemleak.c
268
if (seq) \
mm/kmemleak.c
269
seq_printf(seq, fmt, ##__VA_ARGS__); \
mm/kmemleak.c
274
static void warn_or_seq_hex_dump(struct seq_file *seq, int prefix_type,
mm/kmemleak.c
278
if (seq)
mm/kmemleak.c
279
seq_hex_dump(seq, HEX_PREFIX, prefix_type, rowsize, groupsize,
mm/kmemleak.c
292
static void hex_dump_object(struct seq_file *seq,
mm/kmemleak.c
308
warn_or_seq_printf(seq, " hex dump (first %zu bytes on cpu %d):\n",
mm/kmemleak.c
311
warn_or_seq_printf(seq, " hex dump (first %zu bytes):\n", len);
mm/kmemleak.c
313
warn_or_seq_hex_dump(seq, DUMP_PREFIX_NONE, HEX_ROW_SIZE,
mm/kmemleak.c
363
static void print_unreferenced(struct seq_file *seq,
mm/kmemleak.c
371
warn_or_seq_printf(seq, "unreferenced object%s 0x%08lx (size %zu):\n",
mm/kmemleak.c
374
warn_or_seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu\n",
mm/kmemleak.c
376
hex_dump_object(seq, object);
mm/kmemleak.c
377
warn_or_seq_printf(seq, " backtrace (crc %x):\n", object->checksum);
mm/kmemleak.c
381
warn_or_seq_printf(seq, " %pS\n", ptr);
mm/mmu_notifier.c
1017
unsigned long seq)
mm/mmu_notifier.c
1022
ret = subscriptions->invalidate_seq != seq;
mm/mmu_notifier.c
1042
unsigned long seq = 0;
mm/mmu_notifier.c
1057
seq = subscriptions->invalidate_seq;
mm/mmu_notifier.c
1072
if (seq)
mm/mmu_notifier.c
1074
mmu_interval_seq_released(subscriptions, seq));
mm/mmu_notifier.c
113
*seq = subscriptions->invalidate_seq;
mm/mmu_notifier.c
192
unsigned long seq;
mm/mmu_notifier.c
236
seq = READ_ONCE(interval_sub->invalidate_seq);
mm/mmu_notifier.c
237
is_invalidating = seq == subscriptions->invalidate_seq;
mm/mmu_notifier.c
251
READ_ONCE(subscriptions->invalidate_seq) != seq);
mm/mmu_notifier.c
259
return seq;
mm/mmu_notifier.c
98
unsigned long *seq)
mm/page_alloc.c
4401
static unsigned int check_retry_zonelist(unsigned int seq)
mm/page_alloc.c
4404
return read_seqretry(&zonelist_update_seq, seq);
mm/page_alloc.c
4406
return seq;
mm/page_alloc.c
607
unsigned seq;
mm/page_alloc.c
612
seq = zone_span_seqbegin(zone);
mm/page_alloc.c
616
} while (zone_span_seqretry(zone, seq));
mm/shmem.c
1741
static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
mm/shmem.c
1750
seq_printf(seq, ",mpol=%s", buffer);
mm/shmem.c
1765
static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
mm/shmem.c
4907
static int shmem_show_options(struct seq_file *seq, struct dentry *root)
mm/shmem.c
4913
seq_printf(seq, ",size=%luk", K(sbinfo->max_blocks));
mm/shmem.c
4915
seq_printf(seq, ",nr_inodes=%lu", sbinfo->max_inodes);
mm/shmem.c
4917
seq_printf(seq, ",mode=%03ho", sbinfo->mode);
mm/shmem.c
4919
seq_printf(seq, ",uid=%u",
mm/shmem.c
4922
seq_printf(seq, ",gid=%u",
mm/shmem.c
4946
seq_printf(seq, ",inode%d", (sbinfo->full_inums ? 64 : 32));
mm/shmem.c
4950
seq_printf(seq, ",huge=%s", shmem_format_huge(sbinfo->huge));
mm/shmem.c
4953
shmem_show_mpol(seq, mpol);
mm/shmem.c
4956
seq_printf(seq, ",noswap");
mm/shmem.c
4959
seq_printf(seq, ",usrquota");
mm/shmem.c
4961
seq_printf(seq, ",grpquota");
mm/shmem.c
4963
seq_printf(seq, ",usrquota_block_hardlimit=%lld",
mm/shmem.c
4966
seq_printf(seq, ",grpquota_block_hardlimit=%lld",
mm/shmem.c
4969
seq_printf(seq, ",usrquota_inode_hardlimit=%lld",
mm/shmem.c
4972
seq_printf(seq, ",grpquota_inode_hardlimit=%lld",
mm/slub.c
9607
static int slab_debugfs_show(struct seq_file *seq, void *v)
mm/slub.c
9609
struct loc_track *t = seq->private;
mm/slub.c
9617
seq_printf(seq, "%7ld ", l->count);
mm/slub.c
9620
seq_printf(seq, "%pS", (void *)l->addr);
mm/slub.c
9622
seq_puts(seq, "<not-available>");
mm/slub.c
9625
seq_printf(seq, " waste=%lu/%lu",
mm/slub.c
9629
seq_printf(seq, " age=%ld/%llu/%ld",
mm/slub.c
9633
seq_printf(seq, " age=%ld", l->min_time);
mm/slub.c
9636
seq_printf(seq, " pid=%ld-%ld", l->min_pid, l->max_pid);
mm/slub.c
9638
seq_printf(seq, " pid=%ld",
mm/slub.c
9642
seq_printf(seq, " cpus=%*pbl",
mm/slub.c
9646
seq_printf(seq, " nodes=%*pbl",
mm/slub.c
9658
seq_puts(seq, "\n");
mm/slub.c
9660
seq_printf(seq, " %pS\n", (void *)entries[j]);
mm/slub.c
9664
seq_puts(seq, "\n");
mm/slub.c
9668
seq_puts(seq, "No data\n");
mm/slub.c
9673
static void slab_debugfs_stop(struct seq_file *seq, void *v)
mm/slub.c
9677
static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos)
mm/slub.c
9679
struct loc_track *t = seq->private;
mm/slub.c
9696
static void *slab_debugfs_start(struct seq_file *seq, loff_t *ppos)
mm/slub.c
9698
struct loc_track *t = seq->private;
mm/slub.c
9764
struct seq_file *seq = file->private_data;
mm/slub.c
9765
struct loc_track *t = seq->private;
mm/swapfile.c
2912
struct seq_file *seq = file->private_data;
mm/swapfile.c
2916
if (seq->poll_event != atomic_read(&proc_poll_event)) {
mm/swapfile.c
2917
seq->poll_event = atomic_read(&proc_poll_event);
mm/swapfile.c
3007
struct seq_file *seq;
mm/swapfile.c
3014
seq = file->private_data;
mm/swapfile.c
3015
seq->poll_event = atomic_read(&proc_poll_event);
mm/vmscan.c
2707
#define get_memcg_gen(seq) ((seq) % MEMCG_NR_GENS)
mm/vmscan.c
2792
static inline int filter_gen_from_seq(unsigned long seq)
mm/vmscan.c
2794
return seq % NR_BLOOM_FILTERS;
mm/vmscan.c
2807
static bool test_bloom_filter(struct lru_gen_mm_state *mm_state, unsigned long seq,
mm/vmscan.c
2812
int gen = filter_gen_from_seq(seq);
mm/vmscan.c
2823
static void update_bloom_filter(struct lru_gen_mm_state *mm_state, unsigned long seq,
mm/vmscan.c
2828
int gen = filter_gen_from_seq(seq);
mm/vmscan.c
2842
static void reset_bloom_filter(struct lru_gen_mm_state *mm_state, unsigned long seq)
mm/vmscan.c
2845
int gen = filter_gen_from_seq(seq);
mm/vmscan.c
3027
hist = lru_hist_from_seq(walk->seq);
mm/vmscan.c
3036
hist = lru_hist_from_seq(walk->seq + 1);
mm/vmscan.c
3065
VM_WARN_ON_ONCE(mm_state->seq + 1 < walk->seq);
mm/vmscan.c
3067
if (walk->seq <= mm_state->seq)
mm/vmscan.c
3079
WRITE_ONCE(mm_state->seq, mm_state->seq + 1);
mm/vmscan.c
3097
reset_bloom_filter(mm_state, walk->seq + 1);
mm/vmscan.c
3107
static bool iterate_mm_list_nowalk(struct lruvec *lruvec, unsigned long seq)
mm/vmscan.c
3116
VM_WARN_ON_ONCE(mm_state->seq + 1 < seq);
mm/vmscan.c
3118
if (seq > mm_state->seq) {
mm/vmscan.c
3121
WRITE_ONCE(mm_state->seq, mm_state->seq + 1);
mm/vmscan.c
3183
unsigned long seq = carryover ? lrugen->min_seq[type] : lrugen->max_seq + 1;
mm/vmscan.c
3190
hist = lru_hist_from_seq(seq);
mm/vmscan.c
3713
if (!walk->force_scan && !test_bloom_filter(mm_state, walk->seq, pmd + i))
mm/vmscan.c
3724
update_bloom_filter(mm_state, walk->seq + 1, pmd + i);
mm/vmscan.c
3793
if (walk->seq != max_seq)
mm/vmscan.c
3936
unsigned long seq = lrugen->max_seq - MIN_NR_GENS;
mm/vmscan.c
3938
if (min_seq[LRU_GEN_ANON] > seq && min_seq[LRU_GEN_FILE] < seq)
mm/vmscan.c
3939
min_seq[LRU_GEN_ANON] = seq;
mm/vmscan.c
3940
else if (min_seq[LRU_GEN_FILE] > seq && min_seq[LRU_GEN_ANON] < seq)
mm/vmscan.c
3941
min_seq[LRU_GEN_FILE] = seq;
mm/vmscan.c
3956
static bool inc_max_seq(struct lruvec *lruvec, unsigned long seq, int swappiness)
mm/vmscan.c
3963
if (seq < READ_ONCE(lrugen->max_seq))
mm/vmscan.c
3970
success = seq == lrugen->max_seq;
mm/vmscan.c
4021
static bool try_to_inc_max_seq(struct lruvec *lruvec, unsigned long seq,
mm/vmscan.c
4030
VM_WARN_ON_ONCE(seq > READ_ONCE(lrugen->max_seq));
mm/vmscan.c
4033
return inc_max_seq(lruvec, seq, swappiness);
mm/vmscan.c
4036
if (seq <= READ_ONCE(mm_state->seq))
mm/vmscan.c
4046
success = iterate_mm_list_nowalk(lruvec, seq);
mm/vmscan.c
4052
success = iterate_mm_list_nowalk(lruvec, seq);
mm/vmscan.c
4057
walk->seq = seq;
mm/vmscan.c
4068
success = inc_max_seq(lruvec, seq, swappiness);
mm/vmscan.c
4116
unsigned long seq;
mm/vmscan.c
4118
for (seq = min_seq[type]; seq <= max_seq; seq++) {
mm/vmscan.c
4119
gen = lru_gen_from_seq(seq);
mm/vmscan.c
4331
new = get_memcg_gen(pgdat->memcg_lru.seq);
mm/vmscan.c
4333
new = get_memcg_gen(pgdat->memcg_lru.seq + 1);
mm/vmscan.c
4350
if (!pgdat->memcg_lru.nr_memcgs[old] && old == get_memcg_gen(pgdat->memcg_lru.seq))
mm/vmscan.c
4351
WRITE_ONCE(pgdat->memcg_lru.seq, pgdat->memcg_lru.seq + 1);
mm/vmscan.c
4372
gen = get_memcg_gen(pgdat->memcg_lru.seq);
mm/vmscan.c
4413
if (!pgdat->memcg_lru.nr_memcgs[gen] && gen == get_memcg_gen(pgdat->memcg_lru.seq))
mm/vmscan.c
4414
WRITE_ONCE(pgdat->memcg_lru.seq, pgdat->memcg_lru.seq + 1);
mm/vmscan.c
4791
unsigned long seq;
mm/vmscan.c
4793
for (seq = min_seq[type]; seq <= max_seq; seq++) {
mm/vmscan.c
4794
gen = lru_gen_from_seq(seq);
mm/vmscan.c
4958
gen = get_memcg_gen(READ_ONCE(pgdat->memcg_lru.seq));
mm/vmscan.c
5356
unsigned long seq)
mm/vmscan.c
5360
int hist = lru_hist_from_seq(seq);
mm/vmscan.c
5370
if (seq == max_seq) {
mm/vmscan.c
5374
} else if (seq == min_seq[type] || NR_HIST_GENS > 1) {
mm/vmscan.c
5395
if (seq == max_seq && NR_HIST_GENS == 1) {
mm/vmscan.c
5398
} else if (seq != max_seq && NR_HIST_GENS > 1) {
mm/vmscan.c
5411
unsigned long seq;
mm/vmscan.c
5433
seq = evictable_min_seq(min_seq, MAX_SWAPPINESS / 2);
mm/vmscan.c
5435
seq = max_seq - MAX_NR_GENS + 1;
mm/vmscan.c
5437
seq = 0;
mm/vmscan.c
5439
for (; seq <= max_seq; seq++) {
mm/vmscan.c
5441
int gen = lru_gen_from_seq(seq);
mm/vmscan.c
5444
seq_printf(m, " %10lu %10u", seq, jiffies_to_msecs(jiffies - birth));
mm/vmscan.c
5448
char mark = full && seq < min_seq[type] ? 'x' : ' ';
mm/vmscan.c
5459
lru_gen_seq_show_full(m, lruvec, max_seq, min_seq, seq);
mm/vmscan.c
5472
static int run_aging(struct lruvec *lruvec, unsigned long seq,
mm/vmscan.c
5477
if (seq > max_seq)
mm/vmscan.c
5483
static int run_eviction(struct lruvec *lruvec, unsigned long seq, struct scan_control *sc,
mm/vmscan.c
5488
if (seq + MIN_NR_GENS > max_seq)
mm/vmscan.c
5496
if (seq < evictable_min_seq(min_seq, swappiness))
mm/vmscan.c
5512
static int run_cmd(char cmd, u64 memcg_id, int nid, unsigned long seq,
mm/vmscan.c
5541
err = run_aging(lruvec, seq, swappiness, opt);
mm/vmscan.c
5544
err = run_eviction(lruvec, seq, sc, swappiness, opt);
mm/vmscan.c
5597
unsigned long seq;
mm/vmscan.c
5606
&seq, &end, swap_string, &end, &opt, &end);
mm/vmscan.c
5623
err = run_cmd(cmd, memcg_id, nid, seq, &sc, swappiness, opt);
mm/vmscan.c
5691
mm_state->seq = MIN_NR_GENS;
net/8021q/vlanproc.c
166
static void *vlan_seq_from_index(struct seq_file *seq, loff_t *pos)
net/8021q/vlanproc.c
171
for_each_netdev_dump(seq_file_net(seq), dev, ifindex) {
net/8021q/vlanproc.c
180
static void *vlan_seq_start(struct seq_file *seq, loff_t *pos)
net/8021q/vlanproc.c
187
return vlan_seq_from_index(seq, pos);
net/8021q/vlanproc.c
190
static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/8021q/vlanproc.c
193
return vlan_seq_from_index(seq, pos);
net/8021q/vlanproc.c
196
static void vlan_seq_stop(struct seq_file *seq, void *v)
net/8021q/vlanproc.c
202
static int vlan_seq_show(struct seq_file *seq, void *v)
net/8021q/vlanproc.c
204
struct net *net = seq_file_net(seq);
net/8021q/vlanproc.c
210
seq_puts(seq, "VLAN Dev name | VLAN ID\n");
net/8021q/vlanproc.c
215
seq_printf(seq, "Name-Type: %s\n",
net/8021q/vlanproc.c
221
seq_printf(seq, "%-15s| %d | %s\n", vlandev->name,
net/8021q/vlanproc.c
227
static int vlandev_seq_show(struct seq_file *seq, void *offset)
net/8021q/vlanproc.c
229
struct net_device *vlandev = (struct net_device *) seq->private;
net/8021q/vlanproc.c
240
seq_printf(seq,
net/8021q/vlanproc.c
245
seq_printf(seq, fmt64, "total frames received", stats->rx_packets);
net/8021q/vlanproc.c
246
seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes);
net/8021q/vlanproc.c
247
seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast);
net/8021q/vlanproc.c
248
seq_puts(seq, "\n");
net/8021q/vlanproc.c
249
seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets);
net/8021q/vlanproc.c
250
seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes);
net/8021q/vlanproc.c
251
seq_printf(seq, "Device: %s", vlan->real_dev->name);
net/8021q/vlanproc.c
253
seq_printf(seq, "\nINGRESS priority mappings: "
net/8021q/vlanproc.c
264
seq_printf(seq, " EGRESS priority mappings: ");
net/8021q/vlanproc.c
269
seq_printf(seq, "%u:%d ",
net/8021q/vlanproc.c
274
seq_puts(seq, "\n");
net/8021q/vlanproc.c
36
static int vlan_seq_show(struct seq_file *seq, void *v);
net/8021q/vlanproc.c
37
static void *vlan_seq_start(struct seq_file *seq, loff_t *pos);
net/8021q/vlanproc.c
38
static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos);
net/8021q/vlanproc.c
39
static void vlan_seq_stop(struct seq_file *seq, void *);
net/8021q/vlanproc.c
40
static int vlandev_seq_show(struct seq_file *seq, void *v);
net/appletalk/aarp.c
1003
seq_printf(seq, "%pM", entry->hwaddr);
net/appletalk/aarp.c
1004
seq_printf(seq, " %8s",
net/appletalk/aarp.c
1007
seq_printf(seq, " %8s %6hu",
net/appletalk/aarp.c
1011
seq_puts(seq, " ");
net/appletalk/aarp.c
1012
seq_printf(seq, " %s\n",
net/appletalk/aarp.c
938
static void *aarp_seq_start(struct seq_file *seq, loff_t *pos)
net/appletalk/aarp.c
941
struct aarp_iter_state *iter = seq->private;
net/appletalk/aarp.c
950
static void *aarp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/appletalk/aarp.c
953
struct aarp_iter_state *iter = seq->private;
net/appletalk/aarp.c
973
static void aarp_seq_stop(struct seq_file *seq, void *v)
net/appletalk/aarp.c
988
static int aarp_seq_show(struct seq_file *seq, void *v)
net/appletalk/aarp.c
990
struct aarp_iter_state *iter = seq->private;
net/appletalk/aarp.c
995
seq_puts(seq,
net/appletalk/aarp.c
999
seq_printf(seq, "%04X:%02X %-12s",
net/appletalk/atalk_proc.c
114
static void atalk_seq_route_stop(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
120
static int atalk_seq_route_show(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
125
seq_puts(seq, "Target Router Flags Dev\n");
net/appletalk/atalk_proc.c
131
seq_printf(seq, "Default %04X:%02X %-4d %s\n",
net/appletalk/atalk_proc.c
137
seq_printf(seq, "%04X:%02X %04X:%02X %-4d %s\n",
net/appletalk/atalk_proc.c
145
static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos)
net/appletalk/atalk_proc.c
152
static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos)
net/appletalk/atalk_proc.c
157
static void atalk_seq_socket_stop(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
163
static int atalk_seq_socket_show(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
169
seq_printf(seq, "Type Local_addr Remote_addr Tx_queue "
net/appletalk/atalk_proc.c
177
seq_printf(seq, "%02X %04X:%02X:%02X %04X:%02X:%02X %08X:%08X "
net/appletalk/atalk_proc.c
184
from_kuid_munged(seq_user_ns(seq), sk_uid(s)));
net/appletalk/atalk_proc.c
27
static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos)
net/appletalk/atalk_proc.c
36
static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos)
net/appletalk/atalk_proc.c
53
static void atalk_seq_interface_stop(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
59
static int atalk_seq_interface_show(struct seq_file *seq, void *v)
net/appletalk/atalk_proc.c
64
seq_puts(seq, "Interface Address Networks "
net/appletalk/atalk_proc.c
70
seq_printf(seq, "%-16s %04X:%02X %04X-%04X %d\n",
net/appletalk/atalk_proc.c
88
static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos)
net/appletalk/atalk_proc.c
97
static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos)
net/atm/br2684.c
767
static void *br2684_seq_start(struct seq_file *seq, loff_t * pos)
net/atm/br2684.c
774
static void *br2684_seq_next(struct seq_file *seq, void *v, loff_t * pos)
net/atm/br2684.c
779
static void br2684_seq_stop(struct seq_file *seq, void *v)
net/atm/br2684.c
785
static int br2684_seq_show(struct seq_file *seq, void *v)
net/atm/br2684.c
792
seq_printf(seq, "dev %.16s: num=%d, mac=%pM (%s)\n",
net/atm/br2684.c
799
seq_printf(seq, " vcc %d.%d.%d: encaps=%s payload=%s"
net/atm/br2684.c
808
seq_printf(seq, " filter=%pI4/%pI4\n",
net/atm/clip.c
736
static void svc_addr(struct seq_file *seq, struct sockaddr_atmsvc *addr)
net/atm/clip.c
742
seq_printf(seq, "%s", addr->sas_addr.pub);
net/atm/clip.c
744
seq_putc(seq, '+');
net/atm/clip.c
746
seq_printf(seq, "%s", "(none)");
net/atm/clip.c
757
seq_printf(seq, "%02X", *prv++);
net/atm/clip.c
759
seq_putc(seq, '.');
net/atm/clip.c
767
static void atmarp_info(struct seq_file *seq, struct neighbour *n,
net/atm/clip.c
787
seq_printf(seq, "%-6s%-4s%-4s%5ld ",
net/atm/clip.c
794
seq_printf(seq, "%s", buf);
net/atm/clip.c
798
seq_printf(seq, "(resolving)\n");
net/atm/clip.c
800
seq_printf(seq, "(expired, ref %d)\n",
net/atm/clip.c
803
seq_printf(seq, "%d.%d.%d\n",
net/atm/clip.c
807
svc_addr(seq, &clip_vcc->vcc->remote);
net/atm/clip.c
808
seq_putc(seq, '\n');
net/atm/clip.c
867
static void *clip_seq_start(struct seq_file *seq, loff_t * pos)
net/atm/clip.c
869
struct clip_seq_state *state = seq->private;
net/atm/clip.c
871
return neigh_seq_start(seq, pos, &arp_tbl, NEIGH_SEQ_NEIGH_ONLY);
net/atm/clip.c
874
static int clip_seq_show(struct seq_file *seq, void *v)
net/atm/clip.c
880
seq_puts(seq, atm_arp_banner);
net/atm/clip.c
882
struct clip_seq_state *state = seq->private;
net/atm/clip.c
886
atmarp_info(seq, n, neighbour_priv(n), vcc);
net/atm/lec.c
1004
seq_printf(seq, "%s ", dev->name);
net/atm/lec.c
1005
lec_info(seq, entry);
net/atm/lec.c
826
static void lec_info(struct seq_file *seq, struct lec_arp_table *entry)
net/atm/lec.c
828
seq_printf(seq, "%pM ", entry->mac_addr);
net/atm/lec.c
829
seq_printf(seq, "%*phN ", ATM_ESA_LEN, entry->atm_addr);
net/atm/lec.c
830
seq_printf(seq, "%s %4.4x", lec_arp_get_status_string(entry->status),
net/atm/lec.c
833
seq_printf(seq, "%3d %3d ", entry->vcc->vpi, entry->vcc->vci);
net/atm/lec.c
835
seq_printf(seq, " ");
net/atm/lec.c
837
seq_printf(seq, " %3d %3d", entry->recv_vcc->vpi,
net/atm/lec.c
840
seq_putc(seq, '\n');
net/atm/lec.c
953
static void *lec_seq_start(struct seq_file *seq, loff_t *pos)
net/atm/lec.c
955
struct lec_state *state = seq->private;
net/atm/lec.c
968
static void lec_seq_stop(struct seq_file *seq, void *v)
net/atm/lec.c
970
struct lec_state *state = seq->private;
net/atm/lec.c
980
static void *lec_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/atm/lec.c
982
struct lec_state *state = seq->private;
net/atm/lec.c
988
static int lec_seq_show(struct seq_file *seq, void *v)
net/atm/lec.c
996
seq_puts(seq, lec_banner);
net/atm/lec.c
998
struct lec_state *state = seq->private;
net/atm/proc.c
108
static inline void *vcc_walk(struct seq_file *seq, loff_t l)
net/atm/proc.c
110
struct vcc_state *state = seq->private;
net/atm/proc.c
111
int family = (uintptr_t)(pde_data(file_inode(seq->file)));
net/atm/proc.c
117
static void *vcc_seq_start(struct seq_file *seq, loff_t *pos)
net/atm/proc.c
120
struct vcc_state *state = seq->private;
net/atm/proc.c
125
return left ? vcc_walk(seq, left) : SEQ_START_TOKEN;
net/atm/proc.c
128
static void vcc_seq_stop(struct seq_file *seq, void *v)
net/atm/proc.c
134
static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/atm/proc.c
136
v = vcc_walk(seq, 1);
net/atm/proc.c
141
static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc)
net/atm/proc.c
151
seq_printf(seq, "%3d %3d %5d %-3s %7d %-5s %7d %-6s",
net/atm/proc.c
163
seq_printf(seq, "CLIP, Itf:%s, Encap:",
net/atm/proc.c
165
seq_printf(seq, "%s", clip_vcc->encap ? "LLC/SNAP" : "None");
net/atm/proc.c
167
seq_putc(seq, '\n');
net/atm/proc.c
177
static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc)
net/atm/proc.c
181
seq_printf(seq, "%pK ", vcc);
net/atm/proc.c
183
seq_printf(seq, "Unassigned ");
net/atm/proc.c
185
seq_printf(seq, "%3d %3d %5d ", vcc->dev->number, vcc->vpi,
net/atm/proc.c
189
seq_printf(seq, "PVC");
net/atm/proc.c
192
seq_printf(seq, "SVC");
net/atm/proc.c
195
seq_printf(seq, "%3d", sk->sk_family);
net/atm/proc.c
197
seq_printf(seq, " %04lx %5d %7d/%7d %7d/%7d [%d]\n",
net/atm/proc.c
204
static void svc_info(struct seq_file *seq, struct atm_vcc *vcc)
net/atm/proc.c
207
seq_printf(seq, sizeof(void *) == 4 ?
net/atm/proc.c
210
seq_printf(seq, "%3d %3d %5d ",
net/atm/proc.c
212
seq_printf(seq, "%-10s ", vcc_state(vcc));
net/atm/proc.c
213
seq_printf(seq, "%s%s", vcc->remote.sas_addr.pub,
net/atm/proc.c
219
seq_printf(seq, "%02x", vcc->remote.sas_addr.prv[i]);
net/atm/proc.c
221
seq_putc(seq, '\n');
net/atm/proc.c
224
static int atm_dev_seq_show(struct seq_file *seq, void *v)
net/atm/proc.c
231
seq_puts(seq, atm_dev_banner);
net/atm/proc.c
235
atm_dev_info(seq, dev);
net/atm/proc.c
247
static int pvc_seq_show(struct seq_file *seq, void *v)
net/atm/proc.c
253
seq_puts(seq, atm_pvc_banner);
net/atm/proc.c
255
struct vcc_state *state = seq->private;
net/atm/proc.c
258
pvc_info(seq, vcc);
net/atm/proc.c
270
static int vcc_seq_show(struct seq_file *seq, void *v)
net/atm/proc.c
273
seq_printf(seq, sizeof(void *) == 4 ? "%-8s%s" : "%-16s%s",
net/atm/proc.c
277
struct vcc_state *state = seq->private;
net/atm/proc.c
280
vcc_info(seq, vcc);
net/atm/proc.c
292
static int svc_seq_show(struct seq_file *seq, void *v)
net/atm/proc.c
298
seq_puts(seq, atm_svc_banner);
net/atm/proc.c
300
struct vcc_state *state = seq->private;
net/atm/proc.c
303
svc_info(seq, vcc);
net/atm/proc.c
44
static void add_stats(struct seq_file *seq, const char *aal,
net/atm/proc.c
47
seq_printf(seq, "%s ( %d %d %d %d %d )", aal,
net/atm/proc.c
53
static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev)
net/atm/proc.c
57
seq_printf(seq, "%3d %-8s", dev->number, dev->type);
net/atm/proc.c
59
seq_printf(seq, "%02x", dev->esi[i]);
net/atm/proc.c
60
seq_puts(seq, " ");
net/atm/proc.c
61
add_stats(seq, "0", &dev->stats.aal0);
net/atm/proc.c
62
seq_puts(seq, " ");
net/atm/proc.c
63
add_stats(seq, "5", &dev->stats.aal5);
net/atm/proc.c
64
seq_printf(seq, "\t[%d]", refcount_read(&dev->refcnt));
net/atm/proc.c
65
seq_putc(seq, '\n');
net/atm/resources.c
405
void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos)
net/atm/resources.c
411
void atm_dev_seq_stop(struct seq_file *seq, void *v)
net/atm/resources.c
416
void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/atm/resources.h
25
void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos);
net/atm/resources.h
26
void atm_dev_seq_stop(struct seq_file *seq, void *v);
net/atm/resources.h
27
void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos);
net/ax25/af_ax25.c
1932
static void *ax25_info_start(struct seq_file *seq, loff_t *pos)
net/ax25/af_ax25.c
1939
static void *ax25_info_next(struct seq_file *seq, void *v, loff_t *pos)
net/ax25/af_ax25.c
1944
static void ax25_info_stop(struct seq_file *seq, void *v)
net/ax25/af_ax25.c
1950
static int ax25_info_show(struct seq_file *seq, void *v)
net/ax25/af_ax25.c
1962
seq_printf(seq, "%p %s %s%s ",
net/ax25/af_ax25.c
1967
seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr));
net/ax25/af_ax25.c
1970
seq_printf(seq, ",%s%s",
net/ax25/af_ax25.c
1975
seq_printf(seq, " %d %d %d %d %lu %lu %lu %lu %lu %lu %lu %lu %d %d %lu %d %d",
net/ax25/af_ax25.c
1989
seq_printf(seq, " %d %d %lu\n",
net/ax25/af_ax25.c
1994
seq_puts(seq, " * * *\n");
net/ax25/ax25_route.c
257
static void *ax25_rt_seq_start(struct seq_file *seq, loff_t *pos)
net/ax25/ax25_route.c
276
static void *ax25_rt_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ax25/ax25_route.c
283
static void ax25_rt_seq_stop(struct seq_file *seq, void *v)
net/ax25/ax25_route.c
289
static int ax25_rt_seq_show(struct seq_file *seq, void *v)
net/ax25/ax25_route.c
294
seq_puts(seq, "callsign dev mode digipeaters\n");
net/ax25/ax25_route.c
305
seq_printf(seq, "%-9s %-4s",
net/ax25/ax25_route.c
311
seq_puts(seq, " vc");
net/ax25/ax25_route.c
314
seq_puts(seq, " dg");
net/ax25/ax25_route.c
317
seq_puts(seq, " *");
net/ax25/ax25_route.c
323
seq_printf(seq, " %s",
net/ax25/ax25_route.c
326
seq_puts(seq, "\n");
net/ax25/ax25_uid.c
146
static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos)
net/ax25/ax25_uid.c
153
static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ax25/ax25_uid.c
158
static void ax25_uid_seq_stop(struct seq_file *seq, void *v)
net/ax25/ax25_uid.c
164
static int ax25_uid_seq_show(struct seq_file *seq, void *v)
net/ax25/ax25_uid.c
169
seq_printf(seq, "Policy: %d\n", ax25_uid_policy);
net/ax25/ax25_uid.c
174
seq_printf(seq, "%6d %s\n",
net/ax25/ax25_uid.c
175
from_kuid_munged(seq_user_ns(seq), pt->uid),
net/batman-adv/bat_algo.c
160
static int batadv_algo_dump_entry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_algo.c
165
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family,
net/batman-adv/bat_iv_ogm.c
1812
batadv_iv_ogm_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_iv_ogm.c
1832
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family,
net/batman-adv/bat_iv_ogm.c
1876
batadv_iv_ogm_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_iv_ogm.c
1904
if (batadv_iv_ogm_orig_dump_subentry(msg, portid, seq,
net/batman-adv/bat_iv_ogm.c
1937
batadv_iv_ogm_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_iv_ogm.c
1950
if (batadv_iv_ogm_orig_dump_entry(msg, portid, seq, bat_priv,
net/batman-adv/bat_iv_ogm.c
2054
batadv_iv_ogm_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_iv_ogm.c
2062
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family,
net/batman-adv/bat_iv_ogm.c
2100
batadv_iv_ogm_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_iv_ogm.c
2113
if (batadv_iv_ogm_neigh_dump_neigh(msg, portid, seq,
net/batman-adv/bat_iv_ogm.c
2477
cb->seq = bat_priv->gw.generation << 1 | 1;
net/batman-adv/bat_v.c
128
batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_v.c
139
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, NLM_F_MULTI,
net/batman-adv/bat_v.c
178
batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_v.c
191
if (batadv_v_neigh_dump_neigh(msg, portid, seq, hardif_neigh)) {
net/batman-adv/bat_v.c
264
batadv_v_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_v.c
290
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, NLM_F_MULTI,
net/batman-adv/bat_v.c
333
batadv_v_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_v.c
353
if (batadv_v_orig_dump_subentry(msg, portid, seq, bat_priv,
net/batman-adv/bat_v.c
384
batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/bat_v.c
397
if (batadv_v_orig_dump_entry(msg, portid, seq, bat_priv,
net/batman-adv/bat_v.c
758
cb->seq = bat_priv->gw.generation << 1 | 1;
net/batman-adv/bridge_loop_avoidance.c
2203
cb->seq = atomic_read(&hash->generation) << 1 | 1;
net/batman-adv/bridge_loop_avoidance.c
2364
cb->seq = atomic_read(&hash->generation) << 1 | 1;
net/batman-adv/distributed-arp-table.c
906
cb->seq = atomic_read(&hash->generation) << 1 | 1;
net/batman-adv/multicast.c
2031
cb->seq = atomic_read(&hash->generation) << 1 | 1;
net/batman-adv/netlink.c
1003
u32 portid, u32 seq, int flags)
net/batman-adv/netlink.c
1007
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, flags, cmd);
net/batman-adv/netlink.c
225
u32 portid, u32 seq, int flags)
net/batman-adv/netlink.c
232
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, flags, cmd);
net/batman-adv/netlink.c
777
u32 portid, u32 seq, int flags,
net/batman-adv/netlink.c
783
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, flags, cmd);
net/batman-adv/netlink.c
963
cb->seq = batadv_hardif_generation << 1 | 1;
net/batman-adv/tp_meter.c
1155
u32 seq, __be32 timestamp, const u8 *session,
net/batman-adv/tp_meter.c
1194
icmp->seqno = htonl(seq);
net/batman-adv/translation-table.c
1105
cb->seq = atomic_read(&hash->generation) << 1 | 1;
net/batman-adv/translation-table.c
1758
batadv_tt_global_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/translation-table.c
1778
hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family,
net/batman-adv/translation-table.c
1821
batadv_tt_global_dump_entry(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/translation-table.c
1841
if (batadv_tt_global_dump_subentry(msg, portid, seq, common,
net/batman-adv/translation-table.c
1865
batadv_tt_global_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq,
net/batman-adv/translation-table.c
1877
if (batadv_tt_global_dump_entry(msg, portid, seq, bat_priv,
net/bluetooth/af_bluetooth.c
778
static void *bt_seq_start(struct seq_file *seq, loff_t *pos)
net/bluetooth/af_bluetooth.c
779
__acquires(seq->private->l->lock)
net/bluetooth/af_bluetooth.c
781
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
787
static void *bt_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/bluetooth/af_bluetooth.c
789
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
794
static void bt_seq_stop(struct seq_file *seq, void *v)
net/bluetooth/af_bluetooth.c
795
__releases(seq->private->l->lock)
net/bluetooth/af_bluetooth.c
797
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
802
static int bt_seq_show(struct seq_file *seq, void *v)
net/bluetooth/af_bluetooth.c
804
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
807
seq_puts(seq, "sk RefCnt Rmem Wmem User Inode Parent");
net/bluetooth/af_bluetooth.c
810
seq_putc(seq, ' ');
net/bluetooth/af_bluetooth.c
811
l->custom_seq_show(seq, v);
net/bluetooth/af_bluetooth.c
814
seq_putc(seq, '\n');
net/bluetooth/af_bluetooth.c
819
seq_printf(seq,
net/bluetooth/af_bluetooth.c
825
from_kuid(seq_user_ns(seq), sk_uid(sk)),
net/bluetooth/af_bluetooth.c
830
seq_putc(seq, ' ');
net/bluetooth/af_bluetooth.c
831
l->custom_seq_show(seq, v);
net/bluetooth/af_bluetooth.c
834
seq_putc(seq, '\n');
net/bluetooth/l2cap_core.c
2044
u16 seq;
net/bluetooth/l2cap_core.c
2052
seq = l2cap_seq_list_pop(&chan->retrans_list);
net/bluetooth/l2cap_core.c
2054
skb = l2cap_ertm_seq_in_queue(&chan->tx_q, seq);
net/bluetooth/l2cap_core.c
2057
seq);
net/bluetooth/l2cap_core.c
2676
u16 seq;
net/bluetooth/l2cap_core.c
2684
for (seq = chan->expected_tx_seq; seq != txseq;
net/bluetooth/l2cap_core.c
2685
seq = __next_seq(chan, seq)) {
net/bluetooth/l2cap_core.c
2686
if (!l2cap_ertm_seq_in_queue(&chan->srej_q, seq)) {
net/bluetooth/l2cap_core.c
2687
control.reqseq = seq;
net/bluetooth/l2cap_core.c
2689
l2cap_seq_list_append(&chan->srej_list, seq);
net/bluetooth/l2cap_core.c
2716
u16 seq;
net/bluetooth/l2cap_core.c
2728
seq = l2cap_seq_list_pop(&chan->srej_list);
net/bluetooth/l2cap_core.c
2729
if (seq == txseq || seq == L2CAP_SEQ_LIST_CLEAR)
net/bluetooth/l2cap_core.c
2732
control.reqseq = seq;
net/bluetooth/l2cap_core.c
2734
l2cap_seq_list_append(&chan->srej_list, seq);
net/bluetooth/l2cap_core.c
299
u16 seq)
net/bluetooth/l2cap_core.c
304
if (bt_cb(skb)->l2cap.txseq == seq)
net/bluetooth/l2cap_core.c
351
u16 seq)
net/bluetooth/l2cap_core.c
354
return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR;
net/bluetooth/l2cap_core.c
359
u16 seq = seq_list->head;
net/bluetooth/l2cap_core.c
362
seq_list->head = seq_list->list[seq & mask];
net/bluetooth/l2cap_core.c
363
seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR;
net/bluetooth/l2cap_core.c
370
return seq;
net/bluetooth/l2cap_core.c
387
static void l2cap_seq_list_append(struct l2cap_seq_list *seq_list, u16 seq)
net/bluetooth/l2cap_core.c
393
if (seq_list->list[seq & mask] != L2CAP_SEQ_LIST_CLEAR)
net/bluetooth/l2cap_core.c
397
seq_list->head = seq;
net/bluetooth/l2cap_core.c
399
seq_list->list[seq_list->tail & mask] = seq;
net/bluetooth/l2cap_core.c
401
seq_list->tail = seq;
net/bluetooth/l2cap_core.c
402
seq_list->list[seq & mask] = L2CAP_SEQ_LIST_TAIL;
net/bridge/br_fdb.c
100
nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
net/bridge/br_fdb.c
1115
u16 vid, u32 portid, u32 seq,
net/bridge/br_fdb.c
1130
err = fdb_fill_info(skb, br, f, portid, seq,
net/bridge/br_fdb.c
91
u32 portid, u32 seq, int type, unsigned int flags)
net/bridge/br_mdb.c
1624
u32 seq)
net/bridge/br_mdb.c
1632
nlh = nlmsg_put(skb, portid, seq, RTM_NEWMDB, sizeof(*bpm), 0);
net/bridge/br_mdb.c
1675
int br_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, u32 seq,
net/bridge/br_mdb.c
1707
err = br_mdb_get_reply_fill(skb, mp, portid, seq);
net/bridge/br_mdb.c
568
u32 seq, int type, unsigned int flags)
net/bridge/br_mdb.c
574
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
net/bridge/br_multicast.c
1826
unsigned int seq;
net/bridge/br_multicast.c
1830
seq = read_seqcount_begin(&querier->seq);
net/bridge/br_multicast.c
1833
} while (read_seqcount_retry(&querier->seq, seq));
net/bridge/br_multicast.c
1841
write_seqcount_begin(&querier->seq);
net/bridge/br_multicast.c
1844
write_seqcount_end(&querier->seq);
net/bridge/br_multicast.c
4106
seqcount_spinlock_init(&brmctx->ip4_querier.seq, &br->multicast_lock);
net/bridge/br_multicast.c
4111
seqcount_spinlock_init(&brmctx->ip6_querier.seq, &br->multicast_lock);
net/bridge/br_netlink.c
454
u32 pid, u32 seq, int event, unsigned int flags,
net/bridge/br_netlink.c
473
nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);
net/bridge/br_netlink.c
676
int br_getlink(struct sk_buff *skb, u32 pid, u32 seq,
net/bridge/br_netlink.c
688
return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags,
net/bridge/br_private.h
1040
int br_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, u32 seq,
net/bridge/br_private.h
1486
u32 portid, u32 seq,
net/bridge/br_private.h
2167
int br_getlink(struct sk_buff *skb, u32 pid, u32 seq, struct net_device *dev,
net/bridge/br_private.h
874
const unsigned char *addr, u16 vid, u32 portid, u32 seq,
net/bridge/br_private.h
90
seqcount_spinlock_t seq;
net/can/gw.c
634
u32 pid, u32 seq, int flags)
net/can/gw.c
640
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*rtcan), flags);
net/ceph/auth_x.c
1090
sigblock->seq_lower_word = *(__le32 *)&msg->hdr.seq;
net/ceph/messenger.c
1417
msg, le64_to_cpu(msg->hdr.seq),
net/ceph/messenger.c
1790
msg->hdr.seq = 0;
net/ceph/messenger.c
2134
msg->hdr.seq = cpu_to_le64(++con->out_seq);
net/ceph/messenger.c
675
u64 seq;
net/ceph/messenger.c
682
seq = le64_to_cpu(msg->hdr.seq);
net/ceph/messenger.c
683
if (seq > ack_seq)
net/ceph/messenger.c
687
msg, seq);
net/ceph/messenger.c
700
u64 seq;
net/ceph/messenger.c
708
seq = le64_to_cpu(msg->hdr.seq);
net/ceph/messenger.c
709
if (seq > reconnect_seq)
net/ceph/messenger.c
713
msg, seq);
net/ceph/messenger_v1.c
1152
u64 seq;
net/ceph/messenger_v1.c
1182
seq = le64_to_cpu(con->v1.in_hdr.seq);
net/ceph/messenger_v1.c
1183
if ((s64)seq - (s64)con->in_seq < 1) {
net/ceph/messenger_v1.c
1187
seq, con->in_seq + 1);
net/ceph/messenger_v1.c
1192
} else if ((s64)seq - (s64)con->in_seq > 1) {
net/ceph/messenger_v1.c
1194
seq, con->in_seq + 1);
net/ceph/messenger_v2.c
2584
u64 seq;
net/ceph/messenger_v2.c
2591
ceph_decode_64_safe(&p, end, seq, bad);
net/ceph/messenger_v2.c
2593
dout("%s con %p seq %llu\n", __func__, con, seq);
net/ceph/messenger_v2.c
2594
ceph_con_discard_requeued(con, seq);
net/ceph/messenger_v2.c
2746
u64 seq;
net/ceph/messenger_v2.c
2753
ceph_decode_64_safe(&p, end, seq, bad);
net/ceph/messenger_v2.c
2755
dout("%s con %p seq %llu\n", __func__, con, seq);
net/ceph/messenger_v2.c
2756
ceph_con_discard_sent(con, seq);
net/ceph/messenger_v2.c
2839
u64 seq;
net/ceph/messenger_v2.c
2845
seq = le64_to_cpu(hdr2->seq);
net/ceph/messenger_v2.c
2846
if ((s64)seq - (s64)con->in_seq < 1) {
net/ceph/messenger_v2.c
2850
seq, con->in_seq + 1);
net/ceph/messenger_v2.c
2853
if ((s64)seq - (s64)con->in_seq > 1) {
net/ceph/messenger_v2.c
2854
pr_err("bad seq %llu, expected %llu\n", seq, con->in_seq + 1);
net/ceph/messenger_v2.c
607
hdr->seq = hdr2->seq;
net/ceph/messenger_v2.c
625
hdr2->seq = hdr->seq;
net/ceph/osd_client.c
2193
ceph_encode_64(&p, req->r_snapc->seq);
net/core/bpf_sk_storage.c
761
static void *bpf_sk_storage_map_seq_start(struct seq_file *seq, loff_t *pos)
net/core/bpf_sk_storage.c
765
selem = bpf_sk_storage_map_seq_find_next(seq->private, NULL);
net/core/bpf_sk_storage.c
774
static void *bpf_sk_storage_map_seq_next(struct seq_file *seq, void *v,
net/core/bpf_sk_storage.c
777
struct bpf_iter_seq_sk_storage_map_info *info = seq->private;
net/core/bpf_sk_storage.c
781
return bpf_sk_storage_map_seq_find_next(seq->private, v);
net/core/bpf_sk_storage.c
795
static int __bpf_sk_storage_map_seq_show(struct seq_file *seq,
net/core/bpf_sk_storage.c
798
struct bpf_iter_seq_sk_storage_map_info *info = seq->private;
net/core/bpf_sk_storage.c
805
meta.seq = seq;
net/core/bpf_sk_storage.c
821
static int bpf_sk_storage_map_seq_show(struct seq_file *seq, void *v)
net/core/bpf_sk_storage.c
823
return __bpf_sk_storage_map_seq_show(seq, v);
net/core/bpf_sk_storage.c
826
static void bpf_sk_storage_map_seq_stop(struct seq_file *seq, void *v)
net/core/bpf_sk_storage.c
830
(void)__bpf_sk_storage_map_seq_show(seq, v);
net/core/dev.c
10588
struct seq_file *seq)
net/core/dev.c
10598
seq_printf(seq, "ifindex:\t%u\n", ifindex);
net/core/dev.c
1178
unsigned int seq;
net/core/dev.c
1181
seq = read_seqbegin(&netdev_rename_lock);
net/core/dev.c
1183
} while (read_seqretry(&netdev_rename_lock, seq));
net/core/fib_rules.c
1149
u32 pid, u32 seq, int type, int flags,
net/core/fib_rules.c
1155
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*frh), flags);
net/core/filter.c
12336
skb_shinfo(skb)->tskey = TCP_SKB_CB(skb)->seq + skb->len - 1;
net/core/flow_dissector.c
716
offset += sizeof_field(struct pptp_gre_header, seq);
net/core/gen_estimator.c
161
seqcount_init(&est->seq);
net/core/gen_estimator.c
262
unsigned seq;
net/core/gen_estimator.c
272
seq = read_seqcount_begin(&est->seq);
net/core/gen_estimator.c
275
} while (read_seqcount_retry(&est->seq, seq));
net/core/gen_estimator.c
50
seqcount_t seq;
net/core/gen_estimator.c
94
write_seqcount_begin(&est->seq);
net/core/gen_estimator.c
97
write_seqcount_end(&est->seq);
net/core/neighbour.c
1607
unsigned int seq;
net/core/neighbour.c
1614
seq = read_seqbegin(&neigh->ha_lock);
net/core/neighbour.c
1617
} while (read_seqretry(&neigh->ha_lock, seq));
net/core/neighbour.c
1638
unsigned int seq;
net/core/neighbour.c
1643
seq = read_seqbegin(&neigh->ha_lock);
net/core/neighbour.c
1646
} while (read_seqretry(&neigh->ha_lock, seq));
net/core/neighbour.c
2249
u32 pid, u32 seq, int type, int flags)
net/core/neighbour.c
2254
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
net/core/neighbour.c
2335
u32 pid, u32 seq, int type,
net/core/neighbour.c
2341
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
net/core/neighbour.c
2652
u32 pid, u32 seq, int type, unsigned int flags)
net/core/neighbour.c
2660
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), flags);
net/core/neighbour.c
2710
u32 pid, u32 seq, int type, unsigned int flags)
net/core/neighbour.c
2717
err = __neigh_fill_info(skb, neigh, pid, seq, type, flags);
net/core/neighbour.c
2724
u32 pid, u32 seq, int type, unsigned int flags,
net/core/neighbour.c
2732
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), flags);
net/core/neighbour.c
3071
u32 seq = nlh->nlmsg_seq;
net/core/neighbour.c
3126
err = pneigh_fill_info(skb, pn, pid, seq, RTM_NEWNEIGH, 0, tbl);
net/core/neighbour.c
3137
err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0);
net/core/neighbour.c
3251
static struct neighbour *neigh_get_valid(struct seq_file *seq,
net/core/neighbour.c
3255
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3256
struct net *net = seq_file_net(seq);
net/core/neighbour.c
3281
static struct neighbour *neigh_get_first(struct seq_file *seq)
net/core/neighbour.c
3283
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3291
tmp = neigh_get_valid(seq, n, NULL);
net/core/neighbour.c
3300
static struct neighbour *neigh_get_next(struct seq_file *seq,
net/core/neighbour.c
3304
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3315
tmp = neigh_get_valid(seq, n, pos);
net/core/neighbour.c
3322
n = neigh_get_first(seq);
net/core/neighbour.c
3330
static struct neighbour *neigh_get_idx(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3332
struct neighbour *n = neigh_get_first(seq);
net/core/neighbour.c
3337
n = neigh_get_next(seq, n, pos);
net/core/neighbour.c
3345
static struct pneigh_entry *pneigh_get_first(struct seq_file *seq)
net/core/neighbour.c
3347
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3348
struct net *net = seq_file_net(seq);
net/core/neighbour.c
3367
static struct pneigh_entry *pneigh_get_next(struct seq_file *seq,
net/core/neighbour.c
3371
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3372
struct net *net = seq_file_net(seq);
net/core/neighbour.c
3397
static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3399
struct pneigh_entry *pn = pneigh_get_first(seq);
net/core/neighbour.c
3404
pn = pneigh_get_next(seq, pn, pos);
net/core/neighbour.c
3412
static void *neigh_get_idx_any(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3414
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3418
rc = neigh_get_idx(seq, &idxpos);
net/core/neighbour.c
3420
rc = pneigh_get_idx(seq, &idxpos);
net/core/neighbour.c
3425
void *neigh_seq_start(struct seq_file *seq, loff_t *pos, struct neigh_table *tbl, unsigned int neigh_seq_flags)
net/core/neighbour.c
3429
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3439
return *pos ? neigh_get_idx_any(seq, pos) : SEQ_START_TOKEN;
net/core/neighbour.c
3443
void *neigh_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/neighbour.c
3449
rc = neigh_get_first(seq);
net/core/neighbour.c
3453
state = seq->private;
net/core/neighbour.c
3455
rc = neigh_get_next(seq, v, NULL);
net/core/neighbour.c
3459
rc = pneigh_get_first(seq);
net/core/neighbour.c
3462
rc = pneigh_get_next(seq, v, NULL);
net/core/neighbour.c
3470
void neigh_seq_stop(struct seq_file *seq, void *v)
net/core/neighbour.c
3474
struct neigh_seq_state *state = seq->private;
net/core/neighbour.c
3484
static void *neigh_stat_seq_start(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3486
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3501
static void *neigh_stat_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/neighbour.c
3503
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3516
static void neigh_stat_seq_stop(struct seq_file *seq, void *v)
net/core/neighbour.c
3521
static int neigh_stat_seq_show(struct seq_file *seq, void *v)
net/core/neighbour.c
3523
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3527
seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
net/core/neighbour.c
3531
seq_printf(seq, "%08x %08lx %08lx %08lx %08lx %08lx %08lx "
net/core/net-procfs.c
10
static void *dev_seq_from_index(struct seq_file *seq, loff_t *pos)
net/core/net-procfs.c
108
static void *softnet_seq_start(struct seq_file *seq, loff_t *pos)
net/core/net-procfs.c
113
static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/net-procfs.c
119
static void softnet_seq_stop(struct seq_file *seq, void *v)
net/core/net-procfs.c
123
static int softnet_seq_show(struct seq_file *seq, void *v)
net/core/net-procfs.c
145
seq_printf(seq,
net/core/net-procfs.c
15
for_each_netdev_dump(seq_file_net(seq), dev, ifindex) {
net/core/net-procfs.c
154
input_qlen + process_qlen, (int)seq->index,
net/core/net-procfs.c
178
static void *ptype_get_idx(struct seq_file *seq, loff_t pos)
net/core/net-procfs.c
180
struct ptype_iter_state *iter = seq->private;
net/core/net-procfs.c
187
for_each_netdev_rcu(seq_file_net(seq), dev) {
net/core/net-procfs.c
200
list_for_each_entry_rcu(pt, &seq_file_net(seq)->ptype_all, list) {
net/core/net-procfs.c
206
list_for_each_entry_rcu(pt, &seq_file_net(seq)->ptype_specific, list) {
net/core/net-procfs.c
22
static void *dev_seq_start(struct seq_file *seq, loff_t *pos)
net/core/net-procfs.c
222
static void *ptype_seq_start(struct seq_file *seq, loff_t *pos)
net/core/net-procfs.c
226
return *pos ? ptype_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/core/net-procfs.c
229
static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/net-procfs.c
231
struct ptype_iter_state *iter = seq->private;
net/core/net-procfs.c
232
struct net *net = seq_file_net(seq);
net/core/net-procfs.c
240
return ptype_get_idx(seq, 0);
net/core/net-procfs.c
249
for_each_netdev_continue_rcu(seq_file_net(seq), dev) {
net/core/net-procfs.c
287
static void ptype_seq_stop(struct seq_file *seq, void *v)
net/core/net-procfs.c
29
return dev_seq_from_index(seq, pos);
net/core/net-procfs.c
293
static int ptype_seq_show(struct seq_file *seq, void *v)
net/core/net-procfs.c
295
struct ptype_iter_state *iter = seq->private;
net/core/net-procfs.c
300
seq_puts(seq, "Type Device Function\n");
net/core/net-procfs.c
304
if ((!pt->af_packet_net || net_eq(pt->af_packet_net, seq_file_net(seq))) &&
net/core/net-procfs.c
305
(!dev || net_eq(dev_net(dev), seq_file_net(seq)))) {
net/core/net-procfs.c
307
seq_puts(seq, "ALL ");
net/core/net-procfs.c
309
seq_printf(seq, "%04x", ntohs(pt->type));
net/core/net-procfs.c
311
seq_printf(seq, " %-8s %ps\n",
net/core/net-procfs.c
32
static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/net-procfs.c
35
return dev_seq_from_index(seq, pos);
net/core/net-procfs.c
367
static int dev_mc_seq_show(struct seq_file *seq, void *v)
net/core/net-procfs.c
377
seq_printf(seq, "%-4d %-15s %-5d %-5d %*phN\n",
net/core/net-procfs.c
38
static void dev_seq_stop(struct seq_file *seq, void *v)
net/core/net-procfs.c
44
static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev)
net/core/net-procfs.c
49
seq_printf(seq, "%6s: %7llu %7llu %4llu %4llu %4llu %5llu %10llu %9llu "
net/core/net-procfs.c
72
static int dev_seq_show(struct seq_file *seq, void *v)
net/core/net-procfs.c
75
seq_puts(seq, "Inter-| Receive "
net/core/net-procfs.c
81
dev_seq_printf_stats(seq, v);
net/core/net_namespace.c
1005
.seq = nlh->nlmsg_seq,
net/core/net_namespace.c
1155
.seq = cb->nlh->nlmsg_seq,
net/core/net_namespace.c
1186
.seq = nlh ? nlh->nlmsg_seq : 0,
net/core/net_namespace.c
925
u32 seq;
net/core/net_namespace.c
938
nlh = nlmsg_put(skb, args->portid, args->seq, args->cmd, sizeof(*rth),
net/core/pktgen.c
1885
static int pktgen_thread_show(struct seq_file *seq, void *v)
net/core/pktgen.c
1887
struct pktgen_thread *t = seq->private;
net/core/pktgen.c
1892
seq_puts(seq, "Running: ");
net/core/pktgen.c
1897
seq_printf(seq, "%s ", pkt_dev->odevname);
net/core/pktgen.c
1899
seq_puts(seq, "\nStopped: ");
net/core/pktgen.c
1903
seq_printf(seq, "%s ", pkt_dev->odevname);
net/core/pktgen.c
1906
seq_printf(seq, "\nResult: %s\n", t->result);
net/core/pktgen.c
1908
seq_puts(seq, "\nResult: NA\n");
net/core/pktgen.c
1919
struct seq_file *seq = file->private_data;
net/core/pktgen.c
1920
struct pktgen_thread *t = seq->private;
net/core/pktgen.c
513
static int pgctrl_show(struct seq_file *seq, void *v)
net/core/pktgen.c
515
seq_puts(seq, version);
net/core/pktgen.c
566
static int pktgen_if_show(struct seq_file *seq, void *v)
net/core/pktgen.c
568
const struct pktgen_dev *pkt_dev = seq->private;
net/core/pktgen.c
573
seq_printf(seq,
net/core/pktgen.c
579
seq_puts(seq, " imix_weights: ");
net/core/pktgen.c
581
seq_printf(seq, "%llu,%llu ",
net/core/pktgen.c
585
seq_puts(seq, "\n");
net/core/pktgen.c
588
seq_printf(seq,
net/core/pktgen.c
593
seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows,
net/core/pktgen.c
596
seq_printf(seq,
net/core/pktgen.c
602
seq_printf(seq, " skb_priority: %u\n",
net/core/pktgen.c
606
seq_printf(seq,
net/core/pktgen.c
614
seq_printf(seq,
net/core/pktgen.c
617
seq_printf(seq,
net/core/pktgen.c
622
seq_puts(seq, " src_mac: ");
net/core/pktgen.c
624
seq_printf(seq, "%pM ",
net/core/pktgen.c
628
seq_puts(seq, "dst_mac: ");
net/core/pktgen.c
629
seq_printf(seq, "%pM\n", pkt_dev->dst_mac);
net/core/pktgen.c
631
seq_printf(seq,
net/core/pktgen.c
636
seq_printf(seq,
net/core/pktgen.c
641
seq_puts(seq, " mpls: ");
net/core/pktgen.c
643
seq_printf(seq, "%08x%s", ntohl(pkt_dev->labels[i]),
net/core/pktgen.c
648
seq_printf(seq, " vlan_id: %u vlan_p: %u vlan_cfi: %u\n",
net/core/pktgen.c
653
seq_printf(seq, " svlan_id: %u vlan_p: %u vlan_cfi: %u\n",
net/core/pktgen.c
658
seq_printf(seq, " tos: 0x%02x\n", pkt_dev->tos);
net/core/pktgen.c
661
seq_printf(seq, " traffic_class: 0x%02x\n", pkt_dev->traffic_class);
net/core/pktgen.c
664
seq_printf(seq, " burst: %d\n", pkt_dev->burst);
net/core/pktgen.c
667
seq_printf(seq, " node: %d\n", pkt_dev->node);
net/core/pktgen.c
670
seq_puts(seq, " xmit_mode: netif_receive\n");
net/core/pktgen.c
672
seq_puts(seq, " xmit_mode: xmit_queue\n");
net/core/pktgen.c
674
seq_puts(seq, " Flags: ");
net/core/pktgen.c
682
seq_printf(seq, "%s ", pkt_flag_names[i]);
net/core/pktgen.c
685
seq_printf(seq, "spi:%u ", pkt_dev->spi);
net/core/pktgen.c
688
seq_puts(seq, "FLOW_RND ");
net/core/pktgen.c
692
seq_puts(seq, "\n");
net/core/pktgen.c
699
seq_printf(seq,
net/core/pktgen.c
707
seq_puts(seq, " imix_size_counts: ");
net/core/pktgen.c
709
seq_printf(seq, "%llu,%llu ",
net/core/pktgen.c
713
seq_puts(seq, "\n");
net/core/pktgen.c
716
seq_printf(seq,
net/core/pktgen.c
722
seq_printf(seq,
net/core/pktgen.c
728
seq_printf(seq, " cur_saddr: %pI6c cur_daddr: %pI6c\n",
net/core/pktgen.c
732
seq_printf(seq, " cur_saddr: %pI4 cur_daddr: %pI4\n",
net/core/pktgen.c
735
seq_printf(seq, " cur_udp_dst: %d cur_udp_src: %d\n",
net/core/pktgen.c
738
seq_printf(seq, " cur_queue_map: %u\n", pkt_dev->cur_queue_map);
net/core/pktgen.c
740
seq_printf(seq, " flows: %u\n", pkt_dev->nflows);
net/core/pktgen.c
743
seq_printf(seq, "Result: %s\n", pkt_dev->result);
net/core/pktgen.c
745
seq_puts(seq, "Result: Idle\n");
net/core/pktgen.c
988
struct seq_file *seq = file->private_data;
net/core/pktgen.c
989
struct pktgen_dev *pkt_dev = seq->private;
net/core/rtnetlink.c
2051
int type, u32 pid, u32 seq, u32 change,
net/core/rtnetlink.c
2062
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags);
net/core/rtnetlink.c
2546
cb->seq = tgt_net->dev_base_seq;
net/core/rtnetlink.c
4407
cb->seq = 0;
net/core/rtnetlink.c
4427
u32 seq = 0;
net/core/rtnetlink.c
4434
seq = nlmsg_seq(nlh);
net/core/rtnetlink.c
4439
type, portid, seq, change, 0, 0, event,
net/core/rtnetlink.c
4493
u8 *addr, u16 vid, u32 pid, u32 seq,
net/core/rtnetlink.c
4500
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), nlflags);
net/core/rtnetlink.c
4849
u32 portid, seq;
net/core/rtnetlink.c
4853
seq = cb->nlh->nlmsg_seq;
net/core/rtnetlink.c
4860
portid, seq,
net/core/rtnetlink.c
5239
int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
net/core/rtnetlink.c
5255
nlh = nlmsg_put(skb, pid, seq, RTM_NEWLINK, sizeof(*ifm), nlflags);
net/core/rtnetlink.c
5403
u32 seq = nlh->nlmsg_seq;
net/core/rtnetlink.c
5420
skb, portid, seq, dev,
net/core/rtnetlink.c
5435
seq, dev,
net/core/rtnetlink.c
5936
int type, u32 pid, u32 seq, u32 change,
net/core/rtnetlink.c
5951
nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifsm), flags);
net/core/rtnetlink.c
6340
cb->seq = net->dev_base_seq;
net/core/rtnetlink.c
6540
cb->seq = 0;
net/core/secure_seq.c
122
st.seq = seq_scale(st.seq);
net/core/secure_seq.c
33
static u32 seq_scale(u32 seq)
net/core/secure_seq.c
45
return seq + (ktime_get_real_ns() >> 6);
net/core/secure_seq.c
75
st.seq = seq_scale(st.seq);
net/core/sock.c
4284
static void *proto_seq_start(struct seq_file *seq, loff_t *pos)
net/core/sock.c
4291
static void *proto_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/sock.c
4296
static void proto_seq_stop(struct seq_file *seq, void *v)
net/core/sock.c
4317
static void proto_seq_printf(struct seq_file *seq, struct proto *proto)
net/core/sock.c
4320
seq_printf(seq, "%-9s %4u %6d %6ld %-3s %6u %-3s %-10s "
net/core/sock.c
4324
sock_prot_inuse_get(seq_file_net(seq), proto),
net/core/sock.c
4350
static int proto_seq_show(struct seq_file *seq, void *v)
net/core/sock.c
4353
seq_printf(seq, "%-9s %-4s %-8s %-6s %-5s %-7s %-4s %-10s %s",
net/core/sock.c
4364
proto_seq_printf(seq, list_entry(v, struct proto, node));
net/core/sock_map.c
1346
static void *sock_hash_seq_start(struct seq_file *seq, loff_t *pos)
net/core/sock_map.c
1349
struct sock_hash_seq_info *info = seq->private;
net/core/sock_map.c
1359
static void *sock_hash_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/sock_map.c
1362
struct sock_hash_seq_info *info = seq->private;
net/core/sock_map.c
1368
static int sock_hash_seq_show(struct seq_file *seq, void *v)
net/core/sock_map.c
1371
struct sock_hash_seq_info *info = seq->private;
net/core/sock_map.c
1377
meta.seq = seq;
net/core/sock_map.c
1392
static void sock_hash_seq_stop(struct seq_file *seq, void *v)
net/core/sock_map.c
1396
(void)sock_hash_seq_show(seq, NULL);
net/core/sock_map.c
1824
struct seq_file *seq)
net/core/sock_map.c
1829
seq_printf(seq, "map_id:\t%u\n", map_id);
net/core/sock_map.c
1830
seq_printf(seq, "attach_type:\t%u\n", link->attach_type);
net/core/sock_map.c
732
static void *sock_map_seq_start(struct seq_file *seq, loff_t *pos)
net/core/sock_map.c
735
struct sock_map_seq_info *info = seq->private;
net/core/sock_map.c
745
static void *sock_map_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/core/sock_map.c
748
struct sock_map_seq_info *info = seq->private;
net/core/sock_map.c
756
static int sock_map_seq_show(struct seq_file *seq, void *v)
net/core/sock_map.c
759
struct sock_map_seq_info *info = seq->private;
net/core/sock_map.c
764
meta.seq = seq;
net/core/sock_map.c
779
static void sock_map_seq_stop(struct seq_file *seq, void *v)
net/core/sock_map.c
783
(void)sock_map_seq_show(seq, NULL);
net/core/tso.c
30
put_unaligned_be32(tso->tcp_seq, &tcph->seq);
net/core/tso.c
71
tso->tcp_seq = (tlen != sizeof(struct udphdr)) ? ntohl(tcp_hdr(skb)->seq) : 0;
net/dcb/dcbnl.c
1506
u32 seq, u32 portid, int dcbx_ver)
net/dcb/dcbnl.c
1517
skb = dcbnl_newmsg(event, cmd, portid, seq, 0, &nlh);
net/dcb/dcbnl.c
1540
u32 seq, u32 portid)
net/dcb/dcbnl.c
1542
return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_IEEE);
net/dcb/dcbnl.c
1547
u32 seq, u32 portid)
net/dcb/dcbnl.c
1549
return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE);
net/dcb/dcbnl.c
1560
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1691
dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_SET, seq, 0);
net/dcb/dcbnl.c
1696
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1707
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1743
dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_DEL, seq, 0);
net/dcb/dcbnl.c
1750
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1760
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1777
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1823
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
1861
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
216
static struct sk_buff *dcbnl_newmsg(int type, u8 cmd, u32 port, u32 seq,
net/dcb/dcbnl.c
227
nlh = nlmsg_put(skb, port, seq, type, sizeof(*dcb), flags);
net/dcb/dcbnl.c
242
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
253
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
298
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
312
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
357
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
404
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
438
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
448
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
466
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
536
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
580
dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SAPP, seq, 0);
net/dcb/dcbnl.c
722
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
728
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
734
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
751
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
782
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
794
dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SET_ALL, seq, 0);
net/dcb/dcbnl.c
800
u32 seq, struct nlattr **tb, struct sk_buff *skb,
net/dcb/dcbnl.c
893
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
895
return __dcbnl_pg_setcfg(netdev, nlh, seq, tb, skb, 0);
net/dcb/dcbnl.c
899
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
901
return __dcbnl_pg_setcfg(netdev, nlh, seq, tb, skb, 1);
net/dcb/dcbnl.c
905
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/dcb/dcbnl.c
967
u32 seq, struct nlattr **tb, struct sk_buff *skb)
net/devlink/dev.c
1264
u32 portid, u32 seq, int flags,
net/devlink/dev.c
1272
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags,
net/devlink/dev.c
161
u32 seq, int flags)
net/devlink/dev.c
166
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/dev.c
630
u32 seq, int flags)
net/devlink/dev.c
639
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/dev.c
873
u32 seq, int flags, struct netlink_ext_ack *extack)
net/devlink/dev.c
880
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/health.c
262
u32 seq, int flags)
net/devlink/health.c
268
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/linecard.c
77
u32 seq, int flags,
net/devlink/linecard.c
85
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/param.c
304
u32 portid, u32 seq, int flags,
net/devlink/param.c
354
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/port.c
488
enum devlink_command cmd, u32 portid, u32 seq,
net/devlink/port.c
494
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/rate.c
107
enum devlink_command cmd, u32 portid, u32 seq,
net/devlink/rate.c
113
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/region.c
123
u32 seq, int flags,
net/devlink/region.c
129
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/region.c
172
enum devlink_command cmd, u32 portid, u32 seq)
net/devlink/region.c
183
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, 0, cmd);
net/devlink/sb.c
170
u32 seq, int flags)
net/devlink/sb.c
174
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/sb.c
267
u32 portid, u32 seq, int flags)
net/devlink/sb.c
278
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/sb.c
345
u32 portid, u32 seq, int flags)
net/devlink/sb.c
360
portid, seq, flags);
net/devlink/sb.c
453
u32 portid, u32 seq, int flags)
net/devlink/sb.c
465
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/sb.c
547
u32 portid, u32 seq, int flags)
net/devlink/sb.c
566
portid, seq, flags);
net/devlink/sb.c
657
u32 portid, u32 seq, int flags)
net/devlink/sb.c
671
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/sb.c
764
u32 portid, u32 seq, int flags)
net/devlink/sb.c
784
portid, seq,
net/devlink/sb.c
802
portid, seq,
net/devlink/trap.c
254
enum devlink_command cmd, u32 portid, u32 seq,
net/devlink/trap.c
261
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/trap.c
472
enum devlink_command cmd, u32 portid, u32 seq,
net/devlink/trap.c
478
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/devlink/trap.c
763
enum devlink_command cmd, u32 portid, u32 seq,
net/devlink/trap.c
769
hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
net/dsa/user.c
520
u32 seq = dump->cb->nlh->nlmsg_seq;
net/dsa/user.c
527
nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
net/ethtool/module.c
326
fw_update->ntf_params.seq = info->snd_seq;
net/ethtool/module.c
494
hdr = ethnl_unicast_put(skb, ntf_params->portid, ++ntf_params->seq,
net/ethtool/module_fw.h
15
u32 seq;
net/ethtool/netlink.c
335
void *ethnl_unicast_put(struct sk_buff *skb, u32 portid, u32 seq, u8 cmd)
net/ethtool/netlink.c
337
return genlmsg_put(skb, portid, seq, &ethtool_genl_family, 0, cmd);
net/ethtool/netlink.h
25
void *ethnl_unicast_put(struct sk_buff *skb, u32 portid, u32 seq, u8 cmd);
net/ieee802154/header_ops.c
85
buf[pos++] = hdr->seq;
net/ieee802154/nl-mac.c
1039
ieee802154_nl_fill_dev(struct sk_buff *msg, u32 portid, u32 seq,
net/ieee802154/nl-mac.c
1045
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, NLM_F_MULTI,
net/ieee802154/nl-mac.c
1146
ieee802154_nl_fill_devkey(struct sk_buff *msg, u32 portid, u32 seq,
net/ieee802154/nl-mac.c
1153
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, NLM_F_MULTI,
net/ieee802154/nl-mac.c
1276
ieee802154_nl_fill_seclevel(struct sk_buff *msg, u32 portid, u32 seq,
net/ieee802154/nl-mac.c
1282
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, NLM_F_MULTI,
net/ieee802154/nl-mac.c
75
u32 seq, int flags, struct net_device *dev)
net/ieee802154/nl-mac.c
84
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, flags,
net/ieee802154/nl-mac.c
902
ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq,
net/ieee802154/nl-mac.c
909
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, NLM_F_MULTI,
net/ieee802154/nl-phy.c
29
u32 seq, int flags, struct wpan_phy *phy)
net/ieee802154/nl-phy.c
40
hdr = genlmsg_put(msg, 0, seq, &nl802154_family, flags,
net/ieee802154/nl802154.c
1301
u32 portid, u32 seq, int flags, u8 cmd,
net/ieee802154/nl802154.c
1307
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
1471
u32 seq, int flags, u8 cmd, u8 arg)
net/ieee802154/nl802154.c
1475
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
1721
u32 seq, int flags,
net/ieee802154/nl802154.c
1732
hdr = nl802154hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags,
net/ieee802154/nl802154.c
1963
u32 seq, int flags,
net/ieee802154/nl802154.c
1972
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
2157
u32 seq, int flags,
net/ieee802154/nl802154.c
2165
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
2335
u32 seq, int flags,
net/ieee802154/nl802154.c
2343
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
2511
u32 seq, int flags,
net/ieee802154/nl802154.c
2519
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
313
static inline void *nl802154hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
net/ieee802154/nl802154.c
317
return genlmsg_put(skb, portid, seq, &nl802154_fam, flags, cmd);
net/ieee802154/nl802154.c
452
struct sk_buff *msg, u32 portid, u32 seq,
net/ieee802154/nl802154.c
459
hdr = nl802154hdr_put(msg, portid, seq, flags, cmd);
net/ieee802154/nl802154.c
789
nl802154_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags,
net/ieee802154/nl802154.c
796
hdr = nl802154hdr_put(msg, portid, seq, flags,
net/ipv4/ah4.c
219
ah->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv4/ah4.c
228
*seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi);
net/ipv4/ah4.c
403
*seqhi = XFRM_SKB_CB(skb)->seq.input.hi;
net/ipv4/arp.c
1418
static void arp_format_neigh_entry(struct seq_file *seq,
net/ipv4/arp.c
1446
seq_printf(seq, "%-16s 0x%-10x0x%-10x%-17s * %s\n",
net/ipv4/arp.c
1451
static void arp_format_pneigh_entry(struct seq_file *seq,
net/ipv4/arp.c
1459
seq_printf(seq, "%-16s 0x%-10x0x%-10x%s * %s\n",
net/ipv4/arp.c
1464
static int arp_seq_show(struct seq_file *seq, void *v)
net/ipv4/arp.c
1467
seq_puts(seq, "IP address HW type Flags "
net/ipv4/arp.c
1470
struct neigh_seq_state *state = seq->private;
net/ipv4/arp.c
1473
arp_format_pneigh_entry(seq, v);
net/ipv4/arp.c
1475
arp_format_neigh_entry(seq, v);
net/ipv4/arp.c
1481
static void *arp_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/arp.c
1486
return neigh_seq_start(seq, pos, &arp_tbl, NEIGH_SEQ_SKIP_NOARP);
net/ipv4/devinet.c
1715
nlh = nlmsg_put(skb, args->portid, args->seq, args->event, sizeof(*ifm),
net/ipv4/devinet.c
1934
.seq = nlh->nlmsg_seq,
net/ipv4/devinet.c
1971
cb->seq = inet_base_seq(tgt_net);
net/ipv4/devinet.c
2004
.seq = nlh ? nlh->nlmsg_seq : 0,
net/ipv4/devinet.c
2144
u32 portid, u32 seq, int event,
net/ipv4/devinet.c
2151
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv4/esp4.c
282
seqhi = xo->seq.hi;
net/ipv4/esp4.c
284
seqhi = XFRM_SKB_CB(skb)->seq.output.hi;
net/ipv4/esp4.c
658
esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv4/esp4.c
659
esp.seqno = cpu_to_be64(XFRM_SKB_CB(skb)->seq.output.low +
net/ipv4/esp4.c
660
((u64)XFRM_SKB_CB(skb)->seq.output.hi << 32));
net/ipv4/esp4.c
824
esph->seq_no = XFRM_SKB_CB(skb)->seq.input.hi;
net/ipv4/esp4_offload.c
116
esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv4/esp4_offload.c
275
__u32 seq;
net/ipv4/esp4_offload.c
318
seq = xo->seq.low;
net/ipv4/esp4_offload.c
326
esph->seq_no = htonl(seq);
net/ipv4/esp4_offload.c
329
xo->seq.low++;
net/ipv4/esp4_offload.c
331
xo->seq.low += skb_shinfo(skb)->gso_segs;
net/ipv4/esp4_offload.c
334
if (xo->seq.low < seq)
net/ipv4/esp4_offload.c
335
xo->seq.hi++;
net/ipv4/esp4_offload.c
337
esp.seqno = cpu_to_be64(seq + ((u64)xo->seq.hi << 32));
net/ipv4/esp4_offload.c
348
esph->seq_no = htonl(seq);
net/ipv4/esp4_offload.c
37
__be32 seq;
net/ipv4/esp4_offload.c
43
if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0)
net/ipv4/esp4_offload.c
87
XFRM_SPI_SKB_CB(skb)->seq = seq;
net/ipv4/fib_lookup.h
44
int fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event,
net/ipv4/fib_semantics.c
1722
int fib_dump_info(struct sk_buff *skb, u32 portid, u32 seq, int event,
net/ipv4/fib_semantics.c
1731
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), flags);
net/ipv4/fib_semantics.c
548
u32 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
net/ipv4/fib_semantics.c
564
err = fib_dump_info(skb, info->portid, seq, event, &fri, nlm_flags);
net/ipv4/fib_trie.c
2529
static void trie_show_stats(struct seq_file *seq, struct trie_stat *stat)
net/ipv4/fib_trie.c
2538
seq_printf(seq, "\tAver depth: %u.%02d\n",
net/ipv4/fib_trie.c
2540
seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth);
net/ipv4/fib_trie.c
2542
seq_printf(seq, "\tLeaves: %u\n", stat->leaves);
net/ipv4/fib_trie.c
2545
seq_printf(seq, "\tPrefixes: %u\n", stat->prefixes);
net/ipv4/fib_trie.c
2548
seq_printf(seq, "\tInternal nodes: %u\n\t", stat->tnodes);
net/ipv4/fib_trie.c
2558
seq_printf(seq, " %u: %u", i, stat->nodesizes[i]);
net/ipv4/fib_trie.c
2561
seq_putc(seq, '\n');
net/ipv4/fib_trie.c
2562
seq_printf(seq, "\tPointers: %u\n", pointers);
net/ipv4/fib_trie.c
2565
seq_printf(seq, "Null ptrs: %u\n", stat->nullpointers);
net/ipv4/fib_trie.c
2566
seq_printf(seq, "Total size: %u kB\n", (bytes + 1023) / 1024);
net/ipv4/fib_trie.c
2570
static void trie_show_usage(struct seq_file *seq,
net/ipv4/fib_trie.c
2588
seq_printf(seq, "\nCounters:\n---------\n");
net/ipv4/fib_trie.c
2589
seq_printf(seq, "gets = %u\n", s.gets);
net/ipv4/fib_trie.c
2590
seq_printf(seq, "backtracks = %u\n", s.backtrack);
net/ipv4/fib_trie.c
2591
seq_printf(seq, "semantic match passed = %u\n",
net/ipv4/fib_trie.c
2593
seq_printf(seq, "semantic match miss = %u\n", s.semantic_match_miss);
net/ipv4/fib_trie.c
2594
seq_printf(seq, "null node hit= %u\n", s.null_node_hit);
net/ipv4/fib_trie.c
2595
seq_printf(seq, "skipped node resize = %u\n\n", s.resize_node_skipped);
net/ipv4/fib_trie.c
2599
static void fib_table_print(struct seq_file *seq, struct fib_table *tb)
net/ipv4/fib_trie.c
2602
seq_puts(seq, "Local:\n");
net/ipv4/fib_trie.c
2604
seq_puts(seq, "Main:\n");
net/ipv4/fib_trie.c
2606
seq_printf(seq, "Id %d:\n", tb->tb_id);
net/ipv4/fib_trie.c
2610
static int fib_triestat_seq_show(struct seq_file *seq, void *v)
net/ipv4/fib_trie.c
2612
struct net *net = seq->private;
net/ipv4/fib_trie.c
2615
seq_printf(seq,
net/ipv4/fib_trie.c
2632
fib_table_print(seq, tb);
net/ipv4/fib_trie.c
2635
trie_show_stats(seq, &stat);
net/ipv4/fib_trie.c
2637
trie_show_usage(seq, t->stats);
net/ipv4/fib_trie.c
2647
static struct key_vector *fib_trie_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/fib_trie.c
2649
struct fib_trie_iter *iter = seq->private;
net/ipv4/fib_trie.c
2650
struct net *net = seq_file_net(seq);
net/ipv4/fib_trie.c
2674
static void *fib_trie_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/fib_trie.c
2678
return fib_trie_get_idx(seq, *pos);
net/ipv4/fib_trie.c
2681
static void *fib_trie_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/fib_trie.c
2683
struct fib_trie_iter *iter = seq->private;
net/ipv4/fib_trie.c
2684
struct net *net = seq_file_net(seq);
net/ipv4/fib_trie.c
2721
static void fib_trie_seq_stop(struct seq_file *seq, void *v)
net/ipv4/fib_trie.c
2727
static void seq_indent(struct seq_file *seq, int n)
net/ipv4/fib_trie.c
2730
seq_puts(seq, " ");
net/ipv4/fib_trie.c
2771
static int fib_trie_seq_show(struct seq_file *seq, void *v)
net/ipv4/fib_trie.c
2773
const struct fib_trie_iter *iter = seq->private;
net/ipv4/fib_trie.c
2777
fib_table_print(seq, iter->tb);
net/ipv4/fib_trie.c
2782
seq_indent(seq, iter->depth-1);
net/ipv4/fib_trie.c
2783
seq_printf(seq, " +-- %pI4/%zu %u %u %u\n",
net/ipv4/fib_trie.c
2791
seq_indent(seq, iter->depth);
net/ipv4/fib_trie.c
2792
seq_printf(seq, " |-- %pI4\n", &val);
net/ipv4/fib_trie.c
2797
seq_indent(seq, iter->depth + 1);
net/ipv4/fib_trie.c
2798
seq_printf(seq, " /%zu %s %s",
net/ipv4/fib_trie.c
2805
seq_printf(seq, " tos=%d",
net/ipv4/fib_trie.c
2807
seq_putc(seq, '\n');
net/ipv4/fib_trie.c
2863
static void *fib_route_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/fib_trie.c
2866
struct fib_route_iter *iter = seq->private;
net/ipv4/fib_trie.c
2872
tb = fib_get_table(seq_file_net(seq), RT_TABLE_MAIN);
net/ipv4/fib_trie.c
2889
static void *fib_route_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/fib_trie.c
2891
struct fib_route_iter *iter = seq->private;
net/ipv4/fib_trie.c
2911
static void fib_route_seq_stop(struct seq_file *seq, void *v)
net/ipv4/fib_trie.c
2941
static int fib_route_seq_show(struct seq_file *seq, void *v)
net/ipv4/fib_trie.c
2943
struct fib_route_iter *iter = seq->private;
net/ipv4/fib_trie.c
2950
seq_printf(seq, "%-127s\n", "Iface\tDestination\tGateway "
net/ipv4/fib_trie.c
2970
seq_setwidth(seq, 127);
net/ipv4/fib_trie.c
2979
seq_printf(seq,
net/ipv4/fib_trie.c
2991
seq_printf(seq,
net/ipv4/fib_trie.c
2997
seq_pad(seq, '\n');
net/ipv4/fou_core.c
816
static int fou_dump_info(struct fou *fou, u32 portid, u32 seq,
net/ipv4/fou_core.c
821
hdr = genlmsg_put(skb, portid, seq, &fou_nl_family, flags, cmd);
net/ipv4/gre_demux.c
105
tpi->seq = *options;
net/ipv4/gre_demux.c
108
tpi->seq = 0;
net/ipv4/igmp.c
1444
nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
net/ipv4/igmp.c
2859
#define igmp_mc_seq_private(seq) ((struct igmp_mc_iter_state *)(seq)->private)
net/ipv4/igmp.c
2861
static inline struct ip_mc_list *igmp_mc_get_first(struct seq_file *seq)
net/ipv4/igmp.c
2863
struct net *net = seq_file_net(seq);
net/ipv4/igmp.c
2865
struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);
net/ipv4/igmp.c
2883
static struct ip_mc_list *igmp_mc_get_next(struct seq_file *seq, struct ip_mc_list *im)
net/ipv4/igmp.c
2885
struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);
net/ipv4/igmp.c
2902
static struct ip_mc_list *igmp_mc_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/igmp.c
2904
struct ip_mc_list *im = igmp_mc_get_first(seq);
net/ipv4/igmp.c
2906
while (pos && (im = igmp_mc_get_next(seq, im)) != NULL)
net/ipv4/igmp.c
2911
static void *igmp_mc_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/igmp.c
2915
return *pos ? igmp_mc_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv4/igmp.c
2918
static void *igmp_mc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/igmp.c
2922
im = igmp_mc_get_first(seq);
net/ipv4/igmp.c
2924
im = igmp_mc_get_next(seq, v);
net/ipv4/igmp.c
2929
static void igmp_mc_seq_stop(struct seq_file *seq, void *v)
net/ipv4/igmp.c
2932
struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);
net/ipv4/igmp.c
2939
static int igmp_mc_seq_show(struct seq_file *seq, void *v)
net/ipv4/igmp.c
2942
seq_puts(seq,
net/ipv4/igmp.c
2946
struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);
net/ipv4/igmp.c
2959
seq_printf(seq, "%d\t%-10s: %5d %7s\n",
net/ipv4/igmp.c
2964
seq_printf(seq,
net/ipv4/igmp.c
2988
#define igmp_mcf_seq_private(seq) ((struct igmp_mcf_iter_state *)(seq)->private)
net/ipv4/igmp.c
2990
static inline struct ip_sf_list *igmp_mcf_get_first(struct seq_file *seq)
net/ipv4/igmp.c
2992
struct net *net = seq_file_net(seq);
net/ipv4/igmp.c
2995
struct igmp_mcf_iter_state *state = igmp_mcf_seq_private(seq);
net/ipv4/igmp.c
3019
static struct ip_sf_list *igmp_mcf_get_next(struct seq_file *seq, struct ip_sf_list *psf)
net/ipv4/igmp.c
3021
struct igmp_mcf_iter_state *state = igmp_mcf_seq_private(seq);
net/ipv4/igmp.c
3045
static struct ip_sf_list *igmp_mcf_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/igmp.c
3047
struct ip_sf_list *psf = igmp_mcf_get_first(seq);
net/ipv4/igmp.c
3049
while (pos && (psf = igmp_mcf_get_next(seq, psf)) != NULL)
net/ipv4/igmp.c
3054
static void *igmp_mcf_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/igmp.c
3058
return *pos ? igmp_mcf_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv4/igmp.c
3061
static void *igmp_mcf_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/igmp.c
3065
psf = igmp_mcf_get_first(seq);
net/ipv4/igmp.c
3067
psf = igmp_mcf_get_next(seq, v);
net/ipv4/igmp.c
3072
static void igmp_mcf_seq_stop(struct seq_file *seq, void *v)
net/ipv4/igmp.c
3075
struct igmp_mcf_iter_state *state = igmp_mcf_seq_private(seq);
net/ipv4/igmp.c
3085
static int igmp_mcf_seq_show(struct seq_file *seq, void *v)
net/ipv4/igmp.c
3088
struct igmp_mcf_iter_state *state = igmp_mcf_seq_private(seq);
net/ipv4/igmp.c
3091
seq_puts(seq, "Idx Device MCA SRC INC EXC\n");
net/ipv4/igmp.c
3093
seq_printf(seq,
net/ipv4/igmp_internal.h
7
u32 seq;
net/ipv4/inetpeer.c
120
} else if (unlikely(read_seqretry(&base->lock, seq))) {
net/ipv4/inetpeer.c
176
unsigned int gc_cnt, seq;
net/ipv4/inetpeer.c
181
seq = read_seqbegin(&base->lock);
net/ipv4/inetpeer.c
182
p = lookup(daddr, base, seq, NULL, &gc_cnt, &parent, &pp);
net/ipv4/inetpeer.c
194
p = lookup(daddr, base, seq, gc_stack, &gc_cnt, &parent, &pp);
net/ipv4/inetpeer.c
90
unsigned int seq,
net/ipv4/ip_tunnel.c
400
(tunnel->i_seqno && (s32)(ntohl(tpi->seq) - tunnel->i_seqno) < 0)) {
net/ipv4/ip_tunnel.c
405
tunnel->i_seqno = ntohl(tpi->seq) + 1;
net/ipv4/ipconfig.c
1328
static int pnp_seq_show(struct seq_file *seq, void *v)
net/ipv4/ipconfig.c
1333
seq_printf(seq, "#PROTO: %s\n",
net/ipv4/ipconfig.c
1337
seq_puts(seq, "#MANUAL\n");
net/ipv4/ipconfig.c
1340
seq_printf(seq,
net/ipv4/ipconfig.c
1344
seq_printf(seq, "nameserver %pI4\n",
net/ipv4/ipconfig.c
1348
seq_printf(seq, "bootserver %pI4\n",
net/ipv4/ipconfig.c
1386
static int ntp_servers_show(struct seq_file *seq, void *v)
net/ipv4/ipconfig.c
1392
seq_printf(seq, "%pI4\n", &ic_ntp_servers[i]);
net/ipv4/ipmr.c
2462
u32 portid, u32 seq, struct mfc_cache *c, int cmd,
net/ipv4/ipmr.c
2469
nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rtm), flags);
net/ipv4/ipmr.c
2506
u32 portid, u32 seq, struct mr_mfc *c, int cmd,
net/ipv4/ipmr.c
2509
return ipmr_fill_mroute(mrt, skb, portid, seq, (struct mfc_cache *)c,
net/ipv4/ipmr.c
3062
static void *ipmr_vif_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/ipmr.c
3065
struct mr_vif_iter *iter = seq->private;
net/ipv4/ipmr.c
3066
struct net *net = seq_file_net(seq);
net/ipv4/ipmr.c
3078
return mr_vif_seq_start(seq, pos);
net/ipv4/ipmr.c
3081
static void ipmr_vif_seq_stop(struct seq_file *seq, void *v)
net/ipv4/ipmr.c
3087
static int ipmr_vif_seq_show(struct seq_file *seq, void *v)
net/ipv4/ipmr.c
3089
struct mr_vif_iter *iter = seq->private;
net/ipv4/ipmr.c
3093
seq_puts(seq,
net/ipv4/ipmr.c
3102
seq_printf(seq,
net/ipv4/ipmr.c
3119
static void *ipmr_mfc_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/ipmr.c
3121
struct net *net = seq_file_net(seq);
net/ipv4/ipmr.c
3128
return mr_mfc_seq_start(seq, pos, mrt, &mfc_unres_lock);
net/ipv4/ipmr.c
3131
static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
net/ipv4/ipmr.c
3136
seq_puts(seq,
net/ipv4/ipmr.c
3140
const struct mr_mfc_iter *it = seq->private;
net/ipv4/ipmr.c
3143
seq_printf(seq, "%08X %08X %-3hd",
net/ipv4/ipmr.c
3149
seq_printf(seq, " %8lu %8lu %8lu",
net/ipv4/ipmr.c
3157
seq_printf(seq,
net/ipv4/ipmr.c
3165
seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul);
net/ipv4/ipmr.c
3167
seq_putc(seq, '\n');
net/ipv4/ipmr_base.c
128
void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/ipmr_base.c
130
struct mr_vif_iter *iter = seq->private;
net/ipv4/ipmr_base.c
131
struct net *net = seq_file_net(seq);
net/ipv4/ipmr_base.c
172
void *mr_mfc_seq_next(struct seq_file *seq, void *v,
net/ipv4/ipmr_base.c
175
struct mr_mfc_iter *it = seq->private;
net/ipv4/ipmr_base.c
176
struct net *net = seq_file_net(seq);
net/ipv4/ipmr_base.c
183
return mr_mfc_seq_idx(net, seq->private, 0);
net/ipv4/ipmr_base.c
301
u32 portid, u32 seq, struct mr_mfc *c,
net/ipv4/ipmr_base.c
356
u32 portid, u32 seq, struct mr_mfc *c,
net/ipv4/netfilter/ipt_SYNPROXY.c
53
if (synproxy_recv_client_ack(net, skb, th, &opts, ntohl(th->seq))) {
net/ipv4/netfilter/nf_reject_ipv4.c
239
tcph->seq = oth->ack_seq;
net/ipv4/netfilter/nf_reject_ipv4.c
241
tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
net/ipv4/nexthop.c
1070
u32 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
net/ipv4/nexthop.c
1078
err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags, 0);
net/ipv4/nexthop.c
1141
int event, u32 portid, u32 seq,
net/ipv4/nexthop.c
1150
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags);
net/ipv4/nexthop.c
3608
cb->seq = net->nexthop.seq;
net/ipv4/nexthop.c
3801
cb->seq = net->nexthop.seq;
net/ipv4/nexthop.c
584
while (++net->nexthop.seq == 0)
net/ipv4/nexthop.c
916
int event, u32 portid, u32 seq, unsigned int nlflags,
net/ipv4/nexthop.c
925
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags);
net/ipv4/ping.c
1015
static struct sock *ping_get_first(struct seq_file *seq, int start)
net/ipv4/ping.c
1018
struct ping_iter_state *state = seq->private;
net/ipv4/ping.c
1019
struct net *net = seq_file_net(seq);
net/ipv4/ping.c
1041
static struct sock *ping_get_next(struct seq_file *seq, struct sock *sk)
net/ipv4/ping.c
1043
struct ping_iter_state *state = seq->private;
net/ipv4/ping.c
1044
struct net *net = seq_file_net(seq);
net/ipv4/ping.c
1051
return ping_get_first(seq, state->bucket + 1);
net/ipv4/ping.c
1055
static struct sock *ping_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/ping.c
1057
struct sock *sk = ping_get_first(seq, 0);
net/ipv4/ping.c
1060
while (pos && (sk = ping_get_next(seq, sk)) != NULL)
net/ipv4/ping.c
1065
void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family)
net/ipv4/ping.c
1068
struct ping_iter_state *state = seq->private;
net/ipv4/ping.c
1074
return *pos ? ping_get_idx(seq, *pos-1) : SEQ_START_TOKEN;
net/ipv4/ping.c
1078
static void *ping_v4_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/ping.c
1080
return ping_seq_start(seq, pos, AF_INET);
net/ipv4/ping.c
1083
void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/ping.c
1088
sk = ping_get_idx(seq, 0);
net/ipv4/ping.c
1090
sk = ping_get_next(seq, v);
net/ipv4/ping.c
1097
void ping_seq_stop(struct seq_file *seq, void *v)
net/ipv4/ping.c
1125
static int ping_v4_seq_show(struct seq_file *seq, void *v)
net/ipv4/ping.c
1127
seq_setwidth(seq, 127);
net/ipv4/ping.c
1129
seq_puts(seq, " sl local_address rem_address st tx_queue "
net/ipv4/ping.c
1133
struct ping_iter_state *state = seq->private;
net/ipv4/ping.c
1135
ping_v4_format_sock(v, seq, state->bucket);
net/ipv4/ping.c
1137
seq_pad(seq, '\n');
net/ipv4/ping.c
240
unsigned int seq;
net/ipv4/ping.c
243
seq = read_seqbegin(&net->ipv4.ping_group_range.lock);
net/ipv4/ping.c
247
} while (read_seqretry(&net->ipv4.ping_group_range.lock, seq));
net/ipv4/proc.c
310
static void icmpmsg_put_line(struct seq_file *seq, unsigned long *vals,
net/ipv4/proc.c
316
seq_puts(seq, "\nIcmpMsg:");
net/ipv4/proc.c
318
seq_printf(seq, " %sType%u",
net/ipv4/proc.c
321
seq_puts(seq, "\nIcmpMsg:");
net/ipv4/proc.c
323
seq_printf(seq, " %lu", vals[j]);
net/ipv4/proc.c
327
static void icmpmsg_put(struct seq_file *seq)
net/ipv4/proc.c
334
struct net *net = seq->private;
net/ipv4/proc.c
344
icmpmsg_put_line(seq, vals, type, count);
net/ipv4/proc.c
348
icmpmsg_put_line(seq, vals, type, count);
net/ipv4/proc.c
353
static void icmp_put(struct seq_file *seq)
net/ipv4/proc.c
356
struct net *net = seq->private;
net/ipv4/proc.c
359
seq_puts(seq, "\nIcmp: InMsgs InErrors InCsumErrors");
net/ipv4/proc.c
361
seq_printf(seq, " In%s", icmpmibmap[i].name);
net/ipv4/proc.c
362
seq_puts(seq, " OutMsgs OutErrors OutRateLimitGlobal OutRateLimitHost");
net/ipv4/proc.c
364
seq_printf(seq, " Out%s", icmpmibmap[i].name);
net/ipv4/proc.c
365
seq_printf(seq, "\nIcmp: %lu %lu %lu",
net/ipv4/proc.c
370
seq_printf(seq, " %lu",
net/ipv4/proc.c
372
seq_printf(seq, " %lu %lu %lu %lu",
net/ipv4/proc.c
378
seq_printf(seq, " %lu",
net/ipv4/proc.c
385
static int snmp_seq_show_ipstats(struct seq_file *seq, void *v)
net/ipv4/proc.c
389
struct net *net = seq->private;
net/ipv4/proc.c
394
seq_puts(seq, "Ip: Forwarding DefaultTTL");
net/ipv4/proc.c
396
seq_printf(seq, " %s", snmp4_ipstats_list[i].name);
net/ipv4/proc.c
398
seq_printf(seq, "\nIp: %d %d",
net/ipv4/proc.c
407
seq_printf(seq, " %llu", buff64[i]);
net/ipv4/proc.c
412
static int snmp_seq_show_tcp_udp(struct seq_file *seq, void *v)
net/ipv4/proc.c
417
struct net *net = seq->private;
net/ipv4/proc.c
422
seq_puts(seq, "\nTcp:");
net/ipv4/proc.c
424
seq_printf(seq, " %s", snmp4_tcp_list[i].name);
net/ipv4/proc.c
426
seq_puts(seq, "\nTcp:");
net/ipv4/proc.c
433
seq_printf(seq, " %ld", buff[i]);
net/ipv4/proc.c
435
seq_printf(seq, " %lu", buff[i]);
net/ipv4/proc.c
443
seq_puts(seq, "\nUdp:");
net/ipv4/proc.c
445
seq_printf(seq, " %s", snmp4_udp_list[i].name);
net/ipv4/proc.c
446
seq_puts(seq, "\nUdp:");
net/ipv4/proc.c
448
seq_printf(seq, " %lu", buff[i]);
net/ipv4/proc.c
453
seq_puts(seq, "\nUdpLite:");
net/ipv4/proc.c
458
seq_printf(seq, " %s", snmp4_udp_list[i].name);
net/ipv4/proc.c
459
seq_puts(seq, "\nUdpLite:");
net/ipv4/proc.c
461
seq_printf(seq, " %lu", buff[i]);
net/ipv4/proc.c
463
seq_putc(seq, '\n');
net/ipv4/proc.c
467
static int snmp_seq_show(struct seq_file *seq, void *v)
net/ipv4/proc.c
469
snmp_seq_show_ipstats(seq, v);
net/ipv4/proc.c
471
icmp_put(seq); /* RFC 2011 compatibility */
net/ipv4/proc.c
472
icmpmsg_put(seq);
net/ipv4/proc.c
474
snmp_seq_show_tcp_udp(seq, v);
net/ipv4/proc.c
482
static int netstat_seq_show(struct seq_file *seq, void *v)
net/ipv4/proc.c
486
struct net *net = seq->private;
net/ipv4/proc.c
490
seq_puts(seq, "TcpExt:");
net/ipv4/proc.c
492
seq_printf(seq, " %s", snmp4_net_list[i].name);
net/ipv4/proc.c
494
seq_puts(seq, "\nTcpExt:");
net/ipv4/proc.c
501
seq_printf(seq, " %lu", buff[i]);
net/ipv4/proc.c
504
seq_printf(seq, " %lu",
net/ipv4/proc.c
508
seq_puts(seq, "\nIpExt:");
net/ipv4/proc.c
510
seq_printf(seq, " %s", snmp4_ipextstats_list[i].name);
net/ipv4/proc.c
512
seq_puts(seq, "\nIpExt:");
net/ipv4/proc.c
52
static int sockstat_seq_show(struct seq_file *seq, void *v)
net/ipv4/proc.c
521
seq_printf(seq, " %llu", buff64[i]);
net/ipv4/proc.c
524
seq_printf(seq, " %llu",
net/ipv4/proc.c
530
seq_putc(seq, '\n');
net/ipv4/proc.c
531
mptcp_seq_show(seq);
net/ipv4/proc.c
54
struct net *net = seq->private;
net/ipv4/proc.c
60
socket_seq_show(seq);
net/ipv4/proc.c
61
seq_printf(seq, "TCP: inuse %d orphan %d tw %d alloc %d mem %ld\n",
net/ipv4/proc.c
65
seq_printf(seq, "UDP: inuse %d mem %ld\n",
net/ipv4/proc.c
68
seq_printf(seq, "UDPLITE: inuse %d\n",
net/ipv4/proc.c
70
seq_printf(seq, "RAW: inuse %d\n",
net/ipv4/proc.c
72
seq_printf(seq, "FRAG: inuse %u memory %lu\n",
net/ipv4/raw.c
1002
void *raw_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/raw.c
1005
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
1009
return *pos ? raw_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv4/raw.c
1013
void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/raw.c
1018
sk = raw_get_first(seq, 0);
net/ipv4/raw.c
1020
sk = raw_get_next(seq, v);
net/ipv4/raw.c
1026
void raw_seq_stop(struct seq_file *seq, void *v)
net/ipv4/raw.c
1029
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
1035
static void raw_sock_seq_show(struct seq_file *seq, struct sock *sp, int i)
net/ipv4/raw.c
1043
seq_printf(seq, "%4d: %08X:%04X %08X:%04X"
net/ipv4/raw.c
1049
from_kuid_munged(seq_user_ns(seq), sk_uid(sp)),
net/ipv4/raw.c
1054
static int raw_seq_show(struct seq_file *seq, void *v)
net/ipv4/raw.c
1057
seq_printf(seq, " sl local_address rem_address st tx_queue "
net/ipv4/raw.c
1061
raw_sock_seq_show(seq, v, raw_seq_private(seq)->bucket);
net/ipv4/raw.c
961
static struct sock *raw_get_first(struct seq_file *seq, int bucket)
net/ipv4/raw.c
963
struct raw_hashinfo *h = pde_data(file_inode(seq->file));
net/ipv4/raw.c
964
struct raw_iter_state *state = raw_seq_private(seq);
net/ipv4/raw.c
972
if (sock_net(sk) == seq_file_net(seq))
net/ipv4/raw.c
979
static struct sock *raw_get_next(struct seq_file *seq, struct sock *sk)
net/ipv4/raw.c
981
struct raw_iter_state *state = raw_seq_private(seq);
net/ipv4/raw.c
985
} while (sk && sock_net(sk) != seq_file_net(seq));
net/ipv4/raw.c
988
return raw_get_first(seq, state->bucket + 1);
net/ipv4/raw.c
992
static struct sock *raw_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/raw.c
994
struct sock *sk = raw_get_first(seq, 0);
net/ipv4/raw.c
997
while (pos && (sk = raw_get_next(seq, sk)) != NULL)
net/ipv4/route.c
200
static void *rt_cache_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/route.c
207
static void *rt_cache_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/route.c
213
static void rt_cache_seq_stop(struct seq_file *seq, void *v)
net/ipv4/route.c
217
static int rt_cache_seq_show(struct seq_file *seq, void *v)
net/ipv4/route.c
220
seq_printf(seq, "%-127s\n",
net/ipv4/route.c
234
static void *rt_cpu_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/route.c
250
static void *rt_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/route.c
265
static void rt_cpu_seq_stop(struct seq_file *seq, void *v)
net/ipv4/route.c
270
static int rt_cpu_seq_show(struct seq_file *seq, void *v)
net/ipv4/route.c
275
seq_puts(seq, "entries in_hit in_slow_tot in_slow_mc in_no_route in_brd in_martian_dst in_martian_src out_hit out_slow_tot out_slow_mc gc_total gc_ignored gc_goal_miss gc_dst_overflow in_hlist_search out_hlist_search\n");
net/ipv4/route.c
279
seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x "
net/ipv4/route.c
2952
u32 seq, unsigned int flags)
net/ipv4/route.c
2960
nlh = nlmsg_put(skb, portid, seq, RTM_NEWROUTE, sizeof(*r), flags);
net/ipv4/syncookies.c
167
th->source, th->dest, ntohl(th->seq),
net/ipv4/syncookies.c
187
__u32 seq = ntohl(th->seq) - 1;
net/ipv4/syncookies.c
191
th->source, th->dest, seq);
net/ipv4/syncookies.c
286
treq->rcv_isn = ntohl(th->seq) - 1;
net/ipv4/sysctl_net_ipv4.c
144
unsigned int seq;
net/ipv4/sysctl_net_ipv4.c
146
seq = read_seqbegin(&net->ipv4.ping_group_range.lock);
net/ipv4/sysctl_net_ipv4.c
150
} while (read_seqretry(&net->ipv4.ping_group_range.lock, seq));
net/ipv4/tcp.c
1015
if (skb && TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq) {
net/ipv4/tcp.c
1641
struct sk_buff *tcp_recv_skb(struct sock *sk, u32 seq, u32 *off)
net/ipv4/tcp.c
1647
offset = seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp.c
1683
u32 seq = *copied_seq;
net/ipv4/tcp.c
1689
while ((skb = tcp_recv_skb(sk, seq, &offset)) != NULL) {
net/ipv4/tcp.c
1697
u32 urg_offset = tp->urg_seq - seq;
net/ipv4/tcp.c
1711
seq += used;
net/ipv4/tcp.c
1720
skb = tcp_recv_skb(sk, seq - 1, &offset);
net/ipv4/tcp.c
1731
++seq;
net/ipv4/tcp.c
1737
WRITE_ONCE(*copied_seq, seq);
net/ipv4/tcp.c
1739
WRITE_ONCE(*copied_seq, seq);
net/ipv4/tcp.c
1748
tcp_recv_skb(sk, seq, &offset);
net/ipv4/tcp.c
1803
u32 seq = tp->copied_seq;
net/ipv4/tcp.c
1812
while (left && (skb = tcp_recv_skb(sk, seq, &offset)) != NULL) {
net/ipv4/tcp.c
1816
seq += used;
net/ipv4/tcp.c
1824
++seq;
net/ipv4/tcp.c
1829
WRITE_ONCE(tp->copied_seq, seq);
net/ipv4/tcp.c
2041
u32 *offset, u32 *seq)
net/ipv4/tcp.c
2059
*seq += copylen;
net/ipv4/tcp.c
2066
u32 *seq,
net/ipv4/tcp.c
2076
offset = *seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp.c
2078
skb = tcp_recv_skb(sk, *seq, &offset);
net/ipv4/tcp.c
2086
seq);
net/ipv4/tcp.c
2095
u32 *seq,
net/ipv4/tcp.c
2121
*seq += bytes_mapped;
net/ipv4/tcp.c
2143
u32 *seq,
net/ipv4/tcp.c
2158
*seq += bytes_mapped;
net/ipv4/tcp.c
2166
pages_remaining, address, length, seq, zc, total_bytes_to_map,
net/ipv4/tcp.c
2236
u32 seq = tp->copied_seq;
net/ipv4/tcp.c
2293
offset = seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp.c
2295
skb = tcp_recv_skb(sk, seq, &offset);
net/ipv4/tcp.c
2334
&seq, zc,
net/ipv4/tcp.c
2343
&address, &length, &seq,
net/ipv4/tcp.c
2353
copylen = tcp_zc_handle_leftover(zc, sk, skb, &seq, copybuf_len, tss);
net/ipv4/tcp.c
2356
WRITE_ONCE(tp->copied_seq, seq);
net/ipv4/tcp.c
2360
tcp_recv_skb(sk, seq, &offset);
net/ipv4/tcp.c
2695
u32 *seq;
net/ipv4/tcp.c
2731
seq = &tp->copied_seq;
net/ipv4/tcp.c
2735
seq = &peek_seq;
net/ipv4/tcp.c
2744
if (unlikely(tp->urg_data) && tp->urg_seq == *seq) {
net/ipv4/tcp.c
2761
if (WARN(before(*seq, TCP_SKB_CB(skb)->seq),
net/ipv4/tcp.c
2763
*seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt,
net/ipv4/tcp.c
2767
offset = *seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp.c
2778
*seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt, flags);
net/ipv4/tcp.c
2853
u32 urg_offset = tp->urg_seq - *seq;
net/ipv4/tcp.c
2857
WRITE_ONCE(*seq, *seq + 1);
net/ipv4/tcp.c
2908
WRITE_ONCE(*seq, *seq + used);
net/ipv4/tcp.c
2939
WRITE_ONCE(*seq, *seq + 1);
net/ipv4/tcp.c
3407
u32 seq;
net/ipv4/tcp.c
3450
seq = tp->write_seq + tp->max_window + 2;
net/ipv4/tcp.c
3451
if (!seq)
net/ipv4/tcp.c
3452
seq = 1;
net/ipv4/tcp.c
3453
WRITE_ONCE(tp->write_seq, seq);
net/ipv4/tcp.c
507
shinfo->tskey = TCP_SKB_CB(skb)->seq + skb->len - 1;
net/ipv4/tcp.c
712
tcb->seq = tcb->end_seq = tp->write_seq;
net/ipv4/tcp_ao.c
1035
ntohl(th->seq));
net/ipv4/tcp_ao.c
1040
sisn = htonl(ntohl(th->seq) - 1);
net/ipv4/tcp_ao.c
1043
ntohl(th->seq));
net/ipv4/tcp_ao.c
1051
sisn = th->seq;
net/ipv4/tcp_ao.c
1183
WRITE_ONCE(ao->risn, tcp_hdr(skb)->seq);
net/ipv4/tcp_ao.c
494
u32 tcp_ao_compute_sne(u32 next_sne, u32 next_seq, u32 seq)
net/ipv4/tcp_ao.c
498
if (before(seq, next_seq)) {
net/ipv4/tcp_ao.c
499
if (seq > next_seq)
net/ipv4/tcp_ao.c
502
if (seq < next_seq)
net/ipv4/tcp_ao.c
725
const struct tcp_ao_hdr *aoh, int l3index, u32 seq,
net/ipv4/tcp_ao.c
753
*sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq);
net/ipv4/tcp_ao.c
755
sisn = th->seq;
net/ipv4/tcp_ao.c
804
snd_basis, seq);
net/ipv4/tcp_ao.c
839
ntohl(th->seq));
net/ipv4/tcp_ao.c
967
sisn = th->seq;
net/ipv4/tcp_ao.c
993
ntohl(th->seq));
net/ipv4/tcp_bpf.c
232
u32 seq;
net/ipv4/tcp_bpf.c
246
seq = tcp->copied_seq;
net/ipv4/tcp_bpf.c
278
seq++;
net/ipv4/tcp_bpf.c
282
seq += copied_from_self;
net/ipv4/tcp_bpf.c
325
WRITE_ONCE(tcp->copied_seq, seq);
net/ipv4/tcp_fastopen.c
281
TCP_SKB_CB(skb)->seq++;
net/ipv4/tcp_fastopen.c
374
tp->rcv_nxt = TCP_SKB_CB(skb)->seq + 1;
net/ipv4/tcp_fastopen.c
442
bool syn_data = TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1;
net/ipv4/tcp_input.c
1316
before(TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_input.c
1317
TCP_SKB_CB(tp->retransmit_skb_hint)->seq)))
net/ipv4/tcp_input.c
1539
in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) &&
net/ipv4/tcp_input.c
1545
in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
1548
pkt_len = start_seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
1552
pkt_len = end_seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
1854
u32 start_seq = TCP_SKB_CB(skb)->seq; /* start of newly-SACKed */
net/ipv4/tcp_input.c
1871
TCP_SKB_CB(skb)->seq += shifted;
net/ipv4/tcp_input.c
1987
in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq) &&
net/ipv4/tcp_input.c
2010
in_sack = !after(start_seq, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
2026
len = end_seq - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
2053
if (!after(TCP_SKB_CB(skb)->seq + len, tp->snd_una))
net/ipv4/tcp_input.c
2106
if (!before(TCP_SKB_CB(skb)->seq, end_seq))
net/ipv4/tcp_input.c
2110
before(TCP_SKB_CB(skb)->seq, next_dup->end_seq)) {
net/ipv4/tcp_input.c
2147
TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_input.c
2157
if (!before(TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_input.c
2165
static struct sk_buff *tcp_sacktag_bsearch(struct sock *sk, u32 seq)
net/ipv4/tcp_input.c
2173
if (before(seq, TCP_SKB_CB(skb)->seq)) {
net/ipv4/tcp_input.c
2177
if (!before(seq, TCP_SKB_CB(skb)->end_seq)) {
net/ipv4/tcp_input.c
2189
if (skb && after(TCP_SKB_CB(skb)->seq, skip_to_seq))
net/ipv4/tcp_input.c
3568
if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq))
net/ipv4/tcp_input.c
3574
BUG_ON(!before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq));
net/ipv4/tcp_input.c
3624
const u32 start_seq = scb->seq;
net/ipv4/tcp_input.c
3631
!after(tp->snd_una, scb->seq))
net/ipv4/tcp_input.c
3760
TCP_SKB_CB(skb)->seq : tp->snd_una) -
net/ipv4/tcp_input.c
3918
static void tcp_rcv_sne_update(struct tcp_sock *tp, u32 seq)
net/ipv4/tcp_input.c
3928
if (ao && seq < tp->rcv_nxt) {
net/ipv4/tcp_input.c
3936
static void tcp_rcv_nxt_update(struct tcp_sock *tp, u32 seq)
net/ipv4/tcp_input.c
3938
u32 delta = seq - tp->rcv_nxt;
net/ipv4/tcp_input.c
3942
tcp_rcv_sne_update(tp, seq);
net/ipv4/tcp_input.c
3943
WRITE_ONCE(tp->rcv_nxt, seq);
net/ipv4/tcp_input.c
4024
if ((TCP_SKB_CB(skb)->seq != TCP_SKB_CB(skb)->end_seq) &&
net/ipv4/tcp_input.c
4088
static int tcp_replace_ts_recent(struct tcp_sock *tp, u32 seq)
net/ipv4/tcp_input.c
4092
if (tp->rx_opt.saw_tstamp && !after(seq, tp->rcv_wup)) {
net/ipv4/tcp_input.c
4254
u32 ack_seq = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
4313
flag |= tcp_replace_ts_recent(tp, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
4818
u32 seq = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
4821
if (!th->ack || seq != TCP_SKB_CB(skb)->end_seq)
net/ipv4/tcp_input.c
4825
if (seq != tp->rcv_nxt)
net/ipv4/tcp_input.c
4826
return before(seq, tp->rcv_nxt) ?
net/ipv4/tcp_input.c
4835
if (tcp_may_update_window(tp, ack, seq, ntohs(th->window) <<
net/ipv4/tcp_input.c
4861
u32 seq, u32 end_seq,
net/ipv4/tcp_input.c
4878
if (after(seq, seq_limit))
net/ipv4/tcp_input.c
5015
static inline bool tcp_sack_extend(struct tcp_sack_block *sp, u32 seq,
net/ipv4/tcp_input.c
5018
if (!after(seq, sp->end_seq) && !after(sp->start_seq, end_seq)) {
net/ipv4/tcp_input.c
5019
if (before(seq, sp->start_seq))
net/ipv4/tcp_input.c
5020
sp->start_seq = seq;
net/ipv4/tcp_input.c
5028
static void tcp_dsack_set(struct sock *sk, u32 seq, u32 end_seq)
net/ipv4/tcp_input.c
5035
if (before(seq, tp->rcv_nxt))
net/ipv4/tcp_input.c
5043
tp->duplicate_sack[0].start_seq = seq;
net/ipv4/tcp_input.c
5048
static void tcp_dsack_extend(struct sock *sk, u32 seq, u32 end_seq)
net/ipv4/tcp_input.c
5053
tcp_dsack_set(sk, seq, end_seq);
net/ipv4/tcp_input.c
5055
tcp_sack_extend(tp->duplicate_sack, seq, end_seq);
net/ipv4/tcp_input.c
5088
TCP_SKB_CB(skb)->seq == tp->duplicate_sack[0].start_seq)
net/ipv4/tcp_input.c
5096
if (TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq &&
net/ipv4/tcp_input.c
5097
before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) {
net/ipv4/tcp_input.c
5107
tcp_dsack_set(sk, TCP_SKB_CB(skb)->seq, end_seq);
net/ipv4/tcp_input.c
5170
static void tcp_sack_new_ofo_skb(struct sock *sk, u32 seq, u32 end_seq)
net/ipv4/tcp_input.c
5181
if (tcp_sack_extend(sp, seq, end_seq)) {
net/ipv4/tcp_input.c
5212
sp->start_seq = seq;
net/ipv4/tcp_input.c
5274
if (TCP_SKB_CB(from)->seq != TCP_SKB_CB(to)->end_seq)
net/ipv4/tcp_input.c
5337
if (after(TCP_SKB_CB(skb)->seq, tp->rcv_nxt))
net/ipv4/tcp_input.c
5340
if (before(TCP_SKB_CB(skb)->seq, dsack_high)) {
net/ipv4/tcp_input.c
5345
tcp_dsack_extend(sk, TCP_SKB_CB(skb)->seq, dsack);
net/ipv4/tcp_input.c
5406
u32 seq, end_seq;
net/ipv4/tcp_input.c
5426
seq = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
5434
tp->selective_acks[0].start_seq = seq;
net/ipv4/tcp_input.c
5459
if (!before(seq, TCP_SKB_CB(tp->ooo_last_skb)->end_seq)) {
net/ipv4/tcp_input.c
5470
if (before(seq, TCP_SKB_CB(skb1)->seq)) {
net/ipv4/tcp_input.c
5474
if (before(seq, TCP_SKB_CB(skb1)->end_seq)) {
net/ipv4/tcp_input.c
5482
tcp_dsack_set(sk, seq, end_seq);
net/ipv4/tcp_input.c
5485
if (after(seq, TCP_SKB_CB(skb1)->seq)) {
net/ipv4/tcp_input.c
5487
tcp_dsack_set(sk, seq, TCP_SKB_CB(skb1)->end_seq);
net/ipv4/tcp_input.c
5495
TCP_SKB_CB(skb1)->seq,
net/ipv4/tcp_input.c
5517
if (!after(end_seq, TCP_SKB_CB(skb1)->seq))
net/ipv4/tcp_input.c
5520
tcp_dsack_extend(sk, TCP_SKB_CB(skb1)->seq,
net/ipv4/tcp_input.c
5525
tcp_dsack_extend(sk, TCP_SKB_CB(skb1)->seq,
net/ipv4/tcp_input.c
5536
tcp_sack_new_ofo_skb(sk, seq, end_seq);
net/ipv4/tcp_input.c
5604
TCP_SKB_CB(skb)->seq = tcp_sk(sk)->rcv_nxt;
net/ipv4/tcp_input.c
5605
TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(skb)->seq + size;
net/ipv4/tcp_input.c
5642
if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq) {
net/ipv4/tcp_input.c
5656
if (TCP_SKB_CB(skb)->seq == tp->rcv_nxt) {
net/ipv4/tcp_input.c
5723
tcp_dsack_set(sk, TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq);
net/ipv4/tcp_input.c
5734
if (!before(TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_input.c
5740
if (before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) {
net/ipv4/tcp_input.c
5742
tcp_dsack_set(sk, TCP_SKB_CB(skb)->seq, tp->rcv_nxt);
net/ipv4/tcp_input.c
5824
before(TCP_SKB_CB(skb)->seq, start))) {
net/ipv4/tcp_input.c
5831
TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(n)->seq) {
net/ipv4/tcp_input.c
5857
TCP_SKB_CB(nskb)->seq = TCP_SKB_CB(nskb)->end_seq = start;
net/ipv4/tcp_input.c
5867
int offset = start - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
5911
start = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
5922
after(TCP_SKB_CB(skb)->seq, end) ||
net/ipv4/tcp_input.c
5938
if (unlikely(before(TCP_SKB_CB(skb)->seq, start)))
net/ipv4/tcp_input.c
5939
start = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
5975
if (after(TCP_SKB_CB(in_skb)->seq, TCP_SKB_CB(skb)->seq))
net/ipv4/tcp_input.c
6237
ptr += ntohl(th->seq);
net/ipv4/tcp_input.c
6306
u32 ptr = tp->urg_seq - ntohl(th->seq) + (th->doff * 4) -
net/ipv4/tcp_input.c
6333
return unlikely(TCP_SKB_CB(skb)->seq == (tp->rcv_nxt - 1) &&
net/ipv4/tcp_input.c
6379
reason = tcp_sequence(sk, TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_input.c
6417
if (TCP_SKB_CB(skb)->seq == tp->rcv_nxt ||
net/ipv4/tcp_input.c
6433
if (TCP_SKB_CB(skb)->seq == max_sack)
net/ipv4/tcp_input.c
6468
TCP_SKB_CB(skb)->seq + 1 == TCP_SKB_CB(skb)->end_seq &&
net/ipv4/tcp_input.c
6469
TCP_SKB_CB(skb)->seq + 1 == tp->rcv_nxt &&
net/ipv4/tcp_input.c
6560
TCP_SKB_CB(skb)->seq == tp->rcv_nxt &&
net/ipv4/tcp_input.c
6666
tcp_update_wl(tp, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
6951
tcp_init_wl(tp, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
6958
WRITE_ONCE(tp->rcv_nxt, TCP_SKB_CB(skb)->seq + 1);
net/ipv4/tcp_input.c
6959
tp->rcv_wup = TCP_SKB_CB(skb)->seq + 1;
net/ipv4/tcp_input.c
7054
WRITE_ONCE(ao->risn, th->seq);
net/ipv4/tcp_input.c
7069
WRITE_ONCE(tp->rcv_nxt, TCP_SKB_CB(skb)->seq + 1);
net/ipv4/tcp_input.c
7071
tp->rcv_wup = TCP_SKB_CB(skb)->seq + 1;
net/ipv4/tcp_input.c
7077
tp->snd_wl1 = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
7300
tcp_init_wl(tp, TCP_SKB_CB(skb)->seq);
net/ipv4/tcp_input.c
7342
if (TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq &&
net/ipv4/tcp_input.c
7394
if (!before(TCP_SKB_CB(skb)->seq, tp->rcv_nxt)) {
net/ipv4/tcp_input.c
7410
if (TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq &&
net/ipv4/tcp_input.c
751
tp->rcvq_space.seq = tp->copied_seq;
net/ipv4/tcp_input.c
7515
tcp_rsk(req)->rcv_isn = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_input.c
7516
tcp_rsk(req)->rcv_nxt = TCP_SKB_CB(skb)->seq + 1;
net/ipv4/tcp_input.c
7746
isn = st.seq;
net/ipv4/tcp_input.c
865
if (before(tp->rcv_nxt, tp->rcv_rtt_est.seq))
net/ipv4/tcp_input.c
873
tp->rcv_rtt_est.seq = tp->rcv_nxt + tp->rcv_wnd;
net/ipv4/tcp_input.c
904
TCP_SKB_CB(skb)->seq >= inet_csk(sk)->icsk_ack.rcv_mss) {
net/ipv4/tcp_input.c
980
copied = tp->copied_seq - tp->rcvq_space.seq;
net/ipv4/tcp_input.c
992
tp->rcvq_space.seq = tp->copied_seq;
net/ipv4/tcp_ipv4.c
1107
u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 :
net/ipv4/tcp_ipv4.c
1164
tcp_v4_send_ack(sk, skb, seq,
net/ipv4/tcp_ipv4.c
190
u32 seq = tcptw->tw_snd_nxt + 65535 + 2;
net/ipv4/tcp_ipv4.c
192
if (!seq)
net/ipv4/tcp_ipv4.c
193
seq = 1;
net/ipv4/tcp_ipv4.c
194
WRITE_ONCE(tp->write_seq, seq);
net/ipv4/tcp_ipv4.c
2020
if (TCP_SKB_CB(tail)->end_seq != TCP_SKB_CB(skb)->seq ||
net/ipv4/tcp_ipv4.c
2132
TCP_SKB_CB(skb)->seq = ntohl(th->seq);
net/ipv4/tcp_ipv4.c
2133
TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
net/ipv4/tcp_ipv4.c
2538
static unsigned short seq_file_family(const struct seq_file *seq);
net/ipv4/tcp_ipv4.c
2540
static bool seq_sk_match(struct seq_file *seq, const struct sock *sk)
net/ipv4/tcp_ipv4.c
2542
unsigned short family = seq_file_family(seq);
net/ipv4/tcp_ipv4.c
2546
net_eq(sock_net(sk), seq_file_net(seq)));
net/ipv4/tcp_ipv4.c
2552
static void *listening_get_first(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
2554
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2555
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2569
if (seq_sk_match(seq, sk))
net/ipv4/tcp_ipv4.c
2583
static void *listening_get_next(struct seq_file *seq, void *cur)
net/ipv4/tcp_ipv4.c
2585
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2596
if (seq_sk_match(seq, sk))
net/ipv4/tcp_ipv4.c
2600
hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2604
return listening_get_first(seq);
net/ipv4/tcp_ipv4.c
2607
static void *listening_get_idx(struct seq_file *seq, loff_t *pos)
net/ipv4/tcp_ipv4.c
2609
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2614
rc = listening_get_first(seq);
net/ipv4/tcp_ipv4.c
2617
rc = listening_get_next(seq, rc);
net/ipv4/tcp_ipv4.c
2633
static void *established_get_first(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
2635
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2636
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2652
if (seq_sk_match(seq, sk))
net/ipv4/tcp_ipv4.c
2661
static void *established_get_next(struct seq_file *seq, void *cur)
net/ipv4/tcp_ipv4.c
2663
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2664
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2674
if (seq_sk_match(seq, sk))
net/ipv4/tcp_ipv4.c
2680
return established_get_first(seq);
net/ipv4/tcp_ipv4.c
2683
static void *established_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/tcp_ipv4.c
2685
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2689
rc = established_get_first(seq);
net/ipv4/tcp_ipv4.c
2692
rc = established_get_next(seq, rc);
net/ipv4/tcp_ipv4.c
2698
static void *tcp_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/tcp_ipv4.c
2701
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2704
rc = listening_get_idx(seq, &pos);
net/ipv4/tcp_ipv4.c
2708
rc = established_get_idx(seq, pos);
net/ipv4/tcp_ipv4.c
2714
static void *tcp_seek_last_pos(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
2716
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2717
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2727
rc = listening_get_first(seq);
net/ipv4/tcp_ipv4.c
2729
rc = listening_get_next(seq, rc);
net/ipv4/tcp_ipv4.c
2738
rc = established_get_first(seq);
net/ipv4/tcp_ipv4.c
2740
rc = established_get_next(seq, rc);
net/ipv4/tcp_ipv4.c
2748
void *tcp_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/tcp_ipv4.c
2750
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2754
rc = tcp_seek_last_pos(seq);
net/ipv4/tcp_ipv4.c
2763
rc = *pos ? tcp_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv4/tcp_ipv4.c
2771
void *tcp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/tcp_ipv4.c
2773
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2777
rc = tcp_get_idx(seq, 0);
net/ipv4/tcp_ipv4.c
2783
rc = listening_get_next(seq, v);
net/ipv4/tcp_ipv4.c
2788
rc = established_get_first(seq);
net/ipv4/tcp_ipv4.c
2792
rc = established_get_next(seq, v);
net/ipv4/tcp_ipv4.c
2802
void tcp_seq_stop(struct seq_file *seq, void *v)
net/ipv4/tcp_ipv4.c
2804
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
2805
struct tcp_iter_state *st = seq->private;
net/ipv4/tcp_ipv4.c
2931
static int tcp4_seq_show(struct seq_file *seq, void *v)
net/ipv4/tcp_ipv4.c
2936
seq_setwidth(seq, TMPSZ - 1);
net/ipv4/tcp_ipv4.c
2938
seq_puts(seq, " sl local_address rem_address st tx_queue "
net/ipv4/tcp_ipv4.c
2943
st = seq->private;
net/ipv4/tcp_ipv4.c
2946
get_timewait4_sock(v, seq, st->num);
net/ipv4/tcp_ipv4.c
2948
get_openreq4(v, seq, st->num);
net/ipv4/tcp_ipv4.c
2950
get_tcp4_sock(v, seq, st->num);
net/ipv4/tcp_ipv4.c
2952
seq_pad(seq, '\n');
net/ipv4/tcp_ipv4.c
3041
static struct sock *bpf_iter_tcp_resume_listening(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3043
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
3044
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3054
sk = listening_get_first(seq);
net/ipv4/tcp_ipv4.c
3064
sk = listening_get_first(seq);
net/ipv4/tcp_ipv4.c
3071
static struct sock *bpf_iter_tcp_resume_established(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3073
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
3074
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3084
sk = established_get_first(seq);
net/ipv4/tcp_ipv4.c
3094
sk = established_get_first(seq);
net/ipv4/tcp_ipv4.c
3101
static struct sock *bpf_iter_tcp_resume(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3103
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3109
sk = bpf_iter_tcp_resume_listening(seq);
net/ipv4/tcp_ipv4.c
3116
sk = bpf_iter_tcp_resume_established(seq);
net/ipv4/tcp_ipv4.c
3123
static unsigned int bpf_iter_tcp_listening_batch(struct seq_file *seq,
net/ipv4/tcp_ipv4.c
3126
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3137
if (seq_sk_match(seq, sk)) {
net/ipv4/tcp_ipv4.c
3152
static unsigned int bpf_iter_tcp_established_batch(struct seq_file *seq,
net/ipv4/tcp_ipv4.c
3155
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3166
if (seq_sk_match(seq, sk)) {
net/ipv4/tcp_ipv4.c
3181
static unsigned int bpf_iter_fill_batch(struct seq_file *seq,
net/ipv4/tcp_ipv4.c
3184
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3188
return bpf_iter_tcp_listening_batch(seq, start_sk);
net/ipv4/tcp_ipv4.c
3190
return bpf_iter_tcp_established_batch(seq, start_sk);
net/ipv4/tcp_ipv4.c
3193
static void bpf_iter_tcp_unlock_bucket(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3195
struct inet_hashinfo *hinfo = seq_file_net(seq)->ipv4.tcp_death_row.hashinfo;
net/ipv4/tcp_ipv4.c
3196
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3205
static struct sock *bpf_iter_tcp_batch(struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3207
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3212
sk = bpf_iter_tcp_resume(seq);
net/ipv4/tcp_ipv4.c
3216
expected = bpf_iter_fill_batch(seq, &sk);
net/ipv4/tcp_ipv4.c
3221
bpf_iter_tcp_unlock_bucket(seq);
net/ipv4/tcp_ipv4.c
3228
sk = bpf_iter_tcp_resume(seq);
net/ipv4/tcp_ipv4.c
3232
expected = bpf_iter_fill_batch(seq, &sk);
net/ipv4/tcp_ipv4.c
3242
bpf_iter_tcp_unlock_bucket(seq);
net/ipv4/tcp_ipv4.c
3246
expected = bpf_iter_fill_batch(seq, &sk);
net/ipv4/tcp_ipv4.c
3249
bpf_iter_tcp_unlock_bucket(seq);
net/ipv4/tcp_ipv4.c
3253
static void *bpf_iter_tcp_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/tcp_ipv4.c
3259
return bpf_iter_tcp_batch(seq);
net/ipv4/tcp_ipv4.c
3264
static void *bpf_iter_tcp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/tcp_ipv4.c
3266
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3286
sk = bpf_iter_tcp_batch(seq);
net/ipv4/tcp_ipv4.c
3296
static int bpf_iter_tcp_seq_show(struct seq_file *seq, void *v)
net/ipv4/tcp_ipv4.c
3320
uid = from_kuid_munged(seq_user_ns(seq),
net/ipv4/tcp_ipv4.c
3323
uid = from_kuid_munged(seq_user_ns(seq), sk_uid(sk));
net/ipv4/tcp_ipv4.c
3326
meta.seq = seq;
net/ipv4/tcp_ipv4.c
3337
static void bpf_iter_tcp_seq_stop(struct seq_file *seq, void *v)
net/ipv4/tcp_ipv4.c
3339
struct bpf_tcp_iter_state *iter = seq->private;
net/ipv4/tcp_ipv4.c
3344
meta.seq = seq;
net/ipv4/tcp_ipv4.c
335
WRITE_ONCE(tp->write_seq, st.seq);
net/ipv4/tcp_ipv4.c
3361
static unsigned short seq_file_family(const struct seq_file *seq)
net/ipv4/tcp_ipv4.c
3367
if (seq->op == &bpf_iter_tcp_seq_ops)
net/ipv4/tcp_ipv4.c
3372
afinfo = pde_data(file_inode(seq->file));
net/ipv4/tcp_ipv4.c
417
void tcp_req_err(struct sock *sk, u32 seq, bool abort)
net/ipv4/tcp_ipv4.c
425
if (seq != tcp_rsk(req)->snt_isn) {
net/ipv4/tcp_ipv4.c
442
void tcp_ld_RTO_revert(struct sock *sk, u32 seq)
net/ipv4/tcp_ipv4.c
453
if (seq != tp->snd_una || !icsk->icsk_retransmits ||
net/ipv4/tcp_ipv4.c
505
u32 seq, snd_una;
net/ipv4/tcp_ipv4.c
521
seq = ntohl(th->seq);
net/ipv4/tcp_ipv4.c
523
tcp_req_err(sk, seq, type == ICMP_PARAMETERPROB ||
net/ipv4/tcp_ipv4.c
562
!between(seq, snd_una, tp->snd_nxt)) {
net/ipv4/tcp_ipv4.c
606
tcp_ld_RTO_revert(sk, seq);
net/ipv4/tcp_ipv4.c
700
if (tcp_ao_prepare_reset(sk, skb, aoh, l3index, ntohl(reply->seq),
net/ipv4/tcp_ipv4.c
779
rep.th.seq = th->ack_seq;
net/ipv4/tcp_ipv4.c
782
rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin +
net/ipv4/tcp_ipv4.c
933
struct sk_buff *skb, u32 seq, u32 ack,
net/ipv4/tcp_ipv4.c
966
rep.th.seq = htonl(seq);
net/ipv4/tcp_metrics.c
570
unsigned int seq;
net/ipv4/tcp_metrics.c
573
seq = read_seqbegin(&fastopen_seqlock);
net/ipv4/tcp_metrics.c
579
} while (read_seqretry(&fastopen_seqlock, seq));
net/ipv4/tcp_metrics.c
713
unsigned int seq;
net/ipv4/tcp_metrics.c
716
seq = read_seqbegin(&fastopen_seqlock);
net/ipv4/tcp_metrics.c
718
} while (read_seqretry(&fastopen_seqlock, seq));
net/ipv4/tcp_minisocks.c
140
!tcp_in_window(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq,
net/ipv4/tcp_minisocks.c
149
if (th->syn && !before(TCP_SKB_CB(skb)->seq, rcv_nxt))
net/ipv4/tcp_minisocks.c
155
TCP_SKB_CB(skb)->end_seq == TCP_SKB_CB(skb)->seq) {
net/ipv4/tcp_minisocks.c
204
(TCP_SKB_CB(skb)->seq == rcv_nxt &&
net/ipv4/tcp_minisocks.c
205
(TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq || th->rst))) {
net/ipv4/tcp_minisocks.c
254
(after(TCP_SKB_CB(skb)->seq, rcv_nxt) ||
net/ipv4/tcp_minisocks.c
29
static bool tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win)
net/ipv4/tcp_minisocks.c
31
if (seq == s_win)
net/ipv4/tcp_minisocks.c
33
if (after(end_seq, s_win) && before(seq, e_win))
net/ipv4/tcp_minisocks.c
35
return seq == e_win && seq == end_seq;
net/ipv4/tcp_minisocks.c
559
u32 seq;
net/ipv4/tcp_minisocks.c
57
static void twsk_rcv_nxt_update(struct tcp_timewait_sock *tcptw, u32 seq,
net/ipv4/tcp_minisocks.c
573
seq = treq->rcv_isn + 1;
net/ipv4/tcp_minisocks.c
574
newtp->rcv_wup = seq;
net/ipv4/tcp_minisocks.c
575
WRITE_ONCE(newtp->copied_seq, seq);
net/ipv4/tcp_minisocks.c
576
WRITE_ONCE(newtp->rcv_nxt, seq);
net/ipv4/tcp_minisocks.c
579
seq = treq->snt_isn + 1;
net/ipv4/tcp_minisocks.c
580
newtp->snd_sml = newtp->snd_una = seq;
net/ipv4/tcp_minisocks.c
581
WRITE_ONCE(newtp->snd_nxt, seq);
net/ipv4/tcp_minisocks.c
582
newtp->snd_up = seq;
net/ipv4/tcp_minisocks.c
64
if (unlikely(ao && seq < rcv_nxt))
net/ipv4/tcp_minisocks.c
67
WRITE_ONCE(tcptw->tw_rcv_nxt, seq);
net/ipv4/tcp_minisocks.c
728
if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn &&
net/ipv4/tcp_minisocks.c
847
!tcp_in_window(TCP_SKB_CB(skb)->seq,
net/ipv4/tcp_minisocks.c
872
if (TCP_SKB_CB(skb)->seq == tcp_rsk(req)->rcv_isn) {
net/ipv4/tcp_minisocks.c
933
!after(TCP_SKB_CB(skb)->seq, tcp_rsk(req)->rcv_nxt))
net/ipv4/tcp_offload.c
140
unsigned int seq;
net/ipv4/tcp_offload.c
17
unsigned int seq, unsigned int mss)
net/ipv4/tcp_offload.c
199
seq = ntohl(th->seq);
net/ipv4/tcp_offload.c
202
tcp_gso_tstamp(segs, gso_skb, seq, mss);
net/ipv4/tcp_offload.c
217
seq += mss;
net/ipv4/tcp_offload.c
226
th->seq = htonl(seq);
net/ipv4/tcp_offload.c
23
if (before(ts_seq, seq + mss)) {
net/ipv4/tcp_offload.c
30
seq += mss;
net/ipv4/tcp_offload.c
327
flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq);
net/ipv4/tcp_output.c
1609
th->seq = htonl(tcb->seq);
net/ipv4/tcp_output.c
1618
if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) {
net/ipv4/tcp_output.c
1619
if (before(tp->snd_up, tcb->seq + 0x10000)) {
net/ipv4/tcp_output.c
1620
th->urg_ptr = htons(tp->snd_up - tcb->seq);
net/ipv4/tcp_output.c
1622
} else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) {
net/ipv4/tcp_output.c
1675
if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq)
net/ipv4/tcp_output.c
1786
!before(shinfo->tskey, TCP_SKB_CB(skb2)->seq)) {
net/ipv4/tcp_output.c
1868
TCP_SKB_CB(buff)->seq = TCP_SKB_CB(skb)->seq + len;
net/ipv4/tcp_output.c
1870
TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(buff)->seq;
net/ipv4/tcp_output.c
1958
TCP_SKB_CB(skb)->seq += len;
net/ipv4/tcp_output.c
2278
window = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_output.c
2367
end_seq = TCP_SKB_CB(skb)->seq + cur_mss;
net/ipv4/tcp_output.c
2401
TCP_SKB_CB(buff)->seq = TCP_SKB_CB(skb)->seq + len;
net/ipv4/tcp_output.c
2403
TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(buff)->seq;
net/ipv4/tcp_output.c
2461
send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_output.c
2746
TCP_SKB_CB(nskb)->seq = TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_output.c
2747
TCP_SKB_CB(nskb)->end_seq = TCP_SKB_CB(skb)->seq + probe_size;
net/ipv4/tcp_output.c
2764
TCP_SKB_CB(skb)->seq += copy;
net/ipv4/tcp_output.c
2784
tp->mtu_probe.probe_seq_start = TCP_SKB_CB(nskb)->seq;
net/ipv4/tcp_output.c
2942
TCP_SKB_CB(next_skb)->seq += nlen;
net/ipv4/tcp_output.c
3061
if (TCP_SKB_CB(skb)->end_seq == TCP_SKB_CB(skb)->seq)
net/ipv4/tcp_output.c
3570
if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) {
net/ipv4/tcp_output.c
3573
TCP_SKB_CB(skb)->seq++;
net/ipv4/tcp_output.c
3581
if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) {
net/ipv4/tcp_output.c
3593
avail_wnd = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_output.c
3601
if (TCP_SKB_CB(skb)->seq != tp->snd_una) {
net/ipv4/tcp_output.c
366
!before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) {
net/ipv4/tcp_output.c
3682
TCP_SKB_CB(skb)->seq, segs, err);
net/ipv4/tcp_output.c
386
u32 seq, u16 flags)
net/ipv4/tcp_output.c
395
TCP_SKB_CB(skb)->seq = seq;
net/ipv4/tcp_output.c
397
seq++;
net/ipv4/tcp_output.c
398
TCP_SKB_CB(skb)->end_seq = seq;
net/ipv4/tcp_output.c
4047
th->seq = htonl(tcp_rsk(req)->snt_isn);
net/ipv4/tcp_output.c
4270
TCP_SKB_CB(syn_data)->seq++;
net/ipv4/tcp_output.c
4388
WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq);
net/ipv4/tcp_output.c
4389
tp->pushed_seq = TCP_SKB_CB(buff)->seq;
net/ipv4/tcp_output.c
4565
if (skb && before(TCP_SKB_CB(skb)->seq, tcp_wnd_end(tp))) {
net/ipv4/tcp_output.c
4568
unsigned int seg_size = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq;
net/ipv4/tcp_output.c
4577
if (seg_size < TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(skb)->seq ||
net/ipv4/tcp_output.c
79
if (before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb1)->seq))
net/ipv4/udp.c
3304
static unsigned short seq_file_family(const struct seq_file *seq);
net/ipv4/udp.c
3305
static bool seq_sk_match(struct seq_file *seq, const struct sock *sk)
net/ipv4/udp.c
3307
unsigned short family = seq_file_family(seq);
net/ipv4/udp.c
3311
net_eq(sock_net(sk), seq_file_net(seq)));
net/ipv4/udp.c
3317
static struct udp_table *udp_get_table_seq(struct seq_file *seq,
net/ipv4/udp.c
3323
if (seq->op == &bpf_iter_udp_seq_ops)
net/ipv4/udp.c
3327
afinfo = pde_data(file_inode(seq->file));
net/ipv4/udp.c
3331
static struct sock *udp_get_first(struct seq_file *seq, int start)
net/ipv4/udp.c
3333
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3334
struct net *net = seq_file_net(seq);
net/ipv4/udp.c
3338
udptable = udp_get_table_seq(seq, net);
net/ipv4/udp.c
3349
if (seq_sk_match(seq, sk))
net/ipv4/udp.c
3359
static struct sock *udp_get_next(struct seq_file *seq, struct sock *sk)
net/ipv4/udp.c
3361
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3362
struct net *net = seq_file_net(seq);
net/ipv4/udp.c
3367
} while (sk && !seq_sk_match(seq, sk));
net/ipv4/udp.c
3370
udptable = udp_get_table_seq(seq, net);
net/ipv4/udp.c
3375
return udp_get_first(seq, state->bucket + 1);
net/ipv4/udp.c
3380
static struct sock *udp_get_idx(struct seq_file *seq, loff_t pos)
net/ipv4/udp.c
3382
struct sock *sk = udp_get_first(seq, 0);
net/ipv4/udp.c
3385
while (pos && (sk = udp_get_next(seq, sk)) != NULL)
net/ipv4/udp.c
3390
void *udp_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/udp.c
3392
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3395
return *pos ? udp_get_idx(seq, *pos-1) : SEQ_START_TOKEN;
net/ipv4/udp.c
3399
void *udp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/udp.c
3404
sk = udp_get_idx(seq, 0);
net/ipv4/udp.c
3406
sk = udp_get_next(seq, v);
net/ipv4/udp.c
3413
void udp_seq_stop(struct seq_file *seq, void *v)
net/ipv4/udp.c
3415
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3418
udptable = udp_get_table_seq(seq, seq_file_net(seq));
net/ipv4/udp.c
3447
int udp4_seq_show(struct seq_file *seq, void *v)
net/ipv4/udp.c
3449
seq_setwidth(seq, 127);
net/ipv4/udp.c
3451
seq_puts(seq, " sl local_address rem_address st tx_queue "
net/ipv4/udp.c
3455
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3457
udp4_format_sock(v, seq, state->bucket);
net/ipv4/udp.c
3459
seq_pad(seq, '\n');
net/ipv4/udp.c
3503
static struct sock *bpf_iter_udp_batch(struct seq_file *seq)
net/ipv4/udp.c
3505
struct bpf_udp_iter_state *iter = seq->private;
net/ipv4/udp.c
3508
struct net *net = seq_file_net(seq);
net/ipv4/udp.c
3522
udptable = udp_get_table_seq(seq, net);
net/ipv4/udp.c
3558
if (seq_sk_match(seq, sk)) {
net/ipv4/udp.c
3617
static void *bpf_iter_udp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv4/udp.c
3619
struct bpf_udp_iter_state *iter = seq->private;
net/ipv4/udp.c
3635
sk = bpf_iter_udp_batch(seq);
net/ipv4/udp.c
3641
static void *bpf_iter_udp_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv4/udp.c
3647
return bpf_iter_udp_batch(seq);
net/ipv4/udp.c
3665
static int bpf_iter_udp_seq_show(struct seq_file *seq, void *v)
net/ipv4/udp.c
3667
struct udp_iter_state *state = seq->private;
net/ipv4/udp.c
3684
uid = from_kuid_munged(seq_user_ns(seq), sk_uid(sk));
net/ipv4/udp.c
3685
meta.seq = seq;
net/ipv4/udp.c
3711
static void bpf_iter_udp_seq_stop(struct seq_file *seq, void *v)
net/ipv4/udp.c
3713
struct bpf_udp_iter_state *iter = seq->private;
net/ipv4/udp.c
3718
meta.seq = seq;
net/ipv4/udp.c
3736
static unsigned short seq_file_family(const struct seq_file *seq)
net/ipv4/udp.c
3742
if (seq->op == &bpf_iter_udp_seq_ops)
net/ipv4/udp.c
3747
afinfo = pde_data(file_inode(seq->file));
net/ipv4/udp_impl.h
26
int udp4_seq_show(struct seq_file *seq, void *v);
net/ipv6/addrconf.c
4412
static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
net/ipv6/addrconf.c
4414
struct if6_iter_state *state = seq->private;
net/ipv6/addrconf.c
4415
struct net *net = seq_file_net(seq);
net/ipv6/addrconf.c
4443
static struct inet6_ifaddr *if6_get_next(struct seq_file *seq,
net/ipv6/addrconf.c
4446
struct if6_iter_state *state = seq->private;
net/ipv6/addrconf.c
4447
struct net *net = seq_file_net(seq);
net/ipv6/addrconf.c
4465
static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/addrconf.c
4469
return if6_get_first(seq, *pos);
net/ipv6/addrconf.c
4472
static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/addrconf.c
4476
ifa = if6_get_next(seq, v);
net/ipv6/addrconf.c
4481
static void if6_seq_stop(struct seq_file *seq, void *v)
net/ipv6/addrconf.c
4487
static int if6_seq_show(struct seq_file *seq, void *v)
net/ipv6/addrconf.c
4490
seq_printf(seq, "%pi6 %02x %02x %02x %02x %8s\n",
net/ipv6/addrconf.c
5142
nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
net/ipv6/addrconf.c
5223
nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
net/ipv6/addrconf.c
5258
nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
net/ipv6/addrconf.c
533
u32 seq, int event, unsigned int flags,
net/ipv6/addrconf.c
540
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
5405
.seq = cb->nlh->nlmsg_seq,
net/ipv6/addrconf.c
5442
cb->seq = inet6_base_seq(tgt_net);
net/ipv6/addrconf.c
5534
.seq = nlh->nlmsg_seq,
net/ipv6/addrconf.c
5606
.seq = 0,
net/ipv6/addrconf.c
6067
u32 portid, u32 seq, int event, unsigned int flags)
net/ipv6/addrconf.c
6075
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
net/ipv6/addrconf.c
6208
struct prefix_info *pinfo, u32 portid, u32 seq,
net/ipv6/addrconf.c
6215
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*pmsg), flags);
net/ipv6/addrlabel.c
230
WRITE_ONCE(net->ipv6.ip6addrlbl_table.seq,
net/ipv6/addrlabel.c
231
net->ipv6.ip6addrlbl_table.seq + 1);
net/ipv6/addrlabel.c
441
u32 portid, u32 seq, int event,
net/ipv6/addrlabel.c
444
struct nlmsghdr *nlh = nlmsg_put(skb, portid, seq, event,
net/ipv6/addrlabel.c
502
lseq = READ_ONCE(net->ipv6.ip6addrlbl_table.seq);
net/ipv6/addrlabel.c
610
lseq = READ_ONCE(net->ipv6.ip6addrlbl_table.seq);
net/ipv6/ah6.c
425
ah->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv6/ah6.c
434
*seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi);
net/ipv6/ah6.c
614
*seqhi = XFRM_SKB_CB(skb)->seq.input.hi;
net/ipv6/anycast.c
535
#define ac6_seq_private(seq) ((struct ac6_iter_state *)(seq)->private)
net/ipv6/anycast.c
537
static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq)
net/ipv6/anycast.c
539
struct ac6_iter_state *state = ac6_seq_private(seq);
net/ipv6/anycast.c
540
struct net *net = seq_file_net(seq);
net/ipv6/anycast.c
556
static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im)
net/ipv6/anycast.c
558
struct ac6_iter_state *state = ac6_seq_private(seq);
net/ipv6/anycast.c
574
static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos)
net/ipv6/anycast.c
576
struct ifacaddr6 *im = ac6_get_first(seq);
net/ipv6/anycast.c
578
while (pos && (im = ac6_get_next(seq, im)) != NULL)
net/ipv6/anycast.c
583
static void *ac6_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/anycast.c
587
return ac6_get_idx(seq, *pos);
net/ipv6/anycast.c
590
static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/anycast.c
592
struct ifacaddr6 *im = ac6_get_next(seq, v);
net/ipv6/anycast.c
598
static void ac6_seq_stop(struct seq_file *seq, void *v)
net/ipv6/anycast.c
604
static int ac6_seq_show(struct seq_file *seq, void *v)
net/ipv6/anycast.c
607
struct ac6_iter_state *state = ac6_seq_private(seq);
net/ipv6/anycast.c
609
seq_printf(seq, "%-4d %-15s %pi6 %5d\n",
net/ipv6/datagram.c
1059
void __ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp,
net/ipv6/datagram.c
1066
seq_printf(seq,
net/ipv6/datagram.c
1078
from_kuid_munged(seq_user_ns(seq), sk_uid(sp)),
net/ipv6/esp6.c
318
seqhi = xo->seq.hi;
net/ipv6/esp6.c
320
seqhi = XFRM_SKB_CB(skb)->seq.output.hi;
net/ipv6/esp6.c
690
esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv6/esp6.c
691
esp.seqno = cpu_to_be64(XFRM_SKB_CB(skb)->seq.output.low +
net/ipv6/esp6.c
692
((u64)XFRM_SKB_CB(skb)->seq.output.hi << 32));
net/ipv6/esp6.c
867
esph->seq_no = XFRM_SKB_CB(skb)->seq.input.hi;
net/ipv6/esp6_offload.c
116
XFRM_SPI_SKB_CB(skb)->seq = seq;
net/ipv6/esp6_offload.c
152
esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low);
net/ipv6/esp6_offload.c
313
__u32 seq;
net/ipv6/esp6_offload.c
348
seq = xo->seq.low;
net/ipv6/esp6_offload.c
356
esp.esph->seq_no = htonl(seq);
net/ipv6/esp6_offload.c
359
xo->seq.low++;
net/ipv6/esp6_offload.c
361
xo->seq.low += skb_shinfo(skb)->gso_segs;
net/ipv6/esp6_offload.c
364
if (xo->seq.low < seq)
net/ipv6/esp6_offload.c
365
xo->seq.hi++;
net/ipv6/esp6_offload.c
367
esp.seqno = cpu_to_be64(xo->seq.low + ((u64)xo->seq.hi << 32));
net/ipv6/esp6_offload.c
60
__be32 seq;
net/ipv6/esp6_offload.c
70
if (xfrm_parse_spi(skb, IPPROTO_ESP, &spi, &seq) != 0)
net/ipv6/ila/ila_xlat.c
441
u32 portid, u32 seq, u32 flags,
net/ipv6/ila/ila_xlat.c
446
hdr = genlmsg_put(skb, portid, seq, &ila_nl_family, flags, cmd);
net/ipv6/ioam6.c
199
u32 seq,
net/ipv6/ioam6.c
209
hdr = genlmsg_put(skb, portid, seq, &ioam6_genl_family, flags, cmd);
net/ipv6/ioam6.c
396
u32 portid, u32 seq, u32 flags,
net/ipv6/ioam6.c
402
hdr = genlmsg_put(skb, portid, seq, &ioam6_genl_family, flags, cmd);
net/ipv6/ip6_fib.c
2608
static int ipv6_route_native_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2611
struct ipv6_route_iter *iter = seq->private;
net/ipv6/ip6_fib.c
2619
seq_printf(seq, "%pi6 %02x ", &rt->fib6_dst.addr, rt->fib6_dst.plen);
net/ipv6/ip6_fib.c
2622
seq_printf(seq, "%pi6 %02x ", &rt->fib6_src.addr, rt->fib6_src.plen);
net/ipv6/ip6_fib.c
2624
seq_puts(seq, "00000000000000000000000000000000 00 ");
net/ipv6/ip6_fib.c
2628
seq_printf(seq, "%pi6", &fib6_nh->fib_nh_gw6);
net/ipv6/ip6_fib.c
2630
seq_puts(seq, "00000000000000000000000000000000");
net/ipv6/ip6_fib.c
2634
seq_printf(seq, " %08x %08x %08x %08x %8s\n",
net/ipv6/ip6_fib.c
2708
static void *ipv6_route_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/ip6_fib.c
2712
struct net *net = seq_file_net(seq);
net/ipv6/ip6_fib.c
2713
struct ipv6_route_iter *iter = seq->private;
net/ipv6/ip6_fib.c
2744
static void *ipv6_route_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/ip6_fib.c
2747
struct net *net = seq_file_net(seq);
net/ipv6/ip6_fib.c
2748
struct ipv6_route_iter *iter = seq->private;
net/ipv6/ip6_fib.c
2758
return ipv6_route_seq_next(seq, NULL, &p);
net/ipv6/ip6_fib.c
2770
static void ipv6_route_native_seq_stop(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2773
struct net *net = seq_file_net(seq);
net/ipv6/ip6_fib.c
2774
struct ipv6_route_iter *iter = seq->private;
net/ipv6/ip6_fib.c
2794
static int ipv6_route_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2796
struct ipv6_route_iter *iter = seq->private;
net/ipv6/ip6_fib.c
2801
meta.seq = seq;
net/ipv6/ip6_fib.c
2804
return ipv6_route_native_seq_show(seq, v);
net/ipv6/ip6_fib.c
2812
static void ipv6_route_seq_stop(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2818
meta.seq = seq;
net/ipv6/ip6_fib.c
2824
ipv6_route_native_seq_stop(seq, v);
net/ipv6/ip6_fib.c
2827
static int ipv6_route_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2829
return ipv6_route_native_seq_show(seq, v);
net/ipv6/ip6_fib.c
2832
static void ipv6_route_seq_stop(struct seq_file *seq, void *v)
net/ipv6/ip6_fib.c
2834
ipv6_route_native_seq_stop(seq, v);
net/ipv6/ip6_flowlabel.c
749
#define ip6fl_seq_private(seq) ((struct ip6fl_iter_state *)(seq)->private)
net/ipv6/ip6_flowlabel.c
751
static struct ip6_flowlabel *ip6fl_get_first(struct seq_file *seq)
net/ipv6/ip6_flowlabel.c
754
struct ip6fl_iter_state *state = ip6fl_seq_private(seq);
net/ipv6/ip6_flowlabel.c
755
struct net *net = seq_file_net(seq);
net/ipv6/ip6_flowlabel.c
768
static struct ip6_flowlabel *ip6fl_get_next(struct seq_file *seq, struct ip6_flowlabel *fl)
net/ipv6/ip6_flowlabel.c
770
struct ip6fl_iter_state *state = ip6fl_seq_private(seq);
net/ipv6/ip6_flowlabel.c
771
struct net *net = seq_file_net(seq);
net/ipv6/ip6_flowlabel.c
792
static struct ip6_flowlabel *ip6fl_get_idx(struct seq_file *seq, loff_t pos)
net/ipv6/ip6_flowlabel.c
794
struct ip6_flowlabel *fl = ip6fl_get_first(seq);
net/ipv6/ip6_flowlabel.c
796
while (pos && (fl = ip6fl_get_next(seq, fl)) != NULL)
net/ipv6/ip6_flowlabel.c
801
static void *ip6fl_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/ip6_flowlabel.c
804
struct ip6fl_iter_state *state = ip6fl_seq_private(seq);
net/ipv6/ip6_flowlabel.c
806
state->pid_ns = proc_pid_ns(file_inode(seq->file)->i_sb);
net/ipv6/ip6_flowlabel.c
809
return *pos ? ip6fl_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv6/ip6_flowlabel.c
812
static void *ip6fl_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/ip6_flowlabel.c
817
fl = ip6fl_get_first(seq);
net/ipv6/ip6_flowlabel.c
819
fl = ip6fl_get_next(seq, v);
net/ipv6/ip6_flowlabel.c
824
static void ip6fl_seq_stop(struct seq_file *seq, void *v)
net/ipv6/ip6_flowlabel.c
830
static int ip6fl_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6_flowlabel.c
832
struct ip6fl_iter_state *state = ip6fl_seq_private(seq);
net/ipv6/ip6_flowlabel.c
834
seq_puts(seq, "Label S Owner Users Linger Expires Dst Opt\n");
net/ipv6/ip6_flowlabel.c
837
seq_printf(seq,
net/ipv6/ip6_flowlabel.c
844
from_kuid_munged(seq_user_ns(seq), fl->owner.uid) :
net/ipv6/ip6_tunnel.c
819
(s32)(ntohl(tpi->seq) - tunnel->i_seqno) < 0)) {
net/ipv6/ip6_tunnel.c
824
tunnel->i_seqno = ntohl(tpi->seq) + 1;
net/ipv6/ip6mr.c
2491
u32 portid, u32 seq, struct mfc6_cache *c, int cmd,
net/ipv6/ip6mr.c
2498
nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rtm), flags);
net/ipv6/ip6mr.c
2535
u32 portid, u32 seq, struct mr_mfc *c,
net/ipv6/ip6mr.c
2538
return ip6mr_fill_mroute(mrt, skb, portid, seq, (struct mfc6_cache *)c,
net/ipv6/ip6mr.c
423
static void *ip6mr_vif_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/ip6mr.c
426
struct mr_vif_iter *iter = seq->private;
net/ipv6/ip6mr.c
427
struct net *net = seq_file_net(seq);
net/ipv6/ip6mr.c
439
return mr_vif_seq_start(seq, pos);
net/ipv6/ip6mr.c
442
static void ip6mr_vif_seq_stop(struct seq_file *seq, void *v)
net/ipv6/ip6mr.c
448
static int ip6mr_vif_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6mr.c
450
struct mr_vif_iter *iter = seq->private;
net/ipv6/ip6mr.c
454
seq_puts(seq,
net/ipv6/ip6mr.c
464
seq_printf(seq,
net/ipv6/ip6mr.c
481
static void *ipmr_mfc_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/ip6mr.c
483
struct net *net = seq_file_net(seq);
net/ipv6/ip6mr.c
490
return mr_mfc_seq_start(seq, pos, mrt, &mfc_unres_lock);
net/ipv6/ip6mr.c
493
static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
net/ipv6/ip6mr.c
498
seq_puts(seq,
net/ipv6/ip6mr.c
504
const struct mr_mfc_iter *it = seq->private;
net/ipv6/ip6mr.c
507
seq_printf(seq, "%pI6 %pI6 %-3hd",
net/ipv6/ip6mr.c
512
seq_printf(seq, " %8lu %8lu %8lu",
net/ipv6/ip6mr.c
520
seq_printf(seq,
net/ipv6/ip6mr.c
528
seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul);
net/ipv6/ip6mr.c
530
seq_putc(seq, '\n');
net/ipv6/mcast.c
2903
#define igmp6_mc_seq_private(seq) ((struct igmp6_mc_iter_state *)(seq)->private)
net/ipv6/mcast.c
2905
static inline struct ifmcaddr6 *igmp6_mc_get_first(struct seq_file *seq)
net/ipv6/mcast.c
2908
struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq);
net/ipv6/mcast.c
2909
struct net *net = seq_file_net(seq);
net/ipv6/mcast.c
2927
static struct ifmcaddr6 *igmp6_mc_get_next(struct seq_file *seq, struct ifmcaddr6 *im)
net/ipv6/mcast.c
2929
struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq);
net/ipv6/mcast.c
2946
static struct ifmcaddr6 *igmp6_mc_get_idx(struct seq_file *seq, loff_t pos)
net/ipv6/mcast.c
2948
struct ifmcaddr6 *im = igmp6_mc_get_first(seq);
net/ipv6/mcast.c
2950
while (pos && (im = igmp6_mc_get_next(seq, im)) != NULL)
net/ipv6/mcast.c
2955
static void *igmp6_mc_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/mcast.c
2959
return igmp6_mc_get_idx(seq, *pos);
net/ipv6/mcast.c
2962
static void *igmp6_mc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/mcast.c
2964
struct ifmcaddr6 *im = igmp6_mc_get_next(seq, v);
net/ipv6/mcast.c
2970
static void igmp6_mc_seq_stop(struct seq_file *seq, void *v)
net/ipv6/mcast.c
2973
struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq);
net/ipv6/mcast.c
2981
static int igmp6_mc_seq_show(struct seq_file *seq, void *v)
net/ipv6/mcast.c
2984
struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq);
net/ipv6/mcast.c
2986
seq_printf(seq,
net/ipv6/mcast.c
3010
#define igmp6_mcf_seq_private(seq) ((struct igmp6_mcf_iter_state *)(seq)->private)
net/ipv6/mcast.c
3012
static inline struct ip6_sf_list *igmp6_mcf_get_first(struct seq_file *seq)
net/ipv6/mcast.c
3016
struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq);
net/ipv6/mcast.c
3017
struct net *net = seq_file_net(seq);
net/ipv6/mcast.c
3040
static struct ip6_sf_list *igmp6_mcf_get_next(struct seq_file *seq, struct ip6_sf_list *psf)
net/ipv6/mcast.c
3042
struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq);
net/ipv6/mcast.c
3064
static struct ip6_sf_list *igmp6_mcf_get_idx(struct seq_file *seq, loff_t pos)
net/ipv6/mcast.c
3066
struct ip6_sf_list *psf = igmp6_mcf_get_first(seq);
net/ipv6/mcast.c
3068
while (pos && (psf = igmp6_mcf_get_next(seq, psf)) != NULL)
net/ipv6/mcast.c
3073
static void *igmp6_mcf_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/mcast.c
3077
return *pos ? igmp6_mcf_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/ipv6/mcast.c
3080
static void *igmp6_mcf_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/ipv6/mcast.c
3084
psf = igmp6_mcf_get_first(seq);
net/ipv6/mcast.c
3086
psf = igmp6_mcf_get_next(seq, v);
net/ipv6/mcast.c
3091
static void igmp6_mcf_seq_stop(struct seq_file *seq, void *v)
net/ipv6/mcast.c
3094
struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq);
net/ipv6/mcast.c
3105
static int igmp6_mcf_seq_show(struct seq_file *seq, void *v)
net/ipv6/mcast.c
3108
struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq);
net/ipv6/mcast.c
3111
seq_puts(seq, "Idx Device Multicast Address Source Address INC EXC\n");
net/ipv6/mcast.c
3113
seq_printf(seq,
net/ipv6/mcast.c
899
.seq = 0,
net/ipv6/netfilter/ip6t_SYNPROXY.c
55
ntohl(th->seq))) {
net/ipv6/netfilter/nf_reject_ipv6.c
279
tcph->seq = oth->ack_seq;
net/ipv6/netfilter/nf_reject_ipv6.c
281
tcph->ack_seq = htonl(ntohl(oth->seq) + oth->syn + oth->fin +
net/ipv6/ping.c
228
static void *ping_v6_seq_start(struct seq_file *seq, loff_t *pos)
net/ipv6/ping.c
230
return ping_seq_start(seq, pos, AF_INET6);
net/ipv6/ping.c
233
static int ping_v6_seq_show(struct seq_file *seq, void *v)
net/ipv6/ping.c
236
seq_puts(seq, IPV6_SEQ_DGRAM_HEADER);
net/ipv6/ping.c
238
int bucket = ((struct ping_iter_state *) seq->private)->bucket;
net/ipv6/ping.c
242
ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket);
net/ipv6/proc.c
124
static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib)
net/ipv6/proc.c
160
seq_printf(seq, "%-32s\t%lu\n", name,
net/ipv6/proc.c
173
seq_printf(seq, "%-32s\t%lu\n", name, val);
net/ipv6/proc.c
180
static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib,
net/ipv6/proc.c
193
seq_printf(seq, "%-32s\t%lu\n",
net/ipv6/proc.c
197
seq_printf(seq, "%-32s\t%lu\n", itemlist[i].name,
net/ipv6/proc.c
202
static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib,
net/ipv6/proc.c
213
seq_printf(seq, "%-32s\t%llu\n", itemlist[i].name, buff64[i]);
net/ipv6/proc.c
216
static int snmp6_seq_show(struct seq_file *seq, void *v)
net/ipv6/proc.c
218
struct net *net = (struct net *)seq->private;
net/ipv6/proc.c
220
snmp6_seq_show_item64(seq, net->mib.ipv6_statistics,
net/ipv6/proc.c
224
snmp6_seq_show_item(seq, net->mib.icmpv6_statistics,
net/ipv6/proc.c
227
snmp6_seq_show_icmpv6msg(seq, net->mib.icmpv6msg_statistics->mibs);
net/ipv6/proc.c
228
snmp6_seq_show_item(seq, net->mib.udp_stats_in6,
net/ipv6/proc.c
231
snmp6_seq_show_item(seq, net->mib.udplite_stats_in6,
net/ipv6/proc.c
237
static int snmp6_dev_seq_show(struct seq_file *seq, void *v)
net/ipv6/proc.c
239
struct inet6_dev *idev = (struct inet6_dev *)seq->private;
net/ipv6/proc.c
241
seq_printf(seq, "%-32s\t%u\n", "ifIndex", idev->dev->ifindex);
net/ipv6/proc.c
242
snmp6_seq_show_item64(seq, idev->stats.ipv6,
net/ipv6/proc.c
248
snmp6_seq_show_item(seq, NULL, idev->stats.icmpv6dev->mibs,
net/ipv6/proc.c
251
snmp6_seq_show_icmpv6msg(seq, idev->stats.icmpv6msgdev->mibs);
net/ipv6/proc.c
34
static int sockstat6_seq_show(struct seq_file *seq, void *v)
net/ipv6/proc.c
36
struct net *net = seq->private;
net/ipv6/proc.c
38
seq_printf(seq, "TCP6: inuse %d\n",
net/ipv6/proc.c
40
seq_printf(seq, "UDP6: inuse %d\n",
net/ipv6/proc.c
42
seq_printf(seq, "UDPLITE6: inuse %d\n",
net/ipv6/proc.c
44
seq_printf(seq, "RAW6: inuse %d\n",
net/ipv6/proc.c
46
seq_printf(seq, "FRAG6: inuse %u memory %lu\n",
net/ipv6/raw.c
1224
static int raw6_seq_show(struct seq_file *seq, void *v)
net/ipv6/raw.c
1227
seq_puts(seq, IPV6_SEQ_DGRAM_HEADER);
net/ipv6/raw.c
1231
ip6_dgram_sock_seq_show(seq, v, srcp, 0,
net/ipv6/raw.c
1232
raw_seq_private(seq)->bucket);
net/ipv6/route.c
113
int iif, int type, u32 portid, u32 seq,
net/ipv6/route.c
4012
u32 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
net/ipv6/route.c
4016
info->portid, seq, 0) < 0) {
net/ipv6/route.c
5758
int iif, int type, u32 portid, u32 seq,
net/ipv6/route.c
5769
nlh = nlmsg_put(skb, portid, seq, type, sizeof(*rtm), flags);
net/ipv6/route.c
6345
u32 seq;
net/ipv6/route.c
6349
seq = info->nlh ? info->nlh->nlmsg_seq : 0;
net/ipv6/route.c
6359
event, info->portid, seq, nlm_flags);
net/ipv6/route.c
6383
u32 seq = info->nlh ? info->nlh->nlmsg_seq : 0;
net/ipv6/route.c
6392
RTM_NEWROUTE, info->portid, seq, NLM_F_REPLACE);
net/ipv6/route.c
6500
static int rt6_stats_seq_show(struct seq_file *seq, void *v)
net/ipv6/route.c
6502
struct net *net = (struct net *)seq->private;
net/ipv6/route.c
6503
seq_printf(seq, "%04x %04x %04x %04x %04x %04x %04x\n",
net/ipv6/seg6.c
312
u32 portid, u32 seq, u32 flags,
net/ipv6/seg6.c
317
hdr = genlmsg_put(skb, portid, seq, &seg6_genl_family, flags, cmd);
net/ipv6/syncookies.c
106
th->dest, ntohl(th->seq), mssind);
net/ipv6/syncookies.c
121
__u32 seq = ntohl(th->seq) - 1;
net/ipv6/syncookies.c
125
th->source, th->dest, seq);
net/ipv6/tcp_ipv6.c
1055
seq = ntohl(th->ack_seq);
net/ipv6/tcp_ipv6.c
1057
ack_seq = ntohl(th->seq) + th->syn + th->fin + skb->len -
net/ipv6/tcp_ipv6.c
1065
if (tcp_ao_prepare_reset(sk, skb, aoh, l3index, seq,
net/ipv6/tcp_ipv6.c
1095
tcp_v6_send_response(sk, skb, seq, ack_seq, 0, 0, 0, oif, 1,
net/ipv6/tcp_ipv6.c
1108
static void tcp_v6_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq,
net/ipv6/tcp_ipv6.c
1113
tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, 0,
net/ipv6/tcp_ipv6.c
1684
TCP_SKB_CB(skb)->seq = ntohl(th->seq);
net/ipv6/tcp_ipv6.c
1685
TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin +
net/ipv6/tcp_ipv6.c
2096
static void get_openreq6(struct seq_file *seq,
net/ipv6/tcp_ipv6.c
2106
seq_printf(seq,
net/ipv6/tcp_ipv6.c
2121
from_kuid_munged(seq_user_ns(seq),
net/ipv6/tcp_ipv6.c
2128
static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i)
net/ipv6/tcp_ipv6.c
2174
seq_printf(seq,
net/ipv6/tcp_ipv6.c
2188
from_kuid_munged(seq_user_ns(seq), sk_uid(sp)),
net/ipv6/tcp_ipv6.c
2202
static void get_timewait6_sock(struct seq_file *seq,
net/ipv6/tcp_ipv6.c
2214
seq_printf(seq,
net/ipv6/tcp_ipv6.c
2227
static int tcp6_seq_show(struct seq_file *seq, void *v)
net/ipv6/tcp_ipv6.c
2233
seq_puts(seq,
net/ipv6/tcp_ipv6.c
2241
st = seq->private;
net/ipv6/tcp_ipv6.c
2244
get_timewait6_sock(seq, v, st->num);
net/ipv6/tcp_ipv6.c
2246
get_openreq6(seq, v, st->num);
net/ipv6/tcp_ipv6.c
2248
get_tcp6_sock(seq, v, st->num);
net/ipv6/tcp_ipv6.c
327
WRITE_ONCE(tp->write_seq, st.seq);
net/ipv6/tcp_ipv6.c
387
__u32 seq, snd_una;
net/ipv6/tcp_ipv6.c
408
seq = ntohl(th->seq);
net/ipv6/tcp_ipv6.c
411
tcp_req_err(sk, seq, fatal);
net/ipv6/tcp_ipv6.c
440
!between(seq, snd_una, tp->snd_nxt)) {
net/ipv6/tcp_ipv6.c
509
tcp_ld_RTO_revert(sk, seq);
net/ipv6/tcp_ipv6.c
822
static void tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32 seq,
net/ipv6/tcp_ipv6.c
868
t1->seq = htonl(seq);
net/ipv6/tcp_ipv6.c
982
u32 seq = 0, ack_seq = 0;
net/ipv6/udp.c
1860
int udp6_seq_show(struct seq_file *seq, void *v)
net/ipv6/udp.c
1863
seq_puts(seq, IPV6_SEQ_DGRAM_HEADER);
net/ipv6/udp.c
1865
int bucket = ((struct udp_iter_state *)seq->private)->bucket;
net/ipv6/udp.c
1869
__ip6_dgram_sock_seq_show(seq, v, srcp, destp,
net/ipv6/udp_impl.h
30
int udp6_seq_show(struct seq_file *seq, void *v);
net/kcm/kcmproc.c
106
seq_puts(seq, "\n");
net/kcm/kcmproc.c
109
static void kcm_format_sock(struct kcm_sock *kcm, struct seq_file *seq,
net/kcm/kcmproc.c
112
seq_printf(seq,
net/kcm/kcmproc.c
125
seq_printf(seq, "Psck-%u ", kcm->tx_psock->index);
net/kcm/kcmproc.c
128
seq_puts(seq, "TxWait ");
net/kcm/kcmproc.c
131
seq_puts(seq, "WMore ");
net/kcm/kcmproc.c
134
seq_puts(seq, "RxWait ");
net/kcm/kcmproc.c
136
seq_puts(seq, "\n");
net/kcm/kcmproc.c
139
static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq,
net/kcm/kcmproc.c
142
seq_printf(seq,
net/kcm/kcmproc.c
155
seq_puts(seq, "Done ");
net/kcm/kcmproc.c
158
seq_puts(seq, "TxStop ");
net/kcm/kcmproc.c
161
seq_puts(seq, "RxStop ");
net/kcm/kcmproc.c
164
seq_printf(seq, "Rsvd-%d ", psock->tx_kcm->index);
net/kcm/kcmproc.c
169
seq_printf(seq, "RxWait=%u ",
net/kcm/kcmproc.c
172
seq_printf(seq, "RxWait ");
net/kcm/kcmproc.c
176
seq_puts(seq, "RxPause ");
net/kcm/kcmproc.c
179
seq_puts(seq, "RdyRx ");
net/kcm/kcmproc.c
18
static struct kcm_mux *kcm_get_first(struct seq_file *seq)
net/kcm/kcmproc.c
182
seq_puts(seq, "\n");
net/kcm/kcmproc.c
186
kcm_format_mux(struct kcm_mux *mux, loff_t idx, struct seq_file *seq)
net/kcm/kcmproc.c
193
seq_printf(seq,
net/kcm/kcmproc.c
20
struct net *net = seq_file_net(seq);
net/kcm/kcmproc.c
202
seq_printf(seq, "KCMs: %d, Psocks %d\n",
net/kcm/kcmproc.c
209
kcm_format_sock(kcm, seq, i, &len);
net/kcm/kcmproc.c
214
kcm_format_psock(psock, seq, i, &len);
net/kcm/kcmproc.c
220
static int kcm_seq_show(struct seq_file *seq, void *v)
net/kcm/kcmproc.c
224
mux_state = seq->private;
net/kcm/kcmproc.c
227
kcm_format_mux_header(seq);
net/kcm/kcmproc.c
229
kcm_format_mux(v, mux_state->idx, seq);
net/kcm/kcmproc.c
242
static int kcm_stats_seq_show(struct seq_file *seq, void *v)
net/kcm/kcmproc.c
249
struct net *net = seq->private;
net/kcm/kcmproc.c
281
seq_printf(seq,
net/kcm/kcmproc.c
294
seq_printf(seq,
net/kcm/kcmproc.c
307
seq_printf(seq,
net/kcm/kcmproc.c
326
seq_printf(seq,
net/kcm/kcmproc.c
35
static struct kcm_mux *kcm_get_idx(struct seq_file *seq, loff_t pos)
net/kcm/kcmproc.c
37
struct net *net = seq_file_net(seq);
net/kcm/kcmproc.c
49
static void *kcm_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/kcm/kcmproc.c
54
p = kcm_get_first(seq);
net/kcm/kcmproc.c
61
static void *kcm_seq_start(struct seq_file *seq, loff_t *pos)
net/kcm/kcmproc.c
69
return kcm_get_idx(seq, *pos - 1);
net/kcm/kcmproc.c
72
static void kcm_seq_stop(struct seq_file *seq, void *v)
net/kcm/kcmproc.c
83
static void kcm_format_mux_header(struct seq_file *seq)
net/kcm/kcmproc.c
85
struct net *net = seq_file_net(seq);
net/kcm/kcmproc.c
88
seq_printf(seq,
net/kcm/kcmproc.c
92
seq_printf(seq,
net/key/af_key.c
1290
x->km.seq = hdr->sadb_msg_seq;
net/key/af_key.c
1489
hdr->sadb_msg_seq = c->seq;
net/key/af_key.c
1526
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
1563
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
1746
hdr->sadb_msg_seq = c->seq;
net/key/af_key.c
1778
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
2239
out_hdr->sadb_msg_seq = c->seq;
net/key/af_key.c
2348
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
2425
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
2674
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
2767
hdr->sadb_msg_seq = c->seq;
net/key/af_key.c
2796
c.seq = hdr->sadb_msg_seq;
net/key/af_key.c
3197
hdr->sadb_msg_seq = x->km.seq = get_acqseq();
net/key/af_key.c
3401
hdr->sadb_msg_seq = x->km.seq;
net/l2tp/l2tp_debugfs.c
269
struct seq_file *seq;
net/l2tp/l2tp_debugfs.c
289
seq = file->private_data;
net/l2tp/l2tp_debugfs.c
290
seq->private = pd;
net/l2tp/l2tp_debugfs.c
305
struct seq_file *seq;
net/l2tp/l2tp_debugfs.c
307
seq = file->private_data;
net/l2tp/l2tp_debugfs.c
308
pd = seq->private;
net/l2tp/l2tp_netlink.c
37
static int l2tp_nl_tunnel_send(struct sk_buff *skb, u32 portid, u32 seq,
net/l2tp/l2tp_netlink.c
385
static int l2tp_nl_tunnel_send(struct sk_buff *skb, u32 portid, u32 seq, int flags,
net/l2tp/l2tp_netlink.c
39
static int l2tp_nl_session_send(struct sk_buff *skb, u32 portid, u32 seq,
net/l2tp/l2tp_netlink.c
391
hdr = genlmsg_put(skb, portid, seq, &l2tp_nl_family, flags, cmd);
net/l2tp/l2tp_netlink.c
722
static int l2tp_nl_session_send(struct sk_buff *skb, u32 portid, u32 seq, int flags,
net/l2tp/l2tp_netlink.c
729
hdr = genlmsg_put(skb, portid, seq, &l2tp_nl_family, flags, cmd);
net/llc/af_llc.c
769
u32 *seq, skb_len;
net/llc/af_llc.c
781
seq = &llc->copied_seq;
net/llc/af_llc.c
784
seq = &peek_seq;
net/llc/af_llc.c
809
offset = *seq;
net/llc/af_llc.c
882
*seq += used;
net/llc/af_llc.c
897
*seq = 0;
net/llc/af_llc.c
915
*seq = 0;
net/llc/llc_proc.c
114
static void llc_seq_stop(struct seq_file *seq, void *v)
net/llc/llc_proc.c
126
static int llc_seq_socket_show(struct seq_file *seq, void *v)
net/llc/llc_proc.c
132
seq_puts(seq, "SKt Mc local_mac_sap remote_mac_sap "
net/llc/llc_proc.c
140
seq_printf(seq, "%2X %2X ", sk->sk_type, 0);
net/llc/llc_proc.c
143
llc_ui_format_mac(seq, llc->dev->dev_addr);
net/llc/llc_proc.c
146
llc_ui_format_mac(seq, addr);
net/llc/llc_proc.c
148
seq_printf(seq, "@%02X ", llc->sap->laddr.lsap);
net/llc/llc_proc.c
149
llc_ui_format_mac(seq, llc->daddr.mac);
net/llc/llc_proc.c
150
seq_printf(seq, "@%02X %8d %8d %2d %3u %4d\n", llc->daddr.lsap,
net/llc/llc_proc.c
154
from_kuid_munged(seq_user_ns(seq), sk_uid(sk)),
net/llc/llc_proc.c
175
static int llc_seq_core_show(struct seq_file *seq, void *v)
net/llc/llc_proc.c
181
seq_puts(seq, "Connection list:\n"
net/llc/llc_proc.c
189
seq_printf(seq, " %02X %-10s %3d %3d %3d %2d %2d %2d %2d %2d %2d "
net/llc/llc_proc.c
29
static void llc_ui_format_mac(struct seq_file *seq, const u8 *addr)
net/llc/llc_proc.c
31
seq_printf(seq, "%pM", addr);
net/llc/llc_proc.c
59
static void *llc_seq_start(struct seq_file *seq, loff_t *pos) __acquires(RCU)
net/llc/llc_proc.c
80
static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/mac80211/cfg.c
660
params->key, params->seq_len, params->seq);
net/mac80211/cfg.c
827
u8 seq[6] = {0};
net/mac80211/cfg.c
861
seq[0] = iv16 & 0xff;
net/mac80211/cfg.c
862
seq[1] = (iv16 >> 8) & 0xff;
net/mac80211/cfg.c
863
seq[2] = iv32 & 0xff;
net/mac80211/cfg.c
864
seq[3] = (iv32 >> 8) & 0xff;
net/mac80211/cfg.c
865
seq[4] = (iv32 >> 16) & 0xff;
net/mac80211/cfg.c
866
seq[5] = (iv32 >> 24) & 0xff;
net/mac80211/cfg.c
867
params.seq = seq;
net/mac80211/cfg.c
890
memcpy(seq, kseq.ccmp.pn, 6);
net/mac80211/cfg.c
893
seq[0] = pn64;
net/mac80211/cfg.c
894
seq[1] = pn64 >> 8;
net/mac80211/cfg.c
895
seq[2] = pn64 >> 16;
net/mac80211/cfg.c
896
seq[3] = pn64 >> 24;
net/mac80211/cfg.c
897
seq[4] = pn64 >> 32;
net/mac80211/cfg.c
898
seq[5] = pn64 >> 40;
net/mac80211/cfg.c
900
params.seq = seq;
net/mac80211/cfg.c
909
params.seq = kseq.hw.seq;
net/mac80211/driver-ops.h
384
struct ieee80211_key_seq *seq)
net/mac80211/driver-ops.h
387
local->ops->get_key_seq(&local->hw, &key->conf, seq);
net/mac80211/key.c
1255
int tid, struct ieee80211_key_seq *seq)
net/mac80211/key.c
1266
seq->tkip.iv32 = key->u.tkip.rx[tid].iv32;
net/mac80211/key.c
1267
seq->tkip.iv16 = key->u.tkip.rx[tid].iv16;
net/mac80211/key.c
1277
memcpy(seq->ccmp.pn, pn, IEEE80211_CCMP_PN_LEN);
net/mac80211/key.c
1284
memcpy(seq->aes_cmac.pn, pn, IEEE80211_CMAC_PN_LEN);
net/mac80211/key.c
1291
memcpy(seq->aes_gmac.pn, pn, IEEE80211_GMAC_PN_LEN);
net/mac80211/key.c
1301
memcpy(seq->gcmp.pn, pn, IEEE80211_GCMP_PN_LEN);
net/mac80211/key.c
1308
int tid, struct ieee80211_key_seq *seq)
net/mac80211/key.c
1319
key->u.tkip.rx[tid].iv32 = seq->tkip.iv32;
net/mac80211/key.c
1320
key->u.tkip.rx[tid].iv16 = seq->tkip.iv16;
net/mac80211/key.c
1330
memcpy(pn, seq->ccmp.pn, IEEE80211_CCMP_PN_LEN);
net/mac80211/key.c
1337
memcpy(pn, seq->aes_cmac.pn, IEEE80211_CMAC_PN_LEN);
net/mac80211/key.c
1344
memcpy(pn, seq->aes_gmac.pn, IEEE80211_GMAC_PN_LEN);
net/mac80211/key.c
1354
memcpy(pn, seq->gcmp.pn, IEEE80211_GCMP_PN_LEN);
net/mac80211/key.c
595
size_t seq_len, const u8 *seq)
net/mac80211/key.c
629
if (seq) {
net/mac80211/key.c
632
get_unaligned_le32(&seq[2]);
net/mac80211/key.c
634
get_unaligned_le16(seq);
net/mac80211/key.c
642
if (seq) {
net/mac80211/key.c
646
seq[IEEE80211_CCMP_PN_LEN - j - 1];
net/mac80211/key.c
663
for (i = 0; seq && i < IEEE80211_NUM_TIDS + 1; i++)
net/mac80211/key.c
666
seq[IEEE80211_CCMP_256_PN_LEN - j - 1];
net/mac80211/key.c
685
if (seq)
net/mac80211/key.c
688
seq[IEEE80211_CMAC_PN_LEN - j - 1];
net/mac80211/key.c
705
if (seq)
net/mac80211/key.c
708
seq[IEEE80211_GMAC_PN_LEN - j - 1];
net/mac80211/key.c
724
for (i = 0; seq && i < IEEE80211_NUM_TIDS + 1; i++)
net/mac80211/key.c
727
seq[IEEE80211_GCMP_PN_LEN - j - 1];
net/mac80211/key.h
142
size_t seq_len, const u8 *seq);
net/mac80211/rc80211_minstrel_ht.c
1581
u8 seq;
net/mac80211/rc80211_minstrel_ht.c
1584
seq = mi->sample_seq;
net/mac80211/rc80211_minstrel_ht.c
1585
mi->sample_seq = (seq + 1) % ARRAY_SIZE(minstrel_sample_seq);
net/mac80211/rc80211_minstrel_ht.c
1586
seq = minstrel_sample_seq[seq];
net/mac80211/rc80211_minstrel_ht.c
1588
seq = MINSTREL_SAMPLE_TYPE_INC;
net/mac80211/rc80211_minstrel_ht.c
1591
return __minstrel_ht_get_sample_rate(mi, seq);
net/mac80211/rx.c
2268
unsigned int frag, unsigned int seq, int rx_queue,
net/mac80211/rx.c
2282
entry->seq = seq;
net/mac80211/rx.c
2293
unsigned int frag, unsigned int seq,
net/mac80211/rx.c
2309
if (skb_queue_empty(&entry->skb_list) || entry->seq != seq ||
net/mac80211/rx.c
2353
unsigned int frag, seq;
net/mac80211/rx.c
2387
seq = (sc & IEEE80211_SCTL_SEQ) >> 4;
net/mac80211/rx.c
2391
entry = ieee80211_reassemble_add(cache, frag, seq,
net/mac80211/rx.c
2425
entry = ieee80211_reassemble_find(cache, frag, seq,
net/mac80211/sta_info.h
454
u16 seq;
net/mac80211/tx.c
813
u16 *seq = &sta->tid_seq[tid];
net/mac80211/tx.c
814
__le16 ret = cpu_to_le16(*seq);
net/mac80211/tx.c
817
*seq = (*seq + 0x10) & IEEE80211_SCTL_SEQ;
net/mac802154/iface.c
373
hdr.seq = atomic_inc_return(&dev->ieee802154_ptr->dsn) & 0xFF;
net/mac802154/iface.c
438
hdr.seq = atomic_inc_return(&dev->ieee802154_ptr->dsn) & 0xFF;
net/mac802154/rx.c
290
hdr->seq);
net/mac802154/scan.c
355
local->beacon.mhr.seq = atomic_inc_return(&wpan_dev->bsn) & 0xFF;
net/mac802154/scan.c
545
frame.mhr.seq = atomic_inc_return(&wpan_dev->dsn) & 0xFF;
net/mac802154/scan.c
672
frame.mhr.seq = atomic_inc_return(&wpan_dev->dsn) & 0xFF;
net/mac802154/scan.c
728
frame.mhr.seq = atomic_inc_return(&wpan_dev->dsn) & 0xFF;
net/mctp/device.c
103
seq = cb->nlh->nlmsg_seq;
net/mctp/device.c
106
RTM_NEWADDR, portid, seq, NLM_F_MULTI);
net/mctp/device.c
62
int msg_type, u32 portid, u32 seq, int flag)
net/mctp/device.c
67
nlh = nlmsg_put(skb, portid, seq,
net/mctp/device.c
99
u32 portid, seq;
net/mctp/neigh.c
209
static int mctp_fill_neigh(struct sk_buff *skb, u32 portid, u32 seq, int event,
net/mctp/neigh.c
216
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
net/mctp/route.c
1029
u8 seq;
net/mctp/route.c
1032
seq = 0;
net/mctp/route.c
1085
hdr2->flags_seq_tag |= seq << MCTP_HDR_SEQ_SHIFT;
net/mctp/route.c
1098
seq = (seq + 1) & MCTP_HDR_SEQ_MASK;
net/mctp/route.c
1638
u32 portid, u32 seq, int event, unsigned int flags)
net/mctp/route.c
1644
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
net/mctp/test/route-test.c
28
u8 seq;
net/mctp/test/route-test.c
85
seq = seq2;
net/mctp/test/route-test.c
87
seq++;
net/mctp/test/route-test.c
88
KUNIT_EXPECT_EQ(test, seq2, seq & MCTP_HDR_SEQ_MASK);
net/mpls/af_mpls.c
1166
u32 portid, u32 seq, int event,
net/mpls/af_mpls.c
1173
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
2038
static int mpls_dump_route(struct sk_buff *skb, u32 portid, u32 seq, int event,
net/mpls/af_mpls.c
2045
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), flags);
net/mpls/af_mpls.c
2333
u32 seq = nlh ? nlh->nlmsg_seq : 0;
net/mpls/af_mpls.c
2340
err = mpls_dump_route(skb, portid, seq, event, label, rt, nlm_flags);
net/mptcp/mib.c
108
void mptcp_seq_show(struct seq_file *seq)
net/mptcp/mib.c
112
struct net *net = seq->private;
net/mptcp/mib.c
115
seq_puts(seq, "MPTcpExt:");
net/mptcp/mib.c
117
seq_printf(seq, " %s", mptcp_snmp_list[i].name);
net/mptcp/mib.c
119
seq_puts(seq, "\nMPTcpExt:");
net/mptcp/mib.c
127
seq_printf(seq, " %lu", sum[i]);
net/mptcp/mib.c
129
seq_putc(seq, '\n');
net/mptcp/options.c
1256
if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq) {
net/mptcp/options.c
471
subflow->snd_isn != TCP_SKB_CB(skb)->seq ||
net/mptcp/options.c
955
if (TCP_SKB_CB(skb)->seq == subflow->ssn_offset + 1 &&
net/mptcp/options.c
956
TCP_SKB_CB(skb)->end_seq == TCP_SKB_CB(skb)->seq &&
net/mptcp/options.c
968
if (TCP_SKB_CB(skb)->seq != subflow->ssn_offset + 1) {
net/mptcp/protocol.c
247
u64 seq, end_seq, max_seq;
net/mptcp/protocol.c
250
seq = MPTCP_SKB_CB(skb)->map_seq;
net/mptcp/protocol.c
254
pr_debug("msk=%p seq=%llx limit=%llx empty=%d\n", msk, seq, max_seq,
net/mptcp/protocol.c
285
if (!before64(seq, MPTCP_SKB_CB(msk->ooo_last_skb)->end_seq)) {
net/mptcp/protocol.c
297
if (before64(seq, MPTCP_SKB_CB(skb1)->map_seq)) {
net/mptcp/protocol.c
301
if (before64(seq, MPTCP_SKB_CB(skb1)->end_seq)) {
net/mptcp/protocol.c
308
if (after64(seq, MPTCP_SKB_CB(skb1)->map_seq)) {
net/mptcp/protocol.c
475
static bool mptcp_pending_data_fin(struct sock *sk, u64 *seq)
net/mptcp/protocol.c
485
if (seq)
net/mptcp/protocol.c
486
*seq = rcv_data_fin_seq;
net/mptcp/protocol.c
711
u32 seq = tp->copied_seq;
net/mptcp/protocol.c
732
offset = seq - TCP_SKB_CB(skb)->seq;
net/mptcp/protocol.c
735
seq++;
net/mptcp/protocol.c
748
seq += len;
net/mptcp/protocol.c
763
WRITE_ONCE(tp->copied_seq, seq);
net/mptcp/sockopt.c
53
u32 seq = (msk->setsockopt_seq + 1) & 0x00ffffff;
net/mptcp/sockopt.c
55
msk->setsockopt_seq = sockopt_seq_reset((struct sock *)msk) + seq;
net/mptcp/subflow.c
1034
u32 offset, seq, delta;
net/mptcp/subflow.c
1052
seq = tcp_sk(ssk)->copied_seq + subflow->map_csum_len;
net/mptcp/subflow.c
1053
offset = seq - TCP_SKB_CB(skb)->seq;
net/mptcp/subflow.c
1135
TCP_SKB_CB(skb)->seq,
net/mptcp/subflow.c
1264
offset = tp->copied_seq - TCP_SKB_CB(skb)->seq;
net/mptcp/subflow.c
1445
TCP_SKB_CB(skb)->seq -
net/mptcp/subflow.c
191
subflow_req->ssn_offset = TCP_SKB_CB(skb)->seq;
net/mptcp/subflow.c
220
subflow_req->ssn_offset = TCP_SKB_CB(skb)->seq;
net/mptcp/subflow.c
293
subflow_req->ssn_offset = TCP_SKB_CB(skb)->seq - 1;
net/mptcp/subflow.c
299
subflow_req->ssn_offset = TCP_SKB_CB(skb)->seq - 1;
net/mptcp/subflow.c
542
subflow->ssn_offset = TCP_SKB_CB(skb)->seq;
net/mptcp/subflow.c
999
skb_consumed = tcp_sk(ssk)->copied_seq - TCP_SKB_CB(skb)->seq;
net/mptcp/syncookies.c
42
u32 seq, i;
net/mptcp/syncookies.c
48
seq = TCP_SKB_CB(skb)->seq;
net/mptcp/syncookies.c
50
seq = TCP_SKB_CB(skb)->seq - 1;
net/mptcp/syncookies.c
52
i = jhash_3words(seq, net_hash_mix(net),
net/netfilter/ipset/ip_set_core.c
972
start_msg(struct sk_buff *skb, u32 portid, u32 seq, unsigned int flags,
net/netfilter/ipset/ip_set_core.c
975
return nfnl_msg_put(skb, portid, seq,
net/netfilter/ipvs/ip_vs_app.c
289
__u32 seq = ntohl(th->seq);
net/netfilter/ipvs/ip_vs_app.c
297
if(after(seq, vseq->init_seq)) {
net/netfilter/ipvs/ip_vs_app.c
298
th->seq = htonl(seq + vseq->delta);
net/netfilter/ipvs/ip_vs_app.c
302
th->seq = htonl(seq + vseq->previous_delta);
net/netfilter/ipvs/ip_vs_app.c
346
unsigned int flag, __u32 seq, int diff)
net/netfilter/ipvs/ip_vs_app.c
350
if (!(cp->flags & flag) || after(seq, vseq->init_seq)) {
net/netfilter/ipvs/ip_vs_app.c
353
vseq->init_seq = seq;
net/netfilter/ipvs/ip_vs_app.c
366
__u32 seq;
net/netfilter/ipvs/ip_vs_app.c
376
seq = ntohl(th->seq);
net/netfilter/ipvs/ip_vs_app.c
400
IP_VS_CONN_F_OUT_SEQ, seq, diff);
net/netfilter/ipvs/ip_vs_app.c
443
__u32 seq;
net/netfilter/ipvs/ip_vs_app.c
453
seq = ntohl(th->seq);
net/netfilter/ipvs/ip_vs_app.c
477
IP_VS_CONN_F_IN_SEQ, seq, diff);
net/netfilter/ipvs/ip_vs_app.c
532
static void *ip_vs_app_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/ipvs/ip_vs_app.c
534
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_app.c
542
static void *ip_vs_app_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/ipvs/ip_vs_app.c
546
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_app.c
569
static void ip_vs_app_seq_stop(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_app.c
574
static int ip_vs_app_seq_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_app.c
577
seq_puts(seq, "prot port usecnt name\n");
net/netfilter/ipvs/ip_vs_app.c
581
seq_printf(seq, "%-3s %-7u %-6d %-17s\n",
net/netfilter/ipvs/ip_vs_conn.c
1080
static void *ip_vs_conn_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/ipvs/ip_vs_conn.c
1083
struct ip_vs_iter_state *iter = seq->private;
net/netfilter/ipvs/ip_vs_conn.c
1095
static void *ip_vs_conn_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/ipvs/ip_vs_conn.c
1098
struct ip_vs_iter_state *iter = seq->private;
net/netfilter/ipvs/ip_vs_conn.c
1118
static void ip_vs_conn_seq_stop(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_conn.c
1124
static int ip_vs_conn_seq_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_conn.c
1128
seq_puts(seq,
net/netfilter/ipvs/ip_vs_conn.c
1132
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_conn.c
1159
seq_printf(seq, "%-3s %pI6 %04X %pI6 %04X "
net/netfilter/ipvs/ip_vs_conn.c
1171
seq_printf(seq,
net/netfilter/ipvs/ip_vs_conn.c
1201
static int ip_vs_conn_sync_seq_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_conn.c
1206
seq_puts(seq,
net/netfilter/ipvs/ip_vs_conn.c
1210
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_conn.c
1225
seq_printf(seq, "%-3s %pI6 %04X %pI6 %04X "
net/netfilter/ipvs/ip_vs_conn.c
1237
seq_printf(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2299
static struct ip_vs_service *ip_vs_info_array(struct seq_file *seq, loff_t pos)
net/netfilter/ipvs/ip_vs_ctl.c
2301
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_ctl.c
2303
struct ip_vs_iter *iter = seq->private;
net/netfilter/ipvs/ip_vs_ctl.c
2333
static void *ip_vs_info_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/ipvs/ip_vs_ctl.c
2337
return *pos ? ip_vs_info_array(seq, *pos - 1) : SEQ_START_TOKEN;
net/netfilter/ipvs/ip_vs_ctl.c
2341
static void *ip_vs_info_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/ipvs/ip_vs_ctl.c
2349
return ip_vs_info_array(seq,0);
net/netfilter/ipvs/ip_vs_ctl.c
2352
iter = seq->private;
net/netfilter/ipvs/ip_vs_ctl.c
2389
static void ip_vs_info_seq_stop(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_ctl.c
2396
static int ip_vs_info_seq_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_ctl.c
2399
seq_printf(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2402
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2404
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2407
struct net *net = seq_file_net(seq);
net/netfilter/ipvs/ip_vs_ctl.c
2410
const struct ip_vs_iter *iter = seq->private;
net/netfilter/ipvs/ip_vs_ctl.c
2420
seq_printf(seq, "%s [%pI6]:%04X %s ",
net/netfilter/ipvs/ip_vs_ctl.c
2427
seq_printf(seq, "%s %08X:%04X %s %s ",
net/netfilter/ipvs/ip_vs_ctl.c
2434
seq_printf(seq, "FWM %08X %s %s",
net/netfilter/ipvs/ip_vs_ctl.c
2440
seq_printf(seq, "persistent %d %08X\n",
net/netfilter/ipvs/ip_vs_ctl.c
2444
seq_putc(seq, '\n');
net/netfilter/ipvs/ip_vs_ctl.c
2449
seq_printf(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2460
seq_printf(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2482
static int ip_vs_stats_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_ctl.c
2484
struct net *net = seq_file_single_net(seq);
net/netfilter/ipvs/ip_vs_ctl.c
2488
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2490
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2494
seq_printf(seq, "%8LX %8LX %8LX %16LX %16LX\n\n",
net/netfilter/ipvs/ip_vs_ctl.c
2502
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2504
seq_printf(seq, "%8LX %8LX %8LX %16LX %16LX\n",
net/netfilter/ipvs/ip_vs_ctl.c
2514
static int ip_vs_stats_percpu_show(struct seq_file *seq, void *v)
net/netfilter/ipvs/ip_vs_ctl.c
2516
struct net *net = seq_file_single_net(seq);
net/netfilter/ipvs/ip_vs_ctl.c
2523
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2525
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2542
seq_printf(seq, "%3X %8LX %8LX %8LX %16LX %16LX\n",
net/netfilter/ipvs/ip_vs_ctl.c
2550
seq_printf(seq, " ~ %8LX %8LX %8LX %16LX %16LX\n\n",
net/netfilter/ipvs/ip_vs_ctl.c
2558
seq_puts(seq,
net/netfilter/ipvs/ip_vs_ctl.c
2560
seq_printf(seq, " %8LX %8LX %8LX %16LX %16LX\n",
net/netfilter/nf_bpf_link.c
142
struct seq_file *seq)
net/netfilter/nf_bpf_link.c
146
seq_printf(seq, "pf:\t%u\thooknum:\t%u\tprio:\t%d\n",
net/netfilter/nf_conntrack_expect.c
595
static struct hlist_node *ct_expect_get_first(struct seq_file *seq)
net/netfilter/nf_conntrack_expect.c
597
struct ct_expect_iter_state *st = seq->private;
net/netfilter/nf_conntrack_expect.c
608
static struct hlist_node *ct_expect_get_next(struct seq_file *seq,
net/netfilter/nf_conntrack_expect.c
611
struct ct_expect_iter_state *st = seq->private;
net/netfilter/nf_conntrack_expect.c
622
static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos)
net/netfilter/nf_conntrack_expect.c
624
struct hlist_node *head = ct_expect_get_first(seq);
net/netfilter/nf_conntrack_expect.c
627
while (pos && (head = ct_expect_get_next(seq, head)))
net/netfilter/nf_conntrack_expect.c
632
static void *exp_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_conntrack_expect.c
636
return ct_expect_get_idx(seq, *pos);
net/netfilter/nf_conntrack_expect.c
639
static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/nf_conntrack_expect.c
642
return ct_expect_get_next(seq, v);
net/netfilter/nf_conntrack_expect.c
645
static void exp_seq_stop(struct seq_file *seq, void *v)
net/netfilter/nf_conntrack_ftp.c
333
static int find_nl_seq(u32 seq, const struct nf_ct_ftp_master *info, int dir)
net/netfilter/nf_conntrack_ftp.c
338
if (info->seq_aft_nl[dir][i] == seq)
net/netfilter/nf_conntrack_ftp.c
379
u32 seq;
net/netfilter/nf_conntrack_ftp.c
418
seq = ntohl(th->seq) + datalen;
net/netfilter/nf_conntrack_ftp.c
421
if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) {
net/netfilter/nf_conntrack_ftp.c
472
matchlen, ntohl(th->seq) + matchoff);
net/netfilter/nf_conntrack_ftp.c
541
update_nl_seq(ct, seq, ct_ftp_info, dir, skb);
net/netfilter/nf_conntrack_netlink.c
2046
static int change_seq_adj(struct nf_ct_seqadj *seq,
net/netfilter/nf_conntrack_netlink.c
2060
seq->correction_pos =
net/netfilter/nf_conntrack_netlink.c
2066
seq->offset_before =
net/netfilter/nf_conntrack_netlink.c
2072
seq->offset_after =
net/netfilter/nf_conntrack_netlink.c
2090
ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_ORIGINAL],
net/netfilter/nf_conntrack_netlink.c
2099
ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_REPLY],
net/netfilter/nf_conntrack_netlink.c
2491
ctnetlink_ct_stat_cpu_fill_info(struct sk_buff *skb, u32 portid, u32 seq,
net/netfilter/nf_conntrack_netlink.c
2499
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nf_conntrack_netlink.c
2571
ctnetlink_stat_ct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nf_conntrack_netlink.c
2579
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nf_conntrack_netlink.c
3061
ctnetlink_exp_fill_info(struct sk_buff *skb, u32 portid, u32 seq,
net/netfilter/nf_conntrack_netlink.c
3068
nlh = nfnl_msg_put(skb, portid, seq, event, flags,
net/netfilter/nf_conntrack_netlink.c
3689
ctnetlink_exp_stat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, int cpu,
net/netfilter/nf_conntrack_netlink.c
3697
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nf_conntrack_netlink.c
457
dump_ct_seq_adj(struct sk_buff *skb, const struct nf_ct_seqadj *seq, int type)
net/netfilter/nf_conntrack_netlink.c
466
htonl(seq->correction_pos)) ||
net/netfilter/nf_conntrack_netlink.c
468
htonl(seq->offset_before)) ||
net/netfilter/nf_conntrack_netlink.c
470
htonl(seq->offset_after)))
net/netfilter/nf_conntrack_netlink.c
484
struct nf_ct_seqadj *seq;
net/netfilter/nf_conntrack_netlink.c
490
seq = &seqadj->seq[IP_CT_DIR_ORIGINAL];
net/netfilter/nf_conntrack_netlink.c
491
if (dump_ct_seq_adj(skb, seq, CTA_SEQ_ADJ_ORIG) == -1)
net/netfilter/nf_conntrack_netlink.c
494
seq = &seqadj->seq[IP_CT_DIR_REPLY];
net/netfilter/nf_conntrack_netlink.c
495
if (dump_ct_seq_adj(skb, seq, CTA_SEQ_ADJ_REPLY) == -1)
net/netfilter/nf_conntrack_netlink.c
589
ctnetlink_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nf_conntrack_netlink.c
600
nlh = nfnl_msg_put(skb, portid, seq, event, flags, nf_ct_l3num(ct),
net/netfilter/nf_conntrack_proto_tcp.c
1072
ct->proto.tcp.last_seq = ntohl(th->seq);
net/netfilter/nf_conntrack_proto_tcp.c
1074
segment_seq_plus_len(ntohl(th->seq), skb->len, dataoff, th);
net/netfilter/nf_conntrack_proto_tcp.c
1130
ct->proto.tcp.seen[dir].td_end - 1 == ntohl(th->seq)) {
net/netfilter/nf_conntrack_proto_tcp.c
1188
u32 seq = ntohl(th->seq);
net/netfilter/nf_conntrack_proto_tcp.c
1194
if (seq == 0 && !nf_conntrack_tcp_established(ct))
net/netfilter/nf_conntrack_proto_tcp.c
1197
if (before(seq, ct->proto.tcp.seen[!dir].td_maxack) &&
net/netfilter/nf_conntrack_proto_tcp.c
1206
seq == ct->proto.tcp.seen[!dir].td_maxack)
net/netfilter/nf_conntrack_proto_tcp.c
1215
seq == ct->proto.tcp.last_end)
net/netfilter/nf_conntrack_proto_tcp.c
1244
ntohl(th->seq) == ct->proto.tcp.last_ack)
net/netfilter/nf_conntrack_proto_tcp.c
313
static inline __u32 segment_seq_plus_len(__u32 seq,
net/netfilter/nf_conntrack_proto_tcp.c
320
return (seq + len - dataoff - tcph->doff*4
net/netfilter/nf_conntrack_proto_tcp.c
518
__u32 seq, ack, sack, end, win, swin;
net/netfilter/nf_conntrack_proto_tcp.c
526
seq = ntohl(tcph->seq);
net/netfilter/nf_conntrack_proto_tcp.c
530
end = segment_seq_plus_len(seq, skb->len, dataoff, tcph);
net/netfilter/nf_conntrack_proto_tcp.c
611
if (tcph->rst && seq == 0 && state->state == TCP_CONNTRACK_SYN_SENT)
net/netfilter/nf_conntrack_proto_tcp.c
615
seq = end = sender->td_end;
net/netfilter/nf_conntrack_proto_tcp.c
617
seq_ok = before(seq, sender->td_maxend + 1);
net/netfilter/nf_conntrack_proto_tcp.c
704
state->last_seq == seq &&
net/netfilter/nf_conntrack_proto_tcp.c
711
state->last_seq = seq;
net/netfilter/nf_conntrack_proto_tcp.c
860
segment_seq_plus_len(ntohl(th->seq), skb->len,
net/netfilter/nf_conntrack_proto_tcp.c
880
segment_seq_plus_len(ntohl(th->seq), skb->len,
net/netfilter/nf_conntrack_seqadj.c
100
seq->offset_before);
net/netfilter/nf_conntrack_seqadj.c
156
&seqadj->seq[!dir]);
net/netfilter/nf_conntrack_seqadj.c
176
this_way = &seqadj->seq[dir];
net/netfilter/nf_conntrack_seqadj.c
177
other_way = &seqadj->seq[!dir];
net/netfilter/nf_conntrack_seqadj.c
184
if (after(ntohl(tcph->seq), this_way->correction_pos))
net/netfilter/nf_conntrack_seqadj.c
189
newseq = htonl(ntohl(tcph->seq) + seqoff);
net/netfilter/nf_conntrack_seqadj.c
190
inet_proto_csum_replace4(&tcph->check, skb, tcph->seq, newseq, false);
net/netfilter/nf_conntrack_seqadj.c
192
ntohl(tcph->seq), ntohl(newseq));
net/netfilter/nf_conntrack_seqadj.c
193
tcph->seq = newseq;
net/netfilter/nf_conntrack_seqadj.c
208
ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq),
net/netfilter/nf_conntrack_seqadj.c
222
u32 seq)
net/netfilter/nf_conntrack_seqadj.c
23
this_way = &seqadj->seq[dir];
net/netfilter/nf_conntrack_seqadj.c
230
this_way = &seqadj->seq[dir];
net/netfilter/nf_conntrack_seqadj.c
231
return after(seq, this_way->correction_pos) ?
net/netfilter/nf_conntrack_seqadj.c
31
__be32 seq, s32 off)
net/netfilter/nf_conntrack_seqadj.c
48
this_way = &seqadj->seq[dir];
net/netfilter/nf_conntrack_seqadj.c
50
before(this_way->correction_pos, ntohl(seq))) {
net/netfilter/nf_conntrack_seqadj.c
51
this_way->correction_pos = ntohl(seq);
net/netfilter/nf_conntrack_seqadj.c
70
nf_ct_seqadj_set(ct, ctinfo, th->seq, off);
net/netfilter/nf_conntrack_seqadj.c
79
struct nf_ct_seqadj *seq)
net/netfilter/nf_conntrack_seqadj.c
86
if (after(ntohl(sack->start_seq) - seq->offset_before,
net/netfilter/nf_conntrack_seqadj.c
87
seq->correction_pos))
net/netfilter/nf_conntrack_seqadj.c
89
seq->offset_after);
net/netfilter/nf_conntrack_seqadj.c
92
seq->offset_before);
net/netfilter/nf_conntrack_seqadj.c
94
if (after(ntohl(sack->end_seq) - seq->offset_before,
net/netfilter/nf_conntrack_seqadj.c
95
seq->correction_pos))
net/netfilter/nf_conntrack_seqadj.c
97
seq->offset_after);
net/netfilter/nf_conntrack_standalone.c
149
static void *ct_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_conntrack_standalone.c
152
struct ct_iter_state *st = seq->private;
net/netfilter/nf_conntrack_standalone.c
153
struct net *net = seq_file_net(seq);
net/netfilter/nf_conntrack_standalone.c
402
static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_conntrack_standalone.c
404
struct net *net = seq_file_net(seq);
net/netfilter/nf_conntrack_standalone.c
420
static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/nf_conntrack_standalone.c
422
struct net *net = seq_file_net(seq);
net/netfilter/nf_conntrack_standalone.c
435
static void ct_cpu_seq_stop(struct seq_file *seq, void *v)
net/netfilter/nf_conntrack_standalone.c
439
static int ct_cpu_seq_show(struct seq_file *seq, void *v)
net/netfilter/nf_conntrack_standalone.c
441
struct net *net = seq_file_net(seq);
net/netfilter/nf_conntrack_standalone.c
446
seq_puts(seq, "entries clashres found new invalid ignore delete chainlength insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
net/netfilter/nf_conntrack_standalone.c
452
seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x "
net/netfilter/nf_flow_table_procfs.c
24
static void *nf_flow_table_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/nf_flow_table_procfs.c
26
struct net *net = seq_file_net(seq);
net/netfilter/nf_flow_table_procfs.c
39
static void nf_flow_table_cpu_seq_stop(struct seq_file *seq, void *v)
net/netfilter/nf_flow_table_procfs.c
43
static int nf_flow_table_cpu_seq_show(struct seq_file *seq, void *v)
net/netfilter/nf_flow_table_procfs.c
48
seq_puts(seq, "wq_add wq_del wq_stats\n");
net/netfilter/nf_flow_table_procfs.c
52
seq_printf(seq, "%8d %8d %8d\n",
net/netfilter/nf_flow_table_procfs.c
6
static void *nf_flow_table_cpu_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_flow_table_procfs.c
8
struct net *net = seq_file_net(seq);
net/netfilter/nf_log.c
348
static void *seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_log.c
350
struct net *net = seq_file_net(seq);
net/netfilter/nf_log_syslog.c
211
ntohl(th->seq), ntohl(th->ack_seq));
net/netfilter/nf_nat_helper.c
118
nf_ct_seqadj_set(ct, ctinfo, tcph->seq,
net/netfilter/nf_nat_sip.c
314
nf_ct_seqadj_set(ct, ctinfo, th->seq, off);
net/netfilter/nf_synproxy_core.c
1014
nth->seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
1098
ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
1125
ntohl(th->seq) + 1)) {
net/netfilter/nf_synproxy_core.c
1159
nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq));
net/netfilter/nf_synproxy_core.c
241
static void *synproxy_cpu_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/nf_synproxy_core.c
243
struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq));
net/netfilter/nf_synproxy_core.c
259
static void *synproxy_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/nf_synproxy_core.c
261
struct synproxy_net *snet = synproxy_pernet(seq_file_net(seq));
net/netfilter/nf_synproxy_core.c
274
static void synproxy_cpu_seq_stop(struct seq_file *seq, void *v)
net/netfilter/nf_synproxy_core.c
279
static int synproxy_cpu_seq_show(struct seq_file *seq, void *v)
net/netfilter/nf_synproxy_core.c
284
seq_puts(seq, "entries\t\tsyn_received\t"
net/netfilter/nf_synproxy_core.c
290
seq_printf(seq, "%08x\t%08x\t%08x\t%08x\t%08x\t%08x\n", 0,
net/netfilter/nf_synproxy_core.c
473
nth->seq = htonl(__cookie_v4_init_sequence(iph, th, &mss));
net/netfilter/nf_synproxy_core.c
474
nth->ack_seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
516
nth->seq = htonl(recv_seq - 1);
net/netfilter/nf_synproxy_core.c
561
nth->seq = htonl(ntohl(th->ack_seq));
net/netfilter/nf_synproxy_core.c
562
nth->ack_seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
599
nth->seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
675
ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
702
ntohl(th->seq) + 1)) {
net/netfilter/nf_synproxy_core.c
736
nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq));
net/netfilter/nf_synproxy_core.c
886
nth->seq = htonl(nf_ipv6_cookie_init_sequence(iph, th, &mss));
net/netfilter/nf_synproxy_core.c
887
nth->ack_seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_synproxy_core.c
930
nth->seq = htonl(recv_seq - 1);
net/netfilter/nf_synproxy_core.c
975
nth->seq = htonl(ntohl(th->ack_seq));
net/netfilter/nf_synproxy_core.c
976
nth->ack_seq = htonl(ntohl(th->seq) + 1);
net/netfilter/nf_tables_api.c
10412
if (READ_ONCE(nft_net->gc_seq) != trans->seq || trans->set->dead) {
net/netfilter/nf_tables_api.c
10463
trans->seq = gc_seq;
net/netfilter/nf_tables_api.c
1174
u32 portid, u32 seq, int event, u32 flags,
net/netfilter/nf_tables_api.c
1179
nlh = nfnl_msg_put(skb, portid, seq,
net/netfilter/nf_tables_api.c
1248
err = nf_tables_fill_table_info(skb, ctx->net, ctx->portid, ctx->seq,
net/netfilter/nf_tables_api.c
1274
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
173
ctx->seq = nlh->nlmsg_seq;
net/netfilter/nf_tables_api.c
192
trans->seq = ctx->seq;
net/netfilter/nf_tables_api.c
1950
unsigned int seq;
net/netfilter/nf_tables_api.c
1961
seq = u64_stats_fetch_begin(&cpu_stats->syncp);
net/netfilter/nf_tables_api.c
1964
} while (u64_stats_fetch_retry(&cpu_stats->syncp, seq));
net/netfilter/nf_tables_api.c
2047
u32 portid, u32 seq, int event, u32 flags,
net/netfilter/nf_tables_api.c
2054
nlh = nfnl_msg_put(skb, portid, seq,
net/netfilter/nf_tables_api.c
2131
err = nf_tables_fill_chain_info(skb, ctx->net, ctx->portid, ctx->seq,
net/netfilter/nf_tables_api.c
2159
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
3685
u32 portid, u32 seq, int event,
net/netfilter/nf_tables_api.c
3697
nlh = nfnl_msg_put(skb, portid, seq, type, flags, family, NFNETLINK_V0,
net/netfilter/nf_tables_api.c
3772
err = nf_tables_fill_rule_info(skb, ctx->net, ctx->portid, ctx->seq,
net/netfilter/nf_tables_api.c
3847
audit_log_rule_reset(table, cb->seq, entries);
net/netfilter/nf_tables_api.c
3866
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
4894
u32 seq = ctx->seq;
net/netfilter/nf_tables_api.c
4897
nlh = nfnl_msg_put(skb, portid, seq,
net/netfilter/nf_tables_api.c
5045
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
6223
u32 portid, seq;
net/netfilter/nf_tables_api.c
6228
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
6254
seq = cb->nlh->nlmsg_seq;
net/netfilter/nf_tables_api.c
6256
nlh = nfnl_msg_put(skb, portid, seq, event, NLM_F_MULTI,
net/netfilter/nf_tables_api.c
6274
dump_ctx->reset, cb->seq);
net/netfilter/nf_tables_api.c
6279
audit_log_nft_set_reset(table, cb->seq,
net/netfilter/nf_tables_api.c
6313
const struct nft_ctx *ctx, u32 seq,
net/netfilter/nf_tables_api.c
6324
nlh = nfnl_msg_put(skb, portid, seq, event, flags, ctx->family,
net/netfilter/nf_tables_api.c
6487
err = nf_tables_fill_setelem_info(skb, ctx, ctx->seq, ctx->portid,
net/netfilter/nf_tables_api.c
8328
u32 portid, u32 seq, int event, u32 flags,
net/netfilter/nf_tables_api.c
8334
nlh = nfnl_msg_put(skb, portid, seq,
net/netfilter/nf_tables_api.c
8401
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
8629
struct nft_object *obj, u32 portid, u32 seq, int event,
net/netfilter/nf_tables_api.c
8644
err = nf_tables_fill_obj_info(skb, net, portid, seq, event,
net/netfilter/nf_tables_api.c
8659
struct nft_object *obj, u32 portid, u32 seq, int event,
net/netfilter/nf_tables_api.c
8674
__nft_obj_notify(net, table, obj, portid, seq, event,
net/netfilter/nf_tables_api.c
8683
ctx->seq, event, ctx->flags, ctx->family,
net/netfilter/nf_tables_api.c
9339
u32 portid, u32 seq, int event,
net/netfilter/nf_tables_api.c
9348
nlh = nfnl_msg_put(skb, portid, seq,
net/netfilter/nf_tables_api.c
9419
cb->seq = nft_base_seq(net);
net/netfilter/nf_tables_api.c
9574
ctx->seq, event, flags,
net/netfilter/nf_tables_api.c
9602
u32 portid, u32 seq)
net/netfilter/nf_tables_api.c
9608
nlh = nfnl_msg_put(skb, portid, seq, event, 0, AF_UNSPEC,
net/netfilter/nfnetlink_acct.c
142
nfnl_acct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nfnetlink_acct.c
151
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nfnetlink_cthelper.c
529
nfnl_cthelper_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nfnetlink_cthelper.c
537
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nfnetlink_cttimeout.c
183
ctnl_timeout_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nfnetlink_cttimeout.c
193
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nfnetlink_cttimeout.c
393
u32 seq, u32 type, int event, u16 l3num,
net/netfilter/nfnetlink_cttimeout.c
403
nlh = nfnl_msg_put(skb, portid, seq, event, flags, AF_UNSPEC,
net/netfilter/nfnetlink_hook.c
131
unsigned int seq,
net/netfilter/nfnetlink_hook.c
161
unsigned int seq,
net/netfilter/nfnetlink_hook.c
194
int family, unsigned int seq)
net/netfilter/nfnetlink_hook.c
205
nlh = nfnl_msg_put(nlskb, portid, seq, event,
net/netfilter/nfnetlink_hook.c
253
ret = nfnl_hook_put_nft_chain_info(nlskb, ctx, seq, ops->priv);
net/netfilter/nfnetlink_hook.c
256
ret = nfnl_hook_put_bpf_prog_info(nlskb, ctx, seq, ops->priv);
net/netfilter/nfnetlink_hook.c
259
ret = nfnl_hook_put_nft_ft_info(nlskb, ctx, seq, ops->priv);
net/netfilter/nfnetlink_hook.c
358
cb->seq++;
net/netfilter/nfnetlink_hook.c
363
cb->seq++;
net/netfilter/nfnetlink_hook.c
419
cb->seq = 1;
net/netfilter/nfnetlink_hook.c
79
unsigned int seq,
net/netfilter/nfnetlink_log.c
631
nla_put_be32(inst->skb, NFULA_SEQ, htonl(inst->seq++)))
net/netfilter/nfnetlink_log.c
78
u_int32_t seq; /* instance-local sequential counter */
net/netfilter/nfnetlink_queue.c
1755
static struct hlist_node *get_first(struct seq_file *seq)
net/netfilter/nfnetlink_queue.c
1757
struct iter_state *st = seq->private;
net/netfilter/nfnetlink_queue.c
1764
net = seq_file_net(seq);
net/netfilter/nfnetlink_queue.c
1773
static struct hlist_node *get_next(struct seq_file *seq, struct hlist_node *h)
net/netfilter/nfnetlink_queue.c
1775
struct iter_state *st = seq->private;
net/netfilter/nfnetlink_queue.c
1776
struct net *net = seq_file_net(seq);
net/netfilter/nfnetlink_queue.c
1791
static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos)
net/netfilter/nfnetlink_queue.c
1794
head = get_first(seq);
net/netfilter/nfnetlink_queue.c
1797
while (pos && (head = get_next(seq, head)))
net/netfilter/nft_compat.c
654
nfnl_compat_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type,
net/netfilter/nft_compat.c
662
nlh = nfnl_msg_put(skb, portid, seq, event, flags, family,
net/netfilter/nft_counter.c
135
unsigned int seq;
net/netfilter/nft_counter.c
144
seq = u64_stats_fetch_begin(nft_sync);
net/netfilter/nft_counter.c
147
} while (u64_stats_fetch_retry(nft_sync, seq));
net/netfilter/nft_lookup.c
64
static bool nft_lookup_should_retry(const struct net *net, unsigned int seq)
net/netfilter/nft_lookup.c
66
return unlikely(seq != nft_base_seq(net));
net/netfilter/nft_payload.c
118
offset += sizeof_field(struct gre_full_hdr, seq);
net/netfilter/nft_synproxy.c
66
ntohl(tcp->seq))) {
net/netfilter/nft_synproxy.c
97
ntohl(tcp->seq))) {
net/netfilter/x_tables.c
1457
u32 seq = raw_read_seqcount(s);
net/netfilter/x_tables.c
1459
if (seq & 1) {
net/netfilter/x_tables.c
1463
} while (seq == raw_read_seqcount(s));
net/netfilter/x_tables.c
1544
static void *xt_table_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/x_tables.c
1546
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1547
struct net *net = seq_file_net(seq);
net/netfilter/x_tables.c
1556
static void *xt_table_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/x_tables.c
1558
u8 af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1559
struct net *net = seq_file_net(seq);
net/netfilter/x_tables.c
1567
static void xt_table_seq_stop(struct seq_file *seq, void *v)
net/netfilter/x_tables.c
1569
u_int8_t af = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1574
static int xt_table_seq_show(struct seq_file *seq, void *v)
net/netfilter/x_tables.c
1579
seq_printf(seq, "%s\n", table->name);
net/netfilter/x_tables.c
1606
static void *xt_mttg_seq_next(struct seq_file *seq, void *v, loff_t *ppos,
net/netfilter/x_tables.c
1613
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1614
struct nf_mttg_trav *trav = seq->private;
net/netfilter/x_tables.c
1647
static void *xt_mttg_seq_start(struct seq_file *seq, loff_t *pos,
net/netfilter/x_tables.c
1650
struct nf_mttg_trav *trav = seq->private;
net/netfilter/x_tables.c
1655
if (xt_mttg_seq_next(seq, NULL, NULL, is_target) == NULL)
net/netfilter/x_tables.c
1660
static void xt_mttg_seq_stop(struct seq_file *seq, void *v)
net/netfilter/x_tables.c
1662
uint8_t nfproto = (unsigned long)pde_data(file_inode(seq->file));
net/netfilter/x_tables.c
1663
struct nf_mttg_trav *trav = seq->private;
net/netfilter/x_tables.c
1675
static void *xt_match_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/x_tables.c
1677
return xt_mttg_seq_start(seq, pos, false);
net/netfilter/x_tables.c
1680
static void *xt_match_seq_next(struct seq_file *seq, void *v, loff_t *ppos)
net/netfilter/x_tables.c
1682
return xt_mttg_seq_next(seq, v, ppos, false);
net/netfilter/x_tables.c
1685
static int xt_match_seq_show(struct seq_file *seq, void *v)
net/netfilter/x_tables.c
1687
const struct nf_mttg_trav *trav = seq->private;
net/netfilter/x_tables.c
1697
seq_printf(seq, "%s\n", match->name);
net/netfilter/x_tables.c
1709
static void *xt_target_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/x_tables.c
1711
return xt_mttg_seq_start(seq, pos, true);
net/netfilter/x_tables.c
1714
static void *xt_target_seq_next(struct seq_file *seq, void *v, loff_t *ppos)
net/netfilter/x_tables.c
1716
return xt_mttg_seq_next(seq, v, ppos, true);
net/netfilter/x_tables.c
1719
static int xt_target_seq_show(struct seq_file *seq, void *v)
net/netfilter/x_tables.c
1721
const struct nf_mttg_trav *trav = seq->private;
net/netfilter/x_tables.c
1731
seq_printf(seq, "%s\n", target->name);
net/netfilter/xt_recent.c
479
static void *recent_seq_start(struct seq_file *seq, loff_t *pos)
net/netfilter/xt_recent.c
482
struct recent_iter_state *st = seq->private;
net/netfilter/xt_recent.c
496
static void *recent_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netfilter/xt_recent.c
498
struct recent_iter_state *st = seq->private;
net/netfilter/xt_recent.c
518
static int recent_seq_show(struct seq_file *seq, void *v)
net/netfilter/xt_recent.c
521
struct recent_iter_state *st = seq->private;
net/netfilter/xt_recent.c
528
seq_printf(seq, "src=%pI4 ttl: %u last_seen: %lu oldest_pkt: %u",
net/netfilter/xt_recent.c
531
seq_printf(seq, "src=%pI6 ttl: %u last_seen: %lu oldest_pkt: %u",
net/netfilter/xt_recent.c
534
seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]);
net/netfilter/xt_recent.c
535
seq_putc(seq, '\n');
net/netlabel/netlabel_calipso.c
223
cb_arg->seq, &netlbl_calipso_gnl_family,
net/netlabel/netlabel_calipso.c
263
cb_arg.seq = cb->nlh->nlmsg_seq;
net/netlabel/netlabel_calipso.c
39
u32 seq;
net/netlabel/netlabel_cipso_v4.c
38
u32 seq;
net/netlabel/netlabel_cipso_v4.c
620
cb_arg->seq, &netlbl_cipsov4_gnl_family,
net/netlabel/netlabel_cipso_v4.c
660
cb_arg.seq = cb->nlh->nlmsg_seq;
net/netlabel/netlabel_mgmt.c
45
u32 seq;
net/netlabel/netlabel_mgmt.c
484
cb_arg->seq, &netlbl_mgmt_gnl_family,
net/netlabel/netlabel_mgmt.c
493
cb_arg->seq++;
net/netlabel/netlabel_mgmt.c
522
cb_arg.seq = cb->nlh->nlmsg_seq;
net/netlabel/netlabel_unlabeled.c
1070
cb_arg->seq, &netlbl_unlabel_gnl_family,
net/netlabel/netlabel_unlabeled.c
1133
cb_arg->seq++;
net/netlabel/netlabel_unlabeled.c
1171
cb_arg.seq = cb->nlh->nlmsg_seq;
net/netlabel/netlabel_unlabeled.c
1256
cb_arg.seq = cb->nlh->nlmsg_seq;
net/netlabel/netlabel_unlabeled.c
96
u32 seq;
net/netlink/af_netlink.c
2139
__nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags)
net/netlink/af_netlink.c
2149
nlh->nlmsg_seq = seq;
net/netlink/af_netlink.c
2629
static void *__netlink_seq_next(struct seq_file *seq)
net/netlink/af_netlink.c
2631
struct nl_seq_iter *iter = seq->private;
net/netlink/af_netlink.c
2654
} while (sock_net(&nlk->sk) != seq_file_net(seq));
net/netlink/af_netlink.c
2659
static void *netlink_seq_start(struct seq_file *seq, loff_t *posp)
net/netlink/af_netlink.c
2662
struct nl_seq_iter *iter = seq->private;
net/netlink/af_netlink.c
2671
obj = __netlink_seq_next(seq);
net/netlink/af_netlink.c
2676
static void *netlink_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/netlink/af_netlink.c
2679
return __netlink_seq_next(seq);
net/netlink/af_netlink.c
2682
static void netlink_native_seq_stop(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2684
struct nl_seq_iter *iter = seq->private;
net/netlink/af_netlink.c
2693
static int netlink_native_seq_show(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2696
seq_puts(seq,
net/netlink/af_netlink.c
2703
seq_printf(seq, "%pK %-3d %-10u %08x %-8d %-8d %-5d %-8d %-8u %-8lu\n",
net/netlink/af_netlink.c
2740
static int netlink_seq_show(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2745
meta.seq = seq;
net/netlink/af_netlink.c
2748
return netlink_native_seq_show(seq, v);
net/netlink/af_netlink.c
2756
static void netlink_seq_stop(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2762
meta.seq = seq;
net/netlink/af_netlink.c
2768
netlink_native_seq_stop(seq, v);
net/netlink/af_netlink.c
2771
static int netlink_seq_show(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2773
return netlink_native_seq_show(seq, v);
net/netlink/af_netlink.c
2776
static void netlink_seq_stop(struct seq_file *seq, void *v)
net/netlink/af_netlink.c
2778
netlink_native_seq_stop(seq, v);
net/netlink/diag.c
46
u32 portid, u32 seq, u32 flags, int sk_ino)
net/netlink/diag.c
52
nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
net/netlink/genetlink.c
1228
static int ctrl_fill_info(const struct genl_family *family, u32 portid, u32 seq,
net/netlink/genetlink.c
1234
hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd);
net/netlink/genetlink.c
1313
int grp_id, u32 portid, u32 seq, u32 flags,
net/netlink/genetlink.c
1320
hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd);
net/netlink/genetlink.c
1382
u32 portid, int seq, u8 cmd)
net/netlink/genetlink.c
1391
err = ctrl_fill_info(family, portid, seq, 0, skb, cmd);
net/netlink/genetlink.c
1403
int grp_id, u32 portid, int seq, u8 cmd)
net/netlink/genetlink.c
1413
seq, 0, skb, cmd);
net/netlink/genetlink.c
893
void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
net/netlink/genetlink.c
899
nlh = nlmsg_put(skb, portid, seq, family->id, GENL_HDRLEN +
net/netrom/af_netrom.c
1265
static void *nr_info_start(struct seq_file *seq, loff_t *pos)
net/netrom/af_netrom.c
1272
static void *nr_info_next(struct seq_file *seq, void *v, loff_t *pos)
net/netrom/af_netrom.c
1277
static void nr_info_stop(struct seq_file *seq, void *v)
net/netrom/af_netrom.c
1283
static int nr_info_show(struct seq_file *seq, void *v)
net/netrom/af_netrom.c
1292
seq_puts(seq,
net/netrom/af_netrom.c
1305
seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr));
net/netrom/af_netrom.c
1306
seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr));
net/netrom/af_netrom.c
1307
seq_printf(seq,
net/netrom/nr_route.c
850
static void *nr_node_start(struct seq_file *seq, loff_t *pos)
net/netrom/nr_route.c
857
static void *nr_node_next(struct seq_file *seq, void *v, loff_t *pos)
net/netrom/nr_route.c
862
static void nr_node_stop(struct seq_file *seq, void *v)
net/netrom/nr_route.c
868
static int nr_node_show(struct seq_file *seq, void *v)
net/netrom/nr_route.c
874
seq_puts(seq,
net/netrom/nr_route.c
881
seq_printf(seq, "%-9s %-7s %d %d",
net/netrom/nr_route.c
888
seq_printf(seq, " %3d %d %05d",
net/netrom/nr_route.c
895
seq_puts(seq, "\n");
net/netrom/nr_route.c
907
static void *nr_neigh_start(struct seq_file *seq, loff_t *pos)
net/netrom/nr_route.c
914
static void *nr_neigh_next(struct seq_file *seq, void *v, loff_t *pos)
net/netrom/nr_route.c
919
static void nr_neigh_stop(struct seq_file *seq, void *v)
net/netrom/nr_route.c
925
static int nr_neigh_show(struct seq_file *seq, void *v)
net/netrom/nr_route.c
931
seq_puts(seq, "addr callsign dev qual lock count failed digipeaters\n");
net/netrom/nr_route.c
936
seq_printf(seq, "%05d %-9s %-4s %3d %d %3d %3d",
net/netrom/nr_route.c
947
seq_printf(seq, " %s",
net/netrom/nr_route.c
951
seq_puts(seq, "\n");
net/nfc/netlink.c
1333
u32 portid, u32 seq,
net/nfc/netlink.c
1341
hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
net/nfc/netlink.c
1381
cb->seq = nfc_devlist_generation;
net/nfc/netlink.c
147
cb->seq = dev->targets_generation;
net/nfc/netlink.c
1620
static inline void *nfc_hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
net/nfc/netlink.c
1624
return genlmsg_put(skb, portid, seq, &nfc_genl_family, flags, cmd);
net/nfc/netlink.c
1629
u32 portid, u32 seq,
net/nfc/netlink.c
1640
hdr = nfc_hdr_put(skb, portid, seq, 0, NFC_CMD_VENDOR);
net/nfc/netlink.c
573
u32 portid, u32 seq,
net/nfc/netlink.c
579
hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
net/nfc/netlink.c
615
cb->seq = nfc_devlist_generation;
net/nfc/netlink.c
994
u32 portid, u32 seq)
net/nfc/netlink.c
998
hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, 0,
net/openvswitch/datapath.c
1595
u32 portid, u32 seq, u32 flags, u8 cmd)
net/openvswitch/datapath.c
1603
ovs_header = genlmsg_put(skb, portid, seq, &dp_datapath_genl_family,
net/openvswitch/datapath.c
2127
struct net *net, u32 portid, u32 seq,
net/openvswitch/datapath.c
2135
ovs_header = genlmsg_put(skb, portid, seq, &dp_vport_genl_family,
net/openvswitch/datapath.c
2194
u32 portid, u32 seq, u8 cmd)
net/openvswitch/datapath.c
2203
retval = ovs_vport_cmd_fill_info(vport, skb, net, portid, seq, 0, cmd,
net/openvswitch/datapath.c
903
u32 seq, u32 flags, u8 cmd, u32 ufid_flags)
net/openvswitch/datapath.c
909
ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family,
net/openvswitch/datapath.h
330
u32 portid, u32 seq, u8 cmd);
net/packet/af_packet.c
4693
static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
net/packet/af_packet.c
4696
struct net *net = seq_file_net(seq);
net/packet/af_packet.c
4702
static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/packet/af_packet.c
4704
struct net *net = seq_file_net(seq);
net/packet/af_packet.c
4708
static void packet_seq_stop(struct seq_file *seq, void *v)
net/packet/af_packet.c
4714
static int packet_seq_show(struct seq_file *seq, void *v)
net/packet/af_packet.c
4717
seq_printf(seq,
net/packet/af_packet.c
4724
seq_printf(seq,
net/packet/af_packet.c
4733
from_kuid_munged(seq_user_ns(seq), sk_uid(s)),
net/packet/diag.c
133
u32 portid, u32 seq, u32 flags, int sk_ino)
net/packet/diag.c
139
nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rp), flags);
net/phonet/pn_netlink.c
103
u32 portid, u32 seq, int event)
net/phonet/pn_netlink.c
108
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0);
net/phonet/pn_netlink.c
174
u32 portid, u32 seq, int event)
net/phonet/pn_netlink.c
179
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), 0);
net/phonet/pn_netlink.c
23
u32 portid, u32 seq, int event);
net/phonet/socket.c
516
static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos)
net/phonet/socket.c
518
struct net *net = seq_file_net(seq);
net/phonet/socket.c
536
static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk)
net/phonet/socket.c
538
struct net *net = seq_file_net(seq);
net/phonet/socket.c
547
static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos)
net/phonet/socket.c
551
return *pos ? pn_sock_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/phonet/socket.c
554
static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/phonet/socket.c
559
sk = pn_sock_get_idx(seq, 0);
net/phonet/socket.c
561
sk = pn_sock_get_next(seq, v);
net/phonet/socket.c
566
static void pn_sock_seq_stop(struct seq_file *seq, void *v)
net/phonet/socket.c
572
static int pn_sock_seq_show(struct seq_file *seq, void *v)
net/phonet/socket.c
574
seq_setwidth(seq, 127);
net/phonet/socket.c
576
seq_puts(seq, "pt loc rem rs st tx_queue rx_queue "
net/phonet/socket.c
582
seq_printf(seq, "%2d %04X:%04X:%02X %02X %08X:%08X %5d %lu "
net/phonet/socket.c
587
from_kuid_munged(seq_user_ns(seq), sk_uid(sk)),
net/phonet/socket.c
592
seq_pad(seq, '\n');
net/phonet/socket.c
691
static struct sock __rcu **pn_res_get_idx(struct seq_file *seq, loff_t pos)
net/phonet/socket.c
693
struct net *net = seq_file_net(seq);
net/phonet/socket.c
709
static struct sock __rcu **pn_res_get_next(struct seq_file *seq, struct sock __rcu **sk)
net/phonet/socket.c
711
struct net *net = seq_file_net(seq);
net/phonet/socket.c
722
static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos)
net/phonet/socket.c
726
return *pos ? pn_res_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
net/phonet/socket.c
729
static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/phonet/socket.c
734
sk = pn_res_get_idx(seq, 0);
net/phonet/socket.c
736
sk = pn_res_get_next(seq, v);
net/phonet/socket.c
741
static void pn_res_seq_stop(struct seq_file *seq, void *v)
net/phonet/socket.c
747
static int pn_res_seq_show(struct seq_file *seq, void *v)
net/phonet/socket.c
749
seq_setwidth(seq, 63);
net/phonet/socket.c
751
seq_puts(seq, "rs uid inode");
net/phonet/socket.c
757
seq_printf(seq, "%02X %5u %lu",
net/phonet/socket.c
759
from_kuid_munged(seq_user_ns(seq), sk_uid(sk)),
net/phonet/socket.c
762
seq_pad(seq, '\n');
net/phonet/sysctl.c
40
unsigned int seq;
net/phonet/sysctl.c
43
seq = read_seqbegin(&local_port_range_lock);
net/phonet/sysctl.c
48
} while (read_seqretry(&local_port_range_lock, seq));
net/psample/psample.c
42
enum psample_command cmd, u32 portid, u32 seq,
net/psample/psample.c
444
ret = nla_put_u32(nl_skb, PSAMPLE_ATTR_GROUP_SEQ, group->seq++);
net/psample/psample.c
48
hdr = genlmsg_put(msg, portid, seq, &psample_nl_family, flags, cmd);
net/psample/psample.c
60
ret = nla_put_u32(msg, PSAMPLE_ATTR_GROUP_SEQ, group->seq);
net/rds/ib.h
408
void rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required);
net/rds/ib_recv.c
614
void rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required)
net/rds/ib_recv.c
619
ic->i_ack_next = seq;
net/rds/ib_recv.c
628
u64 seq;
net/rds/ib_recv.c
633
seq = ic->i_ack_next;
net/rds/ib_recv.c
636
return seq;
net/rds/ib_recv.c
639
void rds_ib_set_ack(struct rds_ib_connection *ic, u64 seq, int ack_required)
net/rds/ib_recv.c
641
atomic64_set(&ic->i_ack_next, seq);
net/rds/ib_recv.c
661
u64 seq;
net/rds/ib_recv.c
664
seq = rds_ib_get_ack(ic);
net/rds/ib_recv.c
666
rdsdebug("send_ack: ic %p ack %llu\n", ic, (unsigned long long) seq);
net/rds/ib_recv.c
671
hdr->h_ack = cpu_to_be64(seq);
net/rds/message.c
190
__be16 dport, u64 seq)
net/rds/message.c
195
hdr->h_sequence = cpu_to_be64(seq);
net/rds/rds.h
893
__be16 dport, u64 seq);
net/rds/recv.c
825
minfo.seq = be64_to_cpu(inc->i_hdr.h_sequence);
net/rds/recv.c
854
minfo6.seq = be64_to_cpu(inc->i_hdr.h_sequence);
net/rose/af_rose.c
1440
static void *rose_info_start(struct seq_file *seq, loff_t *pos)
net/rose/af_rose.c
1447
static void *rose_info_next(struct seq_file *seq, void *v, loff_t *pos)
net/rose/af_rose.c
1452
static void rose_info_stop(struct seq_file *seq, void *v)
net/rose/af_rose.c
1458
static int rose_info_show(struct seq_file *seq, void *v)
net/rose/af_rose.c
1463
seq_puts(seq,
net/rose/af_rose.c
1477
seq_printf(seq, "%-10s %-9s ",
net/rose/af_rose.c
1486
seq_printf(seq,
net/rose/rose_route.c
1097
static void *rose_node_start(struct seq_file *seq, loff_t *pos)
net/rose/rose_route.c
1113
static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos)
net/rose/rose_route.c
1121
static void rose_node_stop(struct seq_file *seq, void *v)
net/rose/rose_route.c
1127
static int rose_node_show(struct seq_file *seq, void *v)
net/rose/rose_route.c
1133
seq_puts(seq, "address mask n neigh neigh neigh\n");
net/rose/rose_route.c
1136
seq_printf(seq, "%-10s %04d %d",
net/rose/rose_route.c
1142
seq_printf(seq, " %05d", rose_node->neighbour[i]->number);
net/rose/rose_route.c
1144
seq_puts(seq, "\n");
net/rose/rose_route.c
1156
static void *rose_neigh_start(struct seq_file *seq, loff_t *pos)
net/rose/rose_route.c
1172
static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos)
net/rose/rose_route.c
1180
static void rose_neigh_stop(struct seq_file *seq, void *v)
net/rose/rose_route.c
1186
static int rose_neigh_show(struct seq_file *seq, void *v)
net/rose/rose_route.c
1192
seq_puts(seq,
net/rose/rose_route.c
1198
seq_printf(seq, "%05d %-9s %-4s %3d %3d %3s %3s %3lu %3lu",
net/rose/rose_route.c
1211
seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i]));
net/rose/rose_route.c
1214
seq_puts(seq, "\n");
net/rose/rose_route.c
1227
static void *rose_route_start(struct seq_file *seq, loff_t *pos)
net/rose/rose_route.c
1243
static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos)
net/rose/rose_route.c
1251
static void rose_route_stop(struct seq_file *seq, void *v)
net/rose/rose_route.c
1257
static int rose_route_show(struct seq_file *seq, void *v)
net/rose/rose_route.c
1262
seq_puts(seq,
net/rose/rose_route.c
1268
seq_printf(seq,
net/rose/rose_route.c
1275
seq_puts(seq,
net/rose/rose_route.c
1279
seq_printf(seq,
net/rose/rose_route.c
1286
seq_puts(seq,
net/rxrpc/ar-internal.h
1092
bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq,
net/rxrpc/ar-internal.h
1430
rxrpc_abort_call(call, sp->hdr.seq, abort_code, -EPROTO, why);
net/rxrpc/ar-internal.h
1497
int rxrpc_stats_show(struct seq_file *seq, void *v);
net/rxrpc/ar-internal.h
1555
static inline bool rxrpc_seq_in_txq(const struct rxrpc_txqueue *tq, rxrpc_seq_t seq)
net/rxrpc/ar-internal.h
1557
return (seq & (RXRPC_NR_TXQUEUE - 1)) == tq->qbase;
net/rxrpc/ar-internal.h
193
u32 seq; /* sequence number of pkt in call stream */
net/rxrpc/ar-internal.h
916
rxrpc_seq_t seq; /* Sequence number of this packet */
net/rxrpc/ar-internal.h
977
rxrpc_seq_t seq; /* Sequence of first data */
net/rxrpc/call_accept.c
363
sp->hdr.seq == 1)
net/rxrpc/call_accept.c
390
sp->hdr.serial, sp->hdr.seq);
net/rxrpc/call_event.c
118
req.seq = tq->qbase + ix;
net/rxrpc/call_event.c
135
.seq = call->tx_transmitted,
net/rxrpc/call_event.c
208
.seq = call->tx_transmitted + 1,
net/rxrpc/call_event.c
214
rxrpc_seq_t send_top, seq;
net/rxrpc/call_event.c
227
seq = call->tx_top;
net/rxrpc/call_event.c
228
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_decant);
net/rxrpc/call_event.c
233
seq++;
net/rxrpc/call_event.c
234
ix = seq & RXRPC_TXQ_MASK;
net/rxrpc/call_event.c
237
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_decant_advance);
net/rxrpc/call_event.c
245
} while (req.n < limit && before(seq, send_top));
net/rxrpc/call_event.c
252
call->tx_top = seq;
net/rxrpc/call_event.c
64
unsigned int ix = req->seq & RXRPC_TXQ_MASK;
net/rxrpc/call_event.c
67
_enter("%x,%x,%x,%x", tq->qbase, req->seq, ix, txb->debug_id);
net/rxrpc/call_state.c
43
bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq,
net/rxrpc/call_state.c
46
trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq,
net/rxrpc/conn_event.c
143
pkt.whdr.seq = 0;
net/rxrpc/conn_event.c
53
u32 cid = conn->proto.cid, call = 0, seq = 0;
net/rxrpc/conn_event.c
60
seq = sp->hdr.seq;
net/rxrpc/conn_event.c
65
trace_rxrpc_abort(0, why, cid, call, seq, abort_code, err);
net/rxrpc/conn_service.c
28
unsigned int seq = 1;
net/rxrpc/conn_service.c
38
seq++; /* 2 on the 1st/lockless path, otherwise odd */
net/rxrpc/conn_service.c
39
read_seqbegin_or_lock(&peer->service_conn_lock, &seq);
net/rxrpc/conn_service.c
53
} while (need_seqretry(&peer->service_conn_lock, seq));
net/rxrpc/conn_service.c
55
done_seqretry(&peer->service_conn_lock, seq);
net/rxrpc/input.c
1004
seq & ~RXRPC_TXQ_MASK, &lowest_nak);
net/rxrpc/input.c
224
rxrpc_seq_t seq = call->tx_bottom + 1;
net/rxrpc/input.c
229
trace_rxrpc_tx_rotate(call, seq, to);
net/rxrpc/input.c
23
static void rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq,
net/rxrpc/input.c
230
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_rotate);
net/rxrpc/input.c
242
if (seq == call->tx_qbase + RXRPC_NR_TXQUEUE) {
net/rxrpc/input.c
245
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_rotate_and_free);
net/rxrpc/input.c
251
unsigned int ix = seq - call->tx_qbase;
net/rxrpc/input.c
253
_debug("tq=%x seq=%x i=%d f=%x", tq->qbase, seq, ix, tq->bufs[ix]->flags);
net/rxrpc/input.c
26
rxrpc_abort_call(call, seq, RX_PROTOCOL_ERROR, -EBADMSG, why);
net/rxrpc/input.c
267
if (seq == call->tlp_seq)
net/rxrpc/input.c
271
trace_rxrpc_rotate(call, tq, summary, seq, rxrpc_rotate_trace_hack);
net/rxrpc/input.c
275
trace_rxrpc_rotate(call, tq, summary, seq, rxrpc_rotate_trace_sack);
net/rxrpc/input.c
280
if (seq == call->tlp_seq)
net/rxrpc/input.c
284
trace_rxrpc_rotate(call, tq, summary, seq, rxrpc_rotate_trace_snak);
net/rxrpc/input.c
297
WRITE_ONCE(call->tx_bottom, seq);
net/rxrpc/input.c
302
seq++;
net/rxrpc/input.c
304
if (!(seq & RXRPC_TXQ_MASK)) {
net/rxrpc/input.c
311
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_rotate_and_free);
net/rxrpc/input.c
315
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_rotate_and_keep);
net/rxrpc/input.c
321
} while (before_eq(seq, to));
net/rxrpc/input.c
329
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_rotate_and_free);
net/rxrpc/input.c
455
trace_rxrpc_receive(call, last ? why + 1 : why, sp->hdr.serial, sp->hdr.seq);
net/rxrpc/input.c
479
rxrpc_seq_t seq = sp->hdr.seq;
net/rxrpc/input.c
491
seq + 1 != wtop)
net/rxrpc/input.c
492
return rxrpc_proto_abort(call, seq, rxrpc_eproto_different_last);
net/rxrpc/input.c
495
after_eq(seq, wtop)) {
net/rxrpc/input.c
497
call->debug_id, seq, window, wtop, wlimit);
net/rxrpc/input.c
498
return rxrpc_proto_abort(call, seq, rxrpc_eproto_data_after_last);
net/rxrpc/input.c
502
if (after(seq, call->rx_highest_seq))
net/rxrpc/input.c
503
call->rx_highest_seq = seq;
net/rxrpc/input.c
505
trace_rxrpc_rx_data(call->debug_id, seq, serial, sp->hdr.flags);
net/rxrpc/input.c
507
if (before(seq, window)) {
net/rxrpc/input.c
511
if (after(seq, wlimit)) {
net/rxrpc/input.c
517
if (seq == window) {
net/rxrpc/input.c
526
trace_rxrpc_sack(call, seq, sack, rxrpc_sack_none);
net/rxrpc/input.c
529
trace_rxrpc_sack(call, seq, sack, rxrpc_sack_advance);
net/rxrpc/input.c
542
if (after(osp->hdr.seq, window))
net/rxrpc/input.c
547
seq = osp->hdr.seq;
net/rxrpc/input.c
549
trace_rxrpc_sack(call, seq, sack, rxrpc_sack_fill);
net/rxrpc/input.c
563
slot = seq - window;
net/rxrpc/input.c
572
trace_rxrpc_sack(call, seq, sack, rxrpc_sack_oos);
net/rxrpc/input.c
574
if (after(seq + 1, wtop)) {
net/rxrpc/input.c
575
wtop = seq + 1;
net/rxrpc/input.c
582
if (after(osp->hdr.seq, seq)) {
net/rxrpc/input.c
593
sp->hdr.serial, sp->hdr.seq);
net/rxrpc/input.c
646
sp->hdr.seq++;
net/rxrpc/input.c
686
rxrpc_seq_t seq0 = sp->hdr.seq;
net/rxrpc/input.c
722
rxrpc_proto_abort(call, sp->hdr.seq, rxrpc_badmsg_bad_jumbo);
net/rxrpc/input.c
874
rxrpc_seq_t seq,
net/rxrpc/input.c
886
extracted_acks, nr_reported, seq);
net/rxrpc/input.c
931
rxrpc_seq_t lowest = seq + ffz(extracted_acks);
net/rxrpc/input.c
967
rxrpc_seq_t seq = call->acks_hard_ack + 1;
net/rxrpc/input.c
968
rxrpc_seq_t lowest_nak = seq + sp->ack.nr_acks;
net/rxrpc/input.c
971
_enter("%x,%x,%u", tq->qbase, seq, sp->ack.nr_acks);
net/rxrpc/input.c
973
while (after(seq, tq->qbase + RXRPC_NR_TXQUEUE - 1))
net/rxrpc/input.c
983
seq++;
net/rxrpc/input.c
985
if ((seq & RXRPC_TXQ_MASK) != 0)
net/rxrpc/input.c
991
seq - RXRPC_NR_TXQUEUE, &lowest_nak);
net/rxrpc/input.c
999
unsigned int nr_reported = seq & RXRPC_TXQ_MASK;
net/rxrpc/input_rack.c
108
rxrpc_seq_t seq = tq->qbase + ix;
net/rxrpc/input_rack.c
114
if (after(seq, call->rack_fack))
net/rxrpc/input_rack.c
115
call->rack_fack = seq;
net/rxrpc/input_rack.c
116
else if (before(seq, call->rack_fack) &&
net/rxrpc/input_rack.c
219
rxrpc_seq_t seq = tq->qbase + ix;
net/rxrpc/input_rack.c
226
xmit_ts, seq)) {
net/rxrpc/input_rack.c
230
trace_rxrpc_rack_detect_loss(call, summary, seq);
net/rxrpc/input_rack.c
273
rxrpc_seq_t seq = tq->qbase + ix;
net/rxrpc/input_rack.c
276
if (after(seq, call->tx_transmitted))
net/rxrpc/input_rack.c
280
if (seq == snd_una ||
net/rxrpc/input_rack.c
67
rxrpc_seq_t seq = tq->qbase + ix;
net/rxrpc/input_rack.c
93
if (rxrpc_rack_sent_after(xmit_ts, seq, call->rack_xmit_ts, call->rack_end_seq)) {
net/rxrpc/input_rack.c
96
call->rack_end_seq = seq;
net/rxrpc/io_thread.c
108
trace_rxrpc_abort(0, why, sp->hdr.cid, 0, sp->hdr.seq, abort_code, err);
net/rxrpc/io_thread.c
157
sp->hdr.seq = ntohl(whdr.seq);
net/rxrpc/io_thread.c
245
if (sp->hdr.seq == 0)
net/rxrpc/io_thread.c
411
sp->hdr.seq,
net/rxrpc/io_thread.c
93
trace_rxrpc_abort(0, why, sp->hdr.cid, sp->hdr.callNumber, sp->hdr.seq,
net/rxrpc/local_event.c
59
whdr.seq = 0;
net/rxrpc/output.c
178
whdr->seq = 0;
net/rxrpc/output.c
397
pkt.whdr.seq = 0;
net/rxrpc/output.c
442
_enter("%x,%zd", txb->seq, len);
net/rxrpc/output.c
447
txb->seq == 1)
net/rxrpc/output.c
480
else if (!last && !after(READ_ONCE(call->send_top), txb->seq))
net/rxrpc/output.c
486
trace_rxrpc_req_ack(call->debug_id, txb->seq, why);
net/rxrpc/output.c
511
trace_rxrpc_tx_data(call, txb->seq, txb->serial, flags, req->trace);
net/rxrpc/output.c
542
rxrpc_seq_t seq = req->seq;
net/rxrpc/output.c
546
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_transmit);
net/rxrpc/output.c
554
whdr->seq = htonl(seq);
net/rxrpc/output.c
569
int ix = seq & RXRPC_TXQ_MASK;
net/rxrpc/output.c
570
struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK];
net/rxrpc/output.c
572
_debug("prep[%u] tq=%x q=%x", i, tq->qbase, seq);
net/rxrpc/output.c
592
seq++;
net/rxrpc/output.c
596
if (!(seq & RXRPC_TXQ_MASK)) {
net/rxrpc/output.c
598
trace_rxrpc_tq(call, tq, seq, rxrpc_tq_transmit_advance);
net/rxrpc/output.c
607
call->tlp_seq = seq - 1;
net/rxrpc/output.c
647
rxrpc_seq_t seq = req->seq;
net/rxrpc/output.c
652
_enter("%x,%x-%x", tq->qbase, seq, seq + req->n - 1);
net/rxrpc/output.c
665
txb = tq->bufs[seq & RXRPC_TXQ_MASK];
net/rxrpc/output.c
678
if (seq == call->tx_transmitted + 1 &&
net/rxrpc/output.c
691
if (seq == call->tx_transmitted + 1)
net/rxrpc/output.c
692
call->tx_transmitted = seq + req->n - 1;
net/rxrpc/output.c
699
trace_rxrpc_tx_data(call, txb->seq, txb->serial, txb->flags,
net/rxrpc/output.c
769
whdr.seq = 0;
net/rxrpc/output.c
895
whdr.seq = 0;
net/rxrpc/proc.c
115
static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos)
net/rxrpc/proc.c
118
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
124
static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v,
net/rxrpc/proc.c
127
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
132
static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v)
net/rxrpc/proc.c
135
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
140
static int rxrpc_connection_seq_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
143
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
148
seq_puts(seq,
net/rxrpc/proc.c
170
seq_printf(seq,
net/rxrpc/proc.c
202
static void *rxrpc_bundle_seq_start(struct seq_file *seq, loff_t *_pos)
net/rxrpc/proc.c
205
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
211
static void *rxrpc_bundle_seq_next(struct seq_file *seq, void *v,
net/rxrpc/proc.c
214
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
219
static void rxrpc_bundle_seq_stop(struct seq_file *seq, void *v)
net/rxrpc/proc.c
222
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
227
static int rxrpc_bundle_seq_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
230
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
234
seq_puts(seq,
net/rxrpc/proc.c
247
seq_printf(seq,
net/rxrpc/proc.c
27
static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos)
net/rxrpc/proc.c
278
static int rxrpc_peer_seq_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
285
seq_puts(seq,
net/rxrpc/proc.c
298
seq_printf(seq,
net/rxrpc/proc.c
30
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
312
static void *rxrpc_peer_seq_start(struct seq_file *seq, loff_t *_pos)
net/rxrpc/proc.c
315
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
348
static void *rxrpc_peer_seq_next(struct seq_file *seq, void *v, loff_t *_pos)
net/rxrpc/proc.c
350
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
36
static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/rxrpc/proc.c
38
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
384
static void rxrpc_peer_seq_stop(struct seq_file *seq, void *v)
net/rxrpc/proc.c
401
static int rxrpc_local_seq_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
407
seq_puts(seq,
net/rxrpc/proc.c
417
seq_printf(seq,
net/rxrpc/proc.c
427
static void *rxrpc_local_seq_start(struct seq_file *seq, loff_t *_pos)
net/rxrpc/proc.c
43
static void rxrpc_call_seq_stop(struct seq_file *seq, void *v)
net/rxrpc/proc.c
430
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
445
static void *rxrpc_local_seq_next(struct seq_file *seq, void *v, loff_t *_pos)
net/rxrpc/proc.c
447
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
455
static void rxrpc_local_seq_stop(struct seq_file *seq, void *v)
net/rxrpc/proc.c
471
int rxrpc_stats_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
473
struct rxrpc_net *rxnet = rxrpc_net(seq_file_single_net(seq));
net/rxrpc/proc.c
475
seq_printf(seq,
net/rxrpc/proc.c
481
seq_printf(seq,
net/rxrpc/proc.c
487
seq_printf(seq,
net/rxrpc/proc.c
49
static int rxrpc_call_seq_show(struct seq_file *seq, void *v)
net/rxrpc/proc.c
492
seq_printf(seq,
net/rxrpc/proc.c
497
seq_printf(seq,
net/rxrpc/proc.c
508
seq_printf(seq,
net/rxrpc/proc.c
520
seq_printf(seq,
net/rxrpc/proc.c
526
seq_printf(seq,
net/rxrpc/proc.c
53
struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq));
net/rxrpc/proc.c
532
seq_printf(seq,
net/rxrpc/proc.c
544
seq_printf(seq,
net/rxrpc/proc.c
556
seq_printf(seq,
net/rxrpc/proc.c
560
seq_printf(seq,
net/rxrpc/proc.c
60
seq_puts(seq,
net/rxrpc/proc.c
83
seq_printf(seq,
net/rxrpc/protocol.h
191
__be32 seq;
net/rxrpc/protocol.h
33
__be32 seq; /* sequence number of pkt in call stream */
net/rxrpc/recvmsg.c
125
tseq = sp->hdr.seq;
net/rxrpc/recvmsg.c
250
rxrpc_seq_t seq = 0;
net/rxrpc/recvmsg.c
259
seq = call->ackr_window - 1;
net/rxrpc/recvmsg.c
265
seq = call->ackr_window - 1;
net/rxrpc/recvmsg.c
277
seq = sp->hdr.seq;
net/rxrpc/recvmsg.c
281
sp->hdr.serial, seq);
net/rxrpc/recvmsg.c
288
trace_rxrpc_recvdata(call, rxrpc_recvmsg_next, seq,
net/rxrpc/recvmsg.c
297
trace_rxrpc_recvdata(call, rxrpc_recvmsg_cont, seq,
net/rxrpc/recvmsg.c
321
trace_rxrpc_recvdata(call, rxrpc_recvmsg_full, seq,
net/rxrpc/recvmsg.c
341
trace_rxrpc_recvdata(call, rxrpc_recvmsg_oobq, seq,
net/rxrpc/recvmsg.c
354
trace_rxrpc_recvdata(call, rxrpc_recvmsg_data_return, seq,
net/rxrpc/rxgk.c
361
hdr->seq = htonl(txb->seq);
net/rxrpc/rxgk.c
404
hdr->seq = htonl(txb->seq);
net/rxrpc/rxgk.c
436
call->debug_id, key_serial(call->conn->key), txb->seq, txb->len);
net/rxrpc/rxgk.c
493
hdr->seq = htonl(sp->hdr.seq);
net/rxrpc/rxgk.c
558
ntohl(hdr.seq) != sp->hdr.seq ||
net/rxrpc/rxgk.c
586
call->debug_id, key_serial(call->conn->key), sp->hdr.seq);
net/rxrpc/rxgk.c
664
whdr->seq = 0;
net/rxrpc/rxgk.c
802
h.whdr.seq = 0;
net/rxrpc/rxkad.c
270
check = txb->seq ^ call->call_id;
net/rxrpc/rxkad.c
313
check = txb->seq ^ call->call_id;
net/rxrpc/rxkad.c
353
txb->seq, txb->len);
net/rxrpc/rxkad.c
371
x |= txb->seq & 0x3fffffff;
net/rxrpc/rxkad.c
425
rxrpc_seq_t seq,
net/rxrpc/rxkad.c
470
check ^= seq ^ call->call_id;
net/rxrpc/rxkad.c
488
rxrpc_seq_t seq,
net/rxrpc/rxkad.c
550
check ^= seq ^ call->call_id;
net/rxrpc/rxkad.c
577
rxrpc_seq_t seq = sp->hdr.seq;
net/rxrpc/rxkad.c
583
call->debug_id, key_serial(call->conn->key), seq);
net/rxrpc/rxkad.c
597
x |= seq & 0x3fffffff;
net/rxrpc/rxkad.c
624
ret = rxkad_verify_packet_1(call, skb, seq, req);
net/rxrpc/rxkad.c
627
ret = rxkad_verify_packet_2(call, skb, seq, req);
net/rxrpc/rxkad.c
670
whdr.seq = 0;
net/rxrpc/rxkad.c
829
h.whdr.seq = 0;
net/rxrpc/sendmsg.c
246
rxrpc_seq_t seq = txb->seq;
net/rxrpc/sendmsg.c
248
int ix = seq & RXRPC_TXQ_MASK;
net/rxrpc/sendmsg.c
251
ASSERTCMP(txb->seq, ==, call->send_top + 1);
net/rxrpc/sendmsg.c
259
trace_rxrpc_tq(call, sq, seq, rxrpc_tq_queue_dup);
net/rxrpc/sendmsg.c
261
trace_rxrpc_tq(call, sq, seq, rxrpc_tq_queue);
net/rxrpc/sendmsg.c
267
smp_store_release(&call->send_top, seq);
net/rxrpc/txbuf.c
53
txb->seq = call->send_top + 1;
net/rxrpc/txbuf.c
56
trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1,
net/rxrpc/txbuf.c
67
trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r, what);
net/rxrpc/txbuf.c
72
trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 0,
net/rxrpc/txbuf.c
83
rxrpc_seq_t seq;
net/rxrpc/txbuf.c
90
seq = txb->seq;
net/rxrpc/txbuf.c
92
trace_rxrpc_txbuf(debug_id, call_debug_id, seq, r - 1, what);
net/sched/act_api.c
1648
u32 portid, u32 seq, u16 flags, int event, int bind,
net/sched/act_api.c
1656
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags);
net/sched/cls_api.c
2053
u32 portid, u32 seq, u16 flags, int event,
net/sched/cls_api.c
2062
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
net/sched/cls_api.c
2952
u32 portid, u32 seq, u16 flags, int event,
net/sched/cls_api.c
2964
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
net/sched/cls_api.c
3006
u32 seq, u16 flags, int event, bool unicast,
net/sched/cls_api.c
3024
seq, flags, event, extack) <= 0) {
net/sched/cls_api.c
3041
u32 seq, u16 flags)
net/sched/cls_api.c
3055
block, portid, seq, flags, RTM_DELCHAIN, NULL) <= 0) {
net/sched/cls_api.c
623
u32 seq, u16 flags, int event, bool unicast,
net/sched/cls_api.c
683
u32 seq, u16 flags);
net/sched/sch_api.c
1943
unsigned long cl, u32 portid, u32 seq, u16 flags,
net/sched/sch_api.c
1953
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
net/sched/sch_api.c
2440
static int psched_show(struct seq_file *seq, void *v)
net/sched/sch_api.c
2442
seq_printf(seq, "%08x %08x %08x %08x\n",
net/sched/sch_api.c
899
u32 portid, u32 seq, u16 flags, int event,
net/sched/sch_api.c
913
nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
net/sctp/diag.c
130
int portid, u32 seq, u16 nlmsg_flags,
net/sctp/diag.c
142
nlh = nlmsg_put(skb, portid, seq, unlh->nlmsg_type, sizeof(*r),
net/sctp/ipv6.c
821
static void sctp_v6_seq_dump_addr(struct seq_file *seq, union sctp_addr *addr)
net/sctp/ipv6.c
823
seq_printf(seq, "%pI6 ", &addr->v6.sin6_addr);
net/sctp/objcnt.c
62
static int sctp_objcnt_seq_show(struct seq_file *seq, void *v)
net/sctp/objcnt.c
67
seq_setwidth(seq, 127);
net/sctp/objcnt.c
68
seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label,
net/sctp/objcnt.c
70
seq_pad(seq, '\n');
net/sctp/objcnt.c
74
static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos)
net/sctp/objcnt.c
79
static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v)
net/sctp/objcnt.c
83
static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/sctp/proc.c
105
seq_printf(seq, "*");
net/sctp/proc.c
107
af->seq_dump_addr(seq, addr);
net/sctp/proc.c
113
static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc)
net/sctp/proc.c
126
seq_printf(seq, "*");
net/sctp/proc.c
128
af->seq_dump_addr(seq, addr);
net/sctp/proc.c
132
static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos)
net/sctp/proc.c
141
seq_printf(seq, " ENDPT SOCK STY SST HBKT LPORT UID INODE LADDRS\n");
net/sctp/proc.c
146
static void sctp_eps_seq_stop(struct seq_file *seq, void *v)
net/sctp/proc.c
151
static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/sctp/proc.c
161
static int sctp_eps_seq_show(struct seq_file *seq, void *v)
net/sctp/proc.c
175
if (!net_eq(sock_net(sk), seq_file_net(seq)))
net/sctp/proc.c
177
seq_printf(seq, "%8pK %8pK %-3d %-3d %-4d %-5d %5u %5lu ", ep, sk,
net/sctp/proc.c
180
from_kuid_munged(seq_user_ns(seq), sk_uid(sk)),
net/sctp/proc.c
183
sctp_seq_dump_local_addrs(seq, &ep->base);
net/sctp/proc.c
184
seq_printf(seq, "\n");
net/sctp/proc.c
203
static void *sctp_transport_seq_start(struct seq_file *seq, loff_t *pos)
net/sctp/proc.c
205
struct sctp_ht_iter *iter = seq->private;
net/sctp/proc.c
209
return sctp_transport_get_idx(seq_file_net(seq), &iter->hti, *pos);
net/sctp/proc.c
212
static void sctp_transport_seq_stop(struct seq_file *seq, void *v)
net/sctp/proc.c
214
struct sctp_ht_iter *iter = seq->private;
net/sctp/proc.c
225
static void *sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/sctp/proc.c
227
struct sctp_ht_iter *iter = seq->private;
net/sctp/proc.c
237
return sctp_transport_get_next(seq_file_net(seq), &iter->hti);
net/sctp/proc.c
241
static int sctp_assocs_seq_show(struct seq_file *seq, void *v)
net/sctp/proc.c
249
seq_printf(seq, " ASSOC SOCK STY SST ST HBKT "
net/sctp/proc.c
262
seq_printf(seq,
net/sctp/proc.c
270
from_kuid_munged(seq_user_ns(seq), sk_uid(sk)),
net/sctp/proc.c
274
seq_printf(seq, " ");
net/sctp/proc.c
275
sctp_seq_dump_local_addrs(seq, epb);
net/sctp/proc.c
276
seq_printf(seq, "<-> ");
net/sctp/proc.c
277
sctp_seq_dump_remote_addrs(seq, assoc);
net/sctp/proc.c
278
seq_printf(seq, "\t%8lu %5d %5d %4d %4d %4d %8d "
net/sctp/proc.c
288
seq_printf(seq, "\n");
net/sctp/proc.c
300
static int sctp_remaddr_seq_show(struct seq_file *seq, void *v)
net/sctp/proc.c
306
seq_printf(seq, "ADDR ASSOC_ID HB_ACT RTO MAX_PATH_RTX "
net/sctp/proc.c
319
tsp->af_specific->seq_dump_addr(seq, &tsp->ipaddr);
net/sctp/proc.c
320
seq_printf(seq, " ");
net/sctp/proc.c
324
seq_printf(seq, "%d ", tsp->asoc->assoc_id);
net/sctp/proc.c
330
seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer));
net/sctp/proc.c
335
seq_printf(seq, "%lu ", tsp->rto);
net/sctp/proc.c
340
seq_printf(seq, "%d ", tsp->pathmaxrxt);
net/sctp/proc.c
347
seq_puts(seq, "0 ");
net/sctp/proc.c
354
seq_puts(seq, "0 ");
net/sctp/proc.c
360
seq_printf(seq, "%d", tsp->state);
net/sctp/proc.c
362
seq_printf(seq, "\n");
net/sctp/proc.c
58
static int sctp_snmp_seq_show(struct seq_file *seq, void *v)
net/sctp/proc.c
62
struct net *net = seq->private;
net/sctp/proc.c
70
seq_printf(seq, "%-32s\t%ld\n", sctp_snmp_list[i].name,
net/sctp/proc.c
77
static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb)
net/sctp/protocol.c
591
static void sctp_v4_seq_dump_addr(struct seq_file *seq, union sctp_addr *addr)
net/sctp/protocol.c
593
seq_printf(seq, "%pI4 ", &addr->v4.sin_addr);
net/sctp/ulpevent.c
773
__u32 indication, __u32 sid, __u32 seq,
net/sctp/ulpevent.c
797
pd->pdapi_seq = seq;
net/smc/smc_clc.c
186
static int smc_nl_ueid_dumpinfo(struct sk_buff *skb, u32 portid, u32 seq,
net/smc/smc_clc.c
192
hdr = genlmsg_put(skb, portid, seq, &smc_gen_nl_family,
net/smc/smc_clc.c
206
static int _smc_nl_ueid_dump(struct sk_buff *skb, u32 portid, u32 seq,
net/smc/smc_clc.c
216
if (smc_nl_ueid_dumpinfo(skb, portid, seq, NLM_F_MULTI,
net/smc/smc_pnet.c
584
u32 portid, u32 seq, u32 flags,
net/smc/smc_pnet.c
589
hdr = genlmsg_put(skb, portid, seq, &smc_pnet_nl_family,
net/smc/smc_pnet.c
602
u32 seq, u8 *pnetid, int start_idx)
net/smc/smc_pnet.c
623
if (smc_pnet_dumpinfo(skb, portid, seq, NLM_F_MULTI,
net/socket.c
3319
void socket_seq_show(struct seq_file *seq)
net/socket.c
3321
seq_printf(seq, "sockets: used %d\n",
net/socket.c
3322
sock_inuse_get(seq->private));
net/sunrpc/auth_gss/auth_gss.c
1678
gss_validate_seqno_mic(struct gss_cl_ctx *ctx, u32 seqno, __be32 *seq, __be32 *p, u32 len)
net/sunrpc/auth_gss/auth_gss.c
1684
*seq = cpu_to_be32(seqno);
net/sunrpc/auth_gss/auth_gss.c
1685
iov.iov_base = seq;
net/sunrpc/auth_gss/auth_gss.c
1698
__be32 *p, *seq = NULL;
net/sunrpc/auth_gss/auth_gss.c
1715
seq = kmalloc(4, GFP_KERNEL);
net/sunrpc/auth_gss/auth_gss.c
1716
if (!seq)
net/sunrpc/auth_gss/auth_gss.c
1718
maj_stat = gss_validate_seqno_mic(ctx, task->tk_rqstp->rq_seqnos[0], seq, p, len);
net/sunrpc/auth_gss/auth_gss.c
1721
maj_stat = gss_validate_seqno_mic(ctx, task->tk_rqstp->rq_seqnos[i++], seq, p, len);
net/sunrpc/auth_gss/auth_gss.c
1734
kfree(seq);
net/sunrpc/auth_gss/gss_krb5_internal.h
66
struct crypto_sync_skcipher *seq;
net/sunrpc/auth_gss/gss_krb5_mech.c
498
crypto_free_sync_skcipher(kctx->seq);
net/sunrpc/auth_gss/svcauth_gss.c
757
svcauth_gss_encode_verf(struct svc_rqst *rqstp, struct gss_ctx *ctx_id, u32 seq)
net/sunrpc/auth_gss/svcauth_gss.c
765
gsd->gsd_seq_num = cpu_to_be32(seq);
net/sunrpc/auth_gss/svcauth_gss.c
860
svcauth_gss_unwrap_integ(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx)
net/sunrpc/auth_gss/svcauth_gss.c
906
if (seq_num != seq)
net/sunrpc/auth_gss/svcauth_gss.c
916
trace_rpcgss_svc_seqno_bad(rqstp, seq, seq_num);
net/sunrpc/auth_gss/svcauth_gss.c
936
svcauth_gss_unwrap_priv(struct svc_rqst *rqstp, u32 seq, struct gss_ctx *ctx)
net/sunrpc/auth_gss/svcauth_gss.c
964
if (seq_num != seq)
net/sunrpc/auth_gss/svcauth_gss.c
972
trace_rpcgss_svc_seqno_bad(rqstp, seq, seq_num);
net/sunrpc/cache.c
1478
struct seq_file *seq;
net/sunrpc/cache.c
1490
seq = file->private_data;
net/sunrpc/cache.c
1491
seq->private = cd;
net/sunrpc/debugfs.c
108
struct seq_file *seq = filp->private_data;
net/sunrpc/debugfs.c
109
struct rpc_clnt *clnt = seq->private;
net/sunrpc/debugfs.c
93
struct seq_file *seq = filp->private_data;
net/sunrpc/debugfs.c
94
struct rpc_clnt *clnt = seq->private = inode->i_private;
net/sunrpc/stats.c
107
seq_printf(seq, "proc%d %u", i, vers->vs_nproc);
net/sunrpc/stats.c
112
seq_printf(seq, " %lu", count);
net/sunrpc/stats.c
114
seq_putc(seq, '\n');
net/sunrpc/stats.c
207
static void _print_name(struct seq_file *seq, unsigned int op,
net/sunrpc/stats.c
211
seq_printf(seq, "\t%12s: ", procs[op].p_name);
net/sunrpc/stats.c
213
seq_printf(seq, "\t NULL: ");
net/sunrpc/stats.c
215
seq_printf(seq, "\t%12u: ", op);
net/sunrpc/stats.c
231
static void _print_rpc_iostats(struct seq_file *seq, struct rpc_iostats *stats,
net/sunrpc/stats.c
234
_print_name(seq, op, procs);
net/sunrpc/stats.c
235
seq_printf(seq, "%lu %lu %lu %llu %llu %llu %llu %llu %lu\n",
net/sunrpc/stats.c
249
struct seq_file *seq = seqv;
net/sunrpc/stats.c
251
xprt->ops->print_stats(xprt, seq);
net/sunrpc/stats.c
255
void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt)
net/sunrpc/stats.c
262
seq_printf(seq, "\tRPC iostats version: %s ", RPC_IOSTATS_VERS);
net/sunrpc/stats.c
263
seq_printf(seq, "p/v: %u/%u (%s)\n",
net/sunrpc/stats.c
266
rpc_clnt_iterate_for_each_xprt(clnt, do_print_stats, seq);
net/sunrpc/stats.c
268
seq_printf(seq, "\tper-op statistics\n");
net/sunrpc/stats.c
278
_print_rpc_iostats(seq, &stats, op, clnt->cl_procinfo);
net/sunrpc/stats.c
37
static int rpc_proc_show(struct seq_file *seq, void *v) {
net/sunrpc/stats.c
38
const struct rpc_stat *statp = seq->private;
net/sunrpc/stats.c
42
seq_printf(seq,
net/sunrpc/stats.c
48
seq_printf(seq,
net/sunrpc/stats.c
58
seq_printf(seq, "proc%u %u",
net/sunrpc/stats.c
61
seq_printf(seq, " %u", vers->counts[j]);
net/sunrpc/stats.c
62
seq_putc(seq, '\n');
net/sunrpc/stats.c
82
void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp)
net/sunrpc/stats.c
89
seq_printf(seq,
net/sunrpc/stats.c
95
seq_printf(seq,
net/sunrpc/svc_xprt.c
1520
struct seq_file *seq;
net/sunrpc/svc_xprt.c
1526
seq = file->private_data;
net/sunrpc/svc_xprt.c
1527
seq->private = info;
net/sunrpc/xprtrdma/transport.c
668
void xprt_rdma_print_stats(struct rpc_xprt *xprt, struct seq_file *seq)
net/sunrpc/xprtrdma/transport.c
676
seq_puts(seq, "\txprt:\trdma ");
net/sunrpc/xprtrdma/transport.c
677
seq_printf(seq, "%u %lu %lu %lu %ld %lu %lu %lu %llu %llu ",
net/sunrpc/xprtrdma/transport.c
688
seq_printf(seq, "%lu %lu %lu %llu %llu %llu %llu %lu %lu %lu %lu ",
net/sunrpc/xprtrdma/transport.c
700
seq_printf(seq, "%lu %lu %lu %lu %lu %lu\n",
net/sunrpc/xprtrdma/xprt_rdma.h
587
void xprt_rdma_print_stats(struct rpc_xprt *xprt, struct seq_file *seq);
net/sunrpc/xprtsock.c
2862
static void xs_local_print_stats(struct rpc_xprt *xprt, struct seq_file *seq)
net/sunrpc/xprtsock.c
2869
seq_printf(seq, "\txprt:\tlocal %lu %lu %lu %ld %lu %lu %lu "
net/sunrpc/xprtsock.c
2891
static void xs_udp_print_stats(struct rpc_xprt *xprt, struct seq_file *seq)
net/sunrpc/xprtsock.c
2895
seq_printf(seq, "\txprt:\tudp %u %lu %lu %lu %lu %llu %llu "
net/sunrpc/xprtsock.c
2915
static void xs_tcp_print_stats(struct rpc_xprt *xprt, struct seq_file *seq)
net/sunrpc/xprtsock.c
2923
seq_printf(seq, "\txprt:\ttcp %u %lu %lu %lu %ld %lu %lu %lu "
net/tipc/bearer.c
1192
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/bearer.c
1244
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/bearer.c
1287
msg.seq = info->snd_seq;
net/tipc/bearer.c
830
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/bearer.c
893
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/bearer.c
940
msg.seq = info->snd_seq;
net/tipc/group.c
363
void tipc_group_self(struct tipc_group *grp, struct tipc_service_range *seq,
net/tipc/group.c
366
seq->type = grp->type;
net/tipc/group.c
367
seq->lower = grp->instance;
net/tipc/group.c
368
seq->upper = grp->instance;
net/tipc/group.c
683
evt.s.seq.type = grp->type;
net/tipc/group.c
684
evt.s.seq.lower = m->instance;
net/tipc/group.c
685
evt.s.seq.upper = m->instance;
net/tipc/group.h
54
void tipc_group_self(struct tipc_group *grp, struct tipc_service_range *seq,
net/tipc/link.c
2678
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/link.c
2804
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/monitor.c
751
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/monitor.c
840
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/name_table.c
1117
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/name_table.c
432
lower = sub->s.seq.lower;
net/tipc/name_table.c
433
upper = sub->s.seq.upper;
net/tipc/name_table.c
832
u32 type = sub->s.seq.type;
net/tipc/name_table.c
838
sub->s.seq.lower, sub->s.seq.upper);
net/tipc/name_table.c
849
type, sub->s.seq.lower, sub->s.seq.upper);
net/tipc/name_table.c
867
sub->s.seq.type, sub->s.seq.lower, sub->s.seq.upper);
net/tipc/name_table.c
983
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq,
net/tipc/net.c
174
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/net.c
214
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/net.c
299
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/net.c
338
msg.seq = info->snd_seq;
net/tipc/netlink.h
45
u32 seq;
net/tipc/node.c
1599
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/node.c
2329
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/node.c
2506
msg.seq = info->snd_seq;
net/tipc/node.c
2696
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/node.c
2786
hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
net/tipc/node.c
2823
msg.seq = info->snd_seq;
net/tipc/node.c
2847
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/node.c
2899
msg.seq = cb->nlh->nlmsg_seq;
net/tipc/socket.c
3236
struct tipc_service_range seq;
net/tipc/socket.c
3275
seq.type = 0;
net/tipc/socket.c
3277
tipc_group_self(tsk->group, &seq, &scope);
net/tipc/socket.c
3278
value = seq.type;
net/tipc/subscr.c
135
u32 lower = tipc_sub_read(s, seq.lower);
net/tipc/subscr.c
136
u32 upper = tipc_sub_read(s, seq.upper);
net/tipc/subscr.c
157
sub->s.seq.type = tipc_sub_read(s, seq.type);
net/tipc/subscr.c
158
sub->s.seq.lower = lower;
net/tipc/subscr.c
159
sub->s.seq.upper = upper;
net/tipc/subscr.c
58
tipc_evt_write(evt, found_lower, s->seq.lower);
net/tipc/subscr.c
59
tipc_evt_write(evt, found_upper, s->seq.upper);
net/tipc/subscr.c
90
struct tipc_service_range *sr = &sub->s.seq;
net/tipc/topsrv.c
580
sub.seq.type = type;
net/tipc/topsrv.c
581
sub.seq.lower = lower;
net/tipc/topsrv.c
582
sub.seq.upper = upper;
net/tls/tls.h
236
void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq);
net/tls/tls.h
258
tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {}
net/tls/tls.h
284
static inline bool tls_bigint_increment(unsigned char *seq, int len)
net/tls/tls.h
289
++seq[i];
net/tls/tls.h
290
if (seq[i] != 0)
net/tls/tls.h
297
static inline void tls_bigint_subtract(unsigned char *seq, int n)
net/tls/tls.h
304
p = (__be64 *)seq;
net/tls/tls.h
323
tls_xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq)
net/tls/tls.h
330
iv[i + 4] ^= seq[i];
net/tls/tls_device.c
233
u32 seq)
net/tls/tls_device.c
242
trace_tls_device_tx_resync_send(sk, seq, rcd_sn);
net/tls/tls_device.c
247
err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq,
net/tls/tls_device.c
614
u32 seq, u64 *p_record_sn)
net/tls/tls_device.c
621
before(seq, info->end_seq - info->len)) {
net/tls/tls_device.c
643
if (!between(seq, tls_record_start_seq(info),
net/tls/tls_device.c
653
if (before(seq, info->end_seq)) {
net/tls/tls_device.c
697
struct sock *sk, u32 seq, u8 *rcd_sn)
net/tls/tls_device.c
702
trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->resync_type);
net/tls/tls_device.c
706
netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn,
net/tls/tls_device.c
714
s64 resync_req, u32 *seq, u16 *rcd_delta)
net/tls/tls_device.c
735
if (before(*seq, req_seq))
net/tls/tls_device.c
737
if (!after(*seq, req_end) &&
net/tls/tls_device.c
739
resync_async->log[resync_async->loglen++] = *seq;
net/tls/tls_device.c
753
*seq = req_seq;
net/tls/tls_device.c
762
if (req_seq == *seq &&
net/tls/tls_device.c
770
void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq)
net/tls/tls_device.c
794
seq += TLS_HEADER_SIZE - 1;
net/tls/tls_device.c
797
if (likely(!is_req_pending) || req_seq != seq ||
net/tls/tls_device.c
816
seq += rcd_len;
net/tls/tls_device.c
826
resync_req, &seq, &rcd_delta))
net/tls/tls_device.c
832
tls_device_resync_rx(tls_ctx, sk, seq, rcd_sn);
net/tls/tls_device_fallback.c
225
u32 tcp_seq = ntohl(tcp_hdr(skb)->seq);
net/tls/tls_proc.c
32
static int tls_statistics_seq_show(struct seq_file *seq, void *v)
net/tls/tls_proc.c
36
struct net *net = seq->private;
net/tls/tls_proc.c
43
seq_printf(seq, "%-32s\t%lu\n", tls_mib_list[i].name, buf[i]);
net/tls/tls_strp.c
438
u32 seq;
net/tls/tls_strp.c
442
seq = TCP_SKB_CB(first)->seq;
net/tls/tls_strp.c
448
seq += skb->len;
net/tls/tls_strp.c
452
if (TCP_SKB_CB(skb)->seq != seq)
net/tls/tls_sw.c
2492
TCP_SKB_CB(skb)->seq + strp->stm.offset);
net/unix/af_unix.c
3451
static struct sock *unix_from_bucket(struct seq_file *seq, loff_t *pos)
net/unix/af_unix.c
3458
for (sk = sk_head(&seq_file_net(seq)->unx.table.buckets[bucket]);
net/unix/af_unix.c
3467
static struct sock *unix_get_first(struct seq_file *seq, loff_t *pos)
net/unix/af_unix.c
3470
struct net *net = seq_file_net(seq);
net/unix/af_unix.c
3476
sk = unix_from_bucket(seq, pos);
net/unix/af_unix.c
3488
static struct sock *unix_get_next(struct seq_file *seq, struct sock *sk,
net/unix/af_unix.c
3498
spin_unlock(&seq_file_net(seq)->unx.table.locks[bucket]);
net/unix/af_unix.c
3502
return unix_get_first(seq, pos);
net/unix/af_unix.c
3505
static void *unix_seq_start(struct seq_file *seq, loff_t *pos)
net/unix/af_unix.c
3510
return unix_get_first(seq, pos);
net/unix/af_unix.c
3513
static void *unix_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/unix/af_unix.c
3518
return unix_get_first(seq, pos);
net/unix/af_unix.c
3520
return unix_get_next(seq, v, pos);
net/unix/af_unix.c
3523
static void unix_seq_stop(struct seq_file *seq, void *v)
net/unix/af_unix.c
3528
spin_unlock(&seq_file_net(seq)->unx.table.locks[sk->sk_hash]);
net/unix/af_unix.c
3531
static int unix_seq_show(struct seq_file *seq, void *v)
net/unix/af_unix.c
3535
seq_puts(seq, "Num RefCount Protocol Flags Type St "
net/unix/af_unix.c
3542
seq_printf(seq, "%pK: %08X %08X %08X %04X %02X %5lu",
net/unix/af_unix.c
3555
seq_putc(seq, ' ');
net/unix/af_unix.c
3563
seq_putc(seq, '@');
net/unix/af_unix.c
3567
seq_putc(seq, u->addr->name->sun_path[i] ?:
net/unix/af_unix.c
3571
seq_putc(seq, '\n');
net/unix/af_unix.c
3612
static int bpf_iter_unix_hold_batch(struct seq_file *seq, struct sock *start_sk)
net/unix/af_unix.c
3615
struct bpf_unix_iter_state *iter = seq->private;
net/unix/af_unix.c
3631
spin_unlock(&seq_file_net(seq)->unx.table.locks[start_sk->sk_hash]);
net/unix/af_unix.c
3660
static struct sock *bpf_iter_unix_batch(struct seq_file *seq,
net/unix/af_unix.c
3663
struct bpf_unix_iter_state *iter = seq->private;
net/unix/af_unix.c
3676
sk = unix_get_first(seq, pos);
net/unix/af_unix.c
3680
expected = bpf_iter_unix_hold_batch(seq, sk);
net/unix/af_unix.c
3695
static void *bpf_iter_unix_seq_start(struct seq_file *seq, loff_t *pos)
net/unix/af_unix.c
3703
return bpf_iter_unix_batch(seq, pos);
net/unix/af_unix.c
3706
static void *bpf_iter_unix_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/unix/af_unix.c
3708
struct bpf_unix_iter_state *iter = seq->private;
net/unix/af_unix.c
3723
sk = bpf_iter_unix_batch(seq, pos);
net/unix/af_unix.c
3728
static int bpf_iter_unix_seq_show(struct seq_file *seq, void *v)
net/unix/af_unix.c
3747
uid = from_kuid_munged(seq_user_ns(seq), sk_uid(sk));
net/unix/af_unix.c
3748
meta.seq = seq;
net/unix/af_unix.c
3756
static void bpf_iter_unix_seq_stop(struct seq_file *seq, void *v)
net/unix/af_unix.c
3758
struct bpf_unix_iter_state *iter = seq->private;
net/unix/af_unix.c
3763
meta.seq = seq;
net/unix/diag.c
115
u32 portid, u32 seq, u32 flags, int sk_ino)
net/unix/diag.c
120
nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
net/unix/garbage.c
380
unsigned int seq;
net/unix/garbage.c
382
seq = read_seqcount_begin(&unix_peek_seq);
net/unix/garbage.c
397
if (read_seqcount_retry(&unix_peek_seq, seq))
net/vmw_vsock/diag.c
15
u32 portid, u32 seq, u32 flags)
net/vmw_vsock/diag.c
21
nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep),
net/wireless/nl80211.c
10000
void *hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags,
net/wireless/nl80211.c
11614
u32 seq, int flags,
net/wireless/nl80211.c
11627
hdr = nl80211hdr_put(msg, NETLINK_CB(cb->skb).portid, seq, flags,
net/wireless/nl80211.c
1171
void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
net/wireless/nl80211.c
1175
return genlmsg_put(skb, portid, seq, &nl80211_fam, flags, cmd);
net/wireless/nl80211.c
11809
cb->seq = rdev->bss_generation;
net/wireless/nl80211.c
11833
static int nl80211_send_survey(struct sk_buff *msg, u32 portid, u32 seq,
net/wireless/nl80211.c
11845
hdr = nl80211hdr_put(msg, portid, seq, flags,
net/wireless/nl80211.c
12936
u32 portid, u32 seq, enum nl80211_commands cmd,
net/wireless/nl80211.c
12949
hdr = nl80211hdr_put(skb, portid, seq, 0, cmd);
net/wireless/nl80211.c
1459
k->p.seq = nla_data(tb[NL80211_KEY_SEQ]);
net/wireless/nl80211.c
14793
struct nl80211_wowlan_tcp_data_seq *seq = NULL;
net/wireless/nl80211.c
14854
seq = nla_data(tb[NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ]);
net/wireless/nl80211.c
14855
if (!rdev->wiphy.wowlan->tcp->seq)
net/wireless/nl80211.c
14857
if (seq->len == 0 || seq->len > 4)
net/wireless/nl80211.c
14859
if (seq->len + seq->offset > data_size)
net/wireless/nl80211.c
14904
if (seq)
net/wireless/nl80211.c
14905
cfg->payload_seq = *seq;
net/wireless/nl80211.c
1498
k->p.seq = nla_data(info->attrs[NL80211_ATTR_KEY_SEQ]);
net/wireless/nl80211.c
1865
if (tcp->seq && nla_put_flag(msg, NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ))
net/wireless/nl80211.c
19297
u32 portid, u32 seq, int flags,
net/wireless/nl80211.c
19302
hdr = nl80211hdr_put(msg, portid, seq, flags, cmd);
net/wireless/nl80211.c
2703
struct sk_buff *msg, u32 portid, u32 seq,
net/wireless/nl80211.c
2717
hdr = nl80211hdr_put(msg, portid, seq, flags, cmd);
net/wireless/nl80211.c
4245
static int nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags,
net/wireless/nl80211.c
4259
hdr = nl80211hdr_put(msg, portid, seq, flags, cmd);
net/wireless/nl80211.c
4919
if ((params->seq &&
net/wireless/nl80211.c
4921
params->seq_len, params->seq)) ||
net/wireless/nl80211.c
4931
if ((params->seq &&
net/wireless/nl80211.c
4933
params->seq_len, params->seq)) ||
net/wireless/nl80211.c
7498
u32 seq, int flags,
net/wireless/nl80211.c
7510
hdr = nl80211hdr_put(msg, portid, seq, flags, cmd);
net/wireless/nl80211.c
8978
static int nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq,
net/wireless/nl80211.c
8986
hdr = nl80211hdr_put(msg, portid, seq, flags, NL80211_CMD_NEW_MPATH);
net/wireless/nl80211.c
9997
u32 seq, int flags, struct wiphy *wiphy,
net/wireless/nl80211.h
14
void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
net/wireless/util.c
403
if (params->seq) {
net/wireless/wext-compat.c
711
params.seq = ext->rx_seq;
net/wireless/wext-proc.c
107
static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
net/wireless/wext-proc.c
109
struct net *net = seq_file_net(seq);
net/wireless/wext-proc.c
117
static void wireless_dev_seq_stop(struct seq_file *seq, void *v)
net/wireless/wext-proc.c
29
static void wireless_seq_printf_stats(struct seq_file *seq,
net/wireless/wext-proc.c
49
seq_printf(seq, "%6s: %04x %3d%c %3d%c %3d%c %6d %6d %6d "
net/wireless/wext-proc.c
75
static int wireless_dev_seq_show(struct seq_file *seq, void *v)
net/wireless/wext-proc.c
80
seq_printf(seq, "Inter-| sta-| Quality | Discarded "
net/wireless/wext-proc.c
86
wireless_seq_printf_stats(seq, v);
net/wireless/wext-proc.c
90
static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos)
net/wireless/wext-proc.c
92
struct net *net = seq_file_net(seq);
net/x25/x25_proc.c
112
static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos)
net/x25/x25_proc.c
119
static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos)
net/x25/x25_proc.c
124
static void x25_seq_forward_stop(struct seq_file *seq, void *v)
net/x25/x25_proc.c
130
static int x25_seq_forward_show(struct seq_file *seq, void *v)
net/x25/x25_proc.c
135
seq_printf(seq, "lci dev1 dev2\n");
net/x25/x25_proc.c
141
seq_printf(seq, "%d %-10s %-10s\n",
net/x25/x25_proc.c
25
static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos)
net/x25/x25_proc.c
32
static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos)
net/x25/x25_proc.c
37
static void x25_seq_route_stop(struct seq_file *seq, void *v)
net/x25/x25_proc.c
43
static int x25_seq_route_show(struct seq_file *seq, void *v)
net/x25/x25_proc.c
48
seq_puts(seq, "Address Digits Device\n");
net/x25/x25_proc.c
53
seq_printf(seq, "%-15s %-6d %-5s\n",
net/x25/x25_proc.c
60
static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos)
net/x25/x25_proc.c
67
static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos)
net/x25/x25_proc.c
72
static void x25_seq_socket_stop(struct seq_file *seq, void *v)
net/x25/x25_proc.c
78
static int x25_seq_socket_show(struct seq_file *seq, void *v)
net/x25/x25_proc.c
85
seq_printf(seq, "dest_addr src_addr dev lci st vs vr "
net/x25/x25_proc.c
98
seq_printf(seq, "%-10s %-10s %-5s %3.3X %d %d %d %d %3lu %3lu "
net/xdp/xsk_diag.c
101
nlh = nlmsg_put(nlskb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*msg),
net/xdp/xsk_diag.c
95
u32 portid, u32 seq, u32 flags, int sk_ino)
net/xfrm/xfrm_compat.c
196
dst_ua->seq = src_ua->seq;
net/xfrm/xfrm_compat.c
39
__u32 seq, reqid;
net/xfrm/xfrm_compat.c
51
__u32 aalgos, ealgos, calgos, seq;
net/xfrm/xfrm_compat.c
532
dst_ua->seq = src_ua->seq;
net/xfrm/xfrm_device.c
106
__u32 seq = xo->seq.low;
net/xfrm/xfrm_device.c
108
seq += skb_shinfo(skb)->gso_segs;
net/xfrm/xfrm_device.c
109
if (unlikely(seq < xo->seq.low))
net/xfrm/xfrm_hash.h
135
__xfrm_seq_hash(u32 seq, unsigned int hmask)
net/xfrm/xfrm_hash.h
137
unsigned int h = seq;
net/xfrm/xfrm_input.c
146
int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq)
net/xfrm/xfrm_input.c
166
*seq = 0;
net/xfrm/xfrm_input.c
176
*seq = *(__be32 *)(skb_transport_header(skb) + offset_seq);
net/xfrm/xfrm_input.c
471
__be32 seq;
net/xfrm/xfrm_input.c
510
seq = XFRM_SKB_CB(skb)->seq.input.low;
net/xfrm/xfrm_input.c
515
seq = XFRM_SPI_SKB_CB(skb)->seq;
net/xfrm/xfrm_input.c
544
if (xfrm_parse_spi(skb, nexthdr, &spi, &seq)) {
net/xfrm/xfrm_input.c
575
seq = 0;
net/xfrm/xfrm_input.c
576
if (!spi && xfrm_parse_spi(skb, nexthdr, &spi, &seq)) {
net/xfrm/xfrm_input.c
597
xfrm_audit_state_notfound(skb, family, spi, seq);
net/xfrm/xfrm_input.c
604
xfrm_audit_state_notfound(skb, family, spi, seq);
net/xfrm/xfrm_input.c
621
seq_hi = htonl(xfrm_replay_seqhi(x, seq));
net/xfrm/xfrm_input.c
623
XFRM_SKB_CB(skb)->seq.input.low = seq;
net/xfrm/xfrm_input.c
624
XFRM_SKB_CB(skb)->seq.input.hi = seq_hi;
net/xfrm/xfrm_input.c
642
if (xfrm_replay_check(x, skb, seq)) {
net/xfrm/xfrm_input.c
682
if (!crypto_done && xfrm_replay_recheck(x, skb, seq)) {
net/xfrm/xfrm_input.c
687
xfrm_replay_advance(x, seq);
net/xfrm/xfrm_input.c
717
err = xfrm_parse_spi(skb, nexthdr, &spi, &seq);
net/xfrm/xfrm_iptfs.c
1011
iptfs_input_save_runt(xtfs, seq, hbytes,
net/xfrm/xfrm_iptfs.c
1154
xtfs->ra_wantseq = seq + 1;
net/xfrm/xfrm_iptfs.c
1225
u64 seq;
net/xfrm/xfrm_iptfs.c
1230
seq = __esp_seq(skb);
net/xfrm/xfrm_iptfs.c
1277
data = iptfs_reassem_cont(xtfs, seq, &skbseq, skb, data,
net/xfrm/xfrm_iptfs.c
213
return ntohl(((struct tcphdr *)nexthdr)->seq);
net/xfrm/xfrm_iptfs.c
224
u64 seq = ntohl(XFRM_SKB_CB(skb)->seq.input.low);
net/xfrm/xfrm_iptfs.c
226
return seq | (u64)ntohl(XFRM_SKB_CB(skb)->seq.input.hi) << 32;
net/xfrm/xfrm_iptfs.c
601
static void iptfs_input_save_runt(struct xfrm_iptfs_data *xtfs, u64 seq,
net/xfrm/xfrm_iptfs.c
607
xtfs->ra_wantseq = seq + 1;
net/xfrm/xfrm_iptfs.c
741
static u32 iptfs_reassem_cont(struct xfrm_iptfs_data *xtfs, u64 seq,
net/xfrm/xfrm_iptfs.c
772
if (seq < xtfs->ra_wantseq)
net/xfrm/xfrm_iptfs.c
776
if (seq > xtfs->ra_wantseq) {
net/xfrm/xfrm_iptfs.c
956
u64 seq;
net/xfrm/xfrm_iptfs.c
964
seq = __esp_seq(skb);
net/xfrm/xfrm_iptfs.c
992
iptfs_input_save_runt(xtfs, seq, hbytes,
net/xfrm/xfrm_policy.c
1291
unsigned seq;
net/xfrm/xfrm_policy.c
1298
seq = read_seqbegin(&net->xfrm.policy_hthresh.lock);
net/xfrm/xfrm_policy.c
1304
} while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq));
net/xfrm/xfrm_policy.c
1909
if (list_empty(&walk->walk.all) && walk->seq != 0)
net/xfrm/xfrm_policy.c
1927
walk->seq, data);
net/xfrm/xfrm_policy.c
1932
walk->seq++;
net/xfrm/xfrm_policy.c
1934
if (walk->seq == 0) {
net/xfrm/xfrm_policy.c
1950
walk->seq = 0;
net/xfrm/xfrm_policy.c
1996
int seq;
net/xfrm/xfrm_policy.c
1999
seq = read_seqcount_begin(count);
net/xfrm/xfrm_policy.c
2021
if (read_seqcount_retry(count, seq))
net/xfrm/xfrm_proc.c
50
static int xfrm_statistics_seq_show(struct seq_file *seq, void *v)
net/xfrm/xfrm_proc.c
54
struct net *net = seq->private;
net/xfrm/xfrm_proc.c
63
seq_printf(seq, "%-24s\t%lu\n", xfrm_mib_list[i].name,
net/xfrm/xfrm_replay.c
104
XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq;
net/xfrm/xfrm_replay.c
105
XFRM_SKB_CB(skb)->seq.output.hi = 0;
net/xfrm/xfrm_replay.c
125
u32 seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
130
if (unlikely(seq == 0))
net/xfrm/xfrm_replay.c
133
if (likely(seq > x->replay.seq))
net/xfrm/xfrm_replay.c
136
diff = x->replay.seq - seq;
net/xfrm/xfrm_replay.c
14
u32 seq, seq_hi, bottom;
net/xfrm/xfrm_replay.c
158
u32 diff, seq;
net/xfrm/xfrm_replay.c
172
seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
173
if (seq > x->replay.seq) {
net/xfrm/xfrm_replay.c
174
diff = seq - x->replay.seq;
net/xfrm/xfrm_replay.c
179
x->replay.seq = seq;
net/xfrm/xfrm_replay.c
181
diff = x->replay.seq - seq;
net/xfrm/xfrm_replay.c
196
XFRM_SKB_CB(skb)->seq.output.low = ++replay_esn->oseq;
net/xfrm/xfrm_replay.c
197
XFRM_SKB_CB(skb)->seq.output.hi = 0;
net/xfrm/xfrm_replay.c
20
seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
219
u32 seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
22
bottom = replay_esn->seq - replay_esn->replay_window + 1;
net/xfrm/xfrm_replay.c
220
u32 diff = replay_esn->seq - seq;
net/xfrm/xfrm_replay.c
225
if (unlikely(seq == 0))
net/xfrm/xfrm_replay.c
228
if (likely(seq > replay_esn->seq))
net/xfrm/xfrm_replay.c
236
pos = (replay_esn->seq - 1) % replay_esn->replay_window;
net/xfrm/xfrm_replay.c
24
if (likely(replay_esn->seq >= replay_esn->replay_window - 1)) {
net/xfrm/xfrm_replay.c
26
if (unlikely(seq < bottom))
net/xfrm/xfrm_replay.c
262
u32 seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
268
pos = (replay_esn->seq - 1) % replay_esn->replay_window;
net/xfrm/xfrm_replay.c
270
if (seq > replay_esn->seq) {
net/xfrm/xfrm_replay.c
271
diff = seq - replay_esn->seq;
net/xfrm/xfrm_replay.c
287
replay_esn->seq = seq;
net/xfrm/xfrm_replay.c
289
diff = replay_esn->seq - seq;
net/xfrm/xfrm_replay.c
30
if (unlikely(seq >= bottom))
net/xfrm/xfrm_replay.c
324
((replay_esn->seq - preplay_esn->seq < x->replay_maxdiff) &&
net/xfrm/xfrm_replay.c
377
seq_diff = replay_esn->seq - preplay_esn->seq;
net/xfrm/xfrm_replay.c
379
seq_diff = ~preplay_esn->seq + replay_esn->seq
net/xfrm/xfrm_replay.c
429
XFRM_SKB_CB(skb)->seq.output.low = ++replay_esn->oseq;
net/xfrm/xfrm_replay.c
430
XFRM_SKB_CB(skb)->seq.output.hi = replay_esn->oseq_hi;
net/xfrm/xfrm_replay.c
433
XFRM_SKB_CB(skb)->seq.output.hi = ++replay_esn->oseq_hi;
net/xfrm/xfrm_replay.c
458
u32 seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
460
u32 top = replay_esn->seq;
net/xfrm/xfrm_replay.c
466
if (unlikely(seq == 0 && replay_esn->seq_hi == 0 &&
net/xfrm/xfrm_replay.c
467
(replay_esn->seq < replay_esn->replay_window - 1)))
net/xfrm/xfrm_replay.c
470
diff = top - seq;
net/xfrm/xfrm_replay.c
474
if (likely(seq > top) || seq < bottom)
net/xfrm/xfrm_replay.c
478
if (likely(seq > top && seq < bottom))
net/xfrm/xfrm_replay.c
480
if (seq >= bottom)
net/xfrm/xfrm_replay.c
481
diff = ~seq + top + 1;
net/xfrm/xfrm_replay.c
489
pos = (replay_esn->seq - 1) % replay_esn->replay_window;
net/xfrm/xfrm_replay.c
528
if (unlikely(XFRM_SKB_CB(skb)->seq.input.hi !=
net/xfrm/xfrm_replay.c
557
u32 diff, pos, seq, seq_hi;
net/xfrm/xfrm_replay.c
563
seq = ntohl(net_seq);
net/xfrm/xfrm_replay.c
564
pos = (replay_esn->seq - 1) % replay_esn->replay_window;
net/xfrm/xfrm_replay.c
568
if ((!wrap && seq > replay_esn->seq) || wrap > 0) {
net/xfrm/xfrm_replay.c
570
diff = seq - replay_esn->seq;
net/xfrm/xfrm_replay.c
572
diff = ~replay_esn->seq + seq + 1;
net/xfrm/xfrm_replay.c
588
replay_esn->seq = seq;
net/xfrm/xfrm_replay.c
593
diff = replay_esn->seq - seq;
net/xfrm/xfrm_replay.c
624
XFRM_SKB_CB(skb)->seq.output.low = ++oseq;
net/xfrm/xfrm_replay.c
625
xo->seq.low = oseq;
net/xfrm/xfrm_replay.c
627
XFRM_SKB_CB(skb)->seq.output.low = oseq + 1;
net/xfrm/xfrm_replay.c
628
xo->seq.low = oseq + 1;
net/xfrm/xfrm_replay.c
632
XFRM_SKB_CB(skb)->seq.output.hi = 0;
net/xfrm/xfrm_replay.c
633
xo->seq.hi = 0;
net/xfrm/xfrm_replay.c
664
XFRM_SKB_CB(skb)->seq.output.low = ++oseq;
net/xfrm/xfrm_replay.c
665
xo->seq.low = oseq;
net/xfrm/xfrm_replay.c
667
XFRM_SKB_CB(skb)->seq.output.low = oseq + 1;
net/xfrm/xfrm_replay.c
668
xo->seq.low = oseq + 1;
net/xfrm/xfrm_replay.c
672
XFRM_SKB_CB(skb)->seq.output.hi = 0;
net/xfrm/xfrm_replay.c
673
xo->seq.hi = 0;
net/xfrm/xfrm_replay.c
68
((x->replay.seq - x->preplay.seq < x->replay_maxdiff) &&
net/xfrm/xfrm_replay.c
705
XFRM_SKB_CB(skb)->seq.output.low = ++oseq;
net/xfrm/xfrm_replay.c
706
XFRM_SKB_CB(skb)->seq.output.hi = oseq_hi;
net/xfrm/xfrm_replay.c
707
xo->seq.low = oseq;
net/xfrm/xfrm_replay.c
708
xo->seq.hi = oseq_hi;
net/xfrm/xfrm_replay.c
710
XFRM_SKB_CB(skb)->seq.output.low = oseq + 1;
net/xfrm/xfrm_replay.c
711
XFRM_SKB_CB(skb)->seq.output.hi = oseq_hi;
net/xfrm/xfrm_replay.c
712
xo->seq.low = oseq + 1;
net/xfrm/xfrm_replay.c
713
xo->seq.hi = oseq_hi;
net/xfrm/xfrm_replay.c
719
if (xo->seq.low < replay_esn->oseq) {
net/xfrm/xfrm_replay.c
720
XFRM_SKB_CB(skb)->seq.output.hi = oseq_hi;
net/xfrm/xfrm_replay.c
721
xo->seq.hi = oseq_hi;
net/xfrm/xfrm_state.c
148
if (x->km.seq) {
net/xfrm/xfrm_state.c
149
h = __xfrm_seq_hash(x->km.seq, nhashmask);
net/xfrm/xfrm_state.c
1579
if (x->km.seq) {
net/xfrm/xfrm_state.c
1580
h = xfrm_seq_hash(net, x->km.seq);
net/xfrm/xfrm_state.c
1745
if (x->km.seq) {
net/xfrm/xfrm_state.c
1746
h = xfrm_seq_hash(net, x->km.seq);
net/xfrm/xfrm_state.c
1885
static struct xfrm_state *__xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq, u32 pcpu_num);
net/xfrm/xfrm_state.c
1910
if (use_spi && x->km.seq) {
net/xfrm/xfrm_state.c
1911
x1 = __xfrm_find_acq_byseq(net, mark, x->km.seq, x->pcpu_num);
net/xfrm/xfrm_state.c
2054
x->km.seq = orig->km.seq;
net/xfrm/xfrm_state.c
2502
static struct xfrm_state *__xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq, u32 pcpu_num)
net/xfrm/xfrm_state.c
2504
unsigned int h = xfrm_seq_hash(net, seq);
net/xfrm/xfrm_state.c
2508
if (x->km.seq == seq &&
net/xfrm/xfrm_state.c
2520
struct xfrm_state *xfrm_find_acq_byseq(struct net *net, u32 mark, u32 seq, u32 pcpu_num)
net/xfrm/xfrm_state.c
2525
x = __xfrm_find_acq_byseq(net, mark, seq, pcpu_num);
net/xfrm/xfrm_state.c
2660
if (walk->seq != 0 && list_empty(&walk->all))
net/xfrm/xfrm_state.c
2676
err = func(state, walk->seq, data);
net/xfrm/xfrm_state.c
2681
walk->seq++;
net/xfrm/xfrm_state.c
2683
if (walk->seq == 0) {
net/xfrm/xfrm_state.c
2700
walk->seq = 0;
net/xfrm/xfrm_state.c
823
if (x->km.seq)
net/xfrm/xfrm_state.c
91
static unsigned int xfrm_seq_hash(struct net *net, u32 seq)
net/xfrm/xfrm_state.c
95
return __xfrm_seq_hash(seq, net->xfrm.state_hmask);
net/xfrm/xfrm_user.c
1053
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
1123
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
1152
p->seq = x->km.seq;
net/xfrm/xfrm_user.c
1553
struct xfrm_state *x, u32 seq)
net/xfrm/xfrm_user.c
1565
info.nlmsg_seq = seq;
net/xfrm/xfrm_user.c
1615
u32 portid, u32 seq, u32 flags)
net/xfrm/xfrm_user.c
1626
nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSPDINFO, sizeof(u32), 0);
net/xfrm/xfrm_user.c
1729
u32 seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
1736
err = build_spdinfo(r_skb, net, sportid, seq, *flags);
net/xfrm/xfrm_user.c
1750
u32 portid, u32 seq, u32 flags)
net/xfrm/xfrm_user.c
1758
nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSADINFO, sizeof(u32), 0);
net/xfrm/xfrm_user.c
1789
u32 seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
1796
err = build_sadinfo(r_skb, net, sportid, seq, *flags);
net/xfrm/xfrm_user.c
185
if (rs->seq || rs->seq_hi) {
net/xfrm/xfrm_user.c
1867
if (p->info.seq) {
net/xfrm/xfrm_user.c
1868
x = xfrm_find_acq_byseq(net, mark, p->info.seq, pcpu_num);
net/xfrm/xfrm_user.c
2277
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
232
if (rs->seq == U32_MAX) {
net/xfrm/xfrm_user.c
239
if (rs->seq == U32_MAX && rs->seq_hi == U32_MAX) {
net/xfrm/xfrm_user.c
2445
int dir, u32 seq)
net/xfrm/xfrm_user.c
2457
info.nlmsg_seq = seq;
net/xfrm/xfrm_user.c
2537
u32 seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
2543
r_nlh = nlmsg_put(r_skb, portid, seq, XFRM_MSG_GETDEFAULT, sizeof(*r_up), 0);
net/xfrm/xfrm_user.c
2632
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
2659
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
2689
nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0);
net/xfrm/xfrm_user.c
2788
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
2847
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
2879
c.seq = nlh->nlmsg_seq;
net/xfrm/xfrm_user.c
3637
nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_FLUSHSA, sizeof(*p), 0);
net/xfrm/xfrm_user.c
3732
nlh = nlmsg_put(skb, c->portid, c->seq, c->event, headlen, 0);
net/xfrm/xfrm_user.c
3806
__u32 seq = xfrm_get_acqseq();
net/xfrm/xfrm_user.c
3823
ua->seq = x->km.seq = seq;
net/xfrm/xfrm_user.c
4008
nlh = nlmsg_put(skb, c->portid, c->seq, c->event, headlen, 0);
net/xfrm/xfrm_user.c
4066
nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_FLUSHPOLICY, 0, 0);
net/xfrm/xfrm_user.c
514
if (replay->seq || replay->bitmap) {
net/xfrm/xfrm_user.c
981
x->km.seq = p->seq;
samples/bpf/xdp_router_ipv4_user.c
255
int sock, seq = 0;
samples/bpf/xdp_router_ipv4_user.c
287
req.nl.nlmsg_seq = ++seq;
samples/bpf/xdp_router_ipv4_user.c
392
int sock, seq = 0;
samples/bpf/xdp_router_ipv4_user.c
422
req.nl.nlmsg_seq = ++seq;
samples/connector/cn_test.c
126
m->seq = cn_test_timer_counter;
samples/connector/cn_test.c
29
msg->seq, msg->ack, msg->len,
samples/connector/cn_test.c
71
msg->seq = 0x123;
samples/connector/ucon.c
172
data->seq = seq++;
samples/connector/ucon.c
226
ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack);
samples/connector/ucon.c
44
static __u32 seq;
samples/connector/ucon.c
57
nlh->nlmsg_seq = seq++;
samples/connector/ucon.c
66
__func__, msg->id.idx, msg->id.val, msg->len, msg->seq, msg->ack);
scripts/kallsyms.c
266
sym->seq = table_cnt;
scripts/kallsyms.c
328
return (int)(sa->seq - sb->seq);
scripts/kallsyms.c
362
table[i]->seq = i;
scripts/kallsyms.c
39
unsigned int seq;
scripts/kallsyms.c
450
(unsigned char)(table[i]->seq >> 16),
scripts/kallsyms.c
451
(unsigned char)(table[i]->seq >> 8),
scripts/kallsyms.c
452
(unsigned char)(table[i]->seq >> 0),
scripts/kallsyms.c
677
return sa->seq - sb->seq;
security/apparmor/apparmorfs.c
1083
static int aa_sfs_seq_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1085
struct aa_sfs_entry *fs_file = seq->private;
security/apparmor/apparmorfs.c
1092
seq_printf(seq, "%s\n", str_yes_no(fs_file->v.boolean));
security/apparmor/apparmorfs.c
1095
seq_printf(seq, "%s\n", fs_file->v.string);
security/apparmor/apparmorfs.c
1098
seq_printf(seq, "%#08lx\n", fs_file->v.u64);
security/apparmor/apparmorfs.c
1156
struct seq_file *seq = (struct seq_file *) file->private_data;
security/apparmor/apparmorfs.c
1157
if (seq)
security/apparmor/apparmorfs.c
1158
aa_put_proxy(seq->private);
security/apparmor/apparmorfs.c
1162
static int seq_profile_name_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1164
struct aa_proxy *proxy = seq->private;
security/apparmor/apparmorfs.c
1167
seq_printf(seq, "%s\n", profile->base.name);
security/apparmor/apparmorfs.c
1173
static int seq_profile_mode_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1175
struct aa_proxy *proxy = seq->private;
security/apparmor/apparmorfs.c
1178
seq_printf(seq, "%s\n", aa_profile_mode_names[profile->mode]);
security/apparmor/apparmorfs.c
1184
static int seq_profile_attach_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1186
struct aa_proxy *proxy = seq->private;
security/apparmor/apparmorfs.c
1190
seq_printf(seq, "%s\n", profile->attach.xmatch_str);
security/apparmor/apparmorfs.c
1192
seq_puts(seq, "<unknown>\n");
security/apparmor/apparmorfs.c
1194
seq_printf(seq, "%s\n", profile->base.name);
security/apparmor/apparmorfs.c
1200
static int seq_profile_hash_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1202
struct aa_proxy *proxy = seq->private;
security/apparmor/apparmorfs.c
1209
seq_printf(seq, "%.2x", profile->hash[i]);
security/apparmor/apparmorfs.c
1210
seq_putc(seq, '\n');
security/apparmor/apparmorfs.c
1242
static int seq_ns_stacked_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1247
seq_printf(seq, "%s\n", str_yes_no(label->size > 1));
security/apparmor/apparmorfs.c
1253
static int seq_ns_nsstacked_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1270
seq_printf(seq, "%s\n", str_yes_no(count > 1));
security/apparmor/apparmorfs.c
1276
static int seq_ns_level_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1281
seq_printf(seq, "%d\n", labels_ns(label)->level);
security/apparmor/apparmorfs.c
1287
static int seq_ns_name_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1290
seq_printf(seq, "%s\n", labels_ns(label)->base.name);
security/apparmor/apparmorfs.c
1296
static int seq_ns_compress_min_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1298
seq_printf(seq, "%d\n", AA_MIN_CLEVEL);
security/apparmor/apparmorfs.c
1302
static int seq_ns_compress_max_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1304
seq_printf(seq, "%d\n", AA_MAX_CLEVEL);
security/apparmor/apparmorfs.c
1353
struct seq_file *seq = (struct seq_file *) file->private_data;
security/apparmor/apparmorfs.c
1355
if (seq)
security/apparmor/apparmorfs.c
1356
aa_put_i_loaddata(seq->private);
security/apparmor/apparmorfs.c
1361
static int seq_rawdata_abi_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1363
struct aa_loaddata *data = seq->private;
security/apparmor/apparmorfs.c
1365
seq_printf(seq, "v%d\n", data->abi);
security/apparmor/apparmorfs.c
1370
static int seq_rawdata_revision_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1372
struct aa_loaddata *data = seq->private;
security/apparmor/apparmorfs.c
1374
seq_printf(seq, "%ld\n", data->revision);
security/apparmor/apparmorfs.c
1379
static int seq_rawdata_hash_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1381
struct aa_loaddata *data = seq->private;
security/apparmor/apparmorfs.c
1386
seq_printf(seq, "%.2x", data->hash[i]);
security/apparmor/apparmorfs.c
1387
seq_putc(seq, '\n');
security/apparmor/apparmorfs.c
1393
static int seq_rawdata_compressed_size_show(struct seq_file *seq, void *v)
security/apparmor/apparmorfs.c
1395
struct aa_loaddata *data = seq->private;
security/apparmor/apparmorfs.c
1397
seq_printf(seq, "%zu\n", data->compressed_size);
security/apparmor/apparmorfs.c
152
static int aafs_show_path(struct seq_file *seq, struct dentry *dentry)
security/apparmor/apparmorfs.c
154
seq_printf(seq, "%s:[%lu]", AAFS_NAME, d_inode(dentry)->i_ino);
security/selinux/selinuxfs.c
1548
static void *sel_avc_stats_seq_start(struct seq_file *seq, loff_t *pos)
security/selinux/selinuxfs.c
1558
static void *sel_avc_stats_seq_next(struct seq_file *seq, void *v, loff_t *pos)
security/selinux/selinuxfs.c
1563
static int sel_avc_stats_seq_show(struct seq_file *seq, void *v)
security/selinux/selinuxfs.c
1568
seq_puts(seq,
security/selinux/selinuxfs.c
1574
seq_printf(seq, "%u %u %u %u %u %u\n", lookups,
security/selinux/selinuxfs.c
1581
static void sel_avc_stats_seq_stop(struct seq_file *seq, void *v)
sound/core/info.c
333
static int snd_info_seq_show(struct seq_file *seq, void *p)
sound/core/info.c
335
struct snd_info_private_data *data = seq->private;
sound/core/info.c
341
data->rbuffer->buffer = (char *)seq; /* XXX hack! */
sound/firewire/amdtp-stream.c
1018
struct seq_desc *seq_descs = s->ctx_data.rx.seq.descs;
sound/firewire/amdtp-stream.c
1019
unsigned int seq_size = s->ctx_data.rx.seq.size;
sound/firewire/amdtp-stream.c
1020
unsigned int seq_pos = s->ctx_data.rx.seq.pos;
sound/firewire/amdtp-stream.c
1029
const struct seq_desc *seq = seq_descs + seq_pos;
sound/firewire/amdtp-stream.c
1033
if (aware_syt && seq->syt_offset != CIP_SYT_NO_INFO)
sound/firewire/amdtp-stream.c
1034
desc->syt = compute_syt(seq->syt_offset, desc->cycle, s->transfer_delay);
sound/firewire/amdtp-stream.c
1038
desc->data_blocks = seq->data_blocks;
sound/firewire/amdtp-stream.c
1057
s->ctx_data.rx.seq.pos = seq_pos;
sound/firewire/amdtp-stream.c
1759
s->ctx_data.rx.seq.descs = kzalloc_objs(*s->ctx_data.rx.seq.descs,
sound/firewire/amdtp-stream.c
1761
if (!s->ctx_data.rx.seq.descs) {
sound/firewire/amdtp-stream.c
1765
s->ctx_data.rx.seq.size = queue_size;
sound/firewire/amdtp-stream.c
1766
s->ctx_data.rx.seq.pos = 0;
sound/firewire/amdtp-stream.c
1839
kfree(s->ctx_data.rx.seq.descs);
sound/firewire/amdtp-stream.c
1931
kfree(s->ctx_data.rx.seq.descs);
sound/firewire/amdtp-stream.h
169
} seq;
sound/hda/codecs/cirrus/cs8409.c
1040
const struct cs8409_cir_param *seq = cs8409_cs42l42_hw_cfg;
sound/hda/codecs/cirrus/cs8409.c
1054
for (; seq->nid; seq++)
sound/hda/codecs/cirrus/cs8409.c
1055
cs8409_vendor_coef_set(codec, seq->cir, seq->coeff);
sound/hda/codecs/cirrus/cs8409.c
1255
const struct cs8409_cir_param *seq = cs8409_cdb35l56_four_hw_cfg;
sound/hda/codecs/cirrus/cs8409.c
1257
for (; seq->nid; seq++)
sound/hda/codecs/cirrus/cs8409.c
1258
cs8409_vendor_coef_set(codec, seq->cir, seq->coeff);
sound/hda/codecs/cirrus/cs8409.c
1440
const struct cs8409_cir_param *seq = dolphin_hw_cfg;
sound/hda/codecs/cirrus/cs8409.c
1454
for (; seq->nid; seq++)
sound/hda/codecs/cirrus/cs8409.c
1455
cs8409_vendor_coef_set(codec, seq->cir, seq->coeff);
sound/hda/codecs/cirrus/cs8409.c
241
static int cs8409_i2c_bulk_read(struct sub_codec *scodec, struct cs8409_i2c_param *seq, int count)
sound/hda/codecs/cirrus/cs8409.c
256
if (cs8409_i2c_set_page(scodec, seq[i].addr))
sound/hda/codecs/cirrus/cs8409.c
259
i2c_reg_data = (seq[i].addr << 8) & 0x0ffff;
sound/hda/codecs/cirrus/cs8409.c
265
seq[i].value = cs8409_vendor_coef_get(codec, CS8409_I2C_QREAD) & 0xff;
sound/hda/codecs/cirrus/cs8409.c
321
static int cs8409_i2c_bulk_write(struct sub_codec *scodec, const struct cs8409_i2c_param *seq,
sound/hda/codecs/cirrus/cs8409.c
337
if (cs8409_i2c_set_page(scodec, seq[i].addr))
sound/hda/codecs/cirrus/cs8409.c
340
i2c_reg_data = ((seq[i].addr << 8) & 0x0ff00) | (seq[i].value & 0x0ff);
sound/hda/codecs/cirrus/cs8409.c
348
if (seq[i].delay)
sound/hda/codecs/cirrus/cs8409.c
349
fsleep(seq[i].delay);
sound/hda/codecs/realtek/alc269.c
1228
const struct hda_alc298_mbxinit *seq;
sound/hda/codecs/realtek/alc269.c
1243
for (seq = dac_init; seq->value_0x23; seq++)
sound/hda/codecs/realtek/alc269.c
1244
alc298_huawei_mbx_stereo_seq(codec, seq, seq == dac_init);
sound/hda/codecs/realtek/alc269.c
1928
const struct alc298_lg_gram_style_seq *seq,
sound/hda/codecs/realtek/alc269.c
1934
alc298_lg_gram_style_coef_write(codec, seq[i].verb,
sound/hda/codecs/realtek/alc269.c
1935
seq[i].idx, seq[i].val);
sound/hda/common/auto_parser.c
147
int seq = get_defcfg_sequence(def_conf);
sound/hda/common/auto_parser.c
148
if (seq != seq_number)
sound/hda/common/auto_parser.c
178
short seq, assoc_line_out;
sound/hda/common/auto_parser.c
226
seq = get_defcfg_sequence(def_conf);
sound/hda/common/auto_parser.c
249
line_out[cfg->line_outs].seq = seq;
sound/hda/common/auto_parser.c
253
seq = get_defcfg_sequence(def_conf);
sound/hda/common/auto_parser.c
262
speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq;
sound/hda/common/auto_parser.c
266
seq = get_defcfg_sequence(def_conf);
sound/hda/common/auto_parser.c
275
hp_out[cfg->hp_outs].seq = (assoc << 4) | seq;
sound/hda/common/auto_parser.c
31
short seq;
sound/hda/common/auto_parser.c
356
if ((hp_out[i].seq & 0x0f) == 0x0f) {
sound/hda/common/auto_parser.c
38
return (int)(a->seq - b->seq);
sound/hda/common/codec.c
88
void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq)
sound/hda/common/codec.c
90
for (; seq->nid; seq++)
sound/hda/common/codec.c
91
snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param);
sound/isa/sb/sb16_csp.c
470
static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size)
sound/isa/sb/sb16_csp.c
474
if (!snd_sbdsp_command(chip, seq[i]))
sound/soc/codecs/cs43130.c
1911
const struct reg_sequence *seq;
sound/soc/codecs/cs43130.c
1918
.seq = hp_en_cal_seq,
sound/soc/codecs/cs43130.c
1923
.seq = hp_dc_ch_l_seq,
sound/soc/codecs/cs43130.c
1928
.seq = hp_ac_ch_l_seq,
sound/soc/codecs/cs43130.c
1933
.seq = hp_dis_cal_seq,
sound/soc/codecs/cs43130.c
1938
.seq = hp_en_cal_seq,
sound/soc/codecs/cs43130.c
1943
.seq = hp_dc_ch_r_seq,
sound/soc/codecs/cs43130.c
1948
.seq = hp_ac_ch_r_seq,
sound/soc/codecs/cs43130.c
1956
.seq = hp_en_cal_seq2,
sound/soc/codecs/cs43130.c
1961
.seq = hp_dc_ch_l_seq2,
sound/soc/codecs/cs43130.c
1966
.seq = hp_ac_ch_l_seq2,
sound/soc/codecs/cs43130.c
1971
.seq = hp_dis_cal_seq2,
sound/soc/codecs/cs43130.c
1976
.seq = hp_en_cal_seq2,
sound/soc/codecs/cs43130.c
1981
.seq = hp_dc_ch_r_seq2,
sound/soc/codecs/cs43130.c
1986
.seq = hp_ac_ch_r_seq2,
sound/soc/codecs/cs43130.c
2044
const struct reg_sequence *seq, int seq_size,
sound/soc/codecs/cs43130.c
2065
regmap_multi_reg_write(cs43130->regmap, seq,
sound/soc/codecs/cs43130.c
2167
ret = cs43130_hpload_proc(cs43130, hpload_seq[i].seq,
sound/soc/codecs/tas2764-quirks.h
167
const struct reg_sequence *seq;
sound/soc/codecs/tas2764.c
565
if (!init_seq->seq)
sound/soc/codecs/tas2764.c
571
ret = regmap_multi_reg_write(tas2764->regmap, init_seq->seq,
sound/usb/fcp.c
1030
private->seq = 0;
sound/usb/fcp.c
140
__le16 seq;
sound/usb/fcp.c
151
u16 seq = private->seq++;
sound/usb/fcp.c
155
req->seq = cpu_to_le16(seq);
sound/usb/fcp.c
258
if (req->seq != resp->seq) {
sound/usb/fcp.c
262
le16_to_cpu(req->seq), le16_to_cpu(resp->seq));
sound/usb/fcp.c
99
u16 seq;
sound/usb/mixer_scarlett2.c
2333
__le16 seq;
sound/usb/mixer_scarlett2.c
2344
u16 seq = private->scarlett2_seq++;
sound/usb/mixer_scarlett2.c
2348
req->seq = cpu_to_le16(seq);
sound/usb/mixer_scarlett2.c
2457
(resp->seq != req->seq &&
sound/usb/mixer_scarlett2.c
2458
(le16_to_cpu(req->seq) != 1 || resp->seq != 0)) ||
sound/usb/mixer_scarlett2.c
2469
le16_to_cpu(req->seq), le16_to_cpu(resp->seq),
sound/usb/quirks.c
832
static const u8 seq[] = { 0x4e, 0x73, 0x52, 0x01 };
sound/usb/quirks.c
837
buf = kmemdup(seq, ARRAY_SIZE(seq), GFP_KERNEL);
sound/usb/quirks.c
841
ARRAY_SIZE(seq), &actual_length, 1000);
tools/bpf/bpftool/net.c
152
static int netlink_recv(int sock, __u32 nl_pid, __u32 seq,
tools/bpf/bpftool/net.c
179
if (nh->nlmsg_seq != seq) {
tools/bpf/bpftool/net.c
242
int seq = time(NULL);
tools/bpf/bpftool/net.c
244
req.nlh.nlmsg_seq = seq;
tools/bpf/bpftool/net.c
248
return netlink_recv(sock, nl_pid, seq, __dump_class_nlmsg,
tools/bpf/bpftool/net.c
281
int seq = time(NULL);
tools/bpf/bpftool/net.c
283
req.nlh.nlmsg_seq = seq;
tools/bpf/bpftool/net.c
287
return netlink_recv(sock, nl_pid, seq, __dump_qdisc_nlmsg,
tools/bpf/bpftool/net.c
321
int seq = time(NULL);
tools/bpf/bpftool/net.c
323
req.nlh.nlmsg_seq = seq;
tools/bpf/bpftool/net.c
327
return netlink_recv(sock, nl_pid, seq, __dump_filter_nlmsg,
tools/bpf/bpftool/net.c
358
int seq = time(NULL);
tools/bpf/bpftool/net.c
360
req.nlh.nlmsg_seq = seq;
tools/bpf/bpftool/net.c
364
return netlink_recv(sock, nl_pid, seq, __dump_link_nlmsg,
tools/bpf/bpftool/skeleton/pid_iter.bpf.c
119
bpf_seq_write(ctx->meta->seq, &e, sizeof(e));
tools/include/uapi/linux/tcp.h
28
__be32 seq;
tools/lib/bpf/bpf_helpers.h
255
#define BPF_SEQ_PRINTF(seq, fmt, args...) \
tools/lib/bpf/bpf_helpers.h
265
bpf_seq_printf(seq, ___fmt, sizeof(___fmt), \
tools/lib/bpf/netlink.c
132
static int libbpf_netlink_recv(int sock, __u32 nl_pid, int seq,
tools/lib/bpf/netlink.c
180
if (nh->nlmsg_seq != seq) {
tools/lib/perf/mmap.c
483
u32 seq, idx, time_mult = 0, time_shift = 0;
tools/lib/perf/mmap.c
490
seq = READ_ONCE(pc->lock);
tools/lib/perf/mmap.c
521
} while (READ_ONCE(pc->lock) != seq);
tools/net/ynl/lib/ynl.c
480
nlh->nlmsg_seq = ++ys->seq;
tools/net/ynl/lib/ynl.c
787
ys->seq = random();
tools/net/ynl/lib/ynl.h
69
__u32 seq;
tools/perf/builtin-kmem.c
762
struct trace_seq seq;
tools/perf/builtin-kmem.c
775
trace_seq_init(&seq);
tools/perf/builtin-kmem.c
778
tep_print_event(tp_format->tep, &seq, &record, "%s", TEP_PRINT_INFO);
tools/perf/builtin-kmem.c
780
str = strtok_r(seq.buffer, " ", &pos);
tools/perf/builtin-kmem.c
804
trace_seq_destroy(&seq);
tools/perf/builtin-lock.c
1090
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
1091
if (!seq)
tools/perf/builtin-lock.c
1094
switch (seq->state) {
tools/perf/builtin-lock.c
1113
list_del_init(&seq->list);
tools/perf/builtin-lock.c
1114
free(seq);
tools/perf/builtin-lock.c
1121
if (seq->state != SEQ_STATE_CONTENDED) {
tools/perf/builtin-lock.c
1122
seq->state = SEQ_STATE_CONTENDED;
tools/perf/builtin-lock.c
1123
seq->prev_event_time = sample->time;
tools/perf/builtin-lock.c
1135
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
1153
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
1154
if (!seq)
tools/perf/builtin-lock.c
1157
switch (seq->state) {
tools/perf/builtin-lock.c
1161
contended_term = sample->time - seq->prev_event_time;
tools/perf/builtin-lock.c
1177
list_del_init(&seq->list);
tools/perf/builtin-lock.c
1178
free(seq);
tools/perf/builtin-lock.c
1185
seq->state = SEQ_STATE_ACQUIRED;
tools/perf/builtin-lock.c
502
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
504
list_for_each_entry(seq, &ts->seq_list, list) {
tools/perf/builtin-lock.c
505
if (seq->addr == addr)
tools/perf/builtin-lock.c
506
return seq;
tools/perf/builtin-lock.c
509
seq = zalloc(sizeof(struct lock_seq_stat));
tools/perf/builtin-lock.c
510
if (!seq) {
tools/perf/builtin-lock.c
514
seq->state = SEQ_STATE_UNINITIALIZED;
tools/perf/builtin-lock.c
515
seq->addr = addr;
tools/perf/builtin-lock.c
517
list_add(&seq->list, &ts->seq_list);
tools/perf/builtin-lock.c
518
return seq;
tools/perf/builtin-lock.c
571
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
590
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
591
if (!seq)
tools/perf/builtin-lock.c
594
switch (seq->state) {
tools/perf/builtin-lock.c
598
seq->state = SEQ_STATE_ACQUIRING;
tools/perf/builtin-lock.c
604
seq->state = SEQ_STATE_READ_ACQUIRED;
tools/perf/builtin-lock.c
605
seq->read_count = 1;
tools/perf/builtin-lock.c
611
seq->read_count++;
tools/perf/builtin-lock.c
627
list_del_init(&seq->list);
tools/perf/builtin-lock.c
628
free(seq);
tools/perf/builtin-lock.c
636
seq->prev_event_time = sample->time;
tools/perf/builtin-lock.c
646
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
665
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
666
if (!seq)
tools/perf/builtin-lock.c
669
switch (seq->state) {
tools/perf/builtin-lock.c
676
contended_term = sample->time - seq->prev_event_time;
tools/perf/builtin-lock.c
691
list_del_init(&seq->list);
tools/perf/builtin-lock.c
692
free(seq);
tools/perf/builtin-lock.c
699
seq->state = SEQ_STATE_ACQUIRED;
tools/perf/builtin-lock.c
702
seq->prev_event_time = sample->time;
tools/perf/builtin-lock.c
712
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
730
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
731
if (!seq)
tools/perf/builtin-lock.c
734
switch (seq->state) {
tools/perf/builtin-lock.c
749
list_del_init(&seq->list);
tools/perf/builtin-lock.c
750
free(seq);
tools/perf/builtin-lock.c
757
seq->state = SEQ_STATE_CONTENDED;
tools/perf/builtin-lock.c
760
seq->prev_event_time = sample->time;
tools/perf/builtin-lock.c
770
struct lock_seq_stat *seq;
tools/perf/builtin-lock.c
788
seq = get_seq(ts, addr);
tools/perf/builtin-lock.c
789
if (!seq)
tools/perf/builtin-lock.c
792
switch (seq->state) {
tools/perf/builtin-lock.c
798
seq->read_count--;
tools/perf/builtin-lock.c
799
BUG_ON(seq->read_count < 0);
tools/perf/builtin-lock.c
800
if (seq->read_count) {
tools/perf/builtin-lock.c
821
list_del_init(&seq->list);
tools/perf/builtin-lock.c
822
free(seq);
tools/perf/builtin-lock.c
971
struct lock_seq_stat *seq;
tools/perf/trace/beauty/include/linux/socket.h
26
extern void socket_seq_show(struct seq_file *seq);
tools/perf/ui/browsers/annotate.c
1048
static int seq;
tools/perf/ui/browsers/annotate.c
1051
seq++, browser->b.nr_entries,
tools/perf/ui/browsers/hists.c
704
static int seq;
tools/perf/ui/browsers/hists.c
708
seq++, browser->b.nr_entries, browser->hists->nr_entries,
tools/perf/util/sort.c
1104
struct trace_seq seq;
tools/perf/util/sort.c
1114
trace_seq_init(&seq);
tools/perf/util/sort.c
1118
tep_print_fields(&seq, he->raw_data, he->raw_size, tp_format);
tools/perf/util/sort.c
1120
tep_print_event(tp_format->tep, &seq, &rec, "%s", TEP_PRINT_INFO);
tools/perf/util/sort.c
1127
return realloc(seq.buffer, seq.len + 1);
tools/perf/util/sort.c
3160
struct trace_seq seq;
tools/perf/util/sort.c
3162
trace_seq_init(&seq);
tools/perf/util/sort.c
3163
tep_print_field(&seq, he->raw_data, hde->field);
tools/perf/util/sort.c
3164
str = seq.buffer;
tools/perf/util/tsc.c
46
u32 seq;
tools/perf/util/tsc.c
50
seq = pc->lock;
tools/perf/util/tsc.c
60
if (pc->lock == seq && !(seq & 1))
tools/power/x86/turbostat/turbostat.c
10216
struct pmt_mmio *pmt_add_guid(unsigned int guid, unsigned int seq)
tools/power/x86/turbostat/turbostat.c
10224
while (ret && seq) {
tools/power/x86/turbostat/turbostat.c
10226
--seq;
tools/power/x86/turbostat/turbostat.c
10275
int pmt_add_counter(unsigned int guid, unsigned int seq, const char *name, enum pmt_datatype type,
tools/power/x86/turbostat/turbostat.c
10295
mmio = pmt_add_guid(guid, seq);
tools/power/x86/turbostat/turbostat.c
10298
fprintf(stderr, "%s: failed to map PMT MMIO for guid %x, seq %u\n", __func__, guid, seq);
tools/power/x86/turbostat/turbostat.c
10353
unsigned long seq, offset, mod_num;
tools/power/x86/turbostat/turbostat.c
10361
seq = 0;
tools/power/x86/turbostat/turbostat.c
10377
pmt_add_counter(PMT_CWF_MC1E_GUID, seq, "CPU%c1e", PMT_TYPE_TCORE_CLOCK,
tools/power/x86/turbostat/turbostat.c
10407
++seq;
tools/power/x86/turbostat/turbostat.c
10905
unsigned int seq = 0;
tools/power/x86/turbostat/turbostat.c
10959
++seq;
tools/power/x86/turbostat/turbostat.c
10972
*out_seq = seq;
tools/power/x86/turbostat/turbostat.c
10989
unsigned int seq = 0; /* By default, pick first file in a sequence with a given GUID. */
tools/power/x86/turbostat/turbostat.c
11068
if (sscanf(add_command, "seq=%x", &seq) == 1)
tools/power/x86/turbostat/turbostat.c
11162
if (pmt_parse_from_path(direct_path, &guid, &seq)) {
tools/power/x86/turbostat/turbostat.c
11186
pmt_add_counter(guid, seq, name, type, lsb, msb, offset, scope, format, domain_id, PMT_OPEN_REQUIRED);
tools/sched_ext/scx_central.c
126
printf("[SEQ %llu]\n", seq++);
tools/sched_ext/scx_central.c
50
__u64 seq = 0, ecode;
tools/sched_ext/scx_flatcg.c
136
unsigned long seq = 0;
tools/sched_ext/scx_flatcg.c
203
seq++, cpu_util * 100.0, skel->data->hweight_gen);
tools/sched_ext/scx_pair.c
159
printf("[SEQ %llu]\n", seq++);
tools/sched_ext/scx_pair.c
49
__u64 seq = 0, ecode;
tools/sched_ext/scx_sdt.h
92
int seq;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
250
int seq;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
258
seq = (long)arg;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
259
notify = &ctx.notify[seq / 2];
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
260
if (seq & 1)
tools/testing/selftests/bpf/netlink_helpers.c
160
unsigned int seq = 0;
tools/testing/selftests/bpf/netlink_helpers.c
167
h->nlmsg_seq = seq = ++rtnl->seq;
tools/testing/selftests/bpf/netlink_helpers.c
209
h->nlmsg_seq > seq || h->nlmsg_seq < seq - iovlen) {
tools/testing/selftests/bpf/netlink_helpers.c
77
rth->seq = time(NULL);
tools/testing/selftests/bpf/netlink_helpers.h
13
__u32 seq;
tools/testing/selftests/bpf/prog_tests/ringbuf.c
28
int seq;
tools/testing/selftests/bpf/prog_tests/ringbuf.c
453
switch (s->seq) {
tools/testing/selftests/bpf/prog_tests/ringbuf.c
491
ASSERT_EQ(skel_map_key->bss->seq, 1, "skel_map_key->bss->seq");
tools/testing/selftests/bpf/prog_tests/ringbuf.c
51
switch (s->seq) {
tools/testing/selftests/bpf/prog_tests/ringbuf_multi.c
11
int seq;
tools/testing/selftests/bpf/prog_tests/ringbuf_multi.c
21
switch (s->seq) {
tools/testing/selftests/bpf/prog_tests/ringbuf_multi.c
34
s->seq, s->value);
tools/testing/selftests/bpf/prog_tests/user_ringbuf.c
47
entry->seq = i;
tools/testing/selftests/bpf/progs/bpf_iter_bpf_array_map.c
35
bpf_seq_write(ctx->meta->seq, key, sizeof(__u32));
tools/testing/selftests/bpf/progs/bpf_iter_bpf_array_map.c
36
bpf_seq_write(ctx->meta->seq, val, sizeof(__u64));
tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c
103
BPF_SEQ_PRINTF(seq, "map dump starts\n");
tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c
106
BPF_SEQ_PRINTF(seq, "map dump ends\n");
tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c
110
BPF_SEQ_PRINTF(seq, "%d: (%x %d %x) (%llx)\n", map->id,
tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c
120
BPF_SEQ_PRINTF(ctx->meta->seq, "map dump starts\n");
tools/testing/selftests/bpf/progs/bpf_iter_bpf_hash_map.c
45
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_bpf_link.c
11
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_bpf_link.c
19
bpf_seq_write(seq, &link_id, sizeof(link_id));
tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
11
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
16
BPF_SEQ_PRINTF(seq, " %%%%%% END %%%%%%\n");
tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
21
BPF_SEQ_PRINTF(seq, " id refcnt usercnt locked_vm\n");
tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
23
BPF_SEQ_PRINTF(seq, "%8u %8ld %8ld %10lu\n", map->id, map->refcnt.counter,
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
14
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
32
BPF_SEQ_PRINTF(seq, "%pi6 %02x ", &rt->fib6_dst.addr, rt->fib6_dst.plen);
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
35
BPF_SEQ_PRINTF(seq, "%pi6 %02x ", &rt->fib6_src.addr,
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
38
BPF_SEQ_PRINTF(seq, "00000000000000000000000000000000 00 ");
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
42
BPF_SEQ_PRINTF(seq, "%pi6 ", &fib6_nh->fib_nh_gw6);
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
44
BPF_SEQ_PRINTF(seq, "00000000000000000000000000000000 ");
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
49
BPF_SEQ_PRINTF(seq, "%08x %08x %08x %08x %8s\n", rt->fib6_metric,
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
52
BPF_SEQ_PRINTF(seq, "%08x %08x %08x %08x\n", rt->fib6_metric,
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
31
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
41
BPF_SEQ_PRINTF(seq, "ADDR TYPE NAME MODULE_NAME KIND MAX_SIZE\n");
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
45
BPF_SEQ_PRINTF(seq, "0x%x\n", iter->value - last_sym_value);
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
47
BPF_SEQ_PRINTF(seq, "\n");
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
57
BPF_SEQ_PRINTF(seq, "0x%llx %c %s [ %s ] ",
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
60
BPF_SEQ_PRINTF(seq, "0x%llx %c %s ", value, type, iter->name);
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
63
BPF_SEQ_PRINTF(seq, "MOD ");
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
65
BPF_SEQ_PRINTF(seq, "FTRACE_MOD ");
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
67
BPF_SEQ_PRINTF(seq, "BPF ");
tools/testing/selftests/bpf/progs/bpf_iter_ksym.c
69
BPF_SEQ_PRINTF(seq, "KPROBE ");
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
17
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
28
BPF_SEQ_PRINTF(seq, "sk Eth Pid Groups "
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
33
BPF_SEQ_PRINTF(seq, "%pK %-3d ", s, s->sk_protocol);
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
43
BPF_SEQ_PRINTF(seq, "%-10u %08x %-8d %-8d %-5d %-8d ",
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
60
BPF_SEQ_PRINTF(seq, "%-8u %-8lu\n", s->sk_drops.counter, ino);
tools/testing/selftests/bpf/progs/bpf_iter_task_btf.c
18
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_task_btf.c
28
BPF_SEQ_PRINTF(seq, "Raw BTF task\n");
tools/testing/selftests/bpf/progs/bpf_iter_task_btf.c
30
ret = bpf_seq_printf_btf(seq, &ptr, sizeof(ptr), 0);
tools/testing/selftests/bpf/progs/bpf_iter_task_file.c
16
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_task_file.c
26
BPF_SEQ_PRINTF(seq, " tgid gid fd file\n");
tools/testing/selftests/bpf/progs/bpf_iter_task_file.c
37
BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
15
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
27
BPF_SEQ_PRINTF(seq, "pid: %8u num_entries: %8u\n", task->pid,
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
31
BPF_SEQ_PRINTF(seq, "[<0>] %pB\n", (void *)entries[i]);
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
33
BPF_SEQ_PRINTF(seq, "\n");
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
43
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_task_stack.c
66
bpf_seq_write(seq, &entries, buf_sz);
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
29
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
47
BPF_SEQ_PRINTF(seq, "%08llx-%08llx %s ", vma->vm_start, vma->vm_end, perm_str);
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
54
BPF_SEQ_PRINTF(seq, "%08llx ", vma->vm_pgoff << 12);
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
55
BPF_SEQ_PRINTF(seq, "%02x:%02x %u", MAJOR(dev), MINOR(dev),
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
57
BPF_SEQ_PRINTF(seq, "\t%s\n", d_path_buf);
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
59
BPF_SEQ_PRINTF(seq, "%08llx 00:00 0\n", 0ULL);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
100
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
109
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
119
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
126
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
134
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
142
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
149
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
157
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
164
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
169
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
179
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
187
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
194
BPF_SEQ_PRINTF(seq, " tgid gid data\n");
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
196
BPF_SEQ_PRINTF(seq, "%8d %8d %8d\n", task->tgid, task->pid, user_data);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
23
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
28
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
38
BPF_SEQ_PRINTF(seq, " tgid gid\n");
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
40
BPF_SEQ_PRINTF(seq, "%8d %8d\n", task->tgid, task->pid);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
52
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
64
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
74
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
83
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tasks.c
90
BPF_SEQ_PRINTF(seq, "%s\n", info);
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
123
BPF_SEQ_PRINTF(seq, "%4d: %08X:%04X %08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
125
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
134
BPF_SEQ_PRINTF(seq, "%pK %lu %lu %u %u %d\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
147
static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw,
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
161
BPF_SEQ_PRINTF(seq, "%4d: %08X:%04X %08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
164
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
172
static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq,
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
184
BPF_SEQ_PRINTF(seq, "%4d: %08X:%04X %08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
188
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
199
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
211
BPF_SEQ_PRINTF(seq, " sl "
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
222
return dump_tcp_sock(seq, tp, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
226
return dump_tw_sock(seq, tw, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
230
return dump_req_sock(seq, req, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp4.c
74
static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp,
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
123
BPF_SEQ_PRINTF(seq, "%4d: %08X%08X%08X%08X:%04X %08X%08X%08X%08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
129
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
138
BPF_SEQ_PRINTF(seq, "%pK %lu %lu %u %u %d\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
152
static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw,
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
166
BPF_SEQ_PRINTF(seq, "%4d: %08X%08X%08X%08X:%04X %08X%08X%08X%08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
173
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
181
static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq,
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
196
BPF_SEQ_PRINTF(seq, "%4d: %08X%08X%08X%08X:%04X %08X%08X%08X%08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
204
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5d %8d %d %d %pK\n",
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
215
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
227
BPF_SEQ_PRINTF(seq, " sl "
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
238
return dump_tcp6_sock(seq, tp, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
242
return dump_tw_sock(seq, tw, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
246
return dump_req_sock(seq, req, uid, seq_num);
tools/testing/selftests/bpf/progs/bpf_iter_tcp6.c
74
static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp,
tools/testing/selftests/bpf/progs/bpf_iter_test_kern3.c
11
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_test_kern3.c
16
bpf_seq_write(seq, &tgid, sizeof(tgid));
tools/testing/selftests/bpf/progs/bpf_iter_test_kern4.c
18
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_test_kern4.c
49
bpf_seq_write(seq, &seq_num, sizeof(seq_num));
tools/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h
12
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h
17
bpf_seq_write(seq, &c, sizeof(c));
tools/testing/selftests/bpf/progs/bpf_iter_udp4.c
27
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_udp4.c
40
BPF_SEQ_PRINTF(seq,
tools/testing/selftests/bpf/progs/bpf_iter_udp4.c
57
BPF_SEQ_PRINTF(seq, "%5d: %08X:%04X %08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_udp4.c
60
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d %pK %u\n",
tools/testing/selftests/bpf/progs/bpf_iter_udp6.c
34
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_udp6.c
48
BPF_SEQ_PRINTF(seq, IPV6_SEQ_DGRAM_HEADER);
tools/testing/selftests/bpf/progs/bpf_iter_udp6.c
61
BPF_SEQ_PRINTF(seq, "%5d: %08X%08X%08X%08X:%04X %08X%08X%08X%08X:%04X ",
tools/testing/selftests/bpf/progs/bpf_iter_udp6.c
68
BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d %pK %u\n",
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
29
struct seq_file *seq;
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
35
seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
38
BPF_SEQ_PRINTF(seq, "Num RefCount Protocol Flags Type St Inode Path\n");
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
40
BPF_SEQ_PRINTF(seq, "%pK: %08X %08X %08X %04X %02X %8lu",
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
53
BPF_SEQ_PRINTF(seq, " %s", unix_sk->addr->name->sun_path);
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
63
BPF_SEQ_PRINTF(seq, " @");
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
70
BPF_SEQ_PRINTF(seq, "%c",
tools/testing/selftests/bpf/progs/bpf_iter_unix.c
77
BPF_SEQ_PRINTF(seq, "\n");
tools/testing/selftests/bpf/progs/bpf_iter_vma_offset.c
19
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/bpf_iter_vma_offset.c
34
BPF_SEQ_PRINTF(seq, "OK\n");
tools/testing/selftests/bpf/progs/cgroup_hierarchical_stats.c
136
struct seq_file *seq = meta->seq;
tools/testing/selftests/bpf/progs/cgroup_hierarchical_stats.c
149
BPF_SEQ_PRINTF(seq, "cg_id: %llu, attach_counter: 0\n",
tools/testing/selftests/bpf/progs/cgroup_hierarchical_stats.c
152
BPF_SEQ_PRINTF(seq, "cg_id: %llu, attach_counter: %llu\n",
tools/testing/selftests/bpf/progs/cgroup_iter.c
19
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/cgroup_iter.c
24
BPF_SEQ_PRINTF(seq, "epilogue\n");
tools/testing/selftests/bpf/progs/cgroup_iter.c
30
BPF_SEQ_PRINTF(seq, "prologue\n");
tools/testing/selftests/bpf/progs/cgroup_iter.c
32
BPF_SEQ_PRINTF(seq, "%8llu\n", cgroup_id(cgrp));
tools/testing/selftests/bpf/progs/dmabuf_iter.c
34
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/dmabuf_iter.c
58
BPF_SEQ_PRINTF(seq, "%lu\n%llu\n%s\n%s\n", inode, size, name, exporter);
tools/testing/selftests/bpf/progs/dynptr_success.c
20
int seq;
tools/testing/selftests/bpf/progs/iters_css_task.c
58
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/iters_css_task.c
65
BPF_SEQ_PRINTF(seq, "epilogue\n");
tools/testing/selftests/bpf/progs/iters_css_task.c
71
BPF_SEQ_PRINTF(seq, "prologue\n");
tools/testing/selftests/bpf/progs/iters_css_task.c
73
BPF_SEQ_PRINTF(seq, "%8llu\n", cgroup_id(cgrp));
tools/testing/selftests/bpf/progs/kmem_cache_iter.c
41
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/kmem_cache_iter.c
50
BPF_SEQ_PRINTF(seq, "%s: %u\n", s->name, s->size);
tools/testing/selftests/bpf/progs/map_percpu_stats.c
15
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/map_percpu_stats.c
19
BPF_SEQ_PRINTF(seq, "%lld", bpf_map_sum_elem_count(map));
tools/testing/selftests/bpf/progs/sock_iter_batch.c
127
bpf_seq_write(ctx->meta->seq, &idx, sizeof(idx));
tools/testing/selftests/bpf/progs/sock_iter_batch.c
128
bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie));
tools/testing/selftests/bpf/progs/sock_iter_batch.c
67
bpf_seq_write(ctx->meta->seq, &idx, sizeof(idx));
tools/testing/selftests/bpf/progs/sock_iter_batch.c
68
bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie));
tools/testing/selftests/bpf/progs/sock_iter_batch.c
89
bpf_seq_write(ctx->meta->seq, &sock_cookie, sizeof(sock_cookie));
tools/testing/selftests/bpf/progs/test_ringbuf.c
12
int seq;
tools/testing/selftests/bpf/progs/test_ringbuf.c
37
long seq = 0;
tools/testing/selftests/bpf/progs/test_ringbuf.c
58
sample->seq = seq++;
tools/testing/selftests/bpf/progs/test_ringbuf.c
61
if (sample->seq & 1) {
tools/testing/selftests/bpf/progs/test_ringbuf_map_key.c
12
int seq;
tools/testing/selftests/bpf/progs/test_ringbuf_map_key.c
32
long seq = 0;
tools/testing/selftests/bpf/progs/test_ringbuf_map_key.c
50
sample->seq = ++seq;
tools/testing/selftests/bpf/progs/test_ringbuf_map_key.c
67
bpf_map_update_elem(&hash_map, &sample_copy, &sample->seq, BPF_ANY);
tools/testing/selftests/bpf/progs/test_ringbuf_multi.c
11
int seq;
tools/testing/selftests/bpf/progs/test_ringbuf_multi.c
82
sample->seq = total;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
318
u32 seq = bpf_ntohl(ctx->tcp->seq);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
342
second = (u64)seq << 32 | ctx->tcp->source << 16 | ctx->tcp->dest;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
418
ctx->tcp->ack_seq = bpf_htonl(bpf_ntohl(ctx->tcp->seq) + 1);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
419
ctx->tcp->seq = bpf_htonl(ctx->cookie);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
467
u32 seq = bpf_ntohl(ctx->tcp->seq) - 1;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
478
second = (u64)seq << 32 | ctx->tcp->source << 16 | ctx->tcp->dest;
tools/testing/selftests/bpf/progs/test_user_ringbuf.h
30
int seq;
tools/testing/selftests/bpf/progs/user_ringbuf_fail.c
12
int seq;
tools/testing/selftests/bpf/progs/verifier_arena.c
426
struct seq_file *seq = ctx->meta->seq;
tools/testing/selftests/bpf/progs/verifier_arena.c
428
bpf_arena_alloc_pages((void *)seq, NULL, 1, 0, 0);
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c
525
tcp_header->ack_seq = bpf_htonl(bpf_ntohl(tcp_header->seq) + 1);
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c
526
tcp_header->seq = bpf_htonl(cookie);
tools/testing/selftests/bpf/progs/xdping_kern.c
100
__be16 seq;
tools/testing/selftests/bpf/progs/xdping_kern.c
116
if (!pinginfo || pinginfo->seq != icmph->un.echo.sequence)
tools/testing/selftests/bpf/progs/xdping_kern.c
142
seq = bpf_htons(bpf_ntohs(icmph->un.echo.sequence) + 1);
tools/testing/selftests/bpf/progs/xdping_kern.c
143
icmph->un.echo.sequence = seq;
tools/testing/selftests/bpf/progs/xdping_kern.c
147
pinginfo->seq = seq;
tools/testing/selftests/bpf/test_verifier.c
1351
static int null_terminated_insn_len(struct bpf_insn *seq, int max_len)
tools/testing/selftests/bpf/test_verifier.c
1356
if (is_null_insn(&seq[i]))
tools/testing/selftests/bpf/test_verifier.c
1375
static int find_insn_subseq(struct bpf_insn *seq, struct bpf_insn *subseq,
tools/testing/selftests/bpf/test_verifier.c
1387
if (!compare_masked_insn(&seq[i + j], &subseq[j])) {
tools/testing/selftests/bpf/test_verifier.c
1399
static int find_skip_insn_marker(struct bpf_insn *seq, int len)
tools/testing/selftests/bpf/test_verifier.c
1404
if (is_skip_insn(&seq[i]))
tools/testing/selftests/bpf/test_verifier.c
1414
static bool find_all_insn_subseqs(struct bpf_insn *seq, struct bpf_insn *subseqs,
tools/testing/selftests/bpf/test_verifier.c
1422
int subseq_idx = find_insn_subseq(seq, subseqs,
tools/testing/selftests/bpf/test_verifier.c
1427
seq += subseq_idx + cur_subseq_len;
tools/testing/selftests/bpf/xdping.c
221
pinginfo.seq = htons(count);
tools/testing/selftests/bpf/xdping.h
9
__be16 seq;
tools/testing/selftests/connector/proc_filter.c
59
msg->seq = 0;
tools/testing/selftests/drivers/net/gro.c
321
tcph->seq = ntohl(START_SEQ + seq_offset);
tools/testing/selftests/drivers/net/gro.c
594
tcph->seq = ntohl(htonl(tcph->seq) + 1);
tools/testing/selftests/net/ipsec.c
1011
static int xfrm_state_check(int xfrm_sock, uint32_t seq, uint32_t spi,
tools/testing/selftests/net/ipsec.c
1035
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
1074
static int xfrm_set(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1081
err = xfrm_state_add(xfrm_sock, (*seq)++, gen_spi(src), src, dst, desc);
tools/testing/selftests/net/ipsec.c
1087
err = xfrm_state_add(xfrm_sock, (*seq)++, gen_spi(src), dst, src, desc);
tools/testing/selftests/net/ipsec.c
1094
err = xfrm_state_check(xfrm_sock, (*seq)++, gen_spi(src), src, dst, desc);
tools/testing/selftests/net/ipsec.c
1095
err |= xfrm_state_check(xfrm_sock, (*seq)++, gen_spi(src), dst, src, desc);
tools/testing/selftests/net/ipsec.c
1104
static int xfrm_policy_add(int xfrm_sock, uint32_t seq, uint32_t spi,
tools/testing/selftests/net/ipsec.c
1120
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
1160
static int xfrm_prepare(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1164
if (xfrm_policy_add(xfrm_sock, (*seq)++, gen_spi(src), src, dst,
tools/testing/selftests/net/ipsec.c
1170
if (xfrm_policy_add(xfrm_sock, (*seq)++, gen_spi(src), dst, src,
tools/testing/selftests/net/ipsec.c
1179
static int xfrm_policy_del(int xfrm_sock, uint32_t seq,
tools/testing/selftests/net/ipsec.c
1193
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
1211
static int xfrm_cleanup(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1215
if (xfrm_policy_del(xfrm_sock, (*seq)++, src, dst,
tools/testing/selftests/net/ipsec.c
1221
if (xfrm_policy_del(xfrm_sock, (*seq)++, dst, src,
tools/testing/selftests/net/ipsec.c
1230
static int xfrm_state_del(int xfrm_sock, uint32_t seq, uint32_t spi,
tools/testing/selftests/net/ipsec.c
1244
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
1264
static int xfrm_delete(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1268
if (xfrm_state_del(xfrm_sock, (*seq)++, gen_spi(src), src, dst, proto)) {
tools/testing/selftests/net/ipsec.c
1273
if (xfrm_state_del(xfrm_sock, (*seq)++, gen_spi(src), dst, src, proto)) {
tools/testing/selftests/net/ipsec.c
1281
static int xfrm_state_allocspi(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1300
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1333
static int netlink_sock_bind(int *sock, uint32_t *seq, int proto, uint32_t groups)
tools/testing/selftests/net/ipsec.c
1342
if (netlink_sock(sock, seq, proto)) {
tools/testing/selftests/net/ipsec.c
1372
static int xfrm_monitor_acquire(int xfrm_sock, uint32_t *seq, unsigned int nr)
tools/testing/selftests/net/ipsec.c
1393
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1442
static int xfrm_expire_state(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1459
if (xfrm_state_add(xfrm_sock, (*seq)++, gen_spi(src), src, dst, desc)) {
tools/testing/selftests/net/ipsec.c
1471
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1514
static int xfrm_expire_policy(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1533
if (xfrm_policy_add(xfrm_sock, (*seq)++, gen_spi(src), src, dst,
tools/testing/selftests/net/ipsec.c
1546
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1592
static int xfrm_spdinfo_set_thresh(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1612
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1653
static int xfrm_spdinfo_attrs(int xfrm_sock, uint32_t *seq)
tools/testing/selftests/net/ipsec.c
1664
if (xfrm_spdinfo_set_thresh(xfrm_sock, seq, 32, 31, 120, 16, false)) {
tools/testing/selftests/net/ipsec.c
1674
req.nh.nlmsg_seq = (*seq)++;
tools/testing/selftests/net/ipsec.c
1723
if (xfrm_spdinfo_set_thresh(xfrm_sock, seq, 32, 32, 128, 128, false)) {
tools/testing/selftests/net/ipsec.c
1735
if (xfrm_spdinfo_set_thresh(xfrm_sock, seq, 32, 32, 128, 128, true))
tools/testing/selftests/net/ipsec.c
1741
static int child_serv(int xfrm_sock, uint32_t *seq,
tools/testing/selftests/net/ipsec.c
1764
if (xfrm_prepare(xfrm_sock, seq, src, dst, tunsrc, tundst, desc->proto)) {
tools/testing/selftests/net/ipsec.c
1773
if (xfrm_set(xfrm_sock, seq, src, dst, tunsrc, tundst, desc)) {
tools/testing/selftests/net/ipsec.c
1793
if (xfrm_delete(xfrm_sock, seq, src, dst, tunsrc, tundst, desc->proto)) {
tools/testing/selftests/net/ipsec.c
1803
if (xfrm_cleanup(xfrm_sock, seq, src, dst, tunsrc, tundst)) {
tools/testing/selftests/net/ipsec.c
1815
uint32_t seq;
tools/testing/selftests/net/ipsec.c
1820
if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) {
tools/testing/selftests/net/ipsec.c
1849
ret = child_serv(xfrm_sock, &seq, nr,
tools/testing/selftests/net/ipsec.c
1853
ret = xfrm_state_allocspi(xfrm_sock, &seq,
tools/testing/selftests/net/ipsec.c
1857
ret = xfrm_monitor_acquire(xfrm_sock, &seq, nr);
tools/testing/selftests/net/ipsec.c
1860
ret = xfrm_expire_state(xfrm_sock, &seq, nr, &desc);
tools/testing/selftests/net/ipsec.c
1863
ret = xfrm_expire_policy(xfrm_sock, &seq, nr, &desc);
tools/testing/selftests/net/ipsec.c
1866
ret = xfrm_spdinfo_attrs(xfrm_sock, &seq);
tools/testing/selftests/net/ipsec.c
1883
struct test_desc *msg, int xfrm_sock, uint32_t *seq)
tools/testing/selftests/net/ipsec.c
1910
if (xfrm_prepare(xfrm_sock, seq, src, dst, tunsrc, tundst,
tools/testing/selftests/net/ipsec.c
1912
xfrm_cleanup(xfrm_sock, seq, src, dst, tunsrc, tundst);
tools/testing/selftests/net/ipsec.c
1917
if (xfrm_set(xfrm_sock, seq, src, dst, tunsrc, tundst, desc)) {
tools/testing/selftests/net/ipsec.c
1918
xfrm_cleanup(xfrm_sock, seq, src, dst, tunsrc, tundst);
tools/testing/selftests/net/ipsec.c
1923
if (xfrm_delete(xfrm_sock, seq, src, dst, tunsrc, tundst,
tools/testing/selftests/net/ipsec.c
1925
xfrm_cleanup(xfrm_sock, seq, src, dst, tunsrc, tundst);
tools/testing/selftests/net/ipsec.c
1930
if (xfrm_cleanup(xfrm_sock, seq, src, dst, tunsrc, tundst)) {
tools/testing/selftests/net/ipsec.c
1943
uint32_t seq;
tools/testing/selftests/net/ipsec.c
1948
if (netlink_sock(&xfrm_sock, &seq, NETLINK_XFRM)) {
tools/testing/selftests/net/ipsec.c
1955
grand_child_serv(nr, cmd_fd, buf, &msg, xfrm_sock, &seq);
tools/testing/selftests/net/ipsec.c
312
static int veth_add(int sock, uint32_t seq, const char *peera, int ns_a,
tools/testing/selftests/net/ipsec.c
328
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
362
static int ip4_addr_set(int sock, uint32_t seq, const char *intf,
tools/testing/selftests/net/ipsec.c
376
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
404
static int link_set_up(int sock, uint32_t seq, const char *intf)
tools/testing/selftests/net/ipsec.c
416
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
430
static int ip4_route_set(int sock, uint32_t seq, const char *intf,
tools/testing/selftests/net/ipsec.c
444
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/ipsec.c
922
static int xfrm_state_add(int xfrm_sock, uint32_t seq, uint32_t spi,
tools/testing/selftests/net/ipsec.c
936
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/netfilter/audit_logread.c
50
static int seq = 0;
tools/testing/selftests/net/netfilter/audit_logread.c
56
.nlmsg_seq = ++seq,
tools/testing/selftests/net/tcp_ao/icmps-accept.c
190
uint32_t seq;
tools/testing/selftests/net/tcp_ao/icmps-accept.c
214
packet.tcph.seq = htonl(rcv_nxt);
tools/testing/selftests/net/tcp_ao/icmps-accept.c
305
uint32_t seq;
tools/testing/selftests/net/tcp_ao/icmps-accept.c
326
packet.tcph.seq = htonl(rcv_nxt);
tools/testing/selftests/net/tcp_ao/icmps-discard.c
190
uint32_t seq;
tools/testing/selftests/net/tcp_ao/icmps-discard.c
214
packet.tcph.seq = htonl(rcv_nxt);
tools/testing/selftests/net/tcp_ao/icmps-discard.c
305
uint32_t seq;
tools/testing/selftests/net/tcp_ao/icmps-discard.c
326
packet.tcph.seq = htonl(rcv_nxt);
tools/testing/selftests/net/tcp_ao/lib/aolib.h
658
uint32_t seq;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
134
static int __add_veth(int sock, uint32_t seq, const char *name,
tools/testing/selftests/net/tcp_ao/lib/netlink.c
150
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
197
static int __ip_addr_add(int sock, uint32_t seq, const char *intf,
tools/testing/selftests/net/tcp_ao/lib/netlink.c
213
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
245
static int __ip_route_add(int sock, uint32_t seq, const char *intf, int family,
tools/testing/selftests/net/tcp_ao/lib/netlink.c
261
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
308
static int __link_set_up(int sock, uint32_t seq, const char *intf)
tools/testing/selftests/net/tcp_ao/lib/netlink.c
320
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
348
static int __add_vrf(int sock, uint32_t seq, const char *name,
tools/testing/selftests/net/tcp_ao/lib/netlink.c
364
req.nh.nlmsg_seq = seq;
tools/testing/selftests/net/tcp_ao/lib/repair.c
127
static void test_sock_restore_seq(int sk, int queue, uint32_t seq)
tools/testing/selftests/net/tcp_ao/lib/repair.c
132
if (setsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &seq, sizeof(seq)))
tools/testing/selftests/net/tcp_ao/lib/repair.c
178
test_sock_restore_seq(sk, TCP_RECV_QUEUE, state->in.seq - state->inq_len);
tools/testing/selftests/net/tcp_ao/lib/repair.c
179
test_sock_restore_seq(sk, TCP_SEND_QUEUE, state->out.seq - state->outq_len);
tools/testing/selftests/net/tcp_ao/lib/repair.c
51
len = sizeof(q->seq);
tools/testing/selftests/net/tcp_ao/lib/repair.c
52
ret = getsockopt(sk, SOL_TCP, TCP_QUEUE_SEQ, &q->seq, &len);
tools/testing/selftests/net/tcp_ao/lib/repair.c
53
if (ret || len != sizeof(q->seq))
tools/testing/selftests/net/tcp_ao/rst.c
361
img.out.seq += 5; /* 5 is more noticeable in tcpdump than 1 */
tools/testing/selftests/net/tcp_ao/seq-ext.c
34
img->in.seq = new_seq1;
tools/testing/selftests/net/tcp_ao/seq-ext.c
35
img->trw.snd_wl1 = img->in.seq - msg_len;
tools/testing/selftests/net/tcp_ao/seq-ext.c
36
img->out.seq = new_seq2;
tools/testing/selftests/net/tcp_ao/seq-ext.c
37
img->trw.rcv_wup = img->in.seq;
tools/testing/selftests/powerpc/pmu/ebb/trace.c
168
static void trace_print_header(int seq, int prefix)
tools/testing/selftests/powerpc/pmu/ebb/trace.c
170
printf("%*s[%d]: ", prefix, "", seq);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
235
static void trace_print_entry(struct trace_entry *e, int seq, int *prefix)
tools/testing/selftests/powerpc/pmu/ebb/trace.c
239
trace_print_header(seq, *prefix);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
243
trace_print_header(seq, *prefix);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
247
trace_print_header(seq, *prefix);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
251
trace_print_header(seq, *prefix);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
259
trace_print_header(seq, *prefix);
tools/testing/selftests/powerpc/pmu/ebb/trace.c
263
trace_print_header(seq, *prefix);
tools/testing/selftests/ublk/batch.c
582
unsigned char seq = 1;
tools/testing/selftests/ublk/batch.c
586
q_thread_map[j][i] = seq++;
tools/testing/selftests/ublk/stripe.c
15
int seq;
tools/testing/selftests/ublk/stripe.c
156
t->seq + 1,
tools/testing/selftests/ublk/stripe.c
256
unsigned seq = user_data_to_tgt_data(cqe->user_data);
tools/testing/selftests/ublk/stripe.c
259
if (res < s->s[seq].nr_sects << 9) {
tools/testing/selftests/ublk/stripe.c
262
__func__, op, res, s->s[seq].vec->iov_len, tag);
tools/testing/selftests/ublk/stripe.c
86
unsigned seq = (start - unit_off) >> shift;
tools/testing/selftests/ublk/stripe.c
96
this->seq = seq;
tools/testing/selftests/ublk/stripe.c
99
ublk_assert(seq == this->seq);
tools/testing/vma/shared.c
90
int seq = vma->vm_lock_seq;
tools/testing/vma/shared.c
96
return seq > -1;
tools/tracing/rtla/src/osnoise_hist.c
231
struct trace_seq *s = tool->trace.seq;
tools/tracing/rtla/src/osnoise_hist.c
276
trace_seq_printf(trace->seq, "count:");
tools/tracing/rtla/src/osnoise_hist.c
283
trace_seq_printf(trace->seq, "%9d ", data->hist[cpu].count);
tools/tracing/rtla/src/osnoise_hist.c
285
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
288
trace_seq_printf(trace->seq, "min: ");
tools/tracing/rtla/src/osnoise_hist.c
295
trace_seq_printf(trace->seq, "%9llu ", data->hist[cpu].min_sample);
tools/tracing/rtla/src/osnoise_hist.c
298
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
301
trace_seq_printf(trace->seq, "avg: ");
tools/tracing/rtla/src/osnoise_hist.c
309
trace_seq_printf(trace->seq, "%9.2f ",
tools/tracing/rtla/src/osnoise_hist.c
312
trace_seq_printf(trace->seq, " - ");
tools/tracing/rtla/src/osnoise_hist.c
314
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
317
trace_seq_printf(trace->seq, "max: ");
tools/tracing/rtla/src/osnoise_hist.c
324
trace_seq_printf(trace->seq, "%9llu ", data->hist[cpu].max_sample);
tools/tracing/rtla/src/osnoise_hist.c
327
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
328
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
329
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
351
trace_seq_printf(trace->seq, "%-6d",
tools/tracing/rtla/src/osnoise_hist.c
360
trace_seq_printf(trace->seq, "%9d ", data->hist[cpu].samples[bucket]);
tools/tracing/rtla/src/osnoise_hist.c
364
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
370
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
371
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
372
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
380
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
381
trace_seq_printf(trace->seq, "over: 0\ncount: 0\nmin: 0\navg: 0\nmax: 0\n");
tools/tracing/rtla/src/osnoise_hist.c
382
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
383
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
388
trace_seq_printf(trace->seq, "over: ");
tools/tracing/rtla/src/osnoise_hist.c
395
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/osnoise_hist.c
398
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/osnoise_hist.c
399
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/osnoise_hist.c
400
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/osnoise_top.c
131
struct trace_seq *s = top->trace.seq;
tools/tracing/rtla/src/osnoise_top.c
180
static void clear_terminal(struct trace_seq *seq)
tools/tracing/rtla/src/osnoise_top.c
183
trace_seq_printf(seq, "\033c");
tools/tracing/rtla/src/osnoise_top.c
192
struct trace_seq *s = tool->trace.seq;
tools/tracing/rtla/src/osnoise_top.c
242
clear_terminal(trace->seq);
tools/tracing/rtla/src/osnoise_top.c
250
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/osnoise_top.c
251
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
290
struct trace_seq *s = tool->trace.seq;
tools/tracing/rtla/src/timerlat_hist.c
333
static void format_summary_value(struct trace_seq *seq,
tools/tracing/rtla/src/timerlat_hist.c
339
trace_seq_printf(seq, "%9llu ", avg ? val / count : val);
tools/tracing/rtla/src/timerlat_hist.c
341
trace_seq_printf(seq, "%9c ", '-');
tools/tracing/rtla/src/timerlat_hist.c
358
trace_seq_printf(trace->seq, "count:");
tools/tracing/rtla/src/timerlat_hist.c
366
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
370
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
374
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
377
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
380
trace_seq_printf(trace->seq, "min: ");
tools/tracing/rtla/src/timerlat_hist.c
388
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
394
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
400
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
405
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
408
trace_seq_printf(trace->seq, "avg: ");
tools/tracing/rtla/src/timerlat_hist.c
416
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
422
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
428
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
433
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
436
trace_seq_printf(trace->seq, "max: ");
tools/tracing/rtla/src/timerlat_hist.c
444
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
450
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
456
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
461
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
462
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
463
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
507
trace_seq_printf(trace->seq, "ALL: ");
tools/tracing/rtla/src/timerlat_hist.c
510
trace_seq_printf(trace->seq, " IRQ");
tools/tracing/rtla/src/timerlat_hist.c
513
trace_seq_printf(trace->seq, " Thr");
tools/tracing/rtla/src/timerlat_hist.c
516
trace_seq_printf(trace->seq, " Usr");
tools/tracing/rtla/src/timerlat_hist.c
518
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
521
trace_seq_printf(trace->seq, "count:");
tools/tracing/rtla/src/timerlat_hist.c
524
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
528
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
532
trace_seq_printf(trace->seq, "%9llu ",
tools/tracing/rtla/src/timerlat_hist.c
535
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
538
trace_seq_printf(trace->seq, "min: ");
tools/tracing/rtla/src/timerlat_hist.c
541
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
547
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
553
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
558
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
561
trace_seq_printf(trace->seq, "avg: ");
tools/tracing/rtla/src/timerlat_hist.c
564
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
570
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
576
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
581
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
584
trace_seq_printf(trace->seq, "max: ");
tools/tracing/rtla/src/timerlat_hist.c
587
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
593
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
599
format_summary_value(trace->seq,
tools/tracing/rtla/src/timerlat_hist.c
604
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
605
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
606
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
627
trace_seq_printf(trace->seq, "%-6d",
tools/tracing/rtla/src/timerlat_hist.c
637
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
643
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
649
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
656
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
660
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
661
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
662
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
666
trace_seq_printf(trace->seq, "over: ");
tools/tracing/rtla/src/timerlat_hist.c
674
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
678
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
682
trace_seq_printf(trace->seq, "%9d ",
tools/tracing/rtla/src/timerlat_hist.c
685
trace_seq_printf(trace->seq, "\n");
tools/tracing/rtla/src/timerlat_hist.c
686
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/timerlat_hist.c
687
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/timerlat_top.c
261
struct trace_seq *s = top->trace.seq;
tools/tracing/rtla/src/timerlat_top.c
310
struct trace_seq *s = top->trace.seq;
tools/tracing/rtla/src/timerlat_top.c
369
struct trace_seq *s = top->trace.seq;
tools/tracing/rtla/src/timerlat_top.c
430
static void clear_terminal(struct trace_seq *seq)
tools/tracing/rtla/src/timerlat_top.c
433
trace_seq_printf(seq, "\033c");
tools/tracing/rtla/src/timerlat_top.c
455
clear_terminal(trace->seq);
tools/tracing/rtla/src/timerlat_top.c
468
trace_seq_do_printf(trace->seq);
tools/tracing/rtla/src/timerlat_top.c
469
trace_seq_reset(trace->seq);
tools/tracing/rtla/src/trace.c
122
struct trace_seq *s = trace->seq;
tools/tracing/rtla/src/trace.c
170
if (trace->seq) {
tools/tracing/rtla/src/trace.c
171
free(trace->seq);
tools/tracing/rtla/src/trace.c
172
trace->seq = NULL;
tools/tracing/rtla/src/trace.c
194
trace->seq = calloc(1, sizeof(*trace->seq));
tools/tracing/rtla/src/trace.c
195
if (!trace->seq)
tools/tracing/rtla/src/trace.c
198
trace_seq_init(trace->seq);
tools/tracing/rtla/src/trace.h
19
struct trace_seq *seq;
tools/verification/rv/include/trace.h
8
struct trace_seq *seq;
tools/verification/rv/src/in_kernel.c
814
ikm_print_header(inst->seq);
tools/verification/rv/src/trace.c
102
trace_seq_init(trace->seq);
tools/verification/rv/src/trace.c
49
struct trace_seq *s = trace->seq;
tools/verification/rv/src/trace.c
72
if (trace->seq) {
tools/verification/rv/src/trace.c
73
free(trace->seq);
tools/verification/rv/src/trace.c
74
trace->seq = NULL;
tools/verification/rv/src/trace.c
98
trace->seq = calloc(1, sizeof(*trace->seq));
tools/verification/rv/src/trace.c
99
if (!trace->seq)
virt/kvm/eventfd.c
209
unsigned seq;
virt/kvm/eventfd.c
224
seq = read_seqcount_begin(&irqfd->irq_entry_sc);
virt/kvm/eventfd.c
226
} while (read_seqcount_retry(&irqfd->irq_entry_sc, seq));