Searched refs:queue_conflict (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 2205 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb) in queue_conflict() function 2326 * A shortcut. Without this, !queue_conflict(grantqueue, lkb) would be in _can_be_granted() 2330 if (queue_conflict(&r->res_grantqueue, lkb)) in _can_be_granted() 2339 if (queue_conflict(&r->res_convertqueue, lkb)) in _can_be_granted()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 1979 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb) in queue_conflict() function 2100 * A shortcut. Without this, !queue_conflict(grantqueue, lkb) would be in _can_be_granted() 2104 if (queue_conflict(&r->res_grantqueue, lkb)) in _can_be_granted() 2113 if (queue_conflict(&r->res_convertqueue, lkb)) in _can_be_granted()
|
Completed in 18 milliseconds