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_node
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
1884
struct device_node *
cpu_node
;
in gic_populate_ppi_partitions()
local
1891
cpu_node
= of_find_node_by_phandle(cpu_phandle);
in gic_populate_ppi_partitions()
1892
if (WARN_ON(!
cpu_node
)) {
in gic_populate_ppi_partitions()
1893
of_node_put(
cpu_node
);
in gic_populate_ppi_partitions()
1897
cpu = of_cpu_node_to_id(
cpu_node
);
in gic_populate_ppi_partitions()
1902
pr_cont("%pOF[%d] ",
cpu_node
, cpu);
in gic_populate_ppi_partitions()
1905
of_node_put(
cpu_node
);
in gic_populate_ppi_partitions()
H
A
D
irq-gic-v3-its.c
3200
struct device_node *
cpu_node
;
in its_cpu_init_collection()
local
3202
cpu_node
= of_get_cpu_node(cpu, NULL);
in its_cpu_init_collection()
3203
if (its->numa_node != NUMA_NO_NODE && its->numa_node != of_node_to_nid(
cpu_node
)) {
in its_cpu_init_collection()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
2734
int
cpu_node
= task_node(current);
in task_numa_fault()
local
2781
if (!priv && !local && ng && ng->active_nodes > 1 && numa_is_active_node(
cpu_node
, ng) &&
in task_numa_fault()
2803
p->numa_faults[task_faults_idx(NUMA_CPUBUF,
cpu_node
, priv)] += pages;
in task_numa_fault()
Completed in 26 milliseconds