Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/virtio/
Dvirtqueue.c806 uint16_t new_idx, prev_idx, event_idx; in vq_ring_must_notify_host() local
810 prev_idx = new_idx - vq->vq_queued_cnt; in vq_ring_must_notify_host()
813 return (vring_need_event(event_idx, new_idx, prev_idx) != 0); in vq_ring_must_notify_host()
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
Dvchiq_arm.c1503 int prev_idx; in dump_phys_mem() local
1538 prev_idx = -1; in dump_phys_mem()
1546 if (page_idx != prev_idx) { in dump_phys_mem()
1553 prev_idx = page_idx; in dump_phys_mem()