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:unit_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
percpu.c
2411
int *
unit_map
;
in pcpu_setup_first_chunk()
local
2460
alloc_size = nr_cpu_ids * sizeof(
unit_map
[0]);
in pcpu_setup_first_chunk()
2461
unit_map
= memblock_alloc(alloc_size, SMP_CACHE_BYTES);
in pcpu_setup_first_chunk()
2462
if (!
unit_map
)
in pcpu_setup_first_chunk()
2473
unit_map
[cpu] = UINT_MAX;
in pcpu_setup_first_chunk()
2491
PCPU_SETUP_BUG_ON(
unit_map
[cpu] != UINT_MAX);
in pcpu_setup_first_chunk()
2493
unit_map
[cpu] = unit + i;
in pcpu_setup_first_chunk()
2508
PCPU_SETUP_BUG_ON(
unit_map
[cpu] == UINT_MAX);
in pcpu_setup_first_chunk()
2517
pcpu_unit_map =
unit_map
;
in pcpu_setup_first_chunk()
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
2590
int *
unit_map
;
in pcpu_setup_first_chunk()
local
2636
alloc_size = nr_cpu_ids * sizeof(
unit_map
[0]);
in pcpu_setup_first_chunk()
2637
unit_map
= memblock_alloc(alloc_size, SMP_CACHE_BYTES);
in pcpu_setup_first_chunk()
2638
if (!
unit_map
)
in pcpu_setup_first_chunk()
2649
unit_map
[cpu] = UINT_MAX;
in pcpu_setup_first_chunk()
2667
PCPU_SETUP_BUG_ON(
unit_map
[cpu] != UINT_MAX);
in pcpu_setup_first_chunk()
2669
unit_map
[cpu] = unit + i;
in pcpu_setup_first_chunk()
2684
PCPU_SETUP_BUG_ON(
unit_map
[cpu] == UINT_MAX);
in pcpu_setup_first_chunk()
2693
pcpu_unit_map =
unit_map
;
in pcpu_setup_first_chunk()
Completed in 8 milliseconds