Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAX_LOCK_DEPTH
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/kernel/include/
H
A
D
los_lockdep.h
43
#define
MAX_LOCK_DEPTH
16U
macro
64
HeldLocks heldLocks[
MAX_LOCK_DEPTH
];
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
lockdep.h
19
#define
MAX_LOCK_DEPTH
63UL
macro
30
struct held_lock held_locks[
MAX_LOCK_DEPTH
];
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
lock-contention.h
62
*
MAX_LOCK_DEPTH
66
#define
MAX_LOCK_DEPTH
48
macro
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
inode.c
30
static struct lock_class_key default_group_class[
MAX_LOCK_DEPTH
];
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
inode.c
28
static struct lock_class_key default_group_class[
MAX_LOCK_DEPTH
];
/kernel/liteos_a/kernel/base/mp/
H
A
D
los_lockdep.c
200
if (lockDep->lockDepth >= (INT32)
MAX_LOCK_DEPTH
) {
in OsLockDepCheckIn()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
1177
# define
MAX_LOCK_DEPTH
48UL
macro
1181
struct held_lock held_locks[
MAX_LOCK_DEPTH
];
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
1288
# define
MAX_LOCK_DEPTH
48UL
macro
1292
struct held_lock held_locks[
MAX_LOCK_DEPTH
];
/kernel/linux/linux-5.10/kernel/locking/
H
A
D
lockdep.c
4858
if (DEBUG_LOCKS_WARN_ON(depth >=
MAX_LOCK_DEPTH
))
in __lock_acquire()
4965
if (unlikely(curr->lockdep_depth >=
MAX_LOCK_DEPTH
)) {
in __lock_acquire()
4967
print_lockdep_off("BUG:
MAX_LOCK_DEPTH
too low!");
in __lock_acquire()
4969
curr->lockdep_depth,
MAX_LOCK_DEPTH
);
in __lock_acquire()
5834
memset(current->held_locks, 0,
MAX_LOCK_DEPTH
*sizeof(struct held_lock));
in lockdep_reset()
6267
printk("...
MAX_LOCK_DEPTH
: %lu\n",
MAX_LOCK_DEPTH
);
in lockdep_init()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-lock.c
91
*
MAX_LOCK_DEPTH
95
#define
MAX_LOCK_DEPTH
48
macro
/kernel/linux/linux-6.6/kernel/locking/
H
A
D
lockdep.c
5038
if (DEBUG_LOCKS_WARN_ON(depth >=
MAX_LOCK_DEPTH
))
in __lock_acquire()
5151
if (unlikely(curr->lockdep_depth >=
MAX_LOCK_DEPTH
)) {
in __lock_acquire()
5153
print_lockdep_off("BUG:
MAX_LOCK_DEPTH
too low!");
in __lock_acquire()
5155
curr->lockdep_depth,
MAX_LOCK_DEPTH
);
in __lock_acquire()
6054
memset(current->held_locks, 0,
MAX_LOCK_DEPTH
*sizeof(struct held_lock));
in lockdep_reset()
6484
printk("...
MAX_LOCK_DEPTH
: %lu\n",
MAX_LOCK_DEPTH
);
in lockdep_init()
Completed in 27 milliseconds