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:rxrpc_debug
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
ar-internal.h
1108
extern unsigned int
rxrpc_debug
;
1136
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KENTER)) \
1142
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KLEAVE)) \
1148
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KDEBUG)) \
1154
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KPROTO)) \
1160
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KNET)) \
H
A
D
af_rxrpc.c
30
unsigned int
rxrpc_debug
; // = RXRPC_DEBUG_KPROTO;
variable
31
module_param_named(debug,
rxrpc_debug
, uint, 0644);
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
ar-internal.h
1325
extern unsigned int
rxrpc_debug
;
1347
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KENTER)) \
1353
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KLEAVE)) \
1359
if (unlikely(
rxrpc_debug
& RXRPC_DEBUG_KDEBUG)) \
H
A
D
af_rxrpc.c
30
unsigned int
rxrpc_debug
; // = RXRPC_DEBUG_KPROTO;
variable
31
module_param_named(debug,
rxrpc_debug
, uint, 0644);
Completed in 11 milliseconds