Home
last modified time | relevance | path

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

12345678910>>...64

/linux/arch/parisc/kernel/
H A 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/crypto/asymmetric_keys/
H A Dpkcs7.asn18 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 …]
H A Dx509.asn18 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 {
H A Dx509_akid.asn19 AuthorityKeyIdentifier ::= SEQUENCE {
19 GeneralNames ::= SEQUENCE OF GeneralName
33 Name ::= SEQUENCE OF RelativeDistinguishedName
37 AttributeValueAssertion ::= SEQUENCE {
42 OtherName ::= SEQUENCE {
47 EDIPartyName ::= SEQUENCE {
/linux/Documentation/filesystems/ext4/
H A 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/include/linux/netfilter/
H A 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/drivers/gpu/drm/vboxvideo/
H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A 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/arch/powerpc/platforms/pseries/
H A Dpapr-phy-attest.c34 * @sequence: In: Sequence number. Out: Next sequence number.
43 u32 sequence; member
59 * attestation command. Only one sequence should be in progress at
60 * any time; starting a new sequence will disrupt any sequence
65 * calls are needed to complete the sequence.
88 params->sequence); in rtas_physical_attestation()
99 params->sequence = rets[0]; in rtas_physical_attestation()
123 * Internal physical-attestation sequence APIs. A physical-attestation
124 * sequence is a series of calls to get ibm,physical-attestation
125 * for a given attestation command. The sequence ends when an error
[all …]
H A Dpapr-rtas-common.c16 * Sequence based RTAS HCALL has to issue multiple times to retrieve
19 * sequence is completed. So data is collected for these calls during
21 * This file provides common functions needed for such sequence based
122 * papr_rtas_run_sequence() - Run a single retrieval sequence.
123 * @seq: Functions of the caller to complete the sequence
159 * sequence is completed.
174 * EAGAIN means the sequence returns error with a -4 (data in papr_rtas_retrieve()
175 * changed and need to start the sequence) status from RTAS calls in papr_rtas_retrieve()
176 * and we should attempt a new sequence. PAPR+ (v2.13 R1–7.3.20–5 in papr_rtas_retrieve()
194 * papr_rtas_setup_file_interface - Complete the sequence and obtain
[all …]
/linux/lib/zstd/compress/
H A Dzstd_ldm.c417 /* If a split point would generate a sequence overlapping with in ZSTD_ldm_generateSequences_internal()
478 /* Out of sequence storage */ in ZSTD_ldm_generateSequences_internal()
573 * * Try invalidation after the sequence generation and test the in ZSTD_ldm_generateSequences()
576 * NOTE: Because of dictionaries + sequence splitting we MUST make sure in ZSTD_ldm_generateSequences()
577 * that any offset used is valid at the END of the sequence, since it may in ZSTD_ldm_generateSequences()
589 * newly generated sequence, or add the `newLeftoverSize` if none are in ZSTD_ldm_generateSequences()
635 * If the sequence length is longer than remaining then the sequence is split
638 * Returns the current sequence to handle, or if the rest of the block should
639 * be literals, it returns a sequence with offset == 0.
644 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; in maybeSplitSequence() local
[all …]
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c723 /* No sequence : section ends immediately */ in ZSTD_decodeSeqHeaders()
830 …* This function is only called in the uncommon case where the sequence is near the end of the blo…
831 * should be fast for a single long sequence, but can be slow for several short sequences.
903 * NOTE: This function needs to be fast for a single long sequence, but doesn't need
909 BYTE* const oend, seq_t sequence, in ZSTD_execSequenceEnd() argument
913 BYTE* const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceEnd()
914 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceEnd()
915 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd()
916 const BYTE* match = oLitEnd - sequence.offset; in ZSTD_execSequenceEnd()
921 …RETURN_ERROR_IF(sequence.litLength > (size_t)(litLimit - *litPtr), corruption_detected, "try to re… in ZSTD_execSequenceEnd()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dmodify_return.c13 static int sequence = 0; variable
23 sequence++; in BPF_PROG()
24 fentry_result = (sequence == 1);
34 sequence++;
36 fmod_ret_result = (sequence == 2 && ret == 0);
46 sequence++; in BPF_PROG()
51 fexit_result = (sequence == 3 && ret == input_retval);
53 fexit_result = (sequence == 3 && ret == 4);
/linux/drivers/md/dm-pcache/
H A Dpcache_internal.h25 * @seq: Sequence number to track metadata updates.
49 * pcache_meta_seq_after - Check if a sequence number is more recent, accounting for overflow.
50 * @seq1: First sequence number.
51 * @seq2: Second sequence number.
54 * difference between them. This approach allows handling sequence number
57 * assumes 8-bit unsigned sequence numbers, where the difference wraps
74 * Finds the latest valid metadata by checking sequence numbers. If a
75 * valid entry with the highest sequence number is found, its pointer
99 /* Update latest if a more recent sequence is found */ in pcache_meta_find_latest()
/linux/include/scsi/fc/
H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A 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/drivers/md/dm-vdo/
H A Drecovery-journal.h34 * 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/drivers/scsi/libfc/
H A 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/net/netfilter/
H A 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/security/selinux/
H A Dstatus.c27 * Typically, application checks status->sequence at the head of access
29 * so please wait for a moment. If it is changed from the last sequence
55 status->sequence = 0; in selinux_kernel_status_page()
87 status->sequence++; in selinux_status_update_setenforce()
93 status->sequence++; in selinux_status_update_setenforce()
112 status->sequence++; in selinux_status_update_policyload()
119 status->sequence++; in selinux_status_update_policyload()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_cccb.h88 * pvr_cccb_cmdseq_can_fit() - Check if a command sequence can fit in the CCCB.
90 * @size: Command sequence size.
93 * * true it the CCCB is big enough to contain a command sequence, or
101 * are able to either queue our command sequence at the end or add a in pvr_cccb_cmdseq_can_fit()
102 * padding command and queue the command sequence at the beginning in pvr_cccb_cmdseq_can_fit()
103 * of the CCCB. If the command sequence size is bigger than half the in pvr_cccb_cmdseq_can_fit()
105 * the FW is done processing it before queueing our command sequence. in pvr_cccb_cmdseq_can_fit()
/linux/include/clocksource/
H A Dhyperv_timer.h48 u32 sequence; in hv_read_tsc_page_tsc() local
63 * the whole sequence as the hypervisor was updating the page in in hv_read_tsc_page_tsc()
67 sequence = READ_ONCE(tsc_pg->tsc_sequence); in hv_read_tsc_page_tsc()
68 if (!sequence) in hv_read_tsc_page_tsc()
71 * Make sure we read sequence before we read other values from in hv_read_tsc_page_tsc()
81 * Make sure we read sequence after we read all other values in hv_read_tsc_page_tsc()
86 } while (READ_ONCE(tsc_pg->tsc_sequence) != sequence); in hv_read_tsc_page_tsc()
/linux/drivers/soc/qcom/
H A Dqcom-pbs.c54 dev_dbg(pbs->dev, "PBS sequence for bit %u executed!\n", bit_pos); in qcom_pbs_wait_for_ack()
59 * qcom_pbs_trigger_event() - Trigger the PBS RAM sequence
63 * This function is used to trigger the PBS RAM sequence to be
66 * The PBS trigger sequence involves
67 * 1. setting the PBS sequence bit in PBS_CLIENT_SCRATCH1
70 * completion of the sequence.
71 * 4. If PBS_CLIENT_SCRATCH2 == 0xFF, the PBS sequence failed to execute
103 /* Clear the PBS sequence bit position */ in qcom_pbs_trigger_event()
109 /* Set the PBS sequence bit position */ in qcom_pbs_trigger_event()
125 /* Clear the PBS sequence bit position */ in qcom_pbs_trigger_event()
/linux/fs/smb/client/
H A Dcifs_spnego_negtokeninit.asn12 [APPLICATION 0] IMPLICIT SEQUENCE {
11 MechTypeList ::= SEQUENCE OF MechType
13 NegHints ::= SEQUENCE {
21 SEQUENCE {
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rc-nuvoton6 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.

12345678910>>...64