Searched refs:hash_cell (Results 1 – 1 of 1) sorted by relevance
41 struct hash_cell { struct84 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()89 struct hash_cell *hc = container_of(n, struct hash_cell, name_node); in __get_name_cell()101 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()106 struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node); in __get_uuid_cell()118 static void __unlink_name(struct hash_cell *hc) in __unlink_name()126 static void __unlink_uuid(struct hash_cell *hc) in __unlink_uuid()134 static void __link_name(struct hash_cell *new_hc) in __link_name()146 struct hash_cell *hc = container_of(*n, struct hash_cell, name_node); in __link_name()157 static void __link_uuid(struct hash_cell *new_hc) in __link_uuid()[all …]