Home
last modified time | relevance | path

Searched refs:lock_depth (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
Dsmp_lock.h8 #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()
Dsched.h774 int lock_depth; /* BKL lock depth */ member
/external/linux-tools-perf/util/
Dtrace-event-parse.c2620 int lock_depth; in print_lat_fmt() local
2626 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()
/external/linux-tools-perf/
Dbuiltin-timechart.c313 int lock_depth; member