Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_kmod.c134 struct mutex config_mutex; member
467 mutex_lock(&test_dev->config_mutex); in config_show()
498 mutex_unlock(&test_dev->config_mutex); in config_show()
533 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
557 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
647 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
649 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
660 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
666 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
674 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
[all …]