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:txq_len
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
base.c
832
txq->
txq_len
++;
in ath5k_txbuf_setup()
1017
txq->
txq_len
= 0;
in ath5k_txq_setup()
1128
txq->
txq_len
--;
in ath5k_drain_tx_buffs()
1631
if (txq->
txq_len
>= txq->txq_max &&
in ath5k_tx_queue()
1777
txq->
txq_len
--;
in ath5k_tx_processq()
1782
if (txq->
txq_len
< ATH5K_TXQ_LEN_LOW && txq->qnum < 4)
in ath5k_tx_processq()
2020
if (ah->cabq->
txq_len
>= ah->cabq->txq_max)
in ath5k_beacon_send()
2478
if (txq->
txq_len
> 1) {
in ath5k_tx_complete_poll_work()
H
A
D
mac80211-ops.c
772
if (ah->txqs[qnum].
txq_len
>= ah->txqs[qnum].txq_max)
in ath5k_set_ringparam()
H
A
D
ath5k.h
617
* @
txq_len
:Number of queued buffers
635
int
txq_len
;
member
H
A
D
debug.c
839
" len: %d bufs: %d\n", txq->
txq_len
, n);
in read_file_queue()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
base.c
877
txq->
txq_len
++;
in ath5k_txbuf_setup()
1062
txq->
txq_len
= 0;
in ath5k_txq_setup()
1173
txq->
txq_len
--;
in ath5k_drain_tx_buffs()
1676
if (txq->
txq_len
>= txq->txq_max &&
in ath5k_tx_queue()
1822
txq->
txq_len
--;
in ath5k_tx_processq()
1827
if (txq->
txq_len
< ATH5K_TXQ_LEN_LOW && txq->qnum < 4)
in ath5k_tx_processq()
2065
if (ah->cabq->
txq_len
>= ah->cabq->txq_max)
in ath5k_beacon_send()
2523
if (txq->
txq_len
> 1) {
in ath5k_tx_complete_poll_work()
H
A
D
mac80211-ops.c
773
if (ah->txqs[qnum].
txq_len
>= ah->txqs[qnum].txq_max)
in ath5k_set_ringparam()
H
A
D
ath5k.h
617
* @
txq_len
:Number of queued buffers
635
int
txq_len
;
member
H
A
D
debug.c
839
" len: %d bufs: %d\n", txq->
txq_len
, n);
in read_file_queue()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
link.c
1098
int
txq_len
= skb_queue_len(txq);
in tipc_link_update_cwin()
local
1114
if (
txq_len
+ bklog_len < cwin)
in tipc_link_update_cwin()
1118
if (
txq_len
&& l->snd_nxt - buf_seqno(skb_peek(txq)) !=
txq_len
)
in tipc_link_update_cwin()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
link.c
1133
int
txq_len
= skb_queue_len(txq);
in tipc_link_update_cwin()
local
1149
if (
txq_len
+ bklog_len < cwin)
in tipc_link_update_cwin()
1153
if (
txq_len
&& l->snd_nxt - buf_seqno(skb_peek(txq)) !=
txq_len
)
in tipc_link_update_cwin()
Completed in 27 milliseconds