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:fl_starve_thres
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
266
return fl->avail - fl->pend_cred <= s->
fl_starve_thres
;
in fl_starving()
2281
* (
fl_starve_thres
- 1).
in t4vf_sge_alloc_rxq()
2283
if (fl->size < s->
fl_starve_thres
- 1 + 2 * FL_PER_EQ_UNIT)
in t4vf_sge_alloc_rxq()
2284
fl->size = s->
fl_starve_thres
- 1 + 2 * FL_PER_EQ_UNIT;
in t4vf_sge_alloc_rxq()
2673
/* A FL with <=
fl_starve_thres
buffers is starving and a periodic
in t4vf_sge_init()
2682
s->
fl_starve_thres
=
in t4vf_sge_init()
2686
s->
fl_starve_thres
=
in t4vf_sge_init()
2691
s->
fl_starve_thres
=
in t4vf_sge_init()
2695
s->
fl_starve_thres
= s->
fl_starve_thres
*
in t4vf_sge_init()
[all...]
H
A
D
adapter.h
318
u32
fl_starve_thres
; /* Free List starvation threshold */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
266
return fl->avail - fl->pend_cred <= s->
fl_starve_thres
;
in fl_starving()
2278
* (
fl_starve_thres
- 1).
in t4vf_sge_alloc_rxq()
2280
if (fl->size < s->
fl_starve_thres
- 1 + 2 * FL_PER_EQ_UNIT)
in t4vf_sge_alloc_rxq()
2281
fl->size = s->
fl_starve_thres
- 1 + 2 * FL_PER_EQ_UNIT;
in t4vf_sge_alloc_rxq()
2670
/* A FL with <=
fl_starve_thres
buffers is starving and a periodic
in t4vf_sge_init()
2679
s->
fl_starve_thres
=
in t4vf_sge_init()
2683
s->
fl_starve_thres
=
in t4vf_sge_init()
2688
s->
fl_starve_thres
=
in t4vf_sge_init()
2692
s->
fl_starve_thres
= s->
fl_starve_thres
*
in t4vf_sge_init()
[all...]
H
A
D
adapter.h
319
u32
fl_starve_thres
; /* Free List starvation threshold */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
240
return fl->avail - fl->pend_cred <= s->
fl_starve_thres
;
in fl_starving()
4400
* (
fl_starve_thres
- 1).
in t4_sge_alloc_rxq()
4402
if (fl->size < s->
fl_starve_thres
- 1 + 2 * 8)
in t4_sge_alloc_rxq()
4403
fl->size = s->
fl_starve_thres
- 1 + 2 * 8;
in t4_sge_alloc_rxq()
5164
* A FL with <=
fl_starve_thres
buffers is starving and a periodic
in t4_sge_init()
5191
s->
fl_starve_thres
= 2*egress_threshold + 1;
in t4_sge_init()
H
A
D
cxgb4.h
1000
u32
fl_starve_thres
; /* Free List starvation threshold */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
240
return fl->avail - fl->pend_cred <= s->
fl_starve_thres
;
in fl_starving()
4425
* (
fl_starve_thres
- 1).
in t4_sge_alloc_rxq()
4427
if (fl->size < s->
fl_starve_thres
- 1 + 2 * 8)
in t4_sge_alloc_rxq()
4428
fl->size = s->
fl_starve_thres
- 1 + 2 * 8;
in t4_sge_alloc_rxq()
5194
* A FL with <=
fl_starve_thres
buffers is starving and a periodic
in t4_sge_init()
5221
s->
fl_starve_thres
= 2*egress_threshold + 1;
in t4_sge_init()
H
A
D
cxgb4.h
998
u32
fl_starve_thres
; /* Free List starvation threshold */
member
Completed in 33 milliseconds