Lines Matching refs:refcnt
37 refcount_t refcnt; /* Reference count mapped buffers */ member
47 refcount_t refcnt; /* Overall active events */ member
54 if (refcount_dec_and_test(&paicrypt_root.refcnt)) { in paicrypt_root_free()
59 refcount_read(&paicrypt_root.refcnt)); in paicrypt_root_free()
70 if (!refcount_inc_not_zero(&paicrypt_root.refcnt)) { in paicrypt_root_alloc()
75 refcount_set(&paicrypt_root.refcnt, 1); in paicrypt_root_alloc()
95 refcount_read(&cpump->refcnt)); in paicrypt_event_destroy_cpu()
96 if (refcount_dec_and_test(&cpump->refcnt)) { in paicrypt_event_destroy_cpu()
207 refcount_inc(&cpump->refcnt); in paicrypt_busy()
225 refcount_set(&cpump->refcnt, 1); in paicrypt_busy()
229 refcount_read(&cpump->refcnt), in paicrypt_busy()