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