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