Home
last modified time | relevance | path

Searched refs:acpi_rw_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/acpi/acpica/
A Dutlock.c28 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()
A Dacutils.h419 acpi_status acpi_ut_create_rw_lock(struct acpi_rw_lock *lock);
421 void acpi_ut_delete_rw_lock(struct acpi_rw_lock *lock);
423 acpi_status acpi_ut_acquire_read_lock(struct acpi_rw_lock *lock);
425 acpi_status acpi_ut_release_read_lock(struct acpi_rw_lock *lock);
427 acpi_status acpi_ut_acquire_write_lock(struct acpi_rw_lock *lock);
429 void acpi_ut_release_write_lock(struct acpi_rw_lock *lock);
A Dacglobal.h101 ACPI_GLOBAL(struct acpi_rw_lock, acpi_gbl_namespace_rw_lock);
A Daclocal.h58 struct acpi_rw_lock { struct

Completed in 10 milliseconds