Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c1873 static struct mutex hotkey_thread_data_mutex; variable
1891 mutex_lock(&hotkey_thread_data_mutex); \
1895 mutex_unlock(&hotkey_thread_data_mutex);
2520 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2526 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2543 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2554 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3341 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()