Searched refs:cidt_allocator (Results 1 – 2 of 2) sorted by relevance
37 LCK_SLEEP_DEFAULT, (event_t)(table), (table)->cidt_allocator, \104 if (table->cidt_allocator != NULL) { in compact_id_table_grow()115 table->cidt_allocator = current_thread(); in compact_id_table_grow()131 assert(table->cidt_allocator == current_thread()); in compact_id_table_grow()132 table->cidt_allocator = NULL; in compact_id_table_grow()
98 struct thread *cidt_allocator; member