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:hp_online
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/oprofile/
H
A
D
timer_int.c
91
static enum cpuhp_state
hp_online
;
variable
103
hp_online
= ret;
in oprofile_hrtimer_setup()
109
cpuhp_remove_state_nocalls(
hp_online
);
in oprofile_hrtimer_shutdown()
H
A
D
nmi_timer_int.c
98
static enum cpuhp_state
hp_online
;
variable
105
cpuhp_remove_state(
hp_online
);
in nmi_timer_shutdown()
132
hp_online
= err;
in nmi_timer_setup()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
vcpu_stall_detector.c
38
enum cpuhp_state
hp_online
;
member
184
vcpu_stall_config.
hp_online
= ret;
in vcpu_stall_detect_probe()
194
cpuhp_remove_state(vcpu_stall_config.
hp_online
);
in vcpu_stall_detect_remove()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
err_inject.c
242
static enum cpuhp_state
hp_online
;
variable
254
hp_online
= ret;
in err_inject_init()
265
cpuhp_remove_state(
hp_online
);
in err_inject_exit()
H
A
D
palinfo.c
955
static enum cpuhp_state
hp_online
;
variable
972
hp_online
= i;
in palinfo_init()
978
cpuhp_remove_state(
hp_online
);
in palinfo_exit()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
err_inject.c
242
static enum cpuhp_state
hp_online
;
variable
254
hp_online
= ret;
in err_inject_init()
265
cpuhp_remove_state(
hp_online
);
in err_inject_exit()
H
A
D
palinfo.c
914
static enum cpuhp_state
hp_online
;
variable
931
hp_online
= i;
in palinfo_init()
937
cpuhp_remove_state(
hp_online
);
in palinfo_exit()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_driver.c
258
static enum cpuhp_state
hp_online
;
variable
281
hp_online
= result;
in acpi_processor_driver_init()
303
cpuhp_remove_state_nocalls(
hp_online
);
in acpi_processor_driver_exit()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_driver.c
314
static enum cpuhp_state
hp_online
;
variable
331
hp_online
= result;
in acpi_processor_driver_init()
359
cpuhp_remove_state_nocalls(
hp_online
);
in acpi_processor_driver_exit()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm3x-core.c
45
static enum cpuhp_state
hp_online
;
variable
800
hp_online
= ret;
in etm_hp_setup()
813
if (
hp_online
) {
in etm_hp_clear()
814
cpuhp_remove_state_nocalls(
hp_online
);
in etm_hp_clear()
815
hp_online
= 0;
in etm_hp_clear()
H
A
D
coresight-etm4x-core.c
57
static enum cpuhp_state
hp_online
;
variable
1454
hp_online
= ret;
in etm4_pm_setup()
1470
if (
hp_online
) {
in etm4_pm_clear()
1471
cpuhp_remove_state_nocalls(
hp_online
);
in etm4_pm_clear()
1472
hp_online
= 0;
in etm4_pm_clear()
/kernel/linux/linux-5.10/kernel/
H
A
D
padata.c
842
static enum cpuhp_state
hp_online
;
variable
850
cpuhp_state_remove_instance_nocalls(
hp_online
, &pinst->cpu_online_node);
in __padata_free()
1035
cpuhp_state_add_instance_nocalls_cpuslocked(
hp_online
,
in padata_alloc()
1143
hp_online
= ret;
in padata_init()
1166
cpuhp_remove_multi_state(
hp_online
);
in padata_init()
/kernel/linux/linux-6.6/kernel/
H
A
D
padata.c
830
static enum cpuhp_state
hp_online
;
variable
838
cpuhp_state_remove_instance_nocalls(
hp_online
, &pinst->cpu_online_node);
in __padata_free()
1023
cpuhp_state_add_instance_nocalls_cpuslocked(
hp_online
,
in padata_alloc()
1131
hp_online
= ret;
in padata_init()
1154
cpuhp_remove_multi_state(
hp_online
);
in padata_init()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm3x-core.c
46
static enum cpuhp_state
hp_online
;
variable
830
hp_online
= ret;
in etm_hp_setup()
843
if (
hp_online
) {
in etm_hp_clear()
844
cpuhp_remove_state_nocalls(
hp_online
);
in etm_hp_clear()
845
hp_online
= 0;
in etm_hp_clear()
H
A
D
coresight-etm4x-core.c
68
static enum cpuhp_state
hp_online
;
variable
1966
hp_online
= ret;
in etm4_pm_setup()
1982
if (
hp_online
) {
in etm4_pm_clear()
1983
cpuhp_remove_state_nocalls(
hp_online
);
in etm4_pm_clear()
1984
hp_online
= 0;
in etm4_pm_clear()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq.c
2709
static enum cpuhp_state
hp_online
;
variable
2810
hp_online
= ret;
in cpufreq_register_driver()
2852
cpuhp_remove_state_nocalls_cpuslocked(
hp_online
);
in cpufreq_unregister_driver()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq.c
2835
static enum cpuhp_state
hp_online
;
variable
2936
hp_online
= ret;
in cpufreq_register_driver()
2978
cpuhp_remove_state_nocalls_cpuslocked(
hp_online
);
in cpufreq_unregister_driver()
Completed in 21 milliseconds