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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c56 * The max_notify_idx is one larger than the currently known bitmap index in
59 static u32 max_notify_idx; variable
63 * within the bitmap (if notify_idx_count + 1 < max_notify_idx).
154 if (max_notify_idx < PAGE_SIZE || notify_idx_count < PAGE_SIZE) {
155 if (last_notify_idx_released < max_notify_idx &&
162 if (notify_idx_count + 1 < max_notify_idx) {
170 max_notify_idx;
175 new_notify_idx = max_notify_idx;
176 max_notify_idx++;
204 if (entry->idx == max_notify_idx
[all...]

Completed in 97 milliseconds