Searched refs:atomic_dec_and_test (Results 151 - 175 of 341) sorted by relevance

1234567891011>>

/linux-master/fs/gfs2/
H A Dglock.c181 if (atomic_dec_and_test(&sdp->sd_glock_disposal))
191 if (atomic_dec_and_test(&sdp->sd_glock_disposal))
1290 if (atomic_dec_and_test(&sdp->sd_glock_disposal))
H A Dlops.c228 if (atomic_dec_and_test(&sdp->sd_log_in_flight))
/linux-master/fs/
H A Ddcache.c332 if (unlikely(atomic_dec_and_test(&p->u.count)))
367 if (likely(atomic_dec_and_test(&p->u.count))) {
2748 if (old_name && likely(atomic_dec_and_test(&old_name->u.count)))
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c1450 if (atomic_dec_and_test(&bat_priv->bla.loopdetect_next)) {
1498 if (!atomic_dec_and_test(&backbone_gw->wait_periods))
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c2007 if (!atomic_dec_and_test(&rproc->power))
2071 if (!atomic_dec_and_test(&rproc->power)) {
/linux-master/fs/dlm/
H A Dlowcomms.c881 if (atomic_dec_and_test(&processqueue_count))
900 if (atomic_dec_and_test(&processqueue_count))
/linux-master/mm/
H A Drmap.c119 * Relies on the full mb implied by the atomic_dec_and_test() from
124 * down_read_trylock() atomic_dec_and_test()
618 if (atomic_dec_and_test(&anon_vma->refcount)) {
2528 if (root != anon_vma && atomic_dec_and_test(&root->refcount))
/linux-master/drivers/md/
H A Ddm-clone-target.c757 if (atomic_dec_and_test(&clone->hydrations_in_flight))
1114 if (atomic_dec_and_test(&clone->hydrations_in_flight))
/linux-master/kernel/
H A Dexit.c428 if (atomic_dec_and_test(&core_state->nr_threads))
836 group_dead = atomic_dec_and_test(&tsk->signal->live);
/linux-master/drivers/infiniband/core/
H A Dmulticast.c191 if (atomic_dec_and_test(&group->refcount)) {
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c504 if (atomic_dec_and_test(&area->refcount)) {
/linux-master/net/sctp/
H A Dulpqueue.c129 if (atomic_dec_and_test(&sp->pd_mode)) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.c215 if (atomic_dec_and_test(&runl->rc_triggered))
/linux-master/fs/jfs/
H A Djfs_metapage.c142 if (atomic_dec_and_test(&mp_anchor(page)->io_count))
/linux-master/drivers/usb/gadget/function/
H A Df_rndis.c426 if (atomic_dec_and_test(&rndis->notify_count))
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c388 if (atomic_dec_and_test(&e->refcnt))
/linux-master/kernel/rcu/
H A Drefscale.c863 if (atomic_dec_and_test(&nreaders_exp))
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c986 if (!bat_req || !atomic_dec_and_test(&bat_req->refcnt))
/linux-master/net/ipv6/
H A Dip6_flowlabel.c131 if (atomic_dec_and_test(&fl->users)) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c63 if (atomic_dec_and_test(&txq->tx_ring.stops))
/linux-master/fs/hfsplus/
H A Dinode.c232 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) {
/linux-master/fs/hfs/
H A Dinode.c581 if (atomic_dec_and_test(&HFS_I(inode)->opencnt)) {
/linux-master/fs/afs/
H A Dcell.c28 if (atomic_dec_and_test(&net->cells_outstanding))
/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)) {

Completed in 477 milliseconds

1234567891011>>