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:cpu_up
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/
H
A
D
cpu.c
299
* If set,
cpu_up
and cpu_down will return -EBUSY and do nothing.
871
* completed _before_
cpu_up
()/_cpu_down() returns.
1313
* The caller of
cpu_up
() might have raced with another
in _cpu_up()
1361
static int
cpu_up
(unsigned int cpu, enum cpuhp_state target)
in cpu_up()
function
1405
return
cpu_up
(dev->id, CPUHP_ONLINE);
in cpu_device_up()
1434
ret =
cpu_up
(sleep_cpu, CPUHP_ONLINE);
in bringup_hibernate_cpu()
1453
cpu_up
(cpu, CPUHP_ONLINE);
in bringup_nonboot_cpus()
2335
ret =
cpu_up
(dev->id, target);
in write_cpuhp_target()
Completed in 4 milliseconds