Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.c2280 static struct smrq_slist_head __smrh_empty[2] = { variable
2281 SMRQ_SLIST_INITIALIZER(__smrh_empty[0]),
2282 SMRQ_SLIST_INITIALIZER(__smrh_empty[1]),
2289 .smrh_array = smr_hash_array_encode(__smrh_empty, 63), in smr_hash_init_empty()
2296 return smrh->smrh_array == smr_hash_array_encode(__smrh_empty, 63); in smr_hash_is_empty_initialized()