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:size_index
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
slab_common.c
596
static u8
size_index
[24] __ro_after_init = {
640
index =
size_index
[size_index_elem(size)];
in kmalloc_slab()
703
* Patch up the
size_index
table if we have strange large alignment
723
if (elem >= ARRAY_SIZE(
size_index
))
in setup_kmalloc_cache_index_table()
725
size_index
[elem] = KMALLOC_SHIFT_LOW;
in setup_kmalloc_cache_index_table()
734
size_index
[size_index_elem(i)] = 7;
in setup_kmalloc_cache_index_table()
745
size_index
[size_index_elem(i)] = 8;
in setup_kmalloc_cache_index_table()
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
mmconfig-shared.c
271
int start,
size_index
, end;
in pci_mmcfg_nvidia_mcp55()
local
286
size_index
= (extcfg & extcfg_size_mask) >> extcfg_size_shift;
in pci_mmcfg_nvidia_mcp55()
287
base = extcfg & extcfg_base_mask[
size_index
];
in pci_mmcfg_nvidia_mcp55()
291
end = start + extcfg_sizebus[
size_index
] - 1;
in pci_mmcfg_nvidia_mcp55()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
mmconfig-shared.c
272
int start,
size_index
, end;
in pci_mmcfg_nvidia_mcp55()
local
287
size_index
= (extcfg & extcfg_size_mask) >> extcfg_size_shift;
in pci_mmcfg_nvidia_mcp55()
288
base = extcfg & extcfg_base_mask[
size_index
];
in pci_mmcfg_nvidia_mcp55()
292
end = start + extcfg_sizebus[
size_index
] - 1;
in pci_mmcfg_nvidia_mcp55()
/kernel/linux/linux-6.6/mm/
H
A
D
slab_common.c
692
static u8
size_index
[24] __ro_after_init = {
736
index =
size_index
[size_index_elem(size)];
in kmalloc_slab()
750
* The flags don't matter since
size_index
is common to all.
in kmalloc_size_roundup()
850
* Patch up the
size_index
table if we have strange large alignment
870
if (elem >= ARRAY_SIZE(
size_index
))
in setup_kmalloc_cache_index_table()
872
size_index
[elem] = KMALLOC_SHIFT_LOW;
in setup_kmalloc_cache_index_table()
881
size_index
[size_index_elem(i)] = 7;
in setup_kmalloc_cache_index_table()
892
size_index
[size_index_elem(i)] = 8;
in setup_kmalloc_cache_index_table()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
memalloc.c
39
static u8
size_index
[24] __ro_after_init = {
72
return
size_index
[(size - 1) / 8] - 1;
in bpf_mem_cache_idx()
Completed in 7 milliseconds