Searched refs:lock_depth (Results 1 – 4 of 4) sorted by relevance
8 #define kernel_locked() (current->lock_depth >= 0)17 if (unlikely((tsk)->lock_depth >= 0)) \35 if (unlikely(task->lock_depth >= 0)) in reacquire_kernel_lock()
774 int lock_depth; /* BKL lock depth */ member
2620 int lock_depth; in print_lat_fmt() local2626 lock_depth = parse_common_lock_depth(data); in print_lat_fmt()2645 if (lock_depth < 0) in print_lat_fmt()2648 printf("%d ", lock_depth); in print_lat_fmt()
313 int lock_depth; member