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:allowed_cpus
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H
A
D
rockchip_system_monitor.h
121
struct cpumask
allowed_cpus
;
member
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/
H
A
D
rockchip_system_monitor.h
121
struct cpumask
allowed_cpus
;
member
/device/soc/rockchip/common/vendor/drivers/cpufreq/
H
A
D
rockchip-cpufreq.c
571
cpumask_copy(&mdevp->
allowed_cpus
, policy->cpus);
in rockchip_cpufreq_notifier()
/device/soc/rockchip/rk3588/kernel/drivers/cpufreq/
H
A
D
rockchip-cpufreq.c
611
cpumask_copy(&mdevp->
allowed_cpus
, policy->cpus);
in rockchip_cpufreq_notifier()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rockchip_system_monitor.c
864
if (cpumask_test_cpu(cpu, &tmp->devp->
allowed_cpus
)) {
in rockchip_monitor_suspend_low_temp_adjust()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rockchip_system_monitor.c
874
if (cpumask_test_cpu(cpu, &tmp->devp->
allowed_cpus
)) {
in rockchip_monitor_suspend_low_temp_adjust()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
9362
cpumask_t
allowed_cpus
;
in find_idlest_group()
local
9364
cpumask_andnot(&
allowed_cpus
, p->cpus_ptr, cpu_isolated_mask);
in find_idlest_group()
9374
if (!cpumask_intersects(sched_group_span(group), &
allowed_cpus
))
in find_idlest_group()
Completed in 25 milliseconds