Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Dthinkpad_acpi.c1993 static struct mutex hotkey_thread_data_mutex; variable
2011 mutex_lock(&hotkey_thread_data_mutex); \
2015 mutex_unlock(&hotkey_thread_data_mutex);
2602 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2608 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2625 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2636 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3500 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()