Searched refs:alloc_pool_descriptor (Results 1 – 2 of 2) sorted by relevance
73 struct alloc_pool_descriptor struct95 const struct alloc_pool_descriptor *const d = in hash_descriptor() argument96 (const struct alloc_pool_descriptor * )p; in hash_descriptor()102 const struct alloc_pool_descriptor *const d = in eq_descriptor()103 (const struct alloc_pool_descriptor *) p1; in eq_descriptor()108 static struct alloc_pool_descriptor *109 alloc_pool_descriptor (const char *name) in alloc_pool_descriptor() function111 struct alloc_pool_descriptor **slot; in alloc_pool_descriptor()116 slot = (struct alloc_pool_descriptor **) in alloc_pool_descriptor()122 *slot = XCNEW (struct alloc_pool_descriptor); in alloc_pool_descriptor()[all …]
540 struct alloc_pool_descriptor struct564 extern hash_map<const char *, alloc_pool_descriptor> *alloc_pool_hash; argument