Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dthinkpad_acpi.c1999 static struct mutex hotkey_thread_data_mutex; variable
2017 mutex_lock(&hotkey_thread_data_mutex); \
2021 mutex_unlock(&hotkey_thread_data_mutex);
2608 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2614 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2631 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2642 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3495 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()