Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.c66 refcount_set(thread__refcnt(thread), 1); in thread__new()
132 refcount_inc(thread__refcnt(thread)); in thread__get()
139 if (thread && refcount_dec_and_test(thread__refcnt(thread))) in thread__put()
H A Dthread.h196 static inline refcount_t *thread__refcnt(struct thread *thread) in thread__refcnt() function
H A Dmachine.c2067 BUG_ON(refcount_read(thread__refcnt(th)) == 0); in __machine__remove_thread()