Searched refs:refcount_t (Results 1 – 4 of 4) sorted by relevance
34 typedef atomic_t refcount_t; typedef37 refcount_set(refcount_t *ref, unsigned int i) in refcount_set()43 refcount_inc(refcount_t *ref) in refcount_inc()49 refcount_inc_not_zero(refcount_t *ref) in refcount_inc_not_zero()55 refcount_dec(refcount_t *ref) in refcount_dec()61 refcount_read(refcount_t *ref) in refcount_read()67 refcount_dec_and_lock_irqsave(refcount_t *ref, spinlock_t *lock, in refcount_dec_and_lock_irqsave()78 refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test()
44 refcount_t refcount;
67 refcount_t count;74 refcount_t count;
349 dnl # 4.16 kernel: check if struct posix_acl acl.a_refcount is a refcount_t.359 refcount_t *r __attribute__ ((unused)) = &acl.a_refcount;364 AC_MSG_CHECKING([whether posix_acl has refcount_t])367 AC_DEFINE(HAVE_ACL_REFCOUNT, 1, [posix_acl has refcount_t])