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

/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_hashtable.h23 struct vmci_hashtable { struct
30 struct vmci_hashtable *vmci_hashtable_create(int size);
31 void vmci_hashtable_destroy(struct vmci_hashtable *table);
34 int vmci_hashtable_add_entry(struct vmci_hashtable *table,
36 int vmci_hashtable_remove_entry(struct vmci_hashtable *table,
38 struct vmci_hash_entry *vmci_hashtable_get_entry(struct vmci_hashtable *table,
40 void vmci_hashtable_hold_entry(struct vmci_hashtable *table,
42 int vmci_hashtable_release_entry(struct vmci_hashtable *table,
44 bool vmci_hashtable_entry_exists(struct vmci_hashtable *table,
46 void vmci_hashtable_sync(struct vmci_hashtable *tabl
[all...]
H A Dvmci_hashtable.c14 #include "vmci_hashtable.h"
18 #define LGPFX "vmci_hashtable: "
23 static int hashtable_unlink_entry(struct vmci_hashtable *table,
25 static bool vmci_hashtable_entry_exists_locked(struct vmci_hashtable *table,
44 struct vmci_hashtable *
47 struct vmci_hashtable *table;
93 vmci_hashtable_destroy(struct vmci_hashtable *table)
149 vmci_hashtable_add_entry(struct vmci_hashtable *table,
196 vmci_hashtable_remove_entry(struct vmci_hashtable *table,
244 vmci_hashtable_get_entry_locked(struct vmci_hashtable *tabl
[all...]
H A Dvmci_resource.c24 static struct vmci_hashtable *resource_table = NULL;
/freebsd-13-stable/sys/modules/vmware/vmci/
H A DMakefile7 SRCS+= vmci_hashtable.c vmci_kernel_if.c vmci_qpair.c vmci_queue_pair.c

Completed in 167 milliseconds