Home
last modified time | relevance | path

Searched refs:compact_id_slab_valid (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dcompact_id.h111 extern bool compact_id_slab_valid(
H A Dcompact_id.c95 compact_id_slab_valid(compact_id_table_t table, compact_id_t cid) in compact_id_slab_valid() function
H A Dthread.c4195 …if (ctid && ctid <= CTID_MAX_THREAD_NUMBER && compact_id_slab_valid(&ctid_table, ctid_unmangle(cti… in ctid_get_thread_unsafe()