Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/
Ddrm_vblank.c1660 u64 req_seq, in drm_queue_vblank_event() argument
1710 req_seq, seq, pipe); in drm_queue_vblank_event()
1712 trace_drm_vblank_event_queued(file_priv, pipe, req_seq); in drm_queue_vblank_event()
1714 e->sequence = req_seq; in drm_queue_vblank_event()
1715 if (drm_vblank_passed(seq, req_seq)) { in drm_queue_vblank_event()
1722 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event()
1797 u64 req_seq, seq; in drm_wait_vblank_ioctl() local
1866 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl()
1867 vblwait->request.sequence = req_seq; in drm_wait_vblank_ioctl()
1871 req_seq = widen_32_to_64(vblwait->request.sequence, seq); in drm_wait_vblank_ioctl()
[all …]
/Linux-v6.6/net/tls/
Dtls_device.c720 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
721 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
736 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
751 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
754 *seq = req_seq; in tls_device_rx_resync_async()
763 if (req_seq == *seq && in tls_device_rx_resync_async()
780 u32 req_seq; in tls_device_rx_resync_new_rec() local
794 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
798 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
/Linux-v6.6/tools/net/ynl/lib/
Dynl.py670 req_seq = random.randint(1024, 65535)
671 msg = self.nlproto.message(nl_flags, op.req_value, 1, req_seq)
706 if nl_msg.nl_seq != req_seq or decoded.cmd() != op.rsp_value: