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

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c2246 rdc_sleepq_t *findsq; local
2262 findsq = group->sleepq;
2264 while (findsq->next) {
2265 if (sq->seq == findsq->next->seq) {
2271 if (RDC_INFRONT(sq->seq, findsq->next->seq)) {
2272 sq->next = findsq->next;
2273 findsq->next = sq;
2276 findsq = findsq->next;
2278 if (findsq
[all...]

Completed in 61 milliseconds