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:writer_mutex
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
utlock.c
38
status = acpi_os_create_mutex(&lock->
writer_mutex
);
in acpi_ut_create_rw_lock()
46
acpi_os_delete_mutex(lock->
writer_mutex
);
in acpi_ut_delete_rw_lock()
50
lock->
writer_mutex
= NULL;
in acpi_ut_delete_rw_lock()
85
acpi_os_acquire_mutex(lock->
writer_mutex
,
in acpi_ut_acquire_read_lock()
106
acpi_os_release_mutex(lock->
writer_mutex
);
in acpi_ut_release_read_lock()
133
status = acpi_os_acquire_mutex(lock->
writer_mutex
, ACPI_WAIT_FOREVER);
in acpi_ut_acquire_write_lock()
140
acpi_os_release_mutex(lock->
writer_mutex
);
in acpi_ut_release_write_lock()
H
A
D
aclocal.h
59
acpi_mutex
writer_mutex
;
member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
utlock.c
38
status = acpi_os_create_mutex(&lock->
writer_mutex
);
in acpi_ut_create_rw_lock()
46
acpi_os_delete_mutex(lock->
writer_mutex
);
in acpi_ut_delete_rw_lock()
50
lock->
writer_mutex
= NULL;
in acpi_ut_delete_rw_lock()
85
acpi_os_acquire_mutex(lock->
writer_mutex
,
in acpi_ut_acquire_read_lock()
106
acpi_os_release_mutex(lock->
writer_mutex
);
in acpi_ut_release_read_lock()
133
status = acpi_os_acquire_mutex(lock->
writer_mutex
, ACPI_WAIT_FOREVER);
in acpi_ut_acquire_write_lock()
140
acpi_os_release_mutex(lock->
writer_mutex
);
in acpi_ut_release_write_lock()
H
A
D
aclocal.h
59
acpi_mutex
writer_mutex
;
member
Completed in 7 milliseconds