Searched refs:ct_busy (Results 1 – 1 of 1) sorted by relevance
78 boolean_t ct_busy; /* B_TRUE prevents additions */ member101 callb_table.ct_busy = B_FALSE; /* mark table open for additions */ in callb_init()145 while (ct->ct_busy) in callb_add_common()353 ASSERT(!ct->ct_busy); in callb_lock_table()354 ct->ct_busy = B_TRUE; in callb_lock_table()365 ASSERT(ct->ct_busy); in callb_unlock_table()366 ct->ct_busy = B_FALSE; in callb_unlock_table()