Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.h59 } nst_q_t; typedef
67 nst_q_t tp_link; /* Doubly linked free list */
107 nst_q_t set_reuse; /* Chain of reusable threads */
108 nst_q_t set_free; /* Chain of free threads */
H A Dnsc_thread.c105 nst_insque(nst_q_t *entryp, nst_q_t *predp) in nst_insque()
123 nst_remque(nst_q_t *entryp) in nst_remque()