Home
last modified time | relevance | path

Searched full:sequence (Results 1 – 25 of 2708) sorted by relevance

12345678910>>...109

/Linux-v6.1/arch/parisc/kernel/
Dperf_asm.S141 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-v6.1/crypto/asymmetric_keys/
Dpkcs7.asn11 PKCS7ContentInfo ::= SEQUENCE {
8 SignedData ::= SEQUENCE {
23 ContentInfo ::= SEQUENCE {
32 daSequence SEQUENCE OF DigestAlgorithmIdentifier
35 DigestAlgorithmIdentifier ::= SEQUENCE {
52 Certificates ::= SEQUENCE OF Certificate
56 CertificateList ::= SEQUENCE OF Certificate -- This may be defined incorrectly
58 CRLSequence ::= SEQUENCE OF CertificateList
67 siSequence SEQUENCE OF SignerInfo
70 SignerInfo ::= SEQUENCE {
[all …]
Dx509.asn11 Certificate ::= SEQUENCE {
7 TBSCertificate ::= SEQUENCE {
23 AlgorithmIdentifier ::= SEQUENCE {
28 Name ::= SEQUENCE OF RelativeDistinguishedName
32 AttributeValueAssertion ::= SEQUENCE {
37 Validity ::= SEQUENCE {
47 SubjectPublicKeyInfo ::= SEQUENCE {
54 Extensions ::= SEQUENCE OF Extension
56 Extension ::= SEQUENCE {
/Linux-v6.1/Documentation/locking/
Dseqlock.rst2 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-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-tseq.txt9 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-v6.1/include/linux/netfilter/
Dnf_conntrack_h323_types.h10 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-v6.1/kernel/trace/
Dtrace_seq.c71 * trace_seq_printf - sequence printing of trace information
72 * @s: trace sequence descriptor
75 * The tracer may use either sequence operations or its own
105 * @s: trace sequence descriptor
131 * trace_seq_vprintf - sequence printing of trace information
132 * @s: trace sequence descriptor
135 * The tracer may use either sequence operations or its own
162 * @s: trace sequence descriptor
196 * trace_seq_puts - trace sequence printing of simple string
197 * @s: trace sequence descriptor
[all …]
/Linux-v6.1/Documentation/filesystems/ext4/
Dmmp.rst10 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-v6.1/lib/zstd/compress/
Dzstd_ldm.c375 /* If a split point would generate a sequence overlapping with in ZSTD_ldm_generateSequences_internal()
436 /* Out of sequence storage */ in ZSTD_ldm_generateSequences_internal()
516 * * Try invalidation after the sequence generation and test the in ZSTD_ldm_generateSequences()
519 * NOTE: Because of dictionaries + sequence splitting we MUST make sure in ZSTD_ldm_generateSequences()
520 * that any offset used is valid at the END of the sequence, since it may in ZSTD_ldm_generateSequences()
532 * newly generated sequence, or add the `newLeftoverSize` if none are in ZSTD_ldm_generateSequences()
576 * If the sequence length is longer than remaining then the sequence is split
579 * Returns the current sequence to handle, or if the rest of the block should
580 * be literals, it returns a sequence with offset == 0.
585 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; in maybeSplitSequence() local
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dmodify_return.c13 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-v6.1/kernel/printk/
Dprintk_ringbuffer.h16 u64 seq; /* sequence number */
154 * The first record reserved by a writer is assigned sequence number 0.
167 * descriptor in the array could have a valid sequence number of 0.)
169 * The first time a descriptor is reserved, it is assigned a sequence number
171 * be recognized because it has a sequence number of 0 but does not have an
173 * sequence number of 0.) After the first reservation, all future reservations
174 * (recycling) simply involve incrementing the sequence number by the array
178 * Only the first descriptor in the array is allowed to have the sequence
182 * incrementing the sequence number by the array count when reserving the
183 * first descriptor in the array. In order to satisfy Req3, the sequence
[all …]
/Linux-v6.1/drivers/gpu/drm/vboxvideo/
Dhgsmi_defs.h7 /* 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-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.h9 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-v6.1/net/batman-adv/
Dbitarray.c24 * 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-v6.1/drivers/net/arcnet/
Drfc1201.c171 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-v6.1/drivers/scsi/libfc/
Dfc_exch.c11 * 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-v6.1/include/scsi/fc/
Dfc_fc2.h20 * 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-v6.1/net/netfilter/
Dnf_conntrack_h323_types.c7 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-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramfuc.h10 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-v6.1/include/linux/
Dseqlock.h13 * - Sequence counters with associated locks, (C) 2020 Linutronix GmbH
26 * The seqlock seqcount_t interface does not prescribe a precise sequence of
41 * Sequence counters (seqcount_t)
55 * locking primitives, use a sequence counter with associated lock
58 * If it's desired to automatically handle the sequence counter writer
65 unsigned sequence; member
78 s->sequence = 0; in __seqcount_init()
117 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) }
120 * Sequence counters with associated locks (seqcount_LOCKNAME_t)
122 * A sequence counter which associates the lock used for writer
[all …]
Ddccp.h150 * @dreq_iss: initial sequence number, sent on the first Response (RFC 4340, 7.1)
151 * @dreq_gss: greatest sequence number sent (for retransmitted Responses)
152 * @dreq_isr: initial sequence number received in the first Request
153 * @dreq_gsr: greatest sequence number received (for retransmitted Request(s))
224 * @dccps_swl - sequence number window low
225 * @dccps_swh - sequence number window high
228 * @dccps_iss - initial sequence number sent
229 * @dccps_isr - initial sequence number received
230 * @dccps_osr - first OPEN sequence number received
231 * @dccps_gss - greatest sequence number sent
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Ddev-decoder.rst38 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-v6.1/include/clocksource/
Dhyperv_timer.h41 u32 sequence; in hv_read_tsc_page_tsc() local
56 * the whole sequence as the hypervisor was updating the page in in hv_read_tsc_page_tsc()
60 sequence = READ_ONCE(tsc_pg->tsc_sequence); in hv_read_tsc_page_tsc()
61 if (!sequence) in hv_read_tsc_page_tsc()
64 * Make sure we read sequence before we read other values from in hv_read_tsc_page_tsc()
74 * Make sure we read sequence after we read all other values in hv_read_tsc_page_tsc()
79 } while (READ_ONCE(tsc_pg->tsc_sequence) != sequence); in hv_read_tsc_page_tsc()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_bios.h61 * MIPI Sequence Block definitions
74 MIPI_SEQ_BACKLIGHT_ON, /* sequence block v2+ */
75 MIPI_SEQ_BACKLIGHT_OFF, /* sequence block v2+ */
76 MIPI_SEQ_TEAR_ON, /* sequence block v2+ */
77 MIPI_SEQ_TEAR_OFF, /* sequence block v3+ */
78 MIPI_SEQ_POWER_ON, /* sequence block v3+ */
79 MIPI_SEQ_POWER_OFF, /* sequence block v3+ */
88 MIPI_SEQ_ELEM_I2C, /* sequence block v2+ */
89 MIPI_SEQ_ELEM_SPI, /* sequence block v3+ */
90 MIPI_SEQ_ELEM_PMIC, /* sequence block v3+ */
/Linux-v6.1/fs/xfs/
Dxfs_log_cil.c62 * Check if the current log item was first committed in this sequence.
64 * the recorded commit sequence number.
81 * current sequence, we're in a new checkpoint. in xlog_item_in_current_chkpt()
189 ctx->sequence = ++cil->xc_current_sequence; in xlog_cil_ctx_switch()
209 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
407 * CIL, store the sequence number on the log item so we can in xfs_cil_prepare_item()
412 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
887 * sequence to have the ordered commit record assigned to a physical in xlog_cil_set_ctx_write_state()
899 * Ensure that the order of log writes follows checkpoint sequence order. This
911 xfs_csn_t sequence, in xlog_cil_order_write() argument
[all …]

12345678910>>...109