Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h77 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
196 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
/openbmc/linux/include/asm-generic/
H A Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
/openbmc/linux/fs/
H A Dfile_table.c435 if (atomic_long_dec_and_test(&file->f_count)) { in fput()
464 if (atomic_long_dec_and_test(&file->f_count)) in __fput_sync()
/openbmc/linux/include/linux/
H A Dcred.h236 if (atomic_long_dec_and_test(&(cred)->usage)) in put_cred()
/openbmc/linux/fs/notify/
H A Dmark.c247 if (atomic_long_dec_and_test(&sb->s_fsnotify_connectors)) in fsnotify_put_inode_ref()
263 if (sb && atomic_long_dec_and_test(&sb->s_fsnotify_connectors)) in fsnotify_put_sb_connectors()
/openbmc/linux/block/
H A Dblk-ioc.c208 if (atomic_long_dec_and_test(&ioc->refcount) && !ioc_delay_free(ioc)) in put_io_context()
/openbmc/linux/kernel/
H A Dacct.c156 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()
/openbmc/linux/security/landlock/
H A Dfs.c78 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs)) in release_inode()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4500 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
/openbmc/linux/kernel/events/
H A Dcore.c5343 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()