Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_hashtable.c21 static int hashtable_unlink_entry(struct vmci_hashtable *table,
205 result = hashtable_unlink_entry(table, entry); in vmci_hashtable_remove_entry()
379 hashtable_unlink_entry(table, entry); in vmci_hashtable_release_entry_locked()
507 hashtable_unlink_entry(struct vmci_hashtable *table, in hashtable_unlink_entry() function