Searched refs:atomic_long_dec_and_test (Results 1 – 9 of 9) sorted by relevance
266 if (atomic_long_dec_and_test(&file->f_count)) { in fput()295 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()306 if (atomic_long_dec_and_test(&file->f_count)) { in put_filp()
36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
140 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
151 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
143 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
132 if (atomic_long_dec_and_test(&p->count)) in acct_put()
122 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
3800 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()
2337 atomic_dec_and_test(); atomic_long_dec_and_test();