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:high_seq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
recover.c
736
uint32_t
high_seq
= 0;
in recover_lvb()
local
764
if (((int)iter->lkb_lvbseq - (int)
high_seq
) >= 0) {
in recover_lvb()
766
high_seq
= iter->lkb_lvbseq;
in recover_lvb()
781
if (((int)iter->lkb_lvbseq - (int)
high_seq
) >= 0) {
in recover_lvb()
783
high_seq
= iter->lkb_lvbseq;
in recover_lvb()
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
recover.c
738
uint32_t
high_seq
= 0;
in recover_lvb()
local
766
if (((int)iter->lkb_lvbseq - (int)
high_seq
) >= 0) {
in recover_lvb()
768
high_seq
= iter->lkb_lvbseq;
in recover_lvb()
783
if (((int)iter->lkb_lvbseq - (int)
high_seq
) >= 0) {
in recover_lvb()
785
high_seq
= iter->lkb_lvbseq;
in recover_lvb()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
340
u32
high_seq
; /* snd_nxt at onset of congestion */
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
1388
if (!after(end_seq, tp->
high_seq
))
in tcp_sacktag_one()
2147
!after(tp->
high_seq
, tp->snd_una) ||
in tcp_enter_loss()
2169
tp->
high_seq
= tp->snd_nxt;
in tcp_enter_loss()
2520
if (tp->snd_una == tp->
high_seq
&& tcp_is_reno(tp)) {
in tcp_is_non_sack_preventing_reopen()
2521
/* Hold old state until something *above*
high_seq
in tcp_is_non_sack_preventing_reopen()
2614
tp->
high_seq
= tp->snd_nxt;
in tcp_init_cwnd_reduction()
2691
tp->
high_seq
= tp->snd_nxt;
in tcp_try_keep_open()
2776
tp->
high_seq
= tp->snd_nxt;
in tcp_simple_retransmit()
2816
bool recovered = !before(tp->snd_una, tp->
high_seq
);
in tcp_process_loss()
2830
if (after(tp->snd_nxt, tp->
high_seq
)) {
in tcp_process_loss()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
1407
if (!after(end_seq, tp->
high_seq
))
in tcp_sacktag_one()
2166
!after(tp->
high_seq
, tp->snd_una) ||
in tcp_enter_loss()
2188
tp->
high_seq
= tp->snd_nxt;
in tcp_enter_loss()
2539
if (tp->snd_una == tp->
high_seq
&& tcp_is_reno(tp)) {
in tcp_is_non_sack_preventing_reopen()
2540
/* Hold old state until something *above*
high_seq
in tcp_is_non_sack_preventing_reopen()
2633
tp->
high_seq
= tp->snd_nxt;
in tcp_init_cwnd_reduction()
2709
tp->
high_seq
= tp->snd_nxt;
in tcp_try_keep_open()
2809
tp->
high_seq
= tp->snd_nxt;
in tcp_simple_retransmit()
2849
bool recovered = !before(tp->snd_una, tp->
high_seq
);
in tcp_process_loss()
2863
if (after(tp->snd_nxt, tp->
high_seq
)) {
in tcp_process_loss()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
369
u32
high_seq
; /* snd_nxt at onset of congestion */
member
Completed in 23 milliseconds