Symbol: vmci_hashtable
sys/dev/vmware/vmci/vmci_hashtable.c
147
vmci_hashtable_add_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
194
vmci_hashtable_remove_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
21
static int hashtable_unlink_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
23
static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
242
vmci_hashtable_get_entry_locked(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
290
vmci_hashtable_get_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
326
vmci_hashtable_hold_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
358
vmci_hashtable_release_entry_locked(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
403
vmci_hashtable_release_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
42
struct vmci_hashtable *
sys/dev/vmware/vmci/vmci_hashtable.c
433
vmci_hashtable_entry_exists(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
45
struct vmci_hashtable *table;
sys/dev/vmware/vmci/vmci_hashtable.c
464
vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
507
hashtable_unlink_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.c
559
vmci_hashtable_sync(struct vmci_hashtable *table)
sys/dev/vmware/vmci/vmci_hashtable.c
91
vmci_hashtable_destroy(struct vmci_hashtable *table)
sys/dev/vmware/vmci/vmci_hashtable.h
28
struct vmci_hashtable *vmci_hashtable_create(int size);
sys/dev/vmware/vmci/vmci_hashtable.h
29
void vmci_hashtable_destroy(struct vmci_hashtable *table);
sys/dev/vmware/vmci/vmci_hashtable.h
32
int vmci_hashtable_add_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
34
int vmci_hashtable_remove_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
36
struct vmci_hash_entry *vmci_hashtable_get_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
38
void vmci_hashtable_hold_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
40
int vmci_hashtable_release_entry(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
42
bool vmci_hashtable_entry_exists(struct vmci_hashtable *table,
sys/dev/vmware/vmci/vmci_hashtable.h
44
void vmci_hashtable_sync(struct vmci_hashtable *table);
sys/dev/vmware/vmci/vmci_resource.c
22
static struct vmci_hashtable *resource_table = NULL;