Home
last modified time | relevance | path

Searched refs:cidt_first_free (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dcompact_id.c151 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()
H A Dcompact_id.h101 compact_id_t cidt_first_free; member