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

/linux-master/kernel/events/
H A Dcore.c9785 find_swevent_head_rcu(struct swevent_htable *swhash, u64 type, u32 event_id) argument
9789 hlist = rcu_dereference(swhash->swevent_hlist);
9798 find_swevent_head(struct swevent_htable *swhash, struct perf_event *event) argument
9809 hlist = rcu_dereference_protected(swhash->swevent_hlist,
9822 struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable); local
9827 head = find_swevent_head_rcu(swhash, type, event_id);
9843 struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable); local
9845 return get_recursion_context(swhash->recursion);
9851 struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable); local
9853 put_recursion_context(swhash
9889 struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable); local
9927 swevent_hlist_deref(struct swevent_htable *swhash) argument
9933 swevent_hlist_release(struct swevent_htable *swhash) argument
9946 struct swevent_htable *swhash = &per_cpu(swevent_htable, cpu); local
9966 struct swevent_htable *swhash = &per_cpu(swevent_htable, cpu); local
13627 struct swevent_htable *swhash; local
13654 struct swevent_htable *swhash = &per_cpu(swevent_htable, cpu); local
[all...]

Completed in 154 milliseconds