Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c1866 static struct mutex hotkey_thread_data_mutex; variable
1884 mutex_lock(&hotkey_thread_data_mutex); \
1888 mutex_unlock(&hotkey_thread_data_mutex);
2473 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2479 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
2496 mutex_lock(&hotkey_thread_data_mutex); in hotkey_kthread()
2507 mutex_unlock(&hotkey_thread_data_mutex); in hotkey_kthread()
3388 mutex_init(&hotkey_thread_data_mutex); in hotkey_init()