Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dthinkpad_acpi.c1872 static struct mutex hotkey_thread_data_mutex; variable
1890 mutex_lock(&hotkey_thread_data_mutex); \
1894 mutex_unlock(&hotkey_thread_data_mutex);
2500 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2506 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2523 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2534 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3319 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()