Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_kmod.c127 struct mutex config_mutex; member
460 mutex_lock(&test_dev->config_mutex); in config_show()
491 mutex_unlock(&test_dev->config_mutex); in config_show()
526 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
550 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
640 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
642 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
653 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
659 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
667 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
[all …]