Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/coccinelle/api/
Datomic_as_refcounter.cocci32 atomic_long_dec_and_test@p1(&(a)->x)
75 atomic_long_dec_and_test@p1(&(a)->x)
/Linux-v5.10/include/asm-generic/
Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
Datomic-long.h465 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
959 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
/Linux-v5.10/net/unix/
Dscm.c81 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
/Linux-v5.10/block/
Dblk-ioc.c156 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
/Linux-v5.10/fs/
Dfile_table.c371 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
/Linux-v5.10/kernel/
Dacct.c135 if (atomic_long_dec_and_test(&p->count)) in acct_put()
Daudit_tree.c141 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
/Linux-v5.10/fs/notify/
Dmark.c223 if (atomic_long_dec_and_test(&sb->s_fsnotify_inode_refs)) in fsnotify_drop_object()
/Linux-v5.10/kernel/events/
Dcore.c4924 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()