OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock_depth
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/
smp_lock.h
8
#define kernel_locked() (current->
lock_depth
>= 0)
17
if (unlikely((tsk)->
lock_depth
>= 0)) \
35
if (unlikely(task->
lock_depth
>= 0))
sched.h
774
int
lock_depth
; /* BKL lock depth */
member in struct:task_struct
[
all
...]
/external/linux-tools-perf/util/
trace-event-parse.c
2620
int
lock_depth
;
local
[
all
...]
/external/linux-tools-perf/
builtin-timechart.c
313
int
lock_depth
;
member in struct:trace_entry
Completed in 97 milliseconds