Lines Matching defs:conv
2011 * Originally, this function detected conv-deadlk in a more limited scope:
2018 * That second condition meant we'd only say there was conv-deadlk if
2029 * be zero, i.e. there will never be conv-deadlk between two locks that are
2075 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV);
2092 * !conv && lkb->rqmode == DLM_LOCK_NL && (flags & EXPEDITE)) can
2130 if (conv && recover)
2156 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT))
2164 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) {
2185 if (!now && conv && first_in_list(lkb, &r->res_convertqueue))
2199 if (now && !conv && list_empty(&r->res_convertqueue) &&
2211 if (!now && !conv && list_empty(&r->res_convertqueue) &&