Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/tests/
Dmaps.c33 refcount_read(map__refcnt(map)) != 1) { in check_maps()
53 refcount_read(map__refcnt(map))); in check_maps()
/linux-6.6.21/tools/perf/util/
Dmap.h111 static inline refcount_t *map__refcnt(struct map *map) in map__refcnt() function
181 refcount_inc(map__refcnt(map)); in map__get()
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()