Searched refs:last_notify_idx_released (Results 1 – 1 of 1) sorted by relevance
66 static uint32_t last_notify_idx_released = PAGE_SIZE; variable302 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()