Searched refs:max_notify_idx (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c64 * The max_notify_idx is one larger than the currently known bitmap index in
67 static u32 max_notify_idx; variable
71 * within the bitmap (if notify_idx_count + 1 < max_notify_idx).
162 if (max_notify_idx < PAGE_SIZE || notify_idx_count < PAGE_SIZE) { dbell_index_table_add()
163 if (last_notify_idx_released < max_notify_idx && dbell_index_table_add()
170 if (notify_idx_count + 1 < max_notify_idx) { dbell_index_table_add()
178 max_notify_idx; dbell_index_table_add()
183 new_notify_idx = max_notify_idx; dbell_index_table_add()
184 max_notify_idx++; dbell_index_table_add()
212 if (entry->idx == max_notify_idx - 1) { dbell_index_table_remove()
220 while (max_notify_idx > 0 && dbell_index_table_remove()
221 !dbell_index_table_find(max_notify_idx - 1)) dbell_index_table_remove()
222 max_notify_idx--; dbell_index_table_remove()
387 for (idx = 0; idx < max_notify_idx; idx++) { vmci_dbell_scan_notification_entries()

Completed in 125 milliseconds