Searched refs:rwst_rcv (Results 1 – 2 of 2) sorted by relevance
47 kcondvar_t rwst_rcv; member67 #define RWST_READ_WANTED(l) CV_HAS_WAITERS(&(l)->rwst_rcv)71 #define RWST_READ_WAIT(l, f) RWST_WAIT(&(l)->rwst_rcv, &(l)->rwst_lock, f)73 #define RWST_READ_WAKE_ALL(l) cv_broadcast(&(l)->rwst_rcv)
184 cv_init(&l->rwst_rcv, NULL, CV_DEFAULT, NULL); in rwst_init()193 cv_destroy(&l->rwst_rcv); in rwst_destroy()