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:usable_slaves
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_main.c
2416
struct bond_up_slave *
usable_slaves
;
in bond_miimon_inspect()
local
2418
usable_slaves
= rcu_dereference(bond->
usable_slaves
);
in bond_miimon_inspect()
2420
if (
usable_slaves
&&
usable_slaves
->count == 0)
in bond_miimon_inspect()
4455
struct bond_up_slave *
usable_slaves
,
in bond_set_slave_arr()
4460
usable = rtnl_dereference(bond->
usable_slaves
);
in bond_set_slave_arr()
4461
rcu_assign_pointer(bond->
usable_slaves
,
usable_slaves
);
in bond_set_slave_arr()
4473
usable = rtnl_dereference(bond->
usable_slaves
);
in bond_reset_slave_arr()
4454
bond_set_slave_arr(struct bonding *bond, struct bond_up_slave *
usable_slaves
, struct bond_up_slave *all_slaves)
bond_set_slave_arr()
argument
4496
struct bond_up_slave *
usable_slaves
= NULL, *all_slaves = NULL;
bond_update_slave_arr()
local
[all...]
H
A
D
bond_alb.c
1364
slaves = rcu_dereference(bond->
usable_slaves
);
in bond_xmit_tlb_slave_get()
1507
slaves = rcu_dereference(bond->
usable_slaves
);
in bond_xmit_alb_slave_get()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
2593
struct bond_up_slave *
usable_slaves
;
in bond_miimon_inspect()
local
2595
usable_slaves
= rcu_dereference(bond->
usable_slaves
);
in bond_miimon_inspect()
2597
if (
usable_slaves
&&
usable_slaves
->count == 0)
in bond_miimon_inspect()
5041
struct bond_up_slave *
usable_slaves
,
in bond_set_slave_arr()
5046
usable = rtnl_dereference(bond->
usable_slaves
);
in bond_set_slave_arr()
5047
rcu_assign_pointer(bond->
usable_slaves
,
usable_slaves
);
in bond_set_slave_arr()
5070
struct bond_up_slave *
usable_slaves
in bond_update_slave_arr()
local
5040
bond_set_slave_arr(struct bonding *bond, struct bond_up_slave *
usable_slaves
, struct bond_up_slave *all_slaves)
bond_set_slave_arr()
argument
[all...]
H
A
D
bond_alb.c
1398
slaves = rcu_dereference(bond->
usable_slaves
);
in bond_xmit_tlb_slave_get()
1514
slaves = rcu_dereference(bond->
usable_slaves
);
in bond_xmit_alb_slave_get()
/kernel/linux/linux-5.10/include/net/
H
A
D
bonding.h
216
struct bond_up_slave __rcu *
usable_slaves
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
bonding.h
219
struct bond_up_slave __rcu *
usable_slaves
;
member
Completed in 19 milliseconds