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

/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c50 static nsthread_t *nst_pending; variable
51 static kmutex_t nst_global_lock; /* nst_sets, nst_pending */
258 for (tp = nst_pending; tp; tp = tp->tp_chain) {
464 tp->tp_chain = nst_pending;
465 nst_pending = tp;
496 for (tpp = &nst_pending; (*tpp); tpp = &((*tpp)->tp_chain)) {

Completed in 44 milliseconds