Home
last modified time | relevance | path

Searched refs:mem_info__refcnt (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dmem-info.c10 refcount_inc(mem_info__refcnt(mi)); in mem_info__get()
17 if (mi && refcount_dec_and_test(mem_info__refcnt(mi))) { in mem_info__put()
32 refcount_set(mem_info__refcnt(result), 1); in mem_info__new()
Dmem-info.h50 static inline refcount_t *mem_info__refcnt(struct mem_info *mi) in mem_info__refcnt() function