Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c10069 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
10071 if (!--swhash->hlist_refcount) in swevent_hlist_put_cpu()
10072 swevent_hlist_release(swhash); in swevent_hlist_put_cpu()
10074 mutex_unlock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
10090 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_get_cpu()
10091 if (!swevent_hlist_deref(swhash) && in swevent_hlist_get_cpu()
10102 swhash->hlist_refcount++; in swevent_hlist_get_cpu()
13655 struct swevent_htable *swhash; in perf_event_init_all_cpus() local
13663 mutex_init(&swhash->hlist_mutex); in perf_event_init_all_cpus()
13684 mutex_lock(&swhash->hlist_mutex); in perf_swevent_init_cpu()
[all …]