Home
last modified time | relevance | path

Searched refs:atomic_long_dec_and_test (Results 1 – 11 of 11) sorted by relevance

/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci32 atomic_long_dec_and_test@p1(&(a)->x)
75 atomic_long_dec_and_test@p1(&(a)->x)
/linux/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
/linux/fs/
H A Dfile_table.c482 if (atomic_long_dec_and_test(&file->f_count)) { in fput()
515 if (atomic_long_dec_and_test(&file->f_count)) in __fput_sync()
/linux/block/
H A Dblk-ioc.c208 if (atomic_long_dec_and_test(&ioc->refcount) && !ioc_delay_free(ioc)) in put_io_context()
/linux/kernel/
H A Dacct.c153 if (atomic_long_dec_and_test(&p->count)) in acct_put()
H A Daudit_tree.c141 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
/linux/fs/notify/
H A Dmark.c141 if (atomic_long_dec_and_test(fsnotify_sb_watched_objects(sb))) in fsnotify_put_sb_watched_objects()
/linux/security/landlock/
H A Dfs.c84 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs)) in release_inode()
/linux/mm/kasan/
H A Dkasan_test_c.c749 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_dec_and_test(unsafe)); in kasan_atomics_helper()
/linux/include/linux/atomic/
H A Datomic-instrumented.h4536 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
/linux/kernel/events/
H A Dcore.c5451 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()