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

/freebsd-12-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)) {
444 exists = vmci_hashtable_entry_exists_locked(table, handle);
453 * vmci_hashtable_entry_exists_locked --
467 vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table, function

Completed in 57 milliseconds