Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfile_table.c266 if (atomic_long_dec_and_test(&file->f_count)) { in fput()
295 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
306 if (atomic_long_dec_and_test(&file->f_count)) { in put_filp()
/linux-4.4.14/include/asm-generic/
Dlocal.h36 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a)
Datomic-long.h140 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() function
/linux-4.4.14/net/unix/
Dgarbage.c151 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
/linux-4.4.14/block/
Dblk-ioc.c143 if (atomic_long_dec_and_test(&ioc->refcount)) { in put_io_context()
/linux-4.4.14/kernel/
Dacct.c132 if (atomic_long_dec_and_test(&p->count)) in acct_put()
Daudit_tree.c122 if (atomic_long_dec_and_test(&chunk->refs)) in audit_put_chunk()
/linux-4.4.14/kernel/events/
Dcore.c3800 if (!atomic_long_dec_and_test(&event->refcount)) in put_event()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt2337 atomic_dec_and_test(); atomic_long_dec_and_test();