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:total_cores
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H
A
D
cptpf_main.c
126
u32
total_cores
= 0;
in cpt_load_microcode()
local
144
total_cores
= CPT_MAX_TOTAL_CORES; /* upto 15 */
in cpt_load_microcode()
147
total_cores
= CPT_MAX_SE_CORES; /* upto 9 */
in cpt_load_microcode()
151
for (; core <
total_cores
; core++, shift++) {
in cpt_load_microcode()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H
A
D
cptpf_main.c
125
u32
total_cores
= 0;
in cpt_load_microcode()
local
143
total_cores
= CPT_MAX_TOTAL_CORES; /* upto 15 */
in cpt_load_microcode()
146
total_cores
= CPT_MAX_SE_CORES; /* upto 9 */
in cpt_load_microcode()
150
for (; core <
total_cores
; core++, shift++) {
in cpt_load_microcode()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H
A
D
otx2_cptpf_ucode.c
1272
static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int
total_cores
,
in cptx_disable_all_cores()
argument
1280
for (i = 0; i <
total_cores
; i++) {
in cptx_disable_all_cores()
1300
for (i = 0; i <
total_cores
; i++) {
in cptx_disable_all_cores()
1316
for (i = 0; i <
total_cores
; i++) {
in cptx_disable_all_cores()
1328
int
total_cores
, ret;
in otx2_cpt_disable_all_cores()
local
1330
total_cores
= cptpf->eng_grps.avail.max_se_cnt +
in otx2_cpt_disable_all_cores()
1335
ret = cptx_disable_all_cores(cptpf,
total_cores
, BLKADDR_CPT1);
in otx2_cpt_disable_all_cores()
1339
return cptx_disable_all_cores(cptpf,
total_cores
, BLKADDR_CPT0);
in otx2_cpt_disable_all_cores()
Completed in 5 milliseconds