Searched refs:atomic_dec_and_test (Results 176 - 200 of 338) sorted by relevance

1234567891011>>

/linux-master/fs/hfs/
H A Dinode.c581 if (atomic_dec_and_test(&HFS_I(inode)->opencnt)) {
/linux-master/fs/gfs2/
H A Dlops.c228 if (atomic_dec_and_test(&sdp->sd_log_in_flight))
H A Dglock.c178 if (atomic_dec_and_test(&sdp->sd_glock_disposal))
1250 if (atomic_dec_and_test(&sdp->sd_glock_disposal))
/linux-master/fs/afs/
H A Dcell.c28 if (atomic_dec_and_test(&net->cells_outstanding))
/linux-master/lib/
H A Dtest_rhashtable.c622 if (atomic_dec_and_test(&startup_count))
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c886 if (!atomic_dec_and_test(&adapter->fcoe.refcnt))
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c358 if (atomic_dec_and_test(&inst->ref_count)) {
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c820 if (ctrl->refcnt && !atomic_dec_and_test(ctrl->refcnt))
/linux-master/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c512 if (atomic_dec_and_test(&vrp->sleepers))
/linux-master/block/
H A Dfops.c131 if (atomic_dec_and_test(&dio->ref)) {
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c884 if (!atomic_dec_and_test(&chsc_ready_for_use)) {
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c1170 if (atomic_dec_and_test(&smp_capture_depth)) {
/linux-master/net/bluetooth/
H A D6lowpan.c98 if (atomic_dec_and_test(&dev->peer_count)) {
/linux-master/net/rxrpc/
H A Dcall_object.c669 if (atomic_dec_and_test(&rxnet->nr_calls))
/linux-master/fs/ocfs2/
H A Dstack_user.c570 if (atomic_dec_and_test(&ocfs2_control_opened)) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c161 if (atomic_dec_and_test(&pag->pag_active_ref))
/linux-master/fs/xfs/
H A Dxfs_inode_item.c683 if (atomic_dec_and_test(&ip->i_pincount))
/linux-master/fs/nfs/
H A Ddirect.c81 return atomic_dec_and_test(&dreq->io_count);
/linux-master/fs/dlm/
H A Duser.c977 if (atomic_dec_and_test(&dlm_monitor_opened))
/linux-master/drivers/s390/block/
H A Ddcssblk.c843 if (atomic_dec_and_test(&dev_info->use_count)
/linux-master/fs/fuse/
H A Dfuse_i.h1027 if (atomic_dec_and_test(&bucket->count))
/linux-master/fs/btrfs/
H A Dordered-data.c642 if (atomic_dec_and_test(&trans->pending_ordered))
/linux-master/drivers/usb/misc/
H A Dusbtest.c1550 if (atomic_dec_and_test(&ctx->pending))
1613 if (atomic_dec_and_test(&ctx.pending)) /* The extra count */
/linux-master/fs/smb/server/
H A Dtransport_rdma.c874 if (atomic_dec_and_test(&t->send_pending))
911 if (atomic_dec_and_test(&t->send_pending))
/linux-master/drivers/md/
H A Dmd-bitmap.c323 if (atomic_dec_and_test(&bitmap->pending_writes))
1534 if (atomic_dec_and_test(&bitmap->behind_writes))

Completed in 263 milliseconds

1234567891011>>