Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c68 * The last_notify_idx_reserved is used to track the last index handed out - in
70 * indexes round robin based on last_notify_idx_reserved.
72 static u32 last_notify_idx_reserved; variable
161 new_notify_idx = last_notify_idx_reserved; in dbell_index_table_add()
180 new_notify_idx = (last_notify_idx_reserved + 1) % PAGE_SIZE; in dbell_index_table_add()
183 last_notify_idx_reserved = new_notify_idx; in dbell_index_table_add()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c68 * The last_notify_idx_reserved is used to track the last index handed out - in
70 * indexes round robin based on last_notify_idx_reserved.
72 static u32 last_notify_idx_reserved; variable
161 new_notify_idx = last_notify_idx_reserved; in dbell_index_table_add()
180 new_notify_idx = (last_notify_idx_reserved + 1) % PAGE_SIZE; in dbell_index_table_add()
183 last_notify_idx_reserved = new_notify_idx; in dbell_index_table_add()

Completed in 4 milliseconds