Home
last modified time | relevance | path

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

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