vmci_hashtable
vmci_hashtable_add_entry(struct vmci_hashtable *table,
vmci_hashtable_remove_entry(struct vmci_hashtable *table,
static int hashtable_unlink_entry(struct vmci_hashtable *table,
static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
vmci_hashtable_get_entry_locked(struct vmci_hashtable *table,
vmci_hashtable_get_entry(struct vmci_hashtable *table,
vmci_hashtable_hold_entry(struct vmci_hashtable *table,
vmci_hashtable_release_entry_locked(struct vmci_hashtable *table,
vmci_hashtable_release_entry(struct vmci_hashtable *table,
struct vmci_hashtable *
vmci_hashtable_entry_exists(struct vmci_hashtable *table,
struct vmci_hashtable *table;
vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
hashtable_unlink_entry(struct vmci_hashtable *table,
vmci_hashtable_sync(struct vmci_hashtable *table)
vmci_hashtable_destroy(struct vmci_hashtable *table)
struct vmci_hashtable *vmci_hashtable_create(int size);
void vmci_hashtable_destroy(struct vmci_hashtable *table);
int vmci_hashtable_add_entry(struct vmci_hashtable *table,
int vmci_hashtable_remove_entry(struct vmci_hashtable *table,
struct vmci_hash_entry *vmci_hashtable_get_entry(struct vmci_hashtable *table,
void vmci_hashtable_hold_entry(struct vmci_hashtable *table,
int vmci_hashtable_release_entry(struct vmci_hashtable *table,
bool vmci_hashtable_entry_exists(struct vmci_hashtable *table,
void vmci_hashtable_sync(struct vmci_hashtable *table);
static struct vmci_hashtable *resource_table = NULL;