Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/most/
Dcore.c46 struct mutex start_mutex; /* channel activation synchronization */ member
1100 mutex_lock(&c->start_mutex); in most_start_channel()
1106 mutex_unlock(&c->start_mutex); in most_start_channel()
1144 mutex_unlock(&c->start_mutex); in most_start_channel()
1149 mutex_unlock(&c->start_mutex); in most_start_channel()
1173 mutex_lock(&c->start_mutex); in most_stop_channel()
1188 mutex_unlock(&c->start_mutex); in most_stop_channel()
1197 mutex_unlock(&c->start_mutex); in most_stop_channel()
1210 mutex_unlock(&c->start_mutex); in most_stop_channel()
1348 mutex_init(&c->start_mutex); in most_register_interface()