Searched refs:acpi_rw_lock (Results 1 – 4 of 4) sorted by relevance
62 acpi_status acpi_ut_create_rw_lock(struct acpi_rw_lock *lock) in acpi_ut_create_rw_lock()76 void acpi_ut_delete_rw_lock(struct acpi_rw_lock *lock) in acpi_ut_delete_rw_lock()105 acpi_status acpi_ut_acquire_read_lock(struct acpi_rw_lock *lock) in acpi_ut_acquire_read_lock()127 acpi_status acpi_ut_release_read_lock(struct acpi_rw_lock *lock) in acpi_ut_release_read_lock()163 acpi_status acpi_ut_acquire_write_lock(struct acpi_rw_lock *lock) in acpi_ut_acquire_write_lock()171 void acpi_ut_release_write_lock(struct acpi_rw_lock *lock) in acpi_ut_release_write_lock()
389 acpi_status acpi_ut_create_rw_lock(struct acpi_rw_lock *lock);391 void acpi_ut_delete_rw_lock(struct acpi_rw_lock *lock);393 acpi_status acpi_ut_acquire_read_lock(struct acpi_rw_lock *lock);395 acpi_status acpi_ut_release_read_lock(struct acpi_rw_lock *lock);397 acpi_status acpi_ut_acquire_write_lock(struct acpi_rw_lock *lock);399 void acpi_ut_release_write_lock(struct acpi_rw_lock *lock);
128 ACPI_GLOBAL(struct acpi_rw_lock, acpi_gbl_namespace_rw_lock);
92 struct acpi_rw_lock { struct