Home
last modified time | relevance | path

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

/tools/perf/util/
A Dmem-info.c17 if (mi && refcount_dec_and_test(mem_info__refcnt(mi))) { in mem_info__put()
A Dkvm-stat.h165 if (ki && refcount_dec_and_test(&ki->refcnt)) in kvm_info__put()
A Dcomm.c69 if (refcount_dec_and_test(comm_str__refcnt(cs))) { in comm_str__put()
A Dnamespaces.c238 if (nsi && refcount_dec_and_test(nsinfo__refcnt(nsi))) in nsinfo__put()
A Dcgroup.c189 if (cgrp && refcount_dec_and_test(&cgrp->refcnt)) { in cgroup__put()
A Dthread.c144 if (thread && refcount_dec_and_test(thread__refcnt(thread))) in thread__put()
A Dmap.c309 if (map && refcount_dec_and_test(map__refcnt(map))) in map__put()
A Dmaps.c274 if (maps && refcount_dec_and_test(maps__refcnt(maps))) in maps__put()
A Ddso.c1630 if (dso && refcount_dec_and_test(&RC_CHK_ACCESS(dso)->refcnt)) in dso__put()
/tools/include/linux/
A Drefcount.h151 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
/tools/lib/perf/
A Dthreadmap.c89 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()
A Dcpumap.c71 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in perf_cpu_map__put()
A Dmmap.c79 if (refcount_dec_and_test(&map->refcnt)) in perf_mmap__put()
/tools/testing/vma/
A Dvma_internal.h634 if (unlikely(!refcount_dec_and_test(&vma->vm_refcnt))) { in vma_mark_detached()
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c248 if (refcount_dec_and_test(&ctx->usage)) in bpf_testmod_ctx_release()

Completed in 846 milliseconds