Searched refs:lock_depth (Results 1 – 3 of 3) sorted by relevance
7 #define kernel_locked() (current->lock_depth >= 0)16 if (unlikely((tsk)->lock_depth >= 0)) \22 if (unlikely(task->lock_depth >= 0)) in reacquire_kernel_lock()
133 .lock_depth = -1, \
1121 int lock_depth; /* BKL lock depth */ member