Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c2001 static struct mutex hotkey_thread_data_mutex; variable
2019 mutex_lock(&hotkey_thread_data_mutex); \
2023 mutex_unlock(&hotkey_thread_data_mutex);
2495 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2501 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2518 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2529 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3310 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()