Searched refs:coresight_mutex (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c62 * change with coresight_mutex held, which we already have here.
64 lockdep_assert_held(&coresight_mutex);
89 lockdep_assert_held(&coresight_mutex);
139 * Assumes the coresight_mutex is held.
175 mutex_lock(&coresight_mutex);
185 * doesn't hold coresight_mutex.
249 mutex_unlock(&coresight_mutex);
267 mutex_lock(&coresight_mutex);
303 mutex_unlock(&coresight_mutex);
339 guard(mutex)(&coresight_mutex);
[all...]
H A Dcoresight-core.c31 DEFINE_MUTEX(coresight_mutex); variable
203 * Add a helper as an output device. This function takes the @coresight_mutex
216 mutex_lock(&coresight_mutex);
237 mutex_unlock(&coresight_mutex);
1167 mutex_lock(&coresight_mutex);
1202 mutex_unlock(&coresight_mutex);
1239 * in the given dev_idx list. Must be called with the coresight_mutex held.
1338 mutex_lock(&coresight_mutex);
1359 mutex_unlock(&coresight_mutex);
H A Dcoresight-priv.h15 extern struct mutex coresight_mutex;

Completed in 114 milliseconds