Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/net/tls/
Dtls_device.c741 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
742 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
757 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
772 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
775 *seq = req_seq; in tls_device_rx_resync_async()
784 if (req_seq == *seq && in tls_device_rx_resync_async()
801 u32 req_seq; in tls_device_rx_resync_new_rec() local
815 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
819 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()