Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c2009 static struct mutex hotkey_thread_data_mutex; variable
2027 mutex_lock(&hotkey_thread_data_mutex); \
2031 mutex_unlock(&hotkey_thread_data_mutex);
2618 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2624 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2641 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2652 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3505 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()