| /linux/arch/parisc/kernel/ |
| H A 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/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.c | 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() 926 ZSTD_safecopy(op, oend_w, *litPtr, sequence.litLength, ZSTD_no_overlap); in ZSTD_execSequenceEnd() 931 if (sequence.offset > (size_t)(oLitEnd - prefixStart)) { in ZSTD_execSequenceEnd() 933 … RETURN_ERROR_IF(sequence.offset > (size_t)(oLitEnd - virtualStart), corruption_detected, ""); in ZSTD_execSequenceEnd() 935 if (match + sequence.matchLength <= dictEnd) { in ZSTD_execSequenceEnd() [all …]
|
| /linux/drivers/net/arcnet/ |
| H A 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/tools/testing/selftests/bpf/progs/ |
| H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A 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/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A 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/Documentation/filesystems/ext4/ |
| H A 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/lib/zstd/compress/ |
| H A D | zstd_ldm.c | 644 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; in maybeSplitSequence() local 645 assert(sequence.offset > 0); in maybeSplitSequence() 647 if (remaining >= sequence.litLength + sequence.matchLength) { in maybeSplitSequence() 649 return sequence; in maybeSplitSequence() 652 if (remaining <= sequence.litLength) { in maybeSplitSequence() 653 sequence.offset = 0; in maybeSplitSequence() 654 } else if (remaining < sequence.litLength + sequence.matchLength) { in maybeSplitSequence() 655 sequence.matchLength = remaining - sequence.litLength; in maybeSplitSequence() 656 if (sequence.matchLength < minMatch) { in maybeSplitSequence() 657 sequence.offset = 0; in maybeSplitSequence() [all …]
|
| /linux/arch/riscv/kernel/ |
| H A D | paravirt.c | 94 __le32 sequence; in pv_time_steal_clock() local 102 sequence = READ_ONCE(st->sequence); in pv_time_steal_clock() 106 } while ((le32_to_cpu(sequence) & 1) || in pv_time_steal_clock() 107 sequence != READ_ONCE(st->sequence)); in pv_time_steal_clock()
|
| /linux/security/selinux/ |
| H A D | status.c | 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/lib/xz/ |
| H A D | xz_dec_stream.c | 32 } sequence; member 102 } sequence; member 306 switch (s->index.sequence) { in dec_index() 318 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 323 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 333 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 559 switch (s->sequence) { in dec_main() 579 s->sequence = SEQ_BLOCK_START; in dec_main() 595 s->sequence = SEQ_INDEX; in dec_main() 608 s->sequence = SEQ_BLOCK_HEADER; in dec_main() [all …]
|
| H A D | xz_dec_lzma2.c | 225 } sequence; member 967 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { in xz_dec_lzma2_run() 968 switch (s->lzma2.sequence) { in xz_dec_lzma2_run() 1016 s->lzma2.sequence = SEQ_UNCOMPRESSED_1; in xz_dec_lzma2_run() 1041 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run() 1050 s->lzma2.sequence = SEQ_UNCOMPRESSED_2; in xz_dec_lzma2_run() 1056 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run() 1062 s->lzma2.sequence = SEQ_COMPRESSED_1; in xz_dec_lzma2_run() 1068 s->lzma2.sequence = s->lzma2.next_sequence; in xz_dec_lzma2_run() 1075 s->lzma2.sequence = SEQ_LZMA_PREPARE; in xz_dec_lzma2_run() [all …]
|
| /linux/include/linux/ |
| H A D | seqlock.h | 48 s->sequence = 0; in __seqcount_init() 87 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } 160 unsigned seq = smp_load_acquire(&s->seqcount.sequence); \ 173 seq = smp_load_acquire(&s->seqcount.sequence); \ 211 return smp_load_acquire(&s->sequence); in __seqprop_sequence() 261 #define seqprop_sequence(s) __seqprop(s, sequence)(s) 391 return unlikely(READ_ONCE(s->sequence) != start); 431 s->sequence++; in do_raw_write_seqcount_begin() 452 s->sequence++; in do_raw_write_seqcount_end() 574 s->sequence++; in do_raw_write_seqcount_barrier() [all …]
|
| /linux/include/clocksource/ |
| H A D | hyperv_timer.h | 48 u32 sequence; in hv_read_tsc_page_tsc() local 67 sequence = READ_ONCE(tsc_pg->tsc_sequence); in hv_read_tsc_page_tsc() 68 if (!sequence) in hv_read_tsc_page_tsc() 86 } while (READ_ONCE(tsc_pg->tsc_sequence) != sequence); in hv_read_tsc_page_tsc()
|
| /linux/Documentation/ABI/testing/ |
| H A 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/fs/jbd2/ |
| H A D | revoke.c | 105 tid_t sequence; /* Used for recovery only */ member 149 record->sequence = seq; in insert_revoke_hash() 685 tid_t sequence) in jbd2_journal_set_revoke() argument 693 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke() 694 record->sequence = sequence; in jbd2_journal_set_revoke() 697 return insert_revoke_hash(journal, blocknr, sequence); in jbd2_journal_set_revoke() 709 tid_t sequence) in jbd2_journal_test_revoke() argument 716 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nvc0_fence.c | 35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument 44 SEMAPHOREC, sequence, in nvc0_fence_emit32() 58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument 67 SEMAPHOREC, sequence, in nvc0_fence_sync32()
|
| H A D | gv100_fence.c | 16 gv100_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_emit32() argument 27 SEM_PAYLOAD_LO, sequence); in gv100_fence_emit32() 47 gv100_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_sync32() argument 58 SEM_PAYLOAD_LO, sequence); in gv100_fence_sync32()
|
| /linux/lib/ |
| H A D | flex_proportions.c | 47 seqcount_init(&p->sequence); in fprop_global_init() 74 write_seqcount_begin(&p->sequence); in fprop_new_period() 80 write_seqcount_end(&p->sequence); in fprop_new_period() 155 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_percpu() 159 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
|
| /linux/include/trace/events/ |
| H A 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/drivers/firewire/ |
| H A D | phy-packet-definitions.h | 212 static inline void phy_packet_self_id_extended_set_sequence(u32 *quadlet, unsigned int sequence) in phy_packet_self_id_extended_set_sequence() argument 215 *quadlet |= (sequence << SELF_ID_EXTENDED_SHIFT) & SELF_ID_EXTENDED_SEQUENCE_MASK; in phy_packet_self_id_extended_set_sequence() 229 unsigned int sequence; in self_id_sequence_enumerator_next() local 237 sequence = 0; in self_id_sequence_enumerator_next() 247 sequence != phy_packet_self_id_extended_get_sequence(quadlet)) in self_id_sequence_enumerator_next() 249 ++sequence; in self_id_sequence_enumerator_next()
|
| /linux/io_uring/ |
| H A D | cancel.h | 41 static inline bool io_cancel_match_sequence(struct io_kiocb *req, int sequence) in io_cancel_match_sequence() 43 if (req->cancel_seq_set && sequence == req->work.cancel_seq) in io_cancel_match_sequence() 47 req->work.cancel_seq = sequence; 35 io_cancel_match_sequence(struct io_kiocb * req,int sequence) io_cancel_match_sequence() argument
|
| /linux/kernel/ |
| H A D | kcov.c | 73 int sequence; member 358 int sequence) in kcov_start() argument 365 t->kcov_sequence = sequence; in kcov_start() 399 kcov->sequence++; in kcov_reset() 526 kcov->sequence = 1; in kcov_open() 614 kcov->sequence); in kcov_ioctl_locked() 857 int sequence; in kcov_remote_start() local 903 sequence = kcov->sequence; in kcov_remote_start() 931 kcov_start(t, kcov, size, area, mode, sequence); in kcov_remote_start() 1010 int sequence; in kcov_remote_stop() local [all …]
|
| /linux/arch/um/drivers/ |
| H A 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/drivers/thunderbolt/ |
| H A D | xdomain.c | 229 u8 sequence, enum tb_xdp_type type, size_t size) in tb_xdp_fill_header() argument 234 length_sn |= (sequence << TB_XDOMAIN_SN_SHIFT) & TB_XDOMAIN_SN_MASK; in tb_xdp_fill_header() 292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response() argument 298 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response() 309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() argument 315 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response() 415 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response() argument 428 tb_xdp_error_response(ctl, xd->route, sequence, in tb_xdp_properties_response() 450 tb_xdp_fill_header(&res->hdr, xd->route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response() 492 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response() argument [all …]
|