Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_vblank.c1619 u64 req_seq, in drm_queue_vblank_event() argument
1669 req_seq, seq, pipe); in drm_queue_vblank_event()
1673 e->sequence = req_seq; in drm_queue_vblank_event()
1756 u64 req_seq, seq; in drm_wait_vblank_ioctl() local
1839 req_seq = seq + 1; in drm_wait_vblank_ioctl()
1851 if (req_seq != seq) { in drm_wait_vblank_ioctl()
1855 req_seq, pipe); in drm_wait_vblank_ioctl()
2088 u64 req_seq; in drm_crtc_queue_sequence_ioctl() local
2127 req_seq += seq; in drm_crtc_queue_sequence_ioctl()
2130 req_seq = seq + 1; in drm_crtc_queue_sequence_ioctl()
[all …]
/linux-6.3-rc2/net/tls/
A Dtls_device.c743 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
744 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
759 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
774 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
777 *seq = req_seq; in tls_device_rx_resync_async()
786 if (req_seq == *seq && in tls_device_rx_resync_async()
803 u32 req_seq; in tls_device_rx_resync_new_rec() local
817 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
821 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py473 req_seq = random.randint(1024, 65535)
474 msg = _genl_msg(self.family.family_id, nl_flags, op.req_value, 1, req_seq)
503 if nl_msg.nl_seq != req_seq or gm.genl_cmd != op.rsp_value:

Completed in 13 milliseconds