Lines Matching refs:constty
478 * Make sure this is not the constty. Without constty_lock it
481 (void)atomic_cas_ptr(&constty, tp, NULL);
484 * We don't know if this has _ever_ been the constty: another
485 * thread may have kicked it out as constty before we started
529 * closed, e.g. by obtaining tp from constty during a pserialize
1137 ctp = atomic_load_relaxed(&constty);
1162 KASSERT(atomic_load_relaxed(&constty) == ctp ||
1163 atomic_load_relaxed(&constty) == NULL);
1164 atomic_store_release(&constty, tp);
1166 atomic_store_relaxed(&constty, NULL);