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_MAXCALLS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
protocol.h
26
#define
RXRPC_MAXCALLS
4 /* max active calls per conn */
macro
27
#define RXRPC_CHANNELMASK (
RXRPC_MAXCALLS
-1) /* mask for channel ID */
29
#define RXRPC_CIDSHIFT ilog2(
RXRPC_MAXCALLS
) /* shift for connection ID */
H
A
D
conn_client.c
440
unsigned int shift = i *
RXRPC_MAXCALLS
;
450
for (j = 0; j <
RXRPC_MAXCALLS
; j++)
617
slot = channel /
RXRPC_MAXCALLS
;
in rxrpc_activate_channels_locked()
626
channel &= (
RXRPC_MAXCALLS
- 1);
in rxrpc_activate_channels_locked()
925
bindex = conn->bundle_shift /
RXRPC_MAXCALLS
;
in rxrpc_unbundle_conn()
929
for (i = 0; i <
RXRPC_MAXCALLS
; i++)
in rxrpc_unbundle_conn()
H
A
D
conn_event.c
170
for (i = 0; i <
RXRPC_MAXCALLS
; i++) {
in rxrpc_abort_calls()
358
for (loop = 0; loop <
RXRPC_MAXCALLS
; loop++)
in rxrpc_process_event()
417
for (channel = 0; channel <
RXRPC_MAXCALLS
; channel++) {
in rxrpc_process_delayed_final_acks()
H
A
D
ar-internal.h
425
} channels[
RXRPC_MAXCALLS
];
H
A
D
rxkad.c
1173
for (i = 0; i <
RXRPC_MAXCALLS
; i++) {
in rxkad_verify_response()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
protocol.h
26
#define
RXRPC_MAXCALLS
4 /* max active calls per conn */
macro
27
#define RXRPC_CHANNELMASK (
RXRPC_MAXCALLS
-1) /* mask for channel ID */
29
#define RXRPC_CIDSHIFT ilog2(
RXRPC_MAXCALLS
) /* shift for connection ID */
H
A
D
conn_client.c
335
unsigned int shift = slot *
RXRPC_MAXCALLS
;
in rxrpc_add_conn_to_bundle()
354
for (i = 0; i <
RXRPC_MAXCALLS
; i++)
in rxrpc_add_conn_to_bundle()
481
slot = channel /
RXRPC_MAXCALLS
;
in rxrpc_activate_channels()
490
channel &= (
RXRPC_MAXCALLS
- 1);
in rxrpc_activate_channels()
670
bindex = conn->bundle_shift /
RXRPC_MAXCALLS
;
in rxrpc_unbundle_conn()
674
for (i = 0; i <
RXRPC_MAXCALLS
; i++)
in rxrpc_unbundle_conn()
H
A
D
conn_event.c
203
for (i = 0; i <
RXRPC_MAXCALLS
; i++) {
in rxrpc_abort_calls()
300
for (channel = 0; channel <
RXRPC_MAXCALLS
; channel++) {
in rxrpc_process_delayed_final_acks()
435
for (loop = 0; loop <
RXRPC_MAXCALLS
; loop++)
in rxrpc_input_conn_event()
H
A
D
ar-internal.h
489
} channels[
RXRPC_MAXCALLS
];
H
A
D
rxkad.c
1127
for (i = 0; i <
RXRPC_MAXCALLS
; i++) {
in rxkad_verify_response()
Completed in 15 milliseconds