Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS) macro
120 u32 bucket = VMCI_DOORBELL_HASH(idx); in dbell_index_table_find()
187 bucket = VMCI_DOORBELL_HASH(entry->idx); in dbell_index_table_add()
355 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS) macro
120 u32 bucket = VMCI_DOORBELL_HASH(idx); in dbell_index_table_find()
187 bucket = VMCI_DOORBELL_HASH(entry->idx); in dbell_index_table_add()
355 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries()

Completed in 2 milliseconds