Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c162 struct sleepqueue *sq2; in _sleepq_drop() local
173 sq2 = SLIST_FIRST(&sq->sq_freeq); in _sleepq_drop()
177 td->sleepqueue = sq2; in _sleepq_drop()
179 sq2 = SLIST_NEXT(sq2, sq_flink); in _sleepq_drop()