Searched refs:atomic_long_dec_return (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/smb/server/
H A Dvfs_cache.c42 long v = atomic_long_dec_return(&fd_limit);
/linux-master/fs/bcachefs/
H A Dbcachefs.h1169 long v = atomic_long_dec_return(&c->writes[ref]);
/linux-master/fs/ceph/
H A Daddr.c783 if (atomic_long_dec_return(&fsc->writeback_count) <
883 if (atomic_long_dec_return(&fsc->writeback_count) <
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h3753 * atomic_long_dec_return() - atomic decrement with full ordering
3763 atomic_long_dec_return(atomic_long_t *v) function
/linux-master/fs/nfs/
H A Dwrite.c425 if (atomic_long_dec_return(&nfss->writeback) <
/linux-master/net/sunrpc/
H A Dclnt.c2234 value = atomic_long_dec_return(&xprt->queuelen);

Completed in 168 milliseconds