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

/linux-master/kernel/events/
H A Dcore.c408 static struct srcu_struct pmus_srcu; variable in typeref:struct:srcu_struct
11621 synchronize_srcu(&pmus_srcu);
11698 idx = srcu_read_lock(&pmus_srcu);
11750 list_for_each_entry_rcu(pmu, &pmus, entry, lockdep_is_held(&pmus_srcu)) {
11763 srcu_read_unlock(&pmus_srcu, idx);
13757 init_srcu_struct(&pmus_srcu);

Completed in 254 milliseconds