Searched refs:atomic_long_dec_and_test (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
/linux-master/fs/
H A Dfile_table.c473 if (atomic_long_dec_and_test(&file->f_count)) {
506 if (atomic_long_dec_and_test(&file->f_count))
/linux-master/fs/notify/
H A Dmark.c221 if (atomic_long_dec_and_test(&sb->s_fsnotify_connectors))
237 if (sb && atomic_long_dec_and_test(&sb->s_fsnotify_connectors))
/linux-master/block/
H A Dblk-ioc.c208 if (atomic_long_dec_and_test(&ioc->refcount) && !ioc_delay_free(ioc))
/linux-master/kernel/
H A Dacct.c154 if (atomic_long_dec_and_test(&p->count))
H A Daudit_tree.c141 if (atomic_long_dec_and_test(&chunk->refs))
/linux-master/security/landlock/
H A Dfs.c79 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4526 * atomic_long_dec_and_test() - atomic decrement and test if zero with full ordering
4536 atomic_long_dec_and_test(atomic_long_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c749 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_dec_and_test(unsafe));
/linux-master/kernel/events/
H A Dcore.c5317 if (!atomic_long_dec_and_test(&event->refcount))

Completed in 265 milliseconds