Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/oprofile/
Doprof.c30 static DEFINE_MUTEX(start_mutex);
42 mutex_lock(&start_mutex); in oprofile_setup()
77 mutex_unlock(&start_mutex); in oprofile_setup()
88 mutex_unlock(&start_mutex); in oprofile_setup()
123 mutex_lock(&start_mutex); in oprofile_set_timeout()
144 mutex_unlock(&start_mutex); in oprofile_set_timeout()
161 mutex_lock(&start_mutex); in oprofile_start()
180 mutex_unlock(&start_mutex); in oprofile_start()
188 mutex_lock(&start_mutex); in oprofile_stop()
199 mutex_unlock(&start_mutex); in oprofile_stop()
[all …]
/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c54 struct mutex start_mutex; member
1540 mutex_lock(&c->start_mutex); in most_start_channel()
1546 mutex_unlock(&c->start_mutex); in most_start_channel()
1586 mutex_unlock(&c->start_mutex); in most_start_channel()
1593 mutex_unlock(&c->start_mutex); in most_start_channel()
1616 mutex_lock(&c->start_mutex); in most_stop_channel()
1629 mutex_unlock(&c->start_mutex); in most_stop_channel()
1643 mutex_unlock(&c->start_mutex); in most_stop_channel()
1652 mutex_unlock(&c->start_mutex); in most_stop_channel()
1665 mutex_unlock(&c->start_mutex); in most_stop_channel()
[all …]