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:acpi_rw_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
utlock.c
28
acpi_status acpi_ut_create_rw_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_create_rw_lock()
42
void acpi_ut_delete_rw_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_delete_rw_lock()
71
acpi_status acpi_ut_acquire_read_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_acquire_read_lock()
93
acpi_status acpi_ut_release_read_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_release_read_lock()
129
acpi_status acpi_ut_acquire_write_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_acquire_write_lock()
137
void acpi_ut_release_write_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_release_write_lock()
H
A
D
acutils.h
405
acpi_status acpi_ut_create_rw_lock(struct
acpi_rw_lock
*lock);
407
void acpi_ut_delete_rw_lock(struct
acpi_rw_lock
*lock);
409
acpi_status acpi_ut_acquire_read_lock(struct
acpi_rw_lock
*lock);
411
acpi_status acpi_ut_release_read_lock(struct
acpi_rw_lock
*lock);
413
acpi_status acpi_ut_acquire_write_lock(struct
acpi_rw_lock
*lock);
415
void acpi_ut_release_write_lock(struct
acpi_rw_lock
*lock);
H
A
D
acglobal.h
100
ACPI_GLOBAL(struct
acpi_rw_lock
, acpi_gbl_namespace_rw_lock);
H
A
D
aclocal.h
58
struct
acpi_rw_lock
{
struct
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
utlock.c
28
acpi_status acpi_ut_create_rw_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_create_rw_lock()
42
void acpi_ut_delete_rw_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_delete_rw_lock()
71
acpi_status acpi_ut_acquire_read_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_acquire_read_lock()
93
acpi_status acpi_ut_release_read_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_release_read_lock()
129
acpi_status acpi_ut_acquire_write_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_acquire_write_lock()
137
void acpi_ut_release_write_lock(struct
acpi_rw_lock
*lock)
in acpi_ut_release_write_lock()
H
A
D
acutils.h
421
acpi_status acpi_ut_create_rw_lock(struct
acpi_rw_lock
*lock);
423
void acpi_ut_delete_rw_lock(struct
acpi_rw_lock
*lock);
425
acpi_status acpi_ut_acquire_read_lock(struct
acpi_rw_lock
*lock);
427
acpi_status acpi_ut_release_read_lock(struct
acpi_rw_lock
*lock);
429
acpi_status acpi_ut_acquire_write_lock(struct
acpi_rw_lock
*lock);
431
void acpi_ut_release_write_lock(struct
acpi_rw_lock
*lock);
H
A
D
acglobal.h
101
ACPI_GLOBAL(struct
acpi_rw_lock
, acpi_gbl_namespace_rw_lock);
H
A
D
aclocal.h
58
struct
acpi_rw_lock
{
struct
Completed in 9 milliseconds