Lines Matching refs:holder
148 lp->holder = txn->parent->txnid;
155 if (lp->holder != locker) {
474 newl->holder = locker;
499 * this happens is when the holder has a WRITE lock and a READ lock
511 if (locker == lp->holder ||
512 __lock_is_parent(lp->holder, txn)) {
553 locker != lp->holder)
691 if (lp->holder == locker && lp->mode == mode)
765 (u_long)lp->holder, mode, (u_long)lp->refcount, status);
903 if (__lock_getobj(lt, lockp->holder, NULL, DB_LOCK_LOCKER, &sh_locker)
996 lp_h->holder != lp_w->holder &&