Searched refs:lp_h (Results 1 – 1 of 1) sorted by relevance
971 struct __db_lock *lp_w, *lp_h, *next_waiter; local992 for (lp_h = SH_TAILQ_FIRST(&obj->holders, __db_lock);993 lp_h != NULL;994 lp_h = SH_TAILQ_NEXT(lp_h, links, __db_lock)) {995 if (CONFLICTS(lt, lp_h->mode, lp_w->mode) &&996 lp_h->holder != lp_w->holder &&998 TXN_IS_HOLDING(lp_h) &&1000 lp_h->txnoff, lp_w->txnoff)))1003 if (lp_h != NULL) /* Found a conflict. */