Home
last modified time | relevance | path

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

12345678910>>...106

/linux-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/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-5.10/kernel/printk/
Dprintk_ringbuffer.h16 u64 seq; /* sequence number */
153 * The first record reserved by a writer is assigned sequence number 0.
166 * descriptor in the array could have a valid sequence number of 0.)
168 * The first time a descriptor is reserved, it is assigned a sequence number
170 * be recognized because it has a sequence number of 0 but does not have an
172 * sequence number of 0.) After the first reservation, all future reservations
173 * (recycling) simply involve incrementing the sequence number by the array
177 * Only the first descriptor in the array is allowed to have the sequence
181 * incrementing the sequence number by the array count when reserving the
182 * first descriptor in the array. In order to satisfy Req3, the sequence
[all …]
/linux-5.10/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-5.10/fs/xfs/
Dxfs_log_cil.c65 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
261 * CIL, store the sequence number on the log item so we can in xfs_cil_prepare_item()
266 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
629 * If the current sequence is the same as xc_push_seq we need to do a flush. If
630 * xc_push_seq is less than the current sequence, then it has already been
634 * xc_push_seq is checked unlocked against the sequence number for a match.
636 * same sequence twice. If we get a race between multiple pushes for the same
637 * sequence they will block on the first one and then abort, hence avoiding
668 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push_work()
678 * move on to a new sequence number and so we have to be able to push in xlog_cil_push_work()
[all …]
/linux-5.10/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-5.10/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-5.10/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-5.10/drivers/scsi/libfc/
Dfc_exch.c11 * Fibre Channel exchange and sequence handling.
41 * fc_exch holds state for one exchange and links to its active sequence.
43 * fc_seq holds the state for an individual sequence.
133 * to have one per CPU. The sequence manager is one per exchange manager
137 * assigned by the Sequence Initiator that shall be unique for a specific
138 * D_ID and S_ID pair while the Sequence is open." Note that it isn't
143 * The exchange and its sequence are freed when the last sequence is received.
155 * Sequence event handling:
163 * The sequence is marked complete.
166 * with exchange and sequence tuple.
[all …]
/linux-5.10/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-5.10/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-5.10/include/clocksource/
Dhyperv_timer.h42 u32 sequence; in hv_read_tsc_page_tsc() local
57 * the whole sequence as the hypervisor was updating the page in in hv_read_tsc_page_tsc()
61 sequence = READ_ONCE(tsc_pg->tsc_sequence); in hv_read_tsc_page_tsc()
62 if (!sequence) in hv_read_tsc_page_tsc()
65 * Make sure we read sequence before we read other values from in hv_read_tsc_page_tsc()
75 * Make sure we read sequence after we read all other values in hv_read_tsc_page_tsc()
80 } while (READ_ONCE(tsc_pg->tsc_sequence) != sequence); in hv_read_tsc_page_tsc()
/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-decoder.rst38 6. i = [a..b]: sequence of integers from a to b, inclusive, i.e. i =
125 SPS/PPS/IDR sequence (H.264/HEVC); a resume point is required to start decode
143 Sequence Parameter Set; a type of metadata entity in an H.264/HEVC bytestream.
362 initialization sequence completes and the frame is decoded.
382 and continue with the `Capture Setup` sequence. However, it must not
393 5. Continue with the `Capture Setup` sequence.
493 metadata parsed in this initialization sequence, even if more formats
594 :c:func:`VIDIOC_STREAMOFF` on it would abort the sequence and trigger a
696 This state is reached after the `Capture Setup` sequence finishes successfully.
758 before the sequence started. Last of the buffers will have the
[all …]
/linux-5.10/include/linux/
Dseqlock.h13 * - Sequence counters with associated locks, (C) 2020 Linutronix GmbH
27 * The seqlock seqcount_t interface does not prescribe a precise sequence of
42 * Sequence counters (seqcount_t)
56 * locking primitives, use a sequence counter with associated lock
59 * If it's desired to automatically handle the sequence counter writer
66 unsigned sequence; member
79 s->sequence = 0; in __seqcount_init()
118 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) }
121 * Sequence counters with associated locks (seqcount_LOCKNAME_t)
123 * 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-5.10/Documentation/networking/
Dtls-offload.rst100 as well as TLS record sequence number. ``start_offload_tcp_sn`` indicates
101 which TCP sequence number corresponds to the beginning of the record with
102 sequence number from ``crypto_info``. The driver can add its state
111 of the stream will start exactly at the ``start_offload_tcp_sn`` sequence
112 number, simplifying TCP sequence number matching.
116 the expected sequence number and will have kernel record information.
124 so the initial records' TCP sequence number may be anywhere inside the segment.
134 * record metadata (sequence number, processing offset and length)
135 * expected TCP sequence number
159 Both the device and the driver maintain expected TCP sequence numbers
[all …]
/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_bios.h58 * MIPI Sequence Block definitions
71 MIPI_SEQ_BACKLIGHT_ON, /* sequence block v2+ */
72 MIPI_SEQ_BACKLIGHT_OFF, /* sequence block v2+ */
73 MIPI_SEQ_TEAR_ON, /* sequence block v2+ */
74 MIPI_SEQ_TEAR_OFF, /* sequence block v3+ */
75 MIPI_SEQ_POWER_ON, /* sequence block v3+ */
76 MIPI_SEQ_POWER_OFF, /* sequence block v3+ */
85 MIPI_SEQ_ELEM_I2C, /* sequence block v2+ */
86 MIPI_SEQ_ELEM_SPI, /* sequence block v3+ */
87 MIPI_SEQ_ELEM_PMIC, /* sequence block v3+ */

12345678910>>...106