Searched refs:refcount_dec_and_test (Results 1 – 15 of 15) sorted by relevance
17 if (mi && refcount_dec_and_test(mem_info__refcnt(mi))) { in mem_info__put()
165 if (ki && refcount_dec_and_test(&ki->refcnt)) in kvm_info__put()
69 if (refcount_dec_and_test(comm_str__refcnt(cs))) { in comm_str__put()
238 if (nsi && refcount_dec_and_test(nsinfo__refcnt(nsi))) in nsinfo__put()
189 if (cgrp && refcount_dec_and_test(&cgrp->refcnt)) { in cgroup__put()
144 if (thread && refcount_dec_and_test(thread__refcnt(thread))) in thread__put()
309 if (map && refcount_dec_and_test(map__refcnt(map))) in map__put()
274 if (maps && refcount_dec_and_test(maps__refcnt(maps))) in maps__put()
1630 if (dso && refcount_dec_and_test(&RC_CHK_ACCESS(dso)->refcnt)) in dso__put()
151 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
89 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()
71 if (refcount_dec_and_test(perf_cpu_map__refcnt(map))) in perf_cpu_map__put()
79 if (refcount_dec_and_test(&map->refcnt)) in perf_mmap__put()
634 if (unlikely(!refcount_dec_and_test(&vma->vm_refcnt))) { in vma_mark_detached()
248 if (refcount_dec_and_test(&ctx->usage)) in bpf_testmod_ctx_release()
Completed in 31 milliseconds