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:agg_select_timer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
bond_3ad.h
263
atomic_t
agg_select_timer
; /* Timer to select aggregator after all adapter's hand shakes */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
bond_3ad.h
263
atomic_t
agg_select_timer
; /* Timer to select aggregator after all adapter's hand shakes */
member
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_3ad.c
227
return atomic_read(&BOND_AD_INFO(bond).
agg_select_timer
) ? 1 : 0;
in __check_agg_selection_timer()
968
/* check also if
agg_select_timer
expired (so the
in ad_mux_machine()
1980
atomic_set(&BOND_AD_INFO(bond).
agg_select_timer
, timeout);
in bond_3ad_initiate_agg_selection()
2259
* bond_agg_timer_advance - advance
agg_select_timer
2262
* Return true when
agg_select_timer
reaches 0.
2269
val = atomic_read(&BOND_AD_INFO(bond).
agg_select_timer
);
in bond_agg_timer_advance()
2273
if (atomic_cmpxchg(&BOND_AD_INFO(bond).
agg_select_timer
,
in bond_agg_timer_advance()
2289
* This function also complete the initialization when the
agg_select_timer
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_3ad.c
231
return atomic_read(&BOND_AD_INFO(bond).
agg_select_timer
) ? 1 : 0;
in __check_agg_selection_timer()
996
/* check also if
agg_select_timer
expired (so the
in ad_mux_machine()
2010
atomic_set(&BOND_AD_INFO(bond).
agg_select_timer
, timeout);
in bond_3ad_initiate_agg_selection()
2283
* bond_agg_timer_advance - advance
agg_select_timer
2286
* Return true when
agg_select_timer
reaches 0.
2293
val = atomic_read(&BOND_AD_INFO(bond).
agg_select_timer
);
in bond_agg_timer_advance()
2297
if (atomic_cmpxchg(&BOND_AD_INFO(bond).
agg_select_timer
,
in bond_agg_timer_advance()
2313
* This function also complete the initialization when the
agg_select_timer
Completed in 9 milliseconds