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:irq_mod_score
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef100_rx.c
141
channel->
irq_mod_score
+= 2 * n_packets;
in efx_ef100_ev_rx()
H
A
D
efx_channels.c
1181
if (channel->
irq_mod_score
< irq_adapt_low_thresh) {
in efx_update_irq_mod()
1186
} else if (channel->
irq_mod_score
> irq_adapt_high_thresh) {
in efx_update_irq_mod()
1195
channel->
irq_mod_score
= 0;
in efx_update_irq_mod()
H
A
D
net_driver.h
454
* @
irq_mod_score
: IRQ moderation score
511
unsigned int
irq_mod_score
;
member
H
A
D
farch.c
1066
channel->
irq_mod_score
+= 2;
in efx_farch_handle_rx_event()
H
A
D
ef10.c
2906
channel->
irq_mod_score
+= 2 * n_packets;
in efx_ef10_handle_rx_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef100_rx.c
182
channel->
irq_mod_score
+= 2 * n_packets;
in efx_ef100_ev_rx()
H
A
D
efx_channels.c
1225
if (channel->
irq_mod_score
< irq_adapt_low_thresh) {
in efx_update_irq_mod()
1230
} else if (channel->
irq_mod_score
> irq_adapt_high_thresh) {
in efx_update_irq_mod()
1239
channel->
irq_mod_score
= 0;
in efx_update_irq_mod()
H
A
D
net_driver.h
443
* @
irq_mod_score
: IRQ moderation score
502
unsigned int
irq_mod_score
;
member
H
A
D
ef10.c
2932
channel->
irq_mod_score
+= 2 * n_packets;
in efx_ef10_handle_rx_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_channels.c
1250
if (channel->
irq_mod_score
< irq_adapt_low_thresh) {
in efx_update_irq_mod()
1255
} else if (channel->
irq_mod_score
> irq_adapt_high_thresh) {
in efx_update_irq_mod()
1264
channel->
irq_mod_score
= 0;
in efx_update_irq_mod()
H
A
D
net_driver.h
453
* @
irq_mod_score
: IRQ moderation score
510
unsigned int
irq_mod_score
;
member
H
A
D
farch.c
1068
channel->
irq_mod_score
+= 2;
in efx_farch_handle_rx_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
net_driver.h
383
* @
irq_mod_score
: IRQ moderation score
423
unsigned int
irq_mod_score
;
member
H
A
D
efx.c
280
if (channel->
irq_mod_score
< irq_adapt_low_thresh) {
in ef4_update_irq_mod()
285
} else if (channel->
irq_mod_score
> irq_adapt_high_thresh) {
in ef4_update_irq_mod()
294
channel->
irq_mod_score
= 0;
in ef4_update_irq_mod()
H
A
D
farch.c
1075
channel->
irq_mod_score
+= 2;
in ef4_farch_handle_rx_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
net_driver.h
383
* @
irq_mod_score
: IRQ moderation score
423
unsigned int
irq_mod_score
;
member
H
A
D
efx.c
274
if (channel->
irq_mod_score
< irq_adapt_low_thresh) {
in ef4_update_irq_mod()
279
} else if (channel->
irq_mod_score
> irq_adapt_high_thresh) {
in ef4_update_irq_mod()
288
channel->
irq_mod_score
= 0;
in ef4_update_irq_mod()
H
A
D
farch.c
1075
channel->
irq_mod_score
+= 2;
in ef4_farch_handle_rx_event()
Completed in 53 milliseconds