Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_doorbell.c66 static uint32_t last_notify_idx_released = PAGE_SIZE; variable
302 if (last_notify_idx_released < max_notify_idx && in vmci_doorbell_index_table_add()
303 !vmci_doorbell_index_table_find(last_notify_idx_released)) { in vmci_doorbell_index_table_add()
304 new_notify_idx = last_notify_idx_released; in vmci_doorbell_index_table_add()
305 last_notify_idx_released = PAGE_SIZE; in vmci_doorbell_index_table_add()
319 last_notify_idx_released); in vmci_doorbell_index_table_add()
379 last_notify_idx_released = entry->idx; in vmci_doorbell_index_table_remove()