Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/iommu/
HDamd_event.c157 return (unit->event_copy_tail != amdiommu_event_copy_log_inc( in amdiommu_event_copy_log_hasspace()
250 while (unit->event_copy_head != unit->event_copy_tail) { in amdiommu_event_task()
253 unit->event_copy_tail], true); in amdiommu_event_task()
255 unit->event_copy_tail = amdiommu_event_copy_log_inc(unit-> in amdiommu_event_task()
256 event_copy_tail); in amdiommu_event_task()
HDamd_iommu.h97 u_int event_copy_tail; member