Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_vblank.c1607 u64 req_seq, in drm_queue_vblank_event() argument
1657 req_seq, seq, pipe); in drm_queue_vblank_event()
1661 e->sequence = req_seq; in drm_queue_vblank_event()
1740 u64 req_seq, seq; in drm_wait_vblank_ioctl() local
1823 req_seq = seq + 1; in drm_wait_vblank_ioctl()
1835 if (req_seq != seq) { in drm_wait_vblank_ioctl()
1839 req_seq, pipe); in drm_wait_vblank_ioctl()
2073 u64 req_seq; in drm_crtc_queue_sequence_ioctl() local
2112 req_seq += seq; in drm_crtc_queue_sequence_ioctl()
2115 req_seq = seq + 1; in drm_crtc_queue_sequence_ioctl()
[all …]
/linux/net/tls/
A Dtls_device.c714 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async() local
715 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
730 if (before(*seq, req_seq)) in tls_device_rx_resync_async()
745 if (req_seq == resync_async->log[i] && in tls_device_rx_resync_async()
748 *seq = req_seq; in tls_device_rx_resync_async()
757 if (req_seq == *seq && in tls_device_rx_resync_async()
774 u32 req_seq; in tls_device_rx_resync_new_rec() local
788 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
792 if (likely(!is_req_pending) || req_seq != seq || in tls_device_rx_resync_new_rec()
/linux/tools/net/ynl/lib/
A Dynl.py944 def _encode_message(self, op, vals, flags, req_seq): argument
949 msg = self.nlproto.message(nl_flags, op.req_value, 1, req_seq)
960 req_seq = random.randint(1024, 65535)
964 msg = self._encode_message(op, vals, flags, req_seq)
965 reqs_by_seq[req_seq] = (op, msg, flags)
967 req_seq += 1

Completed in 773 milliseconds