Searched refs:lkb2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 2238 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or 2240 * blocked by the granted mode of lkb2, and there was nothing on the 2242 * lkb2 was the only thing preventing lkb1 from being granted. 2251 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted 2253 * deadlk/demote on lkb2 right away and don't let it onto the convert queue. 2259 static int conversion_deadlock_detect(struct dlm_rsb *r, struct dlm_lkb *lkb2) in conversion_deadlock_detect() argument 2265 if (lkb1 == lkb2) { in conversion_deadlock_detect() 2271 if (!modes_compat(lkb2, lkb1)) in conversion_deadlock_detect() 2274 if (!modes_compat(lkb2, lkb in conversion_deadlock_detect() [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 2012 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or 2014 * blocked by the granted mode of lkb2, and there was nothing on the 2016 * lkb2 was the only thing preventing lkb1 from being granted. 2025 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted 2027 * deadlk/demote on lkb2 right away and don't let it onto the convert queue. 2033 static int conversion_deadlock_detect(struct dlm_rsb *r, struct dlm_lkb *lkb2) in conversion_deadlock_detect() argument 2039 if (lkb1 == lkb2) { in conversion_deadlock_detect() 2045 if (!modes_compat(lkb2, lkb1)) in conversion_deadlock_detect() 2048 if (!modes_compat(lkb2, lkb in conversion_deadlock_detect() [all...] |
Completed in 9 milliseconds