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

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

Completed in 57 milliseconds