Home
last modified time | relevance | path

Searched refs:map__refcnt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dmaps.c33 refcount_read(map__refcnt(map)) != 1) { in check_maps()
53 refcount_read(map__refcnt(map))); in check_maps()
/openbmc/linux/tools/perf/util/
H A Dmap.h111 static inline refcount_t *map__refcnt(struct map *map) in map__refcnt() function
181 refcount_inc(map__refcnt(map)); in map__get()
H A Dmap.c115 refcount_set(map__refcnt(map), 1); in map__init()
299 BUG_ON(refcount_read(map__refcnt(map)) != 0); in map__exit()
311 if (map && refcount_dec_and_test(map__refcnt(map))) in map__put()