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:wss_threshold
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
151
static uint
wss_threshold
= 80;
variable
152
module_param(
wss_threshold
, uint, S_IRUGO);
153
MODULE_PARM_DESC(
wss_threshold
, "Percentage (1-100) of LLC to use as a threshold for a cacheless copy");
1911
dd->verbs_dev.rdi.dparms.
wss_threshold
=
wss_threshold
;
in hfi1_register_ib_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
109
static uint
wss_threshold
= 80;
variable
110
module_param(
wss_threshold
, uint, S_IRUGO);
111
MODULE_PARM_DESC(
wss_threshold
, "Percentage (1-100) of LLC to use as a threshold for a cacheless copy");
1854
dd->verbs_dev.rdi.dparms.
wss_threshold
=
wss_threshold
;
in hfi1_register_ib_device()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdma_vt.h
129
unsigned int
wss_threshold
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdma_vt.h
129
unsigned int
wss_threshold
;
member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
167
unsigned int
wss_threshold
= rdi->dparms.
wss_threshold
;
in rvt_wss_init()
local
187
if (
wss_threshold
< 1 ||
wss_threshold
> 100)
in rvt_wss_init()
188
wss_threshold
= 80;
in rvt_wss_init()
211
wss->threshold = (llc_bits *
wss_threshold
) / 100;
in rvt_wss_init()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
125
unsigned int
wss_threshold
= rdi->dparms.
wss_threshold
;
in rvt_wss_init()
local
145
if (
wss_threshold
< 1 ||
wss_threshold
> 100)
in rvt_wss_init()
146
wss_threshold
= 80;
in rvt_wss_init()
169
wss->threshold = (llc_bits *
wss_threshold
) / 100;
in rvt_wss_init()
Completed in 14 milliseconds