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:runtime_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
evgpe.c
57
if (gpe_event_info->
runtime_count
) {
in acpi_ev_update_gpe_enable_mask()
134
if (gpe_event_info->
runtime_count
in acpi_ev_mask_gpe()
166
if (gpe_event_info->
runtime_count
== ACPI_UINT8_MAX) {
in acpi_ev_add_gpe_reference()
170
gpe_event_info->
runtime_count
++;
in acpi_ev_add_gpe_reference()
171
if (gpe_event_info->
runtime_count
== 1) {
in acpi_ev_add_gpe_reference()
185
gpe_event_info->
runtime_count
--;
in acpi_ev_add_gpe_reference()
212
if (!gpe_event_info->
runtime_count
) {
in acpi_ev_remove_gpe_reference()
216
gpe_event_info->
runtime_count
--;
in acpi_ev_remove_gpe_reference()
217
if (!gpe_event_info->
runtime_count
) {
in acpi_ev_remove_gpe_reference()
229
gpe_event_info->
runtime_count
in acpi_ev_remove_gpe_reference()
[all...]
H
A
D
acevents.h
20
((__gpe__)->
runtime_count
== 1 && \
H
A
D
evxface.c
783
ACPI_GPE_DISPATCH_NOTIFY)) && gpe_event_info->
runtime_count
) {
in acpi_ev_install_gpe_handler()
H
A
D
dbdisply.c
839
gpe_event_info->
runtime_count
,
in acpi_db_display_gpes()
H
A
D
aclocal.h
453
u8
runtime_count
; /* References to a run GPE */
member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
evgpe.c
57
if (gpe_event_info->
runtime_count
) {
in acpi_ev_update_gpe_enable_mask()
134
if (gpe_event_info->
runtime_count
in acpi_ev_mask_gpe()
166
if (gpe_event_info->
runtime_count
== ACPI_UINT8_MAX) {
in acpi_ev_add_gpe_reference()
170
gpe_event_info->
runtime_count
++;
in acpi_ev_add_gpe_reference()
171
if (gpe_event_info->
runtime_count
== 1) {
in acpi_ev_add_gpe_reference()
185
gpe_event_info->
runtime_count
--;
in acpi_ev_add_gpe_reference()
212
if (!gpe_event_info->
runtime_count
) {
in acpi_ev_remove_gpe_reference()
216
gpe_event_info->
runtime_count
--;
in acpi_ev_remove_gpe_reference()
217
if (!gpe_event_info->
runtime_count
) {
in acpi_ev_remove_gpe_reference()
229
gpe_event_info->
runtime_count
in acpi_ev_remove_gpe_reference()
[all...]
H
A
D
acevents.h
20
((__gpe__)->
runtime_count
== 1 && \
H
A
D
evxface.c
783
ACPI_GPE_DISPATCH_NOTIFY)) && gpe_event_info->
runtime_count
) {
in acpi_ev_install_gpe_handler()
H
A
D
dbdisply.c
839
gpe_event_info->
runtime_count
,
in acpi_db_display_gpes()
H
A
D
aclocal.h
453
u8
runtime_count
; /* References to a run GPE */
member
Completed in 15 milliseconds