last_notify_idx_released 75 drivers/misc/vmw_vmci/vmci_doorbell.c static u32 last_notify_idx_released = PAGE_SIZE; last_notify_idx_released 155 drivers/misc/vmw_vmci/vmci_doorbell.c if (last_notify_idx_released < max_notify_idx && last_notify_idx_released 156 drivers/misc/vmw_vmci/vmci_doorbell.c !dbell_index_table_find(last_notify_idx_released)) { last_notify_idx_released 157 drivers/misc/vmw_vmci/vmci_doorbell.c new_notify_idx = last_notify_idx_released; last_notify_idx_released 158 drivers/misc/vmw_vmci/vmci_doorbell.c last_notify_idx_released = PAGE_SIZE; last_notify_idx_released 172 drivers/misc/vmw_vmci/vmci_doorbell.c last_notify_idx_released); last_notify_idx_released 217 drivers/misc/vmw_vmci/vmci_doorbell.c last_notify_idx_released = entry->idx;