Searched refs:perf_cpu_map__refcnt (Results 1 – 3 of 3) sorted by relevance
34 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map) in perf_cpu_map__refcnt() function
43 WARN_ONCE(refcount_read(perf_cpu_map__refcnt(map)) != 0, in cpu_map__delete()54 refcount_inc(perf_cpu_map__refcnt(map)); in perf_cpu_map__get()62 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in perf_cpu_map__put()
71 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1); in process_event_cpus()97 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1); in process_event_range_cpus()