Searched refs:seqno (Results 1 - 25 of 246) sorted by path

12345678910

/linux-master/arch/s390/include/uapi/asm/
H A Dvtoc.h69 __u8 seqno; /* extent sequence number */ member in struct:vtoc_extent
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.h34 int i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno);
35 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_fence.c16 fence->seqno = ++v3d->queue[queue].emit_seqno;
18 v3d->queue[queue].fence_context, fence->seqno);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_fence.c41 return vc4->finished_seqno >= f->seqno;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c104 dprintk(DBGLVL_BUS, " .seqno = %d\n", m->seqno);
393 (msg_tmp.seqno != msg->seqno) || (msg_tmp.size != msg->size)) {
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864.h139 unsigned int seqno; member in struct:tw5864_h264_frame
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drtl8187.h155 u16 seqno; member in struct:rtl8187_priv
/linux-master/include/uapi/drm/
H A Dvc4_drm.h178 /* Returned value of the seqno of this render job (for the
181 __u64 seqno; member in struct:drm_vc4_submit_cl
202 * DRM_VC4_SUBMIT_CL completion using its returned seqno.
208 __u64 seqno; member in struct:drm_vc4_wait_seqno
430 * completed (probably by blocking on the seqno returned by the
/linux-master/include/uapi/linux/
H A Dselinux_netlink.h48 __u32 seqno; member in struct:selnl_msg_policyload
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h29 __be16 seqno; member in struct:hvsi_header
68 atomic_t seqno; /* packet sequence number */ member in struct:hvsi_priv
/linux-master/crypto/
H A Dechainiv.c32 u64 seqno; local
66 seqno = be64_to_cpu(nseqno);
77 a *= seqno;
/linux-master/drivers/acpi/
H A Dacpi_extlog.c97 static atomic_t seqno; local
107 curr_seqno = atomic_inc_return(&seqno);
/linux-master/drivers/acpi/apei/
H A Dghes.c727 static atomic_t seqno; local
738 curr_seqno = atomic_inc_return(&seqno);
/linux-master/drivers/bluetooth/
H A Dbtusb.c3445 __le16 seqno; member in struct:qca_dump_hdr
3504 u16 seqno; local
3542 seqno = le16_to_cpu(dump_hdr->seqno);
3543 if (seqno == 0) {
3579 if ((seqno > btdata->qca_dump.ram_dump_seqno + 1) && (seqno != QCA_LAST_SEQUENCE_NUM)) {
3580 dump_size = QCA_MEMDUMP_PKT_SIZE * (seqno - btdata->qca_dump.ram_dump_seqno - 1);
3583 "expected memdump seqno(%u) is not received(%u)\n",
3584 btdata->qca_dump.ram_dump_seqno, seqno);
[all...]
H A Dhci_bcsp.c232 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq);
353 u8 seqno; local
358 seqno = bcsp->msgq_txseq;
361 if (bcsp->rxack == seqno)
364 seqno = (seqno - 1) & 0x07;
367 if (bcsp->rxack != seqno)
370 BT_DBG("Removing %u pkts out of %u, up to seqno %u",
372 (seqno - 1) & 0x07);
480 BT_DBG("Received seqno
[all...]
/linux-master/drivers/dma-buf/
H A Ddma-fence-array.c151 * @seqno: [in] sequence number to use
167 u64 context, unsigned seqno,
183 context, seqno);
165 dma_fence_array_create(int num_fences, struct dma_fence **fences, u64 context, unsigned seqno, bool signal_on_any) argument
H A Ddma-fence-chain.c80 * dma_fence_chain_find_seqno - find fence chain node by seqno
82 * @seqno: the sequence number to search for
90 int dma_fence_chain_find_seqno(struct dma_fence **pfence, uint64_t seqno) argument
94 if (!seqno)
98 if (!chain || chain->base.seqno < seqno)
103 to_dma_fence_chain(*pfence)->prev_seqno < seqno)
236 * @seqno: the sequence number to use for the fence chain
244 uint64_t seqno)
255 if (prev_chain && __dma_fence_is_later(seqno, pre
241 dma_fence_chain_init(struct dma_fence_chain *chain, struct dma_fence *prev, struct dma_fence *fence, uint64_t seqno) argument
[all...]
H A Ddma-fence.c543 fence->context, fence->seqno)) {
987 fence->ops->get_timeline_name(fence), fence->seqno,
998 * @seqno: a linear increasing sequence number for this context
1004 * context and seqno are used for easy comparison between fences, allowing
1009 spinlock_t *lock, u64 context, u64 seqno)
1019 fence->seqno = seqno;
1008 dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, spinlock_t *lock, u64 context, u64 seqno) argument
H A Dst-dma-fence-chain.c63 u64 seqno)
72 seqno);
280 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n",
281 fence->seqno);
325 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n",
326 fence ? fence->seqno : 0);
362 pr_err("Incorrect fence.seqno:%lld reported by find_seqno(%d:%d)\n",
363 fence->seqno,
61 mock_chain(struct dma_fence *prev, struct dma_fence *fence, u64 seqno) argument
401 int seqno; local
[all...]
H A Dsw_sync.c41 * from the timeline and signal any fence that has a seqno smaller or equal
45 * @value: the seqno to initialise the fence with
173 return !__dma_fence_is_later(fence->seqno, parent->value, fence->ops);
184 snprintf(str, size, "%lld", fence->seqno);
296 cmp = value - other->base.seqno;
H A Dsync_file.c143 fence->seqno);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c424 * @req_seqno: the seqno for the current edge event in the sequence of
426 * @line_seqno: the seqno for the current edge event in the sequence of
533 * @seqno: the sequence number for edge events generated on all lines in
549 atomic_t seqno; member in struct:linereq
792 le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->req_seqno;
827 &lr->seqno);
890 line->req_seqno = atomic_inc_return(&lr->seqno);
909 le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->req_seqno;
929 line->req_seqno = atomic_inc_return(&lr->seqno);
1017 le.seqno
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c164 fence->seqno = seq;
H A Damdgpu_ids.c232 unsigned seqno = ++adev->vm_manager.seqno[ring->idx]; local
241 seqno, true);
H A Damdgpu_trace.h173 __field(unsigned int, seqno)
183 __entry->seqno = job->base.s_fence->finished.seqno;
187 TP_printk("sched_job=%llu, timeline=%s, context=%u, seqno=%u, ring_name=%s, num_ibs=%u",
189 __entry->seqno, __get_str(ring), __entry->num_ibs)
199 __field(unsigned int, seqno)
208 __entry->seqno = job->base.s_fence->finished.seqno;
212 TP_printk("sched_job=%llu, timeline=%s, context=%u, seqno=%u, ring_name=%s, num_ibs=%u",
214 __entry->seqno, __get_st
[all...]

Completed in 340 milliseconds

12345678910