Home
last modified time | relevance | path

Searched refs:lkb1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Dlock.c2238 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or
2239 * - if lkb1 was the first entry in the queue (not just earlier), and was
2241 * granted queue preventing lkb1 from being granted immediately, i.e.
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
2252 * mode that would prevent lkb1's conversion from being granted, we do a
2261 struct dlm_lkb *lkb1; in conversion_deadlock_detect() local
2264 list_for_each_entry(lkb1, &r->res_convertqueue, lkb_statequeue) { in conversion_deadlock_detect()
2265 if (lkb1 in conversion_deadlock_detect()
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Dlock.c2012 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or
2013 * - if lkb1 was the first entry in the queue (not just earlier), and was
2015 * granted queue preventing lkb1 from being granted immediately, i.e.
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
2026 * mode that would prevent lkb1's conversion from being granted, we do a
2035 struct dlm_lkb *lkb1; in conversion_deadlock_detect() local
2038 list_for_each_entry(lkb1, &r->res_convertqueue, lkb_statequeue) { in conversion_deadlock_detect()
2039 if (lkb1 in conversion_deadlock_detect()
[all...]

Completed in 10 milliseconds