Searched refs:deadlk (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 2224 * convert queue from being granted, then deadlk/demote lkb. 2237 * Originally, this function detected conv-deadlk in a more limited scope: 2244 * That second condition meant we'd only say there was conv-deadlk if 2253 * deadlk/demote on lkb2 right away and don't let it onto the convert queue. 2255 * be zero, i.e. there will never be conv-deadlk between two locks that are 2512 int deadlk; in grant_pending_convert() local 2522 deadlk = 0; in grant_pending_convert() 2524 if (can_be_granted(r, lkb, 0, recover, &deadlk)) { in grant_pending_convert() 2539 if (deadlk) { in grant_pending_convert() 3117 int deadlk in do_convert() local [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 1998 * convert queue from being granted, then deadlk/demote lkb. 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 2027 * deadlk/demote on lkb2 right away and don't let it onto the convert queue. 2029 * be zero, i.e. there will never be conv-deadlk between two locks that are 2286 int deadlk; in grant_pending_convert() local 2296 deadlk = 0; in grant_pending_convert() 2298 if (can_be_granted(r, lkb, 0, recover, &deadlk)) { in grant_pending_convert() 2313 if (deadlk) { in grant_pending_convert() 2908 int deadlk in do_convert() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 982 goto deadlk; in guc_dequeue_one_context() 990 goto deadlk; in guc_dequeue_one_context() 1001 goto deadlk; in guc_dequeue_one_context() 1010 goto deadlk; in guc_dequeue_one_context() 1015 goto deadlk; in guc_dequeue_one_context() 1023 deadlk: in guc_dequeue_one_context()
|
Completed in 18 milliseconds