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:nlm_cpumask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H
A
D
setup.c
53
cpumask_t
nlm_cpumask
= CPU_MASK_CPU0;
variable
177
cpumask_setall(&
nlm_cpumask
);
in prom_init()
H
A
D
wakeup.c
211
xlp_enable_secondary_cores(&
nlm_cpumask
);
in xlp_wakeup_secondary_cpus()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
H
A
D
setup.c
62
cpumask_t
nlm_cpumask
= CPU_MASK_CPU0;
variable
205
cpumask_set_cpu(i, &
nlm_cpumask
);
in prom_init()
H
A
D
wakeup.c
65
if (i == boot_cpu || !cpumask_test_cpu(i, &
nlm_cpumask
))
in xlr_wakeup_secondary_cpus()
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/
H
A
D
common.h
91
extern cpumask_t
nlm_cpumask
;
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H
A
D
smp.c
263
threadmode = nlm_parse_cpumask(&
nlm_cpumask
);
in nlm_wakeup_secondary_cpus()
Completed in 2 milliseconds