Searched refs:sequence (Results 26 - 50 of 393) sorted by relevance

1234567891011>>

/linux-master/include/media/
H A Dv4l2-fh.h38 * @sequence: event sequence number
54 u32 sequence; member in struct:v4l2_fh
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dpm.h17 u32 sequence; member in struct:nvkm_pm
/linux-master/arch/s390/kernel/
H A Dlgr.c33 char sequence[16]; member in struct:lgr_info
77 cpascii(lgr_info->sequence, si->sequence, sizeof(si->sequence));
/linux-master/include/uapi/linux/
H A Dif_arcnet.h62 __be16 sequence; /* sequence number */ member in struct:arc_rfc1201
H A Dicmpv6.h22 __be16 sequence; member in struct:icmp6hdr::__anon3080::icmpv6_echo
66 #define icmp6_sequence icmp6_dataun.u_echo.sequence
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.h35 unsigned int sequence; member in struct:sun6i_isp_capture_state
/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c395 /* If a split point would generate a sequence overlapping with
456 /* Out of sequence storage */
551 * * Try invalidation after the sequence generation and test the
554 * NOTE: Because of dictionaries + sequence splitting we MUST make sure
555 * that any offset used is valid at the END of the sequence, since it may
567 * newly generated sequence, or add the `newLeftoverSize` if none are
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 wit
622 rawSeq sequence = rawSeqStore->seq[rawSeqStore->pos]; local
690 rawSeq const sequence = maybeSplitSequence(rawSeqStore, local
[all...]
/linux-master/include/linux/
H A Dseqlock_types.h24 * locking primitives, use a sequence counter with associated lock
27 * If it's desired to automatically handle the sequence counter writer
34 unsigned sequence; member in struct:seqcount
/linux-master/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)
234 * from the low-order bits of the sequence
229 vdo_get_recovery_journal_block_number(const struct recovery_journal *journal, sequence_number_t sequence) argument
247 vdo_compute_recovery_journal_check_byte(const struct recovery_journal *journal, sequence_number_t sequence) argument
[all...]
/linux-master/fs/jbd2/
H A Drevoke.c105 tid_t sequence; /* Used for recovery only */ member in struct:jbd2_revoke_record_s
149 record->sequence = seq;
685 tid_t sequence)
692 * latest sequence number in the hashed record */
693 if (tid_gt(sequence, record->sequence))
694 record->sequence = sequence;
697 return insert_revoke_hash(journal, blocknr, sequence);
703 * sequence numbe
683 jbd2_journal_set_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) argument
707 jbd2_journal_test_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) argument
[all...]
/linux-master/include/trace/events/
H A Dv4l2.h123 __field(u32, sequence)
144 __entry->sequence = buf->sequence;
151 "userbits = { %u %u %u %u } }, sequence = %u", __entry->minor,
167 __entry->sequence
200 __field(u32, sequence)
221 __entry->sequence = vbuf->sequence;
227 "userbits = { %u %u %u %u } }, sequence = %u", __entry->minor,
241 __entry->sequence
[all...]
/linux-master/drivers/usb/renesas_usbhs/
H A Dfifo.h59 int sequence; member in struct:usbhs_pkt
97 void *buf, int len, int zero, int sequence);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv84_fence.c36 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) argument
47 SEMAPHOREC, sequence,
59 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) argument
70 SEMAPHOREC, sequence,
118 nouveau_bo_wr32(priv->bo, nv84_fence_chid(chan) * 16 / 4, fctx->base.sequence);
144 fctx->base.sequence = nv84_fence_read(chan);
H A Dnv17_fence.c51 value = priv->sequence;
52 priv->sequence += 2;
114 nouveau_bo_wr32(priv->bo, 0, priv->sequence);
/linux-master/fs/xfs/
H A Dxfs_log_cil.c61 * Check if the current log item was first committed in this sequence.
63 * the recorded commit sequence number.
80 * current sequence, we're in a new checkpoint.
194 ctx->sequence = ++cil->xc_current_sequence;
214 log->l_cilp->xc_ctx->sequence = 1;
412 * CIL, store the sequence number on the log item so we can
417 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence;
832 * sequence to have the ordered commit record assigned to a physical
844 * Ensure that the order of log writes follows checkpoint sequence order. This
856 xfs_csn_t sequence,
854 xlog_cil_order_write( struct xfs_cil *cil, xfs_csn_t sequence, enum _record_type record) argument
1659 xlog_cil_force_seq( struct xlog *log, xfs_csn_t sequence) argument
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-meta-cap.c165 buf->vb.sequence = dev->meta_cap_seq_count;
167 buf->vb.sequence /= 2;
171 meta->sof = buf->vb.sequence * 30;
175 if ((buf->vb.sequence % 2) == 0)
192 meta->buf[buf_off + 4] = (buf->vb.sequence * 30) % 1000;
/linux-master/lib/xz/
H A Dxz_dec_lzma2.c226 } sequence; member in struct:lzma2_dec
969 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) {
970 switch (s->lzma2.sequence) {
1018 s->lzma2.sequence = SEQ_UNCOMPRESSED_1;
1043 s->lzma2.sequence = SEQ_COMPRESSED_0;
1052 s->lzma2.sequence = SEQ_UNCOMPRESSED_2;
1058 s->lzma2.sequence = SEQ_COMPRESSED_0;
1064 s->lzma2.sequence = SEQ_COMPRESSED_1;
1070 s->lzma2.sequence = s->lzma2.next_sequence;
1077 s->lzma2.sequence
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c116 if (!pinginfo || pinginfo->seq != icmph->un.echo.sequence)
142 seq = bpf_htons(bpf_ntohs(icmph->un.echo.sequence) + 1);
143 icmph->un.echo.sequence = seq;
/linux-master/drivers/gpu/drm/
H A Ddrm_ioc32.c244 unsigned int sequence; member in struct:drm_wait_vblank_request32
250 unsigned int sequence; member in struct:drm_wait_vblank_reply32
274 req.request.sequence = req32.request.sequence;
279 req32.reply.sequence = req.reply.sequence;
H A Ddrm_vblank.c1036 e->event.vbl.sequence = seq;
1047 e->event.seq.sequence = seq;
1077 * function call or the atomic commit operation. A possible sequence could be:
1091 * commit sequence has run to completion. If the hardware does not have such a
1109 e->sequence = drm_crtc_accurate_vblank_count(crtc) + 1;
1119 * Updates sequence # and timestamp on event for the most recently processed
1385 e->sequence, seq);
1627 e->sequence = req_seq;
1631 vblwait->reply.sequence = seq;
1635 vblwait->reply.sequence
[all...]
/linux-master/arch/um/drivers/
H A Dvector_transports.c32 uint32_t sequence; member in struct:uml_gre_data
100 uint32_t *sequence; local
105 sequence = (uint32_t *)(header + td->sequence_offset);
107 *sequence = 0;
109 *sequence = cpu_to_be32(++td->sequence);
252 td->sequence = 0;
283 td->sequence = false;
284 if (get_uint_param(vp->parsed, "sequence", &temp_int)) {
/linux-master/tools/testing/selftests/kvm/
H A Dsteal_time.c216 uint32_t sequence; member in struct:sta_struct
238 GUEST_ASSERT(!(READ_ONCE(st->sequence) & 1));
246 uint32_t sequence; local
258 sequence = READ_ONCE(st->sequence);
263 GUEST_ASSERT(sequence < READ_ONCE(st->sequence));
295 pr_info(" sequence: %d\n", st->sequence);
/linux-master/drivers/gpu/drm/radeon/
H A Dbtc_dpm.h43 const u32 *sequence, u32 count);
/linux-master/drivers/usb/gadget/function/
H A Duvc_queue.h51 __u32 sequence; member in struct:uvc_video_queue
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.h70 * @sequence: V4L2 buffers sequence number
92 unsigned int sequence; member in struct:xvip_dma

Completed in 411 milliseconds

1234567891011>>