Searched refs:atomic_dec_if_positive (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/arch/microblaze/include/asm/
H A Dmmu_context_mm.h83 while (atomic_dec_if_positive(&nr_free_contexts) < 0)
/linux-master/arch/powerpc/include/asm/
H A Dmmu_context.h170 c = atomic_dec_if_positive(&mm->context.copros);
201 v = atomic_dec_if_positive(&mm->context.vas_windows);
/linux-master/drivers/misc/cxl/
H A Dvphb.c89 atomic_dec_if_positive(&afu->configured_state);
H A Dmain.c288 atomic_dec_if_positive(&adapter->contexts_num);
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-platdrv.c72 count = atomic_dec_if_positive(cnt);
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-capture.c457 if (atomic_dec_if_positive(&cap->buffers.frame_skip) < 0) {
495 if (atomic_dec_if_positive(&cap->buffers.frame_skip) < 0) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c415 if (atomic_dec_if_positive(&rx->enabled))
/linux-master/drivers/iio/common/hid-sensors/
H A Dhid-sensor-trigger.c109 val = atomic_dec_if_positive(&st->data_ready);
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c139 atomic_dec_if_positive(&tp->assert_cnt);
H A Dplatform-vsc.c202 atomic_dec_if_positive(&hw->write_lock_cnt);
/linux-master/fs/ext4/
H A Dorphan.c28 if (atomic_dec_if_positive(&oi->of_binfo[i].ob_free_entries)
/linux-master/arch/x86/kvm/
H A Di8254.c214 if (atomic_dec_if_positive(&ps->pending) > 0)
/linux-master/drivers/base/power/
H A Dwakeup.c909 atomic_dec_if_positive(&pm_abort_suspend);
/linux-master/drivers/misc/ocxl/
H A Dlink.c758 if (atomic_dec_if_positive(&link->irq_available) < 0)
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs.c196 atomic_dec_if_positive(&con->sq_wr_avail);
/linux-master/drivers/target/iscsi/
H A Discsi_target_login.c1211 if (atomic_dec_if_positive(&np->np_reset_count) >= 0) {
1237 if (atomic_dec_if_positive(&np->np_reset_count) >= 0) {
/linux-master/kernel/
H A Dseccomp.c1479 if (atomic_dec_if_positive(&filter->notif->requests) >= 0)
1485 if (atomic_dec_if_positive(&filter->notif->requests) >= 0)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c433 * being considered in this gang. Using atomic_dec_if_positive
436 atomic_dec_if_positive(&ctx->gang->aff_sched_count);
/linux-master/sound/hda/
H A Dhdac_device.c635 if (atomic_dec_if_positive(&codec->in_pm) < 0)
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2547 atomic_dec_if_positive
2614 atomic_dec_if_positive
2688 atomic_dec_if_positive(&scsi_tgt_priv_data->block_io);
3815 atomic_dec_if_positive(&scsi_tgt_priv_data->block_io);
/linux-master/block/
H A Dbdev.c278 nr_freeze = atomic_dec_if_positive(&bdev->bd_fsfreeze_count);
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c564 if (!atomic_dec_if_positive(&pool->events[offset].free)) {
888 atomic_dec_if_positive(&hostdata->request_limit);
/linux-master/drivers/net/team/
H A Dteam.c638 val = atomic_dec_if_positive(&team->notify_peers.count_pending);
684 val = atomic_dec_if_positive(&team->mcast_rejoin.count_pending);
/linux-master/arch/powerpc/kernel/
H A Deeh.c1258 WARN_ON(atomic_dec_if_positive(&edev->pe->pass_dev_cnt) < 0);
/linux-master/drivers/video/fbdev/
H A Dps3fb.c871 atomic_dec_if_positive(&ps3fb.ext_flip);

Completed in 419 milliseconds

12