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_head
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ackvec.c
22
av->
av_buf_head
= av->av_buf_tail = DCCPAV_MAX_ACKVEC_LEN - 1;
in dccp_ackvec_alloc()
60
avr->avr_ack_ptr = av->
av_buf_head
;
in dccp_ackvec_update_records()
63
avr->avr_ack_runlen = dccp_ackvec_runlen(av->av_buf + av->
av_buf_head
);
in dccp_ackvec_update_records()
121
return __ackvec_idx_sub(av->av_buf_tail, av->
av_buf_head
);
in dccp_ackvec_buflen()
134
u16 ptr = av->
av_buf_head
;
in dccp_ackvec_update_old()
176
u16 start = __ackvec_idx_add(av->
av_buf_head
, 1),
in dccp_ackvec_reserve_seats()
220
av->
av_buf_head
= __ackvec_idx_sub(av->
av_buf_head
, 1);
in dccp_ackvec_add_new()
221
av->av_buf[av->
av_buf_head
] = DCCPAV_NOT_RECEIVED | len;
in dccp_ackvec_add_new()
232
av->
av_buf_head
in dccp_ackvec_add_new()
[all...]
H
A
D
ackvec.h
58
* @
av_buf_head
: head index; begin of live portion in @av_buf
69
u16
av_buf_head
;
member
115
return av->av_overflow == 0 && av->
av_buf_head
== av->av_buf_tail;
in dccp_ackvec_is_empty()
H
A
D
options.c
431
from = av->av_buf + av->
av_buf_head
;
in dccp_insert_option_ackvec()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ackvec.c
22
av->
av_buf_head
= av->av_buf_tail = DCCPAV_MAX_ACKVEC_LEN - 1;
in dccp_ackvec_alloc()
60
avr->avr_ack_ptr = av->
av_buf_head
;
in dccp_ackvec_update_records()
63
avr->avr_ack_runlen = dccp_ackvec_runlen(av->av_buf + av->
av_buf_head
);
in dccp_ackvec_update_records()
121
return __ackvec_idx_sub(av->av_buf_tail, av->
av_buf_head
);
in dccp_ackvec_buflen()
134
u16 ptr = av->
av_buf_head
;
in dccp_ackvec_update_old()
176
u16 start = __ackvec_idx_add(av->
av_buf_head
, 1),
in dccp_ackvec_reserve_seats()
220
av->
av_buf_head
= __ackvec_idx_sub(av->
av_buf_head
, 1);
in dccp_ackvec_add_new()
221
av->av_buf[av->
av_buf_head
] = DCCPAV_NOT_RECEIVED | len;
in dccp_ackvec_add_new()
232
av->
av_buf_head
in dccp_ackvec_add_new()
[all...]
H
A
D
ackvec.h
58
* @
av_buf_head
: head index; begin of live portion in @av_buf
69
u16
av_buf_head
;
member
115
return av->av_overflow == 0 && av->
av_buf_head
== av->av_buf_tail;
in dccp_ackvec_is_empty()
H
A
D
options.c
431
from = av->av_buf + av->
av_buf_head
;
in dccp_insert_option_ackvec()
Completed in 4 milliseconds