Searched refs:perf_cpu_map__refcnt (Results 1 – 3 of 3) sorted by relevance
30 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map)34 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map) perf_cpu_map__refcnt() function
52 WARN_ONCE(refcount_read(perf_cpu_map__refcnt(map)) != 0, in perf_cpu_map__get() 63 refcount_inc(perf_cpu_map__refcnt(map)); in perf_cpu_map__put() 71 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in cpu_map__new_sysconf()
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() 177 refcount_read(perf_cpu_map__refcnt(a)) == 1); in __test__cpu_map_intersect()