Searched refs:RC_LOCKED (Results 1 – 2 of 2) sorted by relevance
393 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrc_getudp()401 rp->rc_flag |= RC_LOCKED; in nfsrc_getudp()576 if (rp->rc_refcnt == 0 && !(rp->rc_flag & RC_LOCKED)) in nfsrvd_delcache()591 KASSERT(rp->rc_flag & RC_LOCKED, ("nfsrvd_sentcache not locked")); in nfsrvd_sentcache()679 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrc_gettcp()687 rp->rc_flag |= RC_LOCKED; in nfsrc_gettcp()751 while ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrc_lock()755 rp->rc_flag |= RC_LOCKED; in nfsrc_lock()768 rp->rc_flag &= ~RC_LOCKED; in nfsrc_unlock()879 if (!(rp->rc_flag & (RC_INPROG|RC_LOCKED|RC_WANTED)) in nfsrc_trimcache()[all …]
100 #define RC_LOCKED 0x0001 macro