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:SDEBUG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
atom.c
100
#define
SDEBUG
(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
macro
103
#define
SDEBUG
(...) do { } while (0)
macro
587
SDEBUG
(" dst: ");
in atom_op_add()
589
SDEBUG
(" src: ");
in atom_op_add()
592
SDEBUG
(" dst: ");
in atom_op_add()
601
SDEBUG
(" dst: ");
in atom_op_and()
603
SDEBUG
(" src: ");
in atom_op_and()
606
SDEBUG
(" dst: ");
in atom_op_and()
621
SDEBUG
(" table: %d (%s)\n", idx, atom_table_names[idx]);
in atom_op_calltable()
623
SDEBUG
(" tabl
in atom_op_calltable()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
atom.c
101
#define
SDEBUG
(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
macro
104
#define
SDEBUG
(...) do { } while (0)
macro
591
SDEBUG
(" dst: ");
in atom_op_add()
593
SDEBUG
(" src: ");
in atom_op_add()
596
SDEBUG
(" dst: ");
in atom_op_add()
605
SDEBUG
(" dst: ");
in atom_op_and()
607
SDEBUG
(" src: ");
in atom_op_and()
610
SDEBUG
(" dst: ");
in atom_op_and()
625
SDEBUG
(" table: %d (%s)\n", idx, atom_table_names[idx]);
in atom_op_calltable()
627
SDEBUG
(" tabl
in atom_op_calltable()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
atom.c
102
#define
SDEBUG
(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
macro
105
#define
SDEBUG
(...) do { } while (0)
macro
588
SDEBUG
(" dst: ");
in atom_op_add()
590
SDEBUG
(" src: ");
in atom_op_add()
593
SDEBUG
(" dst: ");
in atom_op_add()
602
SDEBUG
(" dst: ");
in atom_op_and()
604
SDEBUG
(" src: ");
in atom_op_and()
607
SDEBUG
(" dst: ");
in atom_op_and()
622
SDEBUG
(" table: %d (%s)\n", idx, atom_table_names[idx]);
in atom_op_calltable()
624
SDEBUG
(" tabl
in atom_op_calltable()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
atom.c
103
#define
SDEBUG
(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
macro
106
#define
SDEBUG
(...) do { } while (0)
macro
590
SDEBUG
(" dst: ");
in atom_op_add()
592
SDEBUG
(" src: ");
in atom_op_add()
595
SDEBUG
(" dst: ");
in atom_op_add()
604
SDEBUG
(" dst: ");
in atom_op_and()
606
SDEBUG
(" src: ");
in atom_op_and()
609
SDEBUG
(" dst: ");
in atom_op_and()
624
SDEBUG
(" table: %d (%s)\n", idx, atom_table_names[idx]);
in atom_op_calltable()
626
SDEBUG
(" tabl
in atom_op_calltable()
[all...]
Completed in 6 milliseconds