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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlock.c1254 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb) function
1315 !queue_conflict(&rsb->res_grantqueue, first))
1362 * A shortcut. Without this, !queue_conflict(grantqueue, lkb) would be
1366 if (queue_conflict(&r->res_grantqueue, lkb))
1375 if (queue_conflict(&r->res_convertqueue, lkb))

Completed in 67 milliseconds