Searched refs:hash_cell (Results 1 – 1 of 1) sorted by relevance
44 struct hash_cell { struct89 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()94 struct hash_cell *hc = container_of(n, struct hash_cell, name_node); in __get_name_cell()108 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()113 struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node); in __get_uuid_cell()127 static void __unlink_name(struct hash_cell *hc) in __unlink_name()135 static void __unlink_uuid(struct hash_cell *hc) in __unlink_uuid()143 static void __link_name(struct hash_cell *new_hc) in __link_name()155 struct hash_cell *hc = container_of(*n, struct hash_cell, name_node); in __link_name()168 static void __link_uuid(struct hash_cell *new_hc) in __link_uuid()[all …]