Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.c506 static struct mutex *dso__data_open_lock(void) LOCK_RETURNED(_dso__data_open_lock) in dso__data_open_lock() function
530 mutex_unlock(dso__data_open_lock()); in dso__list_del()
532 mutex_lock(dso__data_open_lock()); in dso__list_del()
769 mutex_lock(dso__data_open_lock()); in dso__data_close()
771 mutex_unlock(dso__data_open_lock()); in dso__data_close()
823 mutex_lock(dso__data_open_lock()); in dso__data_get_fd()
831 mutex_unlock(dso__data_open_lock()); in dso__data_get_fd()
837 mutex_unlock(dso__data_open_lock()); in dso__data_put_fd()
989 mutex_lock(dso__data_open_lock()); in file_read()
1005 mutex_unlock(dso__data_open_lock()); in file_read()
[all …]