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_LEVEL
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H
A
D
common.h
186
#ifdef
DEBUG_LEVEL
191
#if
DEBUG_LEVEL
>= 4
196
#elif
DEBUG_LEVEL
>= 3
201
#elif
DEBUG_LEVEL
>= 2
216
#endif /*
DEBUG_LEVEL
*/
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H
A
D
common.h
185
#ifdef
DEBUG_LEVEL
190
#if
DEBUG_LEVEL
>= 4
195
#elif
DEBUG_LEVEL
>= 3
200
#elif
DEBUG_LEVEL
>= 2
215
#endif /*
DEBUG_LEVEL
*/
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
pkey-helpers.h
24
#ifndef
DEBUG_LEVEL
25
#define
DEBUG_LEVEL
0
macro
59
if (level <=
DEBUG_LEVEL
) \
H
A
D
protection_keys.c
364
if (
DEBUG_LEVEL
> 4)
in signal_handler()
483
if (
DEBUG_LEVEL
>= 2)
in sys_mprotect_pkey()
1119
if (ret < 0 && (
DEBUG_LEVEL
> 0))
in test_kernel_write_of_write_disabled_region()
1158
if (
DEBUG_LEVEL
> 0)
in test_kernel_gup_write_to_write_disabled_region()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
pkey-helpers.h
26
#ifndef
DEBUG_LEVEL
27
#define
DEBUG_LEVEL
0
macro
61
if (level <=
DEBUG_LEVEL
) \
H
A
D
protection_keys.c
356
if (
DEBUG_LEVEL
> 4)
in signal_handler()
475
if (
DEBUG_LEVEL
>= 2)
in sys_mprotect_pkey()
1111
if (ret < 0 && (
DEBUG_LEVEL
> 0))
in test_kernel_write_of_write_disabled_region()
1150
if (
DEBUG_LEVEL
> 0)
in test_kernel_gup_write_to_write_disabled_region()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
wl1251.h
39
#define
DEBUG_LEVEL
(DEBUG_NONE)
macro
57
if (level &
DEBUG_LEVEL
) \
63
if (level &
DEBUG_LEVEL
) \
73
if (level &
DEBUG_LEVEL
) \
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
wl1251.h
39
#define
DEBUG_LEVEL
(DEBUG_NONE)
macro
57
if (level &
DEBUG_LEVEL
) \
63
if (level &
DEBUG_LEVEL
) \
73
if (level &
DEBUG_LEVEL
) \
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
debug.h
405
#ifndef
DEBUG_LEVEL
406
#define
DEBUG_LEVEL
4
macro
414
#if
DEBUG_LEVEL
> 0
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
atmel_usba_udc.h
228
#define
DEBUG_LEVEL
(DBG_ERR)
macro
232
if ((level) &
DEBUG_LEVEL
) \
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
atmel_usba_udc.h
228
#define
DEBUG_LEVEL
(DBG_ERR)
macro
232
if ((level) &
DEBUG_LEVEL
) \
Completed in 11 milliseconds