Searched refs:hash_entry (Results 1 – 4 of 4) sorted by relevance
42 struct hash_entry { struct43 struct hash_entry *prev, *next; argument49 typedef struct hash_entry **hash_table; argument55 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];56 static struct hash_entry *sctbl[START_COND_HASH_SIZE];57 static struct hash_entry *ccltab[CCL_HASH_SIZE];63 static struct hash_entry *findsym (const char *sym, hash_table table,76 struct hash_entry *sym_entry = table[hash_val]; in addsym()77 struct hash_entry *new_entry; in addsym()78 struct hash_entry *successor; in addsym()[all …]
178 vmci_hashtable_init_entry(&resource->hash_entry, resource_handle); in vmci_resource_add()185 &resource->hash_entry); in vmci_resource_add()222 vmci_hashtable_remove_entry(resource_table, &resource->hash_entry); in vmci_resource_remove()254 resource = RESOURCE_CONTAINER(entry, struct vmci_resource, hash_entry); in vmci_resource_get()285 vmci_hashtable_hold_entry(resource_table, &resource->hash_entry); in vmci_resource_hold()339 &resource->hash_entry); in vmci_resource_release()371 return (resource->hash_entry.handle); in vmci_resource_handle()
30 struct vmci_hash_entry hash_entry; member
41 static void hash_entry(void);128 hash_entry(); in c_entries() 343 * hash_entry --347 hash_entry(void) in hash_entry() function