Searched refs:atomic_long_dec_and_test (Results 1 - 8 of 8) sorted by relevance

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

Completed in 178 milliseconds