Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/events/
Dcore.c6176 struct mutex hlist_mutex; member
6476 lockdep_is_held(&swhash->hlist_mutex)); in swevent_hlist_deref()
6494 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
6499 mutex_unlock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
6515 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_get_cpu()
6529 mutex_unlock(&swhash->hlist_mutex); in swevent_hlist_get_cpu()
8881 mutex_init(&swhash->hlist_mutex); in perf_event_init_all_cpus()
8890 mutex_lock(&swhash->hlist_mutex); in perf_event_init_cpu()
8899 mutex_unlock(&swhash->hlist_mutex); in perf_event_init_cpu()
8937 mutex_lock(&swhash->hlist_mutex); in perf_event_exit_cpu()
[all …]