Searched refs:xchg (Results 51 - 75 of 235) sorted by relevance

12345678910

/linux-master/drivers/xen/events/
H A Devents_fifo.c326 ready = xchg(&control_block->ready, 0);
331 ready |= xchg(&control_block->ready, 0);
/linux-master/fs/crypto/
H A Dinline_crypt.c81 if (!xchg(&mode->logged_blk_crypto_native, 1))
84 } else if (!xchg(&mode->logged_blk_crypto_fallback, 1)) {
/linux-master/arch/x86/kernel/
H A Dcrash.c489 xchg(&kexec_crash_image, NULL);
491 xchg(&kexec_crash_image, image);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.c215 if (xchg(&engine->heartbeat.blocked, serial) == serial)
305 old = xchg(&engine->props.heartbeat_interval_ms, delay);
H A Dintel_gt_buffer_pool.c64 if (!xchg(&node->age, 0))
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c433 fence = xchg(&cb->base.fence, NULL);
454 fence = xchg(&cb->base.fence, NULL);
/linux-master/arch/s390/kernel/
H A Dkprobes.c50 if (xchg(&insn_page_in_use, 1) == 1)
57 xchg(&insn_page_in_use, 0);
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c258 if (xchg(&sbp.tb_enable, 1))
397 if (xchg(&sbp.open, SB_OPENING) != SB_CLOSED)
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c243 old_bpf_prog = xchg(&rx_ring->xdp_bpf_prog, prog);
256 struct bpf_prog *old_bpf_prog = xchg(&adapter->xdp_bpf_prog, prog);
/linux-master/net/netfilter/
H A Dxt_limit.c77 credit_increase += (now - xchg(&priv->prev, now)) * CREDITS_PER_JIFFY;
/linux-master/arch/x86/math-emu/
H A Dreg_u_sub.S196 xchg %edx,%eax
/linux-master/arch/x86/lib/
H A Datomic64_386_32.S52 BEGIN_IRQ_SAVE(xchg)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c151 prog_fd = skel->progs.xchg.prog_fd;
193 if (test__start_subtest("xchg"))
/linux-master/net/core/
H A Dgen_estimator.c209 est = xchg((__force struct net_rate_estimator **)rate_est, NULL);
/linux-master/arch/s390/include/asm/
H A Dpercpu.h173 ret__ = xchg(ptr__, nval); \
/linux-master/drivers/tty/
H A Dtty_audit.c116 buf = xchg(&current->signal->tty_audit_buf, ERR_PTR(-ESRCH));
/linux-master/arch/x86/include/asm/
H A Dcmpxchg.h14 __compiletime_error("Bad argument size for xchg");
73 * Note: no "lock" prefix even on SMP: xchg always implies lock anyway.
78 #define arch_xchg(ptr, v) __xchg_op((ptr), (v), xchg, "")
/linux-master/arch/csky/kernel/
H A Dsmp.c51 ops = xchg(&this_cpu_ptr(&ipi_data)->bits, 0);
/linux-master/arch/arc/kernel/
H A Dsmp.c365 copy = pending = xchg(this_cpu_ptr(&ipi_data), 0);
/linux-master/kernel/locking/
H A Dqspinlock_paravirt.h456 if (xchg(&lock->locked, _Q_SLOW_VAL) == 0) {
479 * The cmpxchg() or xchg() call before coming here provides the
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_active.c320 fence = xchg(__active_fence_slot(active), NULL);
/linux-master/lib/
H A Dgeneric-radix-tree.c291 struct genradix_root *r = xchg(&radix->root, NULL);
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c93 if (hvp && (xchg(&hvp->apic_assist, 0) & 0x1))
/linux-master/drivers/s390/char/
H A Dcon3270.c311 xchg(&tp->write, rq);
531 wrq = xchg(&tp->write, 0);
577 xchg(&tp->write, wrq);
725 xchg(&tp->read, rrq);
749 rrq = xchg(&tp->read, 0);
764 xchg(&tp->read, rrq);
/linux-master/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S485 xchg WK_BUF, PRECALC_BUF
613 xchg WK_BUF, PRECALC_BUF

Completed in 242 milliseconds

12345678910