/Linux-v5.4/arch/parisc/kernel/ |
D | perf_asm.S | 141 blr %r1,%r0 ; branch to 8-instruction sequence 149 ; RDR 0 sequence 161 ; RDR 1 sequence 173 ; RDR 2 read sequence 185 ; RDR 3 read sequence 197 ; RDR 4 read sequence 209 ; RDR 5 read sequence 221 ; RDR 6 read sequence 233 ; RDR 7 read sequence 245 ; RDR 8 read sequence [all …]
|
/Linux-v5.4/drivers/net/arcnet/ |
D | rfc1201.c | 171 in->sequence, soft->split_flag, in rx() 172 soft->sequence); in rx() 173 lp->rfc1201.aborted_seq = soft->sequence; in rx() 179 in->sequence = soft->sequence; in rx() 256 soft->split_flag, in->sequence); in rx() 258 if (in->skb && in->sequence != soft->sequence) { in rx() 260 saddr, in->sequence, soft->sequence, in rx() 273 in->sequence, soft->split_flag, in rx() 274 soft->sequence); in rx() 279 in->sequence = soft->sequence; in rx() [all …]
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-tseq.txt | 9 Initialize / destroy a trace sequence. 35 The _trace_seq_init()_ function initializes the trace sequence _s_. 37 The _trace_seq_destroy()_ function destroys the trace sequence _s_ and frees 40 The _trace_seq_reset()_ function re-initializes the trace sequence _s_. All 43 The _trace_seq_terminate()_ function terminates the trace sequence _s_. It puts 47 sequence _s_. 50 trace sequence _s_. 53 variable arguments _..._ in the trace sequence _s_. 56 list of arguments _args_ in the trace sequence _s_. 58 The _trace_seq_do_printf()_ function prints the buffer of trace sequence _s_ to [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.h | 9 int sequence; member 13 int sequence; member 25 .sequence = 0, in hwsq_stride() 38 .sequence = 0, in hwsq_reg2() 51 .sequence = 0, in hwsq_reg() 69 ram->sequence++; in hwsq_init() 89 if (reg->sequence != ram->sequence) in hwsq_rd32() 99 reg->sequence = ram->sequence; in hwsq_wr32()
|
/Linux-v5.4/include/linux/ |
D | seqlock.h | 49 unsigned sequence; member 62 s->sequence = 0; in __seqcount_init() 92 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)} 113 ret = READ_ONCE(s->sequence); in __read_seqcount_begin() 132 unsigned ret = READ_ONCE(s->sequence); in raw_read_seqcount() 184 unsigned ret = READ_ONCE(s->sequence); in raw_seqcount_begin() 205 return unlikely(s->sequence != start); in __read_seqcount_retry() 228 s->sequence++; in raw_write_seqcount_begin() 235 s->sequence++; in raw_write_seqcount_end() 274 s->sequence++; in raw_write_seqcount_barrier() [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramfuc.h | 10 int sequence; member 14 int sequence; member 26 .sequence = 0, in ramfuc_stride() 38 .sequence = 0, in ramfuc_reg2() 50 .sequence = 0, in ramfuc_reg() 65 ram->sequence++; in ramfuc_init() 85 if (reg->sequence != ram->sequence) in ramfuc_rd32() 95 reg->sequence = ram->sequence; in ramfuc_wr32()
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | mmp.rst | 10 sequence number. If the sequence number is EXT4\_MMP\_SEQ\_CLEAN, the 11 open continues. If the sequence number is EXT4\_MMP\_SEQ\_FSCK, then 14 the sequence number again. If the sequence number has changed, then the 16 code passes all of those checks, a new MMP sequence number is generated 21 the MMP sequence number is re-read; if it does not match the in-memory 22 MMP sequence number, then another node (node B) has mounted the 24 sequence numbers match, the sequence number is incremented both in
|
/Linux-v5.4/security/selinux/ss/ |
D | status.c | 55 status->sequence = 0; in selinux_kernel_status_page() 88 status->sequence++; in selinux_status_update_setenforce() 94 status->sequence++; in selinux_status_update_setenforce() 114 status->sequence++; in selinux_status_update_policyload() 121 status->sequence++; in selinux_status_update_policyload()
|
/Linux-v5.4/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 15 static unsigned long sequence; variable 27 s1 = READ_ONCE(sequence); in do_test() 37 s2 = sequence; in do_test() 87 sequence++; in dscr_default() 97 sequence++; in dscr_default()
|
/Linux-v5.4/lib/xz/ |
D | xz_dec_stream.c | 33 } sequence; member 103 } sequence; member 307 switch (s->index.sequence) { in dec_index() 319 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 334 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 560 switch (s->sequence) { in dec_main() 580 s->sequence = SEQ_BLOCK_START; in dec_main() 596 s->sequence = SEQ_INDEX; in dec_main() 609 s->sequence = SEQ_BLOCK_HEADER; in dec_main() [all …]
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac_tx.h | 42 u16 status, u16 lasttxtime, u16 sequence, u16 phyerr, 44 TP_ARGS(dev, framelen, frameid, status, lasttxtime, sequence, phyerr, 52 __field(u16, sequence) 62 __entry->sequence = sequence; 69 __entry->lasttxtime, __entry->sequence, __entry->phyerr,
|
/Linux-v5.4/include/clocksource/ |
D | hyperv_timer.h | 41 u32 sequence; in hv_read_tsc_page_tsc() local 60 sequence = READ_ONCE(tsc_pg->tsc_sequence); in hv_read_tsc_page_tsc() 61 if (!sequence) in hv_read_tsc_page_tsc() 79 } while (READ_ONCE(tsc_pg->tsc_sequence) != sequence); in hv_read_tsc_page_tsc()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_log_cil.c | 66 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery() 267 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item() 671 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push() 686 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push() 749 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push() 779 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push() 831 if (new_ctx->sequence >= ctx->sequence) in xlog_cil_push() 1016 xc_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil() 1059 xfs_lsn_t sequence) in xlog_cil_force_lsn() argument 1065 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_lsn() [all …]
|
/Linux-v5.4/lib/ |
D | flex_proportions.c | 47 seqcount_init(&p->sequence); in fprop_global_init() 78 write_seqcount_begin(&p->sequence); in fprop_new_period() 84 write_seqcount_end(&p->sequence); in fprop_new_period() 147 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_single() 151 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single() 235 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_percpu() 239 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nvc0_fence.c | 32 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument 39 OUT_RING (chan, sequence); in nvc0_fence_emit32() 48 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument 55 OUT_RING (chan, sequence); in nvc0_fence_sync32()
|
D | nv84_fence.c | 33 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() argument 42 OUT_RING (chan, sequence); in nv84_fence_emit32() 51 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() argument 60 OUT_RING (chan, sequence); in nv84_fence_sync32() 100 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); in nv84_fence_context_del() 126 fctx->base.sequence = nv84_fence_read(chan); in nv84_fence_context_new()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-rc-nuvoton | 6 Reading this file returns the stored CIR wakeup sequence. 9 The same format can be used to store a wakeup sequence 12 Note: Some systems reset the stored wakeup sequence to a 14 wakeup sequence in a file and set it on boot using e.g.
|
/Linux-v5.4/fs/jbd2/ |
D | revoke.c | 105 tid_t sequence; /* Used for recovery only */ member 149 record->sequence = seq; in insert_revoke_hash() 679 tid_t sequence) in jbd2_journal_set_revoke() argument 687 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke() 688 record->sequence = sequence; in jbd2_journal_set_revoke() 691 return insert_revoke_hash(journal, blocknr, sequence); in jbd2_journal_set_revoke() 703 tid_t sequence) in jbd2_journal_test_revoke() argument 710 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
|
/Linux-v5.4/lib/zstd/ |
D | decompress.c | 880 size_t ZSTD_execSequenceLast7(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, cons… in ZSTD_execSequenceLast7() argument 883 BYTE *const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceLast7() 884 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceLast7() 887 const BYTE *const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceLast7() 888 const BYTE *match = oLitEnd - sequence.offset; in ZSTD_execSequenceLast7() 908 if (sequence.offset > (size_t)(oLitEnd - base)) { in ZSTD_execSequenceLast7() 910 if (sequence.offset > (size_t)(oLitEnd - vBase)) in ZSTD_execSequenceLast7() 913 if (match + sequence.matchLength <= dictEnd) { in ZSTD_execSequenceLast7() 914 memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceLast7() 922 sequence.matchLength -= length1; in ZSTD_execSequenceLast7() [all …]
|
/Linux-v5.4/include/trace/events/ |
D | v4l2.h | 123 __field(u32, sequence) 144 __entry->sequence = buf->sequence; 167 __entry->sequence 200 __field(u32, sequence) 221 __entry->sequence = vbuf->sequence; 241 __entry->sequence
|
/Linux-v5.4/drivers/scsi/ |
D | mesh.c | 314 (mr->count_hi << 8) + mr->count_lo, mr->sequence, in mesh_dump_regs() 370 out_8(&mr->sequence, SEQ_RESETMESH); in mesh_init() 394 out_8(&mr->sequence, SEQ_FLUSHFIFO); in mesh_init() 398 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_init() 448 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_start_cmd() 500 out_8(&mr->sequence, SEQ_DISRESEL); in mesh_start_cmd() 513 out_8(&mr->sequence, SEQ_ARBITRATE); in mesh_start_cmd() 527 out_8(&mr->sequence, SEQ_RESETMESH); in mesh_start_cmd() 532 out_8(&mr->sequence, SEQ_ENBRESEL); in mesh_start_cmd() 618 out_8(&ms->mesh->sequence, SEQ_ENBRESEL); in mesh_done() [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | nv40.c | 64 if (nv40pm->sequence != pm->sequence) { in nv40_perfctr_next() 66 nv40pm->sequence = pm->sequence; in nv40_perfctr_next()
|
/Linux-v5.4/arch/s390/kernel/ |
D | lgr.c | 33 char sequence[16]; member 77 cpascii(lgr_info->sequence, si->sequence, sizeof(si->sequence)); in lgr_stsi_1_1_1()
|
/Linux-v5.4/arch/um/drivers/ |
D | vector_transports.c | 32 uint32_t sequence; member 100 uint32_t *sequence; in gre_form_header() local 105 sequence = (uint32_t *)(header + td->sequence_offset); in gre_form_header() 107 *sequence = 0; in gre_form_header() 109 *sequence = cpu_to_be32(++td->sequence); in gre_form_header() 252 td->sequence = 0; in build_gre_transport_data() 283 td->sequence = false; in build_gre_transport_data()
|
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_mpeg2.c | 78 const struct v4l2_mpeg2_sequence *sequence; in cedrus_mpeg2_setup() local 93 sequence = &slice_params->sequence; in cedrus_mpeg2_setup() 151 reg = VE_DEC_MPEG_PICCODEDSIZE_WIDTH(sequence->horizontal_size); in cedrus_mpeg2_setup() 152 reg |= VE_DEC_MPEG_PICCODEDSIZE_HEIGHT(sequence->vertical_size); in cedrus_mpeg2_setup()
|