Searched refs:hash_cell (Results 1 – 1 of 1) sorted by relevance
40 struct hash_cell { struct83 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()88 struct hash_cell *hc = container_of(n, struct hash_cell, name_node); in __get_name_cell()100 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()105 struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node); in __get_uuid_cell()117 static void __unlink_name(struct hash_cell *hc) in __unlink_name()125 static void __unlink_uuid(struct hash_cell *hc) in __unlink_uuid()133 static void __link_name(struct hash_cell *new_hc) in __link_name()145 struct hash_cell *hc = container_of(*n, struct hash_cell, name_node); in __link_name()156 static void __link_uuid(struct hash_cell *new_hc) in __link_uuid()[all …]