Searched refs:property_lock (Results 1 – 1 of 1) sorted by relevance
111 struct mutex property_lock; /* Protects properties below. */ member213 mutex_lock(&battery->property_lock); in acpi_battery_get_property()230 mutex_unlock(&battery->property_lock); in acpi_battery_get_property()340 mutex_unlock(&battery->property_lock); in acpi_battery_get_property()576 lockdep_assert_held(&battery->property_lock); in acpi_battery_get_info()617 lockdep_assert_held(&battery->property_lock); in acpi_battery_get_state()672 lockdep_assert_held(&battery->property_lock); in acpi_battery_set_alarm()691 lockdep_assert_held(&battery->property_lock); in acpi_battery_init_alarm()710 guard(mutex)(&battery->property_lock); in acpi_battery_alarm_show()727 guard(mutex)(&battery->property_lock); in acpi_battery_alarm_store()[all …]