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:aggr_list
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
bat_v_ogm.c
158
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
169
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_queue_left()
180
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
184
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_aggr_list_free()
186
__skb_queue_purge(&hard_iface->bat_v.
aggr_list
);
in batadv_v_ogm_aggr_list_free()
199
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
208
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_aggr_send()
222
while ((skb = __skb_dequeue(&hard_iface->bat_v.
aggr_list
))) {
in batadv_v_ogm_aggr_send()
249
spin_lock_bh(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_queue_on_if()
254
__skb_queue_tail(&hard_iface->bat_v.
aggr_list
, sk
in batadv_v_ogm_queue_on_if()
[all...]
H
A
D
types.h
127
/** @
aggr_list
: queue for to be aggregated OGM packets */
128
struct sk_buff_head
aggr_list
;
member
H
A
D
bat_v.c
1087
skb_queue_head_init(&hard_iface->bat_v.
aggr_list
);
in batadv_v_hardif_init()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
bat_v_ogm.c
158
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
169
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_queue_left()
180
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
184
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_aggr_list_free()
186
__skb_queue_purge(&hard_iface->bat_v.
aggr_list
);
in batadv_v_ogm_aggr_list_free()
199
* Caller needs to hold the hard_iface->bat_v.
aggr_list
.lock.
208
lockdep_assert_held(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_aggr_send()
222
while ((skb = __skb_dequeue(&hard_iface->bat_v.
aggr_list
))) {
in batadv_v_ogm_aggr_send()
249
spin_lock_bh(&hard_iface->bat_v.
aggr_list
.lock);
in batadv_v_ogm_queue_on_if()
254
__skb_queue_tail(&hard_iface->bat_v.
aggr_list
, sk
in batadv_v_ogm_queue_on_if()
[all...]
H
A
D
types.h
126
/** @
aggr_list
: queue for to be aggregated OGM packets */
127
struct sk_buff_head
aggr_list
;
member
H
A
D
bat_v.c
823
skb_queue_head_init(&hard_iface->bat_v.
aggr_list
);
in batadv_v_hardif_init()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
usb.h
79
struct sk_buff_head
aggr_list
;
member
H
A
D
usb.c
893
/* Packets in
aggr_list
will be send in either skb_aggr or
in mwifiex_usb_prepare_tx_aggr_skb()
908
while ((skb_tmp = skb_dequeue(&port->tx_aggr.
aggr_list
)))
in mwifiex_usb_prepare_tx_aggr_skb()
919
while ((skb_tmp = skb_dequeue(&port->tx_aggr.
aggr_list
))) {
in mwifiex_usb_prepare_tx_aggr_skb()
924
if (skb_queue_empty(&port->tx_aggr.
aggr_list
)) {
in mwifiex_usb_prepare_tx_aggr_skb()
1037
if (skb_queue_empty(&port->tx_aggr.
aggr_list
)) {
in mwifiex_usb_aggr_tx_data()
1051
skb_queue_tail(&port->tx_aggr.
aggr_list
, skb);
in mwifiex_usb_aggr_tx_data()
1060
* value, according to packets number in
aggr_list
in mwifiex_usb_aggr_tx_data()
1123
skb_queue_tail(&port->tx_aggr.
aggr_list
, skb);
in mwifiex_usb_aggr_tx_data()
1260
skb_queue_head_init(&port->tx_aggr.
aggr_list
);
in mwifiex_usb_tx_init()
1370
skb_dequeue(&port->tx_aggr.
aggr_list
)))
in mwifiex_usb_cleanup_tx_aggr()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
usb.h
67
struct sk_buff_head
aggr_list
;
member
H
A
D
usb.c
881
/* Packets in
aggr_list
will be send in either skb_aggr or
in mwifiex_usb_prepare_tx_aggr_skb()
896
while ((skb_tmp = skb_dequeue(&port->tx_aggr.
aggr_list
)))
in mwifiex_usb_prepare_tx_aggr_skb()
907
while ((skb_tmp = skb_dequeue(&port->tx_aggr.
aggr_list
))) {
in mwifiex_usb_prepare_tx_aggr_skb()
912
if (skb_queue_empty(&port->tx_aggr.
aggr_list
)) {
in mwifiex_usb_prepare_tx_aggr_skb()
1025
if (skb_queue_empty(&port->tx_aggr.
aggr_list
)) {
in mwifiex_usb_aggr_tx_data()
1039
skb_queue_tail(&port->tx_aggr.
aggr_list
, skb);
in mwifiex_usb_aggr_tx_data()
1048
* value, according to packets number in
aggr_list
in mwifiex_usb_aggr_tx_data()
1111
skb_queue_tail(&port->tx_aggr.
aggr_list
, skb);
in mwifiex_usb_aggr_tx_data()
1248
skb_queue_head_init(&port->tx_aggr.
aggr_list
);
in mwifiex_usb_tx_init()
1358
skb_dequeue(&port->tx_aggr.
aggr_list
)))
in mwifiex_usb_cleanup_tx_aggr()
[all...]
Completed in 15 milliseconds