Lines Matching refs:sleepq
31 #include <sys/sleepq.h>
146 mdb_warn("failed to read sleepq");
179 * Get the address of the first thread on the next sleepq in the
180 * sleepq hash. If ww_compare is set, ww_sleepq_ndx is already
181 * set to the appropriate sleepq index for the desired cv.
192 * of its sleepq, we're done walking.
200 * woken up since we took a snapshot of the sleepq (i.e. we are probably
202 * anymore either, so just skip to the next sleepq index.
215 * Set ww_thr to the address of the next thread in the sleepq list.
235 * on the current sleepq. If we have, skip to the next thread.
243 * If we're not at the end of a sleepq, save t_wchan; otherwise reset
244 * the seen index so our array is empty at the start of the next sleepq.