Searched refs:atomic_cmpxchg (Results 101 - 118 of 118) sorted by relevance

12345

/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c2442 if (atomic_cmpxchg(&cq->armed, 1, 0))
H A Dverbs.c3903 if (!atomic_cmpxchg(&iwcq->armed, 0, 1) || promo_event) {
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c892 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic_cmpxchg);
/linux-master/drivers/target/
H A Dtarget_core_transport.c3182 if (!atomic_cmpxchg(&cmd_cnt->stopped, 0, 1))
/linux-master/drivers/net/bonding/
H A Dbond_3ad.c2432 if (atomic_cmpxchg(&BOND_AD_INFO(bond).agg_select_timer,
/linux-master/security/integrity/ima/
H A Dima_policy.c824 * atomic_cmpxchg. Either:
831 atomic_cmpxchg(&ima_setxattr_allowed_hash_algorithms,
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c789 ret = atomic_cmpxchg(&xfer->busy, SCMI_XFER_FREE, SCMI_XFER_BUSY);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c2447 int abiv = atomic_cmpxchg(&cdata->watch_abi_version, 0, version);
/linux-master/drivers/scsi/
H A Dscsi_lib.c618 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old)
/linux-master/kernel/bpf/
H A Dcore.c2173 BPF_R0 = (u32) atomic_cmpxchg(
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4173 old = atomic_cmpxchg((v), c, c + a);
4201 old = atomic_cmpxchg((v), c, c - a);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4283 old = atomic_cmpxchg(&dsi->do_ext_te_update, 1, 0);
4298 old = atomic_cmpxchg(&dsi->do_ext_te_update, 1, 0);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c4021 cur = atomic_cmpxchg(&wait->cond, RTW89_WAIT_COND_IDLE, cond);
4042 cur = atomic_cmpxchg(&wait->cond, cond, RTW89_WAIT_COND_IDLE);
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2503 if (atomic_cmpxchg(&dev->update_sl, 1, 0))
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c2686 atomic_cmpxchg(&allocator->depot->vdo->state, VDO_RECOVERING,
/linux-master/drivers/cxl/core/
H A Dregion.c2422 if (atomic_cmpxchg(&cxlrd->region_id, id, rc) != id) {
/linux-master/mm/
H A Dhuge_memory.c259 if (atomic_cmpxchg(&huge_zero_refcount, 1, 0) == 1) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c15785 if (atomic_cmpxchg(&phba->dbg_log_dmping, 0, 1) != 0)

Completed in 424 milliseconds

12345