Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcomm.c41 static refcount_t *comm_str__refcnt(struct comm_str *cs) in comm_str__refcnt() function
56 refcount_inc_not_zero(comm_str__refcnt(cs)); in comm_str__get()
66 if (refcount_dec_and_test(comm_str__refcnt(cs))) { in comm_str__put()
69 if (refcount_read(comm_str__refcnt(cs)) == 1) in comm_str__put()
83 refcount_set(comm_str__refcnt(result), 1); in comm_str__new()
106 if (refcount_read(comm_str__refcnt(cs)) == 1) { in comm_strs__remove_if_last()