/linux-6.12.1/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-6.12.1/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 8 PKCS7ContentInfo ::= SEQUENCE { 15 SignedData ::= SEQUENCE { 30 ContentInfo ::= SEQUENCE { 39 daSequence SEQUENCE OF DigestAlgorithmIdentifier 42 DigestAlgorithmIdentifier ::= SEQUENCE { 59 Certificates ::= SEQUENCE OF Certificate 63 CertificateList ::= SEQUENCE OF Certificate -- This may be defined incorrectly 65 CRLSequence ::= SEQUENCE OF CertificateList 74 siSequence SEQUENCE OF SignerInfo 77 SignerInfo ::= SEQUENCE { [all …]
|
D | x509.asn1 | 8 Certificate ::= SEQUENCE { 14 TBSCertificate ::= SEQUENCE { 30 AlgorithmIdentifier ::= SEQUENCE { 35 Name ::= SEQUENCE OF RelativeDistinguishedName 39 AttributeValueAssertion ::= SEQUENCE { 44 Validity ::= SEQUENCE { 54 SubjectPublicKeyInfo ::= SEQUENCE { 61 Extensions ::= SEQUENCE OF Extension 63 Extension ::= SEQUENCE {
|
D | x509_akid.asn1 | 9 AuthorityKeyIdentifier ::= SEQUENCE { 19 GeneralNames ::= SEQUENCE OF GeneralName 33 Name ::= SEQUENCE OF RelativeDistinguishedName 37 AttributeValueAssertion ::= SEQUENCE { 42 OtherName ::= SEQUENCE { 47 EDIPartyName ::= SEQUENCE {
|
/linux-6.12.1/Documentation/locking/ |
D | seqlock.rst | 2 Sequence counters and sequential locks 8 Sequence counters are a reader-writer consistency mechanism with 14 A data set is consistent when the sequence count at the beginning of the 15 read side critical section is even and the same sequence count value is 17 be copied out inside the read side critical section. If the sequence 21 Writers increment the sequence count at the start and the end of their 22 critical section. After starting the critical section the sequence count 24 the end of the write side critical section the sequence count becomes 27 A sequence counter write side critical section must never be preempted 29 the entire scheduler tick due to the odd sequence count value and the [all …]
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | papr-vpd.c | 30 #define RTAS_IBM_GET_VPD_START_OVER -4 /* VPD changed, restart call sequence. */ 36 * @sequence: In: Sequence number. Out: Next sequence number. 43 u32 sequence; member 58 * sequence should be in progress at any time; starting a new sequence 59 * will disrupt any sequence already in progress. Serialization of VPD 63 * calls are needed to complete the sequence. 84 params->sequence); in rtas_ibm_get_vpd() 98 params->sequence = rets[0]; in rtas_ibm_get_vpd() 207 * Internal VPD sequence APIs. A VPD sequence is a series of calls to 208 * ibm,get-vpd for a given location code. The sequence ends when an [all …]
|
/linux-6.12.1/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 10 typedef struct TransportAddress_ipAddress { /* SEQUENCE */ 15 typedef struct TransportAddress_ip6Address { /* SEQUENCE */ 77 typedef struct DataApplicationCapability { /* SEQUENCE */ 99 typedef struct UnicastAddress_iPAddress { /* SEQUENCE */ 104 typedef struct UnicastAddress_iP6Address { /* SEQUENCE */ 135 typedef struct H2250LogicalChannelParameters { /* SEQUENCE */ 174 typedef struct OpenLogicalChannel_forwardLogicalChannelParameters { /* SEQUENCE */ 199 typedef struct OpenLogicalChannel_reverseLogicalChannelParameters { /* SEQUENCE */ 223 typedef struct NetworkAccessParameters { /* SEQUENCE */ 232 typedef struct OpenLogicalChannel { /* SEQUENCE */ [all …]
|
/linux-6.12.1/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 49 - Sequence number, updated periodically.
|
/linux-6.12.1/kernel/trace/ |
D | trace_seq.c | 68 * trace_seq_printf - sequence printing of trace information 69 * @s: trace sequence descriptor 72 * The tracer may use either sequence operations or its own 102 * @s: trace sequence descriptor 128 * trace_seq_vprintf - sequence printing of trace information 129 * @s: trace sequence descriptor 133 * The tracer may use either sequence operations or its own 160 * @s: trace sequence descriptor 194 * trace_seq_puts - trace sequence printing of simple string 195 * @s: trace sequence descriptor [all …]
|
/linux-6.12.1/kernel/printk/ |
D | printk_ringbuffer.h | 19 u64 seq; /* sequence number */ 171 * The first record reserved by a writer is assigned sequence number 0. 184 * descriptor in the array could have a valid sequence number of 0.) 186 * The first time a descriptor is reserved, it is assigned a sequence number 188 * be recognized because it has a sequence number of 0 but does not have an 190 * sequence number of 0.) After the first reservation, all future reservations 191 * (recycling) simply involve incrementing the sequence number by the array 195 * Only the first descriptor in the array is allowed to have the sequence 199 * incrementing the sequence number by the array count when reserving the 200 * first descriptor in the array. In order to satisfy Req3, the sequence [all …]
|
/linux-6.12.1/drivers/gpu/drm/vboxvideo/ |
D | hgsmi_defs.h | 7 /* Buffer sequence type mask. */ 9 /* Single buffer, not a part of a sequence. */ 11 /* The first buffer in a sequence. */ 13 /* A middle buffer in a sequence. */ 15 /* The last buffer in a sequence. */ 37 /* Must be the same for all buffers in the sequence. */ 39 /* The total size of the sequence. */ 48 /* Must be the same for all buffers in the sequence. */ 50 /* Data offset in the entire sequence. */
|
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_ldm.c | 395 /* If a split point would generate a sequence overlapping with in ZSTD_ldm_generateSequences_internal() 456 /* Out of sequence storage */ in ZSTD_ldm_generateSequences_internal() 551 * * Try invalidation after the sequence generation and test the in ZSTD_ldm_generateSequences() 554 * NOTE: Because of dictionaries + sequence splitting we MUST make sure in ZSTD_ldm_generateSequences() 555 * that any offset used is valid at the END of the sequence, since it may in ZSTD_ldm_generateSequences() 567 * newly generated sequence, or add the `newLeftoverSize` if none are in ZSTD_ldm_generateSequences() 613 * If the sequence length is longer than remaining then the sequence is split 616 * Returns the current sequence to handle, or if the rest of the block should 617 * be literals, it returns a sequence with offset == 0. 622 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; in maybeSplitSequence() local [all …]
|
/linux-6.12.1/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-6.12.1/lib/zstd/decompress/ |
D | zstd_decompress_block.c | 784 …* This function is only called in the uncommon case where the sequence is near the end of the blo… 785 * should be fast for a single long sequence, but can be slow for several short sequences. 857 * NOTE: This function needs to be fast for a single long sequence, but doesn't need 862 BYTE* const oend, seq_t sequence, in ZSTD_execSequenceEnd() argument 866 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceEnd() 867 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceEnd() 868 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd() 869 const BYTE* match = oLitEnd - sequence.offset; in ZSTD_execSequenceEnd() 874 …RETURN_ERROR_IF(sequence.litLength > (size_t)(litLimit - *litPtr), corruption_detected, "try to re… in ZSTD_execSequenceEnd() 879 ZSTD_safecopy(op, oend_w, *litPtr, sequence.litLength, ZSTD_no_overlap); in ZSTD_execSequenceEnd() [all …]
|
/linux-6.12.1/drivers/media/test-drivers/visl/ |
D | visl-dec.c | 290 "sequence:%u timestamp:%lld field:%s", in visl_tpg_fill_sequence() 291 run->dst->sequence, in visl_tpg_fill_sequence() 307 * the sequence number). in visl_tpg_fill_codec_specific() 355 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill() 356 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill() 361 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill() 362 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill() 370 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", line_str); in visl_tpg_fill() 373 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill() 388 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill() [all …]
|
/linux-6.12.1/drivers/net/arcnet/ |
D | rfc1201.c | 172 in->sequence, soft->split_flag, in rx() 173 soft->sequence); in rx() 174 lp->rfc1201.aborted_seq = soft->sequence; in rx() 180 in->sequence = soft->sequence; in rx() 257 soft->split_flag, in->sequence); in rx() 259 if (in->skb && in->sequence != soft->sequence) { in rx() 261 saddr, in->sequence, soft->sequence, in rx() 274 in->sequence, soft->split_flag, in rx() 275 soft->sequence); in rx() 280 in->sequence = soft->sequence; in rx() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | modify_return.c | 13 static int sequence = 0; variable 20 sequence++; in BPF_PROG() 21 fentry_result = (sequence == 1); in BPF_PROG() 29 sequence++; in BPF_PROG() 31 fmod_ret_result = (sequence == 2 && ret == 0); in BPF_PROG() 39 sequence++; in BPF_PROG() 44 fexit_result = (sequence == 3 && ret == input_retval); in BPF_PROG() 46 fexit_result = (sequence == 3 && ret == 4); in BPF_PROG()
|
/linux-6.12.1/net/batman-adv/ |
D | bitarray.c | 24 * batadv_bit_get_packet() - receive and process one packet within the sequence 27 * @seq_bits: pointer to the sequence number receive packet 28 * @seq_num_diff: difference between the current/received sequence number and 29 * the last sequence number 40 /* sequence number is slightly older. We already got a sequence number in batadv_bit_get_packet() 49 /* sequence number is slightly newer, so we shift the window and in batadv_bit_get_packet() 60 /* sequence number is much newer, probably missed a lot of packets */ in batadv_bit_get_packet()
|
/linux-6.12.1/drivers/scsi/libfc/ |
D | fc_exch.c | 11 * Fibre Channel exchange and sequence handling. 40 * fc_exch holds state for one exchange and links to its active sequence. 42 * fc_seq holds the state for an individual sequence. 132 * to have one per CPU. The sequence manager is one per exchange manager 136 * assigned by the Sequence Initiator that shall be unique for a specific 137 * D_ID and S_ID pair while the Sequence is open." Note that it isn't 142 * The exchange and its sequence are freed when the last sequence is received. 154 * Sequence event handling: 162 * The sequence is marked complete. 165 * with exchange and sequence tuple. [all …]
|
/linux-6.12.1/include/scsi/fc/ |
D | fc_fc2.h | 20 * Sequence Status Block. 25 __u8 ssb_seq_id; /* sequence ID */ 30 __be16 ssb_s_stat; /* sequence status flags */ 49 #define SSB_ST_RESP (1 << 15) /* sequence responder */ 50 #define SSB_ST_ACTIVE (1 << 14) /* sequence is active */ 53 #define SSB_ST_REQ_MASK (3 << 10) /* ACK, abort sequence condition */ 61 #define SSB_ST_TIMEOUT (1 << 7) /* sequence timed out by recipient */ 82 __u8 esb_seq_status[8]; /* sequence statuses, 8 bytes each */ 95 #define ESB_ST_SEQ_INIT (1 << 30) /* port holds sequence initiative */ 103 #define ESB_ST_ERRP_SING (1 << 24) /* abort, discard single sequence */
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | recovery-journal.h | 34 * increasing sequence numbers. Three sequence numbers serve to define the active extent of the 63 * sequence number is used, the counter for the corresponding block is incremented. The counter is 127 /* The sequence number for this block */ 221 * vdo_get_recovery_journal_block_number() - Get the physical block number for a given sequence 224 * @sequence: The sequence number of the desired block. 226 * Return: The block number corresponding to the sequence number. 230 sequence_number_t sequence) in vdo_get_recovery_journal_block_number() argument 234 * from the low-order bits of the sequence. in vdo_get_recovery_journal_block_number() 236 return vdo_compute_recovery_journal_block_number(journal->size, sequence); in vdo_get_recovery_journal_block_number() 240 * vdo_compute_recovery_journal_check_byte() - Compute the check byte for a given sequence number. [all …]
|
/linux-6.12.1/net/netfilter/ |
D | nf_conntrack_h323_types.c | 7 static const struct field_t _TransportAddress_ipAddress[] = { /* SEQUENCE */ 13 static const struct field_t _TransportAddress_ipSourceRoute_route[] = { /* SEQUENCE OF */ 22 static const struct field_t _TransportAddress_ipSourceRoute[] = { /* SEQUENCE */ 31 static const struct field_t _TransportAddress_ipxAddress[] = { /* SEQUENCE */ 37 static const struct field_t _TransportAddress_ip6Address[] = { /* SEQUENCE */ 43 static const struct field_t _H221NonStandard[] = { /* SEQUENCE */ 55 static const struct field_t _NonStandardParameter[] = { /* SEQUENCE */ 87 static const struct field_t _Setup_UUIE_sourceAddress[] = { /* SEQUENCE OF */ 91 static const struct field_t _VendorIdentifier[] = { /* SEQUENCE */ 97 static const struct field_t _GatekeeperInfo[] = { /* SEQUENCE */ [all …]
|
/linux-6.12.1/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-6.12.1/Documentation/userspace-api/media/v4l/ |
D | dev-decoder.rst | 38 6. i = [a..b]: sequence of integers from a to b, inclusive, i.e. i = 132 SPS/PPS/IDR sequence (H.264/HEVC); a resume point is required to start decode 150 Sequence Parameter Set; a type of metadata entity in an H.264/HEVC bytestream. 369 initialization sequence completes and the frame is decoded. 389 and continue with the `Capture Setup` sequence. However, it must not 400 5. Continue with the `Capture Setup` sequence. 500 metadata parsed in this initialization sequence, even if more formats 601 :c:func:`VIDIOC_STREAMOFF` on it would abort the sequence and trigger a 703 This state is reached after the `Capture Setup` sequence finishes successfully. 782 before the sequence started. Last of the buffers will have the [all …]
|
/linux-6.12.1/include/linux/ |
D | seqlock.h | 13 * - Sequence counters with associated locks, (C) 2020 Linutronix GmbH 27 * The seqlock seqcount_t interface does not prescribe a precise sequence of 48 s->sequence = 0; in __seqcount_init() 87 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } 90 * Sequence counters with associated locks (seqcount_LOCKNAME_t) 92 * A sequence counter which associates the lock used for writer 105 * typedef seqcount_LOCKNAME_t - sequence counter with LOCKNAME associated 106 * @seqcount: The real sequence counter 109 * A plain sequence counter with external writer synchronization by 110 * LOCKNAME @lock. The lock is associated to the sequence counter in the [all …]
|