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:llc_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
976
u64
llc_size
= c->x86_cache_size * 1024ULL;
in calc_llc_size_per_core()
local
978
do_div(
llc_size
, c->x86_max_cores);
in calc_llc_size_per_core()
980
return (int)
llc_size
;
in calc_llc_size_per_core()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H
A
D
intel.c
886
u64
llc_size
= c->x86_cache_size * 1024ULL;
in calc_llc_size_per_core()
local
888
do_div(
llc_size
, c->x86_max_cores);
in calc_llc_size_per_core()
890
return (int)
llc_size
;
in calc_llc_size_per_core()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
169
long
llc_size
;
in rvt_wss_init()
local
202
llc_size
= rvt_wss_llc_size() * 1024;
in rvt_wss_init()
203
table_size = roundup_pow_of_two(
llc_size
);
in rvt_wss_init()
206
llc_bits =
llc_size
/ PAGE_SIZE;
in rvt_wss_init()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
127
long
llc_size
;
in rvt_wss_init()
local
160
llc_size
= rvt_wss_llc_size() * 1024;
in rvt_wss_init()
161
table_size = roundup_pow_of_two(
llc_size
);
in rvt_wss_init()
164
llc_bits =
llc_size
/ PAGE_SIZE;
in rvt_wss_init()
Completed in 10 milliseconds