Home
last modified time | relevance | path

Searched refs:req_seq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/
Ddrm_vblank.c1619 u64 req_seq, in drm_queue_vblank_event() argument
1669 req_seq, seq, pipe); in drm_queue_vblank_event()
1671 trace_drm_vblank_event_queued(file_priv, pipe, req_seq); in drm_queue_vblank_event()
1673 e->sequence = req_seq; in drm_queue_vblank_event()
1674 if (drm_vblank_passed(seq, req_seq)) { in drm_queue_vblank_event()
1681 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event()
1756 u64 req_seq, seq; in drm_wait_vblank_ioctl() local
1825 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl()
1826 vblwait->request.sequence = req_seq; in drm_wait_vblank_ioctl()
1830 req_seq = widen_32_to_64(vblwait->request.sequence, seq); in drm_wait_vblank_ioctl()
[all …]
/Linux-v5.15/net/tls/
Dtls_device.c699 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
700 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
715 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
730 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
733 *seq = req_seq; in tls_device_rx_resync_async()
742 if (req_seq == *seq && in tls_device_rx_resync_async()
759 u32 req_seq; in tls_device_rx_resync_new_rec() local
773 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
777 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()