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:av_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ackvec.c
63
avr->avr_ack_runlen = dccp_ackvec_runlen(av->
av_buf
+ av->av_buf_head);
in dccp_ackvec_update_records()
141
u8 runlen = dccp_ackvec_runlen(av->
av_buf
+ ptr);
in dccp_ackvec_update_old()
159
if (av->
av_buf
[ptr] == DCCPAV_NOT_RECEIVED)
in dccp_ackvec_update_old()
160
av->
av_buf
[ptr] = state;
in dccp_ackvec_update_old()
181
memset(av->
av_buf
+ start, DCCPAV_NOT_RECEIVED, len);
in dccp_ackvec_reserve_seats()
186
memset(av->
av_buf
+ start, DCCPAV_NOT_RECEIVED, num);
in dccp_ackvec_reserve_seats()
221
av->
av_buf
[av->av_buf_head] = DCCPAV_NOT_RECEIVED | len;
in dccp_ackvec_add_new()
236
av->
av_buf
[av->av_buf_head] = state;
in dccp_ackvec_add_new()
257
u8 *current_head = av->
av_buf
+ av->av_buf_head;
in dccp_ackvec_input()
305
runlen_now = dccp_ackvec_runlen(av->
av_buf
in dccp_ackvec_clear_state()
[all...]
H
A
D
ackvec.h
57
* @
av_buf
: circular buffer storage area
58
* @av_buf_head: head index; begin of live portion in @
av_buf
59
* @av_buf_tail: tail index; first index _after_ the live portion in @
av_buf
60
* @av_buf_ackno: highest seqno of acknowledgeable packet recorded in @
av_buf
61
* @av_tail_ackno: lowest seqno of acknowledgeable packet recorded in @
av_buf
63
* %DCCP_SINGLE_OPT_MAXLEN cells in the live portion of @
av_buf
68
u8
av_buf
[DCCPAV_MAX_ACKVEC_LEN];
member
87
* @avr_ack_ptr: pointer into @
av_buf
where this record starts
H
A
D
options.c
431
from = av->
av_buf
+ av->av_buf_head;
in dccp_insert_option_ackvec()
432
tail = av->
av_buf
+ DCCPAV_MAX_ACKVEC_LEN;
in dccp_insert_option_ackvec()
457
from = av->
av_buf
;
in dccp_insert_option_ackvec()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ackvec.c
63
avr->avr_ack_runlen = dccp_ackvec_runlen(av->
av_buf
+ av->av_buf_head);
in dccp_ackvec_update_records()
141
u8 runlen = dccp_ackvec_runlen(av->
av_buf
+ ptr);
in dccp_ackvec_update_old()
159
if (av->
av_buf
[ptr] == DCCPAV_NOT_RECEIVED)
in dccp_ackvec_update_old()
160
av->
av_buf
[ptr] = state;
in dccp_ackvec_update_old()
181
memset(av->
av_buf
+ start, DCCPAV_NOT_RECEIVED, len);
in dccp_ackvec_reserve_seats()
186
memset(av->
av_buf
+ start, DCCPAV_NOT_RECEIVED, num);
in dccp_ackvec_reserve_seats()
221
av->
av_buf
[av->av_buf_head] = DCCPAV_NOT_RECEIVED | len;
in dccp_ackvec_add_new()
236
av->
av_buf
[av->av_buf_head] = state;
in dccp_ackvec_add_new()
259
u8 *current_head = av->
av_buf
+ av->av_buf_head;
in dccp_ackvec_input()
310
runlen_now = dccp_ackvec_runlen(av->
av_buf
in dccp_ackvec_clear_state()
[all...]
H
A
D
ackvec.h
57
* @
av_buf
: circular buffer storage area
58
* @av_buf_head: head index; begin of live portion in @
av_buf
59
* @av_buf_tail: tail index; first index _after_ the live portion in @
av_buf
60
* @av_buf_ackno: highest seqno of acknowledgeable packet recorded in @
av_buf
61
* @av_tail_ackno: lowest seqno of acknowledgeable packet recorded in @
av_buf
63
* %DCCP_SINGLE_OPT_MAXLEN cells in the live portion of @
av_buf
68
u8
av_buf
[DCCPAV_MAX_ACKVEC_LEN];
member
87
* @avr_ack_ptr: pointer into @
av_buf
where this record starts
H
A
D
options.c
431
from = av->
av_buf
+ av->av_buf_head;
in dccp_insert_option_ackvec()
432
tail = av->
av_buf
+ DCCPAV_MAX_ACKVEC_LEN;
in dccp_insert_option_ackvec()
457
from = av->
av_buf
;
in dccp_insert_option_ackvec()
Completed in 5 milliseconds