Home
last modified time | relevance | path

Searched refs:core_lock (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c878 lockdep_assert_held(&ab->core_lock); in ath12k_core_start()
990 mutex_lock(&ab->core_lock); in ath12k_core_device_cleanup()
995 mutex_unlock(&ab->core_lock); in ath12k_core_device_cleanup()
1149 mutex_lock(&ab->core_lock); in ath12k_core_hw_group_start()
1156 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1164 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1168 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1308 mutex_lock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
1316 mutex_unlock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
1339 mutex_lock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
[all …]
H A Dreg.c980 mutex_lock(&ab->core_lock); in ath12k_reg_free()
993 mutex_unlock(&ab->core_lock); in ath12k_reg_free()
H A Dcore.h973 struct mutex core_lock; member
/linux/drivers/i2c/
H A Di2c-core-base.c63 static DEFINE_MUTEX(core_lock);
1601 mutex_lock(&core_lock); in i2c_register_adapter()
1603 mutex_unlock(&core_lock); in i2c_register_adapter()
1613 mutex_lock(&core_lock); in i2c_register_adapter()
1615 mutex_unlock(&core_lock); in i2c_register_adapter()
1630 mutex_lock(&core_lock); in __i2c_add_numbered_adapter()
1632 mutex_unlock(&core_lock); in __i2c_add_numbered_adapter()
1664 mutex_lock(&core_lock); in i2c_add_adapter()
1667 mutex_unlock(&core_lock); in i2c_add_adapter()
1761 mutex_lock(&core_lock); in i2c_del_adapter()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2300 mutex_lock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2313 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2322 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2333 mutex_lock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
2341 mutex_unlock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
2722 mutex_lock(&ab->core_lock); in ath11k_core_deinit()
2727 mutex_unlock(&ab->core_lock); in ath11k_core_deinit()
2764 mutex_init(&ab->core_lock); in ath11k_core_alloc()
H A Dcore.h961 struct mutex core_lock; member
/linux/kernel/sched/
H A Dcore.c6355 DEFINE_LOCK_GUARD_1(core_lock, int,
6366 guard(core_lock)(&cpu); in sched_core_cpu_starting()
6405 guard(core_lock)(&cpu); in sched_core_cpu_deactivate()