Searched refs:map__refcnt (Results 1 – 3 of 3) sorted by relevance
33 refcount_read(map__refcnt(map)) != 1) { in check_maps()53 refcount_read(map__refcnt(map))); in check_maps()
111 static inline refcount_t *map__refcnt(struct map *map) in map__refcnt() function181 refcount_inc(map__refcnt(map)); in map__get()
115 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()