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

/linux-master/tools/lib/perf/include/internal/
H A Dcpumap.h34 static inline refcount_t *perf_cpu_map__refcnt(struct perf_cpu_map *map) function
/linux-master/tools/perf/tests/
H A Dcpumap.c71 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1);
97 TEST_ASSERT_VAL("wrong refcnt", refcount_read(perf_cpu_map__refcnt(map)) == 1);
/linux-master/tools/lib/perf/
H A Dcpumap.c44 WARN_ONCE(refcount_read(perf_cpu_map__refcnt(map)) != 0,
55 refcount_inc(perf_cpu_map__refcnt(map));
63 if (refcount_dec_and_test(perf_cpu_map__refcnt(map)))

Completed in 165 milliseconds