Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
/linux-6.15/block/
H A Dblk-ioc.c201 if (atomic_long_dec_and_test(&ioc->refcount) && !ioc_delay_free(ioc)) in put_io_context()
/linux-6.15/kernel/
H A Dacct.c155 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-6.15/fs/notify/
H A Dmark.c148 if (atomic_long_dec_and_test(watched_objects)) in fsnotify_put_sb_watched_objects()
/linux-6.15/security/landlock/
H A Dfs.c90 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs)) in release_inode()
/linux-6.15/mm/kasan/
H A Dkasan_test_c.c781 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_dec_and_test(unsafe)); in kasan_atomics_helper()
/linux-6.15/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-6.15/kernel/events/
H A Dcore.c5672 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()