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:debug_depth
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
atom.c
91
static int
debug_depth
= 0;
variable
100
#define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(
debug_depth
); printk(__VA_ARGS__); } while (0)
1233
debug_depth
++;
in amdgpu_atom_execute_table_locked()
1256
debug_depth
--;
in amdgpu_atom_execute_table_locked()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
atom.c
92
static int
debug_depth
= 0;
variable
101
#define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(
debug_depth
); printk(__VA_ARGS__); } while (0)
1187
debug_depth
++;
in atom_execute_table_locked()
1210
debug_depth
--;
in atom_execute_table_locked()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
atom.c
93
static int
debug_depth
= 0;
variable
102
#define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(
debug_depth
); printk(__VA_ARGS__); } while (0)
1184
debug_depth
++;
in atom_execute_table_locked()
1207
debug_depth
--;
in atom_execute_table_locked()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
atom.c
94
static int
debug_depth
;
variable
103
#define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(
debug_depth
); printk(__VA_ARGS__); } while (0)
1236
debug_depth
++;
in amdgpu_atom_execute_table_locked()
1259
debug_depth
--;
in amdgpu_atom_execute_table_locked()
Completed in 8 milliseconds