Searched refs:sq_wait (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | ddi.c | 740 cv_broadcast(&sq->sq_wait); in qwait_sig() 852 cv_broadcast(&sq->sq_wait); in qwait() 941 cv_broadcast(&sq->sq_wait); in qwait_rw() 1074 cv_wait(&sq->sq_wait, SQLOCK(sq)); in quntimeout() 1079 cv_broadcast(&sq->sq_wait); in quntimeout() 1094 cv_broadcast(&sq->sq_wait); in quntimeout() 1111 cv_wait(&sq->sq_wait, SQLOCK(sq)); in qunbufcall() 1116 cv_broadcast(&sq->sq_wait); in qunbufcall() 1129 cv_broadcast(&sq->sq_wait); in qunbufcall()
|
H A D | strsubr.c | 738 cv_init(&sq->sq_wait, NULL, CV_DEFAULT, NULL); in queue_constructor() 767 cv_destroy(&sq->sq_wait); in queue_destructor() 783 cv_init(&sq->sq_wait, NULL, CV_DEFAULT, NULL); in syncq_constructor() 819 cv_destroy(&sq->sq_wait); in syncq_destructor() 1697 cv_wait(&sq->sq_wait, SQLOCK(sq)); in wait_syncq() 1718 cv_wait(&sq->sq_wait, SQLOCK(sq)); in wait_q_syncq() 2106 cv_wait(&sq->sq_wait, SQLOCK(sq)); in munlink() 2184 cv_wait(&sq->sq_wait, SQLOCK(sq)); in munlink() 3820 cv_wait(&sq->sq_wait, SQLOCK(sq)); in wait_sq_svc() 4663 cv_wait(&sq->sq_wait, SQLOCK(sq)); in strlock() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | squeue_impl.h | 107 clock_t sq_wait; /* lbolts to wait after a fill() */ member
|
H A D | strsubr.h | 461 kcondvar_t sq_wait; /* block on this sync queue */ member
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | squeue.c | 254 sqp->sq_wait = MSEC_TO_TICK(wait); in squeue_create() 319 if (sqp->sq_wait == 0) { in squeue_worker_wakeup() 339 if (TICK_TO_MSEC(waited) >= sqp->sq_wait) { in squeue_worker_wakeup() 357 clock_t wait = sqp->sq_wait; in squeue_worker_wakeup()
|
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 286 sq_wait
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 466 sq_wait
|
/titanic_50/usr/src/uts/common/io/ |
H A D | stream.c | 3822 cv_wait(&sq->sq_wait, SQLOCK(sq)); in rwnext() 3921 cv_broadcast(&sq->sq_wait); in rwnext() 3978 cv_wait(&sq->sq_wait, SQLOCK(sq)); in infonext()
|
/titanic_50/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 153 clock_t sq_wait; /* lbolts to wait after a fill() */ member
|