Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/include/asm-generic/
Dlocal.h37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
Datomic-long.h464 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
958 atomic_long_dec_and_test(atomic_long_t *v) in atomic_long_dec_and_test() function
/Linux-v5.4/net/unix/
Dscm.c80 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
/Linux-v5.4/block/
Dblk-ioc.c149 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
/Linux-v5.4/fs/
Dfile_table.c370 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
/Linux-v5.4/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.4/fs/notify/
Dmark.c223 if (atomic_long_dec_and_test(&sb->s_fsnotify_inode_refs)) in fsnotify_drop_object()
/Linux-v5.4/kernel/events/
Dcore.c4658 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()