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:online_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
coupled.c
93
* @
online_count
: count of cpus that are online
102
int
online_count
;
member
151
int n = dev->coupled->
online_count
;
in cpuidle_coupled_parallel_barrier()
231
all = coupled->
online_count
| (coupled->
online_count
<< WAITING_BITS);
in cpuidle_coupled_set_not_ready()
259
return r == coupled->
online_count
;
in cpuidle_coupled_cpus_ready()
271
return w == coupled->
online_count
;
in cpuidle_coupled_cpus_waiting()
491
/* Read barrier ensures
online_count
is read after prevent is cleared */
in cpuidle_enter_state_coupled()
505
if (w == coupled->
online_count
) {
in cpuidle_enter_state_coupled()
631
coupled->
online_count
in cpuidle_coupled_update_online_cpus()
[all...]
/kernel/linux/linux-6.6/drivers/cpuidle/
H
A
D
coupled.c
93
* @
online_count
: count of cpus that are online
102
int
online_count
;
member
151
int n = dev->coupled->
online_count
;
in cpuidle_coupled_parallel_barrier()
231
all = coupled->
online_count
| (coupled->
online_count
<< WAITING_BITS);
in cpuidle_coupled_set_not_ready()
259
return r == coupled->
online_count
;
in cpuidle_coupled_cpus_ready()
271
return w == coupled->
online_count
;
in cpuidle_coupled_cpus_waiting()
491
/* Read barrier ensures
online_count
is read after prevent is cleared */
in cpuidle_enter_state_coupled()
505
if (w == coupled->
online_count
) {
in cpuidle_enter_state_coupled()
631
coupled->
online_count
in cpuidle_coupled_update_online_cpus()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
96
atomic_t
online_count
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
96
atomic_t
online_count
;
member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2133
atomic_inc(&vcpu->arch.vcore->
online_count
);
in kvmppc_set_one_reg_hv()
2135
atomic_dec(&vcpu->arch.vcore->
online_count
);
in kvmppc_set_one_reg_hv()
3276
int n_online = atomic_read(&vc->
online_count
);
in kvmppc_run_core()
4373
atomic_inc(&vcpu->arch.vcore->
online_count
);
in kvmppc_vcpu_run_hv()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2697
atomic_inc(&vcpu->arch.vcore->
online_count
);
in kvmppc_set_one_reg_hv()
2699
atomic_dec(&vcpu->arch.vcore->
online_count
);
in kvmppc_set_one_reg_hv()
3873
int n_online = atomic_read(&vc->
online_count
);
in kvmppc_run_core()
4841
atomic_inc(&vcpu->arch.vcore->
online_count
);
in kvmppc_vcpu_run_hv()
Completed in 17 milliseconds