Searched refs:debug_mutex (Results 1 – 3 of 3) sorted by relevance
155 static DEFINE_MUTEX(debug_mutex);511 mutex_lock(&debug_mutex); in debug_input()520 mutex_unlock(&debug_mutex); in debug_input()536 mutex_lock(&debug_mutex); in debug_open()582 mutex_unlock(&debug_mutex); in debug_open()661 mutex_lock(&debug_mutex); in debug_register_mode()663 mutex_unlock(&debug_mutex); in debug_register_mode()745 mutex_lock(&debug_mutex); in debug_register_static()747 mutex_unlock(&debug_mutex); in debug_register_static()783 mutex_lock(&debug_mutex); in debug_unregister()[all …]
359 option('debug_mutex', type: 'boolean', value: false, boolean
2575 config_host_data.set('CONFIG_DEBUG_MUTEX', get_option('debug_mutex'))4594 summary_info += {'mutex debugging': get_option('debug_mutex')}