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)
37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
371 if (atomic_long_dec_and_test(&file->f_count)) { in fput()400 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
82 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
221 if (atomic_long_dec_and_test(&sb->s_fsnotify_connectors)) in fsnotify_put_inode_ref()237 if (sb && atomic_long_dec_and_test(&sb->s_fsnotify_connectors)) in fsnotify_put_sb_connectors()
212 if (atomic_long_dec_and_test(&ioc->refcount) && !ioc_delay_free(ioc)) in put_io_context()
154 if (atomic_long_dec_and_test(&p->count)) in acct_put()
141 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
78 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs)) in release_inode()
1810 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
5102 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()