Searched refs:atomic_long_dec_and_test (Results 1 – 9 of 9) sorted by relevance
31 atomic_long_dec_and_test@p1(&(a)->x)74 atomic_long_dec_and_test@p1(&(a)->x)
37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
214 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
331 if (atomic_long_dec_and_test(&file->f_count)) { in fput()360 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
152 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
152 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
135 if (atomic_long_dec_and_test(&p->count)) in acct_put()
124 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
4529 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()