Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_kmod.c133 struct mutex config_mutex; member
466 mutex_lock(&test_dev->config_mutex); in config_show()
497 mutex_unlock(&test_dev->config_mutex); in config_show()
537 mutex_lock(&test_dev->config_mutex); in trigger_config_run()
561 mutex_unlock(&test_dev->config_mutex); in trigger_config_run()
651 mutex_lock(&test_dev->config_mutex); in kmod_config_free()
653 mutex_unlock(&test_dev->config_mutex); in kmod_config_free()
664 mutex_lock(&test_dev->config_mutex); in config_test_driver_store()
670 mutex_unlock(&test_dev->config_mutex); in config_test_driver_store()
678 static ssize_t config_test_show_str(struct mutex *config_mutex, in config_test_show_str() argument
[all …]