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:old_read_count
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
tx.c
113
fill_level = max(txq1->insert_count - txq1->
old_read_count
,
in ef4_tx_maybe_stop_queue()
114
txq2->insert_count - txq2->
old_read_count
);
in ef4_tx_maybe_stop_queue()
118
/* We used the stale
old_read_count
above, which gives us a
in ef4_tx_maybe_stop_queue()
134
txq1->
old_read_count
= READ_ONCE(txq1->read_count);
in ef4_tx_maybe_stop_queue()
135
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in ef4_tx_maybe_stop_queue()
137
fill_level = max(txq1->insert_count - txq1->
old_read_count
,
in ef4_tx_maybe_stop_queue()
138
txq2->insert_count - txq2->
old_read_count
);
in ef4_tx_maybe_stop_queue()
593
tx_queue->
old_read_count
= 0;
in ef4_init_tx_queue()
H
A
D
net_driver.h
199
* @
old_read_count
: The value of read_count when last checked.
238
unsigned int
old_read_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
tx.c
114
fill_level = max(txq1->insert_count - txq1->
old_read_count
,
in ef4_tx_maybe_stop_queue()
115
txq2->insert_count - txq2->
old_read_count
);
in ef4_tx_maybe_stop_queue()
119
/* We used the stale
old_read_count
above, which gives us a
in ef4_tx_maybe_stop_queue()
135
txq1->
old_read_count
= READ_ONCE(txq1->read_count);
in ef4_tx_maybe_stop_queue()
136
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in ef4_tx_maybe_stop_queue()
138
fill_level = max(txq1->insert_count - txq1->
old_read_count
,
in ef4_tx_maybe_stop_queue()
139
txq2->insert_count - txq2->
old_read_count
);
in ef4_tx_maybe_stop_queue()
594
tx_queue->
old_read_count
= 0;
in ef4_init_tx_queue()
H
A
D
net_driver.h
199
* @
old_read_count
: The value of read_count when last checked.
238
unsigned int
old_read_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
432
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in __ef100_enqueue_skb()
469
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in __ef100_enqueue_skb()
H
A
D
net_driver.h
219
* @
old_read_count
: The value of read_count when last checked.
272
unsigned int
old_read_count
;
member
1717
tx_queue->insert_count - tx_queue->
old_read_count
);
in efx_channel_tx_old_fill_level()
H
A
D
tx.c
71
/* We used the stale
old_read_count
above, which gives us a
in efx_tx_maybe_stop_queue()
88
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in efx_tx_maybe_stop_queue()
H
A
D
tx_common.c
81
tx_queue->
old_read_count
= 0;
in efx_init_tx_queue()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
381
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in ef100_enqueue_skb()
H
A
D
net_driver.h
238
* @
old_read_count
: The value of read_count when last checked.
291
unsigned int
old_read_count
;
member
1705
tx_queue->insert_count - tx_queue->
old_read_count
);
in efx_channel_tx_old_fill_level()
H
A
D
tx.c
71
/* We used the stale
old_read_count
above, which gives us a
in efx_tx_maybe_stop_queue()
88
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in efx_tx_maybe_stop_queue()
H
A
D
tx_common.c
80
tx_queue->
old_read_count
= 0;
in efx_init_tx_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
tx.c
55
/* We used the stale
old_read_count
above, which gives us a
in efx_tx_maybe_stop_queue()
72
txq2->
old_read_count
= READ_ONCE(txq2->read_count);
in efx_tx_maybe_stop_queue()
H
A
D
net_driver.h
237
* @
old_read_count
: The value of read_count when last checked.
290
unsigned int
old_read_count
;
member
1670
tx_queue->insert_count - tx_queue->
old_read_count
);
in efx_channel_tx_old_fill_level()
H
A
D
tx_common.c
81
tx_queue->
old_read_count
= 0;
in efx_siena_init_tx_queue()
Completed in 26 milliseconds