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

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c20 #define VMCI_HASHTABLE_HASH(_h, _sz) \ macro
167 idx = VMCI_HASHTABLE_HASH(entry->handle, table->size);
253 idx = VMCI_HASHTABLE_HASH(handle, table->size);
476 idx = VMCI_HASHTABLE_HASH(handle, table->size);
517 idx = VMCI_HASHTABLE_HASH(entry->handle, table->size);

Completed in 98 milliseconds