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

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c2059 if (!atomic_dec_and_test(&ctx->num_inflight))
2072 if (atomic_dec_and_test(&ctx->num_inflight))
2091 if (ret && atomic_dec_and_test(&ctx->num_inflight))
/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)))
H A Dfile.c446 if (atomic_dec_and_test(&files->count)) {
1142 * atomic_read_acquire() pairs with atomic_dec_and_test() in
/linux-master/kernel/
H A Dfork.c943 if (unlikely(atomic_dec_and_test(&mm->mm_count))) {
1367 if (atomic_dec_and_test(&mm->mm_users))
1383 if (atomic_dec_and_test(&mm->mm_users)) {
H A Dexit.c432 if (atomic_dec_and_test(&core_state->nr_threads))
840 group_dead = atomic_dec_and_test(&tsk->signal->live);
/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/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/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()
619 if (atomic_dec_and_test(&anon_vma->refcount)) {
2523 if (root != anon_vma && atomic_dec_and_test(&root->refcount))
/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/drivers/infiniband/core/
H A Dmulticast.c191 if (atomic_dec_and_test(&group->refcount)) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c453 if (txq_info && atomic_dec_and_test(&txq_info->users)) {
H A Dl2t.c388 if (atomic_dec_and_test(&e->refcnt))
/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/fs/dlm/
H A Dlockspace.c359 if (atomic_dec_and_test(&ls->ls_count))
/linux-master/drivers/usb/gadget/function/
H A Df_rndis.c426 if (atomic_dec_and_test(&rndis->notify_count))
/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/drivers/media/platform/qcom/camss/
H A Dcamss-video.c926 if (atomic_dec_and_test(&video->camss->ref_count))
/linux-master/drivers/md/bcache/
H A Dwriteback.c959 if (atomic_dec_and_test(&state->started))
/linux-master/fs/hfsplus/
H A Dinode.c232 if (atomic_dec_and_test(&HFSPLUS_I(inode)->opencnt)) {

Completed in 332 milliseconds

1234567891011>>