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

/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c25 static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
159 if (vmci_hashtable_entry_exists_locked(table, entry->handle)) {
443 exists = vmci_hashtable_entry_exists_locked(table, handle);
452 * vmci_hashtable_entry_exists_locked --
466 vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table, function

Completed in 46 milliseconds