Searched refs:atomic_long_dec_and_test (Results 1 – 11 of 11) sorted by relevance
32 atomic_long_dec_and_test@p1(&(a)->x)75 atomic_long_dec_and_test@p1(&(a)->x)
77 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function196 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
465 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function959 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
82 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
156 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
371 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
135 if (atomic_long_dec_and_test(&p->count)) in acct_put()
141 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
223 if (atomic_long_dec_and_test(&sb->s_fsnotify_inode_refs)) in fsnotify_drop_object()
4984 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()