Lines Matching defs:uprw_owner
168 struct lwp *uprw_owner;
239 if (uprw->uprw_owner == NULL && uprw->uprw_wwant == 0) {
245 if (uprw->uprw_owner == NULL && uprw->uprw_readers == 0) {
246 uprw->uprw_owner = curlwp;
263 KASSERT(uprw->uprw_owner == curlwp);
264 uprw->uprw_owner = NULL;
279 if (uprw->uprw_readers == 1 && uprw->uprw_owner == NULL) {
281 uprw->uprw_owner = curlwp;
293 return uprw->uprw_owner == curlwp;
309 return uprw->uprw_owner || uprw->uprw_readers;