Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c732 sq->sq_onext = NULL; in queue_constructor()
806 ASSERT(sq->sq_onext == NULL); in syncq_destructor()
2543 ASSERT(sq->sq_onext == NULL && sq->sq_oprev == NULL); in setq()
2587 ASSERT(sq->sq_onext == NULL && sq->sq_oprev == NULL); in setq()
2629 ASSERT(sq->sq_outer == NULL && sq->sq_onext == NULL && in setq()
2640 ASSERT(sq->sq_outer == NULL && sq->sq_onext == NULL && in setq()
2694 sq->sq_onext = sq->sq_oprev = sq; in hold_dm()
3494 ASSERT(sq->sq_onext == NULL && sq->sq_oprev == NULL); in freeq()
5679 ASSERT((sq->sq_onext == NULL && sq->sq_oprev == NULL) || in free_syncq()
5680 (sq->sq_onext == sq && sq->sq_oprev == sq)); in free_syncq()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h494 struct syncq *sq_onext; /* Linked list of syncq's making */ member