Searched refs:cidt_first_free (Results 1 – 2 of 2) sorted by relevance
157 idx = compact_id_slab_index(table->cidt_first_free); in compact_id_get_locked()176 table->cidt_first_free = cid + 1; in compact_id_get_locked()213 if (cid < table->cidt_first_free) { in compact_id_put()214 table->cidt_first_free = cid; in compact_id_put()
101 compact_id_t cidt_first_free; member