Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcallb.c81 int ct_busy; /* != 0 prevents additions */ member
104 callb_table.ct_busy = 0; /* mark table open for additions */ in callb_init()
121 while (ct->ct_busy) in callb_add_common()
330 ASSERT(ct->ct_busy == 0); in callb_lock_table()
331 ct->ct_busy = 1; in callb_lock_table()
342 ASSERT(ct->ct_busy != 0); in callb_unlock_table()
343 ct->ct_busy = 0; in callb_unlock_table()