Home
last modified time | relevance | path

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

/linux-6.15/kernel/events/
H A Dcore.c10575 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
10577 if (!--swhash->hlist_refcount) in swevent_hlist_put_cpu()
10578 swevent_hlist_release(swhash); in swevent_hlist_put_cpu()
10580 mutex_unlock(&swhash->hlist_mutex); in swevent_hlist_put_cpu()
10596 mutex_lock(&swhash->hlist_mutex); in swevent_hlist_get_cpu()
10597 if (!swevent_hlist_deref(swhash) && in swevent_hlist_get_cpu()
10608 swhash->hlist_refcount++; in swevent_hlist_get_cpu()
14278 struct swevent_htable *swhash; in perf_event_init_all_cpus() local
14292 mutex_init(&swhash->hlist_mutex); in perf_event_init_all_cpus()
14313 mutex_lock(&swhash->hlist_mutex); in perf_swevent_init_cpu()
[all …]