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:used_next
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_debugfs.c
35
hash_index = client_info->
used_next
) {
in bond_debug_rlb_hash_show()
H
A
D
bond_alb.c
391
next_index = rx_hash_table[index].
used_next
;
in rlb_clear_slave()
468
hash_index = client_info->
used_next
) {
in rlb_update_rx_clients()
497
hash_index = client_info->
used_next
) {
in rlb_req_update_slave_clients()
528
hash_index = client_info->
used_next
) {
in rlb_req_update_subnet_clients()
632
client_info->
used_next
= prev_tbl_head;
in rlb_choose_channel()
712
hash_index = client_info->
used_next
) {
in rlb_rebalance()
733
entry->
used_next
= RLB_NULL_INDEX;
in rlb_init_table_entry_dst()
756
u32 next_index = bond_info->rx_hashtbl[index].
used_next
;
in rlb_delete_table_entry_dst()
762
bond_info->rx_hashtbl[prev_index].
used_next
= next_index;
in rlb_delete_table_entry_dst()
892
u32 next_index = bond_info->rx_hashtbl[curr_index].
used_next
;
in rlb_clear_vlan()
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_debugfs.c
35
hash_index = client_info->
used_next
) {
in bond_debug_rlb_hash_show()
H
A
D
bond_alb.c
393
next_index = rx_hash_table[index].
used_next
;
in rlb_clear_slave()
470
hash_index = client_info->
used_next
) {
in rlb_update_rx_clients()
499
hash_index = client_info->
used_next
) {
in rlb_req_update_slave_clients()
530
hash_index = client_info->
used_next
) {
in rlb_req_update_subnet_clients()
635
client_info->
used_next
= prev_tbl_head;
in rlb_choose_channel()
725
hash_index = client_info->
used_next
) {
in rlb_rebalance()
746
entry->
used_next
= RLB_NULL_INDEX;
in rlb_init_table_entry_dst()
769
u32 next_index = bond_info->rx_hashtbl[index].
used_next
;
in rlb_delete_table_entry_dst()
775
bond_info->rx_hashtbl[prev_index].
used_next
= next_index;
in rlb_delete_table_entry_dst()
906
u32 next_index = bond_info->rx_hashtbl[curr_index].
used_next
;
in rlb_clear_vlan()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
bond_alb.h
84
* There is a linked list (linked by the
used_next
and used_prev members)
101
u32
used_next
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
bond_alb.h
84
* There is a linked list (linked by the
used_next
and used_prev members)
101
u32
used_next
;
member
Completed in 5 milliseconds