Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c23 static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
157 if (vmci_hashtable_entry_exists_locked(table, entry->handle)) { in vmci_hashtable_add_entry()
441 exists = vmci_hashtable_entry_exists_locked(table, handle); in vmci_hashtable_entry_exists()
464 vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table, in vmci_hashtable_entry_exists_locked() function