Searched refs:xchg (Results 151 - 175 of 238) sorted by relevance

12345678910

/linux-master/drivers/block/
H A Dataflop.c678 handler = xchg(&FloppyIRQHandler, NULL);
/linux-master/net/ipv6/
H A Dipv6_sockglue.c114 opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt,
H A Droute.c370 from = xchg((__force struct fib6_info **)&rt->from, NULL);
1411 prev = xchg(p, NULL);
1439 from = xchg((__force struct fib6_info **)&pcpu_rt->from, NULL);
1468 from = xchg((__force struct fib6_info **)&rt6_ex->rt6i->from, NULL);
3680 pcpu_rt = xchg(ppcpu_rt, NULL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c842 rq = xchg(rsvd, NULL);
/linux-master/fs/nfs/
H A Ddelegation.c390 old = xchg(&delegation->cred, get_cred(cred));
407 /* smp_mb__before_atomic() is implicit due to xchg() */
H A Dwrite.c1264 old = rcu_dereference_protected(xchg(&ctx->ll_cred,
/linux-master/net/ipv4/
H A Dcipso_ipv4.c1956 opt = xchg((__force struct ip_options_rcu **)&req_inet->ireq_opt, opt);
H A Dinet_diag.c1533 xchg((const struct inet_diag_handler **)&inet_diag_table[type],
H A Dtcp.c357 val = xchg(&tcp_memory_pressure, 0);
3082 dst_release(xchg((__force struct dst_entry **)&sk->sk_rx_dst, NULL));
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c52 prev_hang = xchg(&file_priv->hang_timestamp, jiffies);
H A Dselftest_execlists.c1151 timeslice = xchg(&engine->props.timeslice_duration_ms, 1);
1443 timeslice = xchg(&engine->props.timeslice_duration_ms, 1);
1510 xchg(&engine->props.timeslice_duration_ms, timeslice);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1196 /* local pte updates need not use xchg for locking */
1372 return xchg(pmdp, pmd);
/linux-master/mm/
H A Dvmstat.c180 zone_numa_events[item] += xchg(&pzstats->vm_numa_event[item], 0);
H A Dmemcontrol.c3261 old = xchg(&current->objcg, NULL);
7035 xchg(&memcg->memory.max, max);
8259 xchg(&memcg->swap.max, max);
8470 xchg(&memcg->zswap_max, max);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c1299 if (xchg(&mcdi->mode, MCDI_MODE_FAIL) == MCDI_MODE_FAIL)
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4753 #define xchg(ptr, ...) \ macro
/linux-master/kernel/
H A Daudit.c1525 t = xchg(&current->signal->audit_tty, t);
H A Dsysctl.c1348 put_pid(xchg(&cad_pid, new_pid));
H A Dexit.c424 self.next = xchg(&core_state->dumper.next, &self);
428 * Implies mb(), the result of xchg() must be visible
/linux-master/arch/mips/kernel/
H A Dtraps.c2036 old_handler = xchg(&exception_handlers[n], handler);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1025 old = xchg(&edev->xdp_prog, args->u.new_prog);
/linux-master/fs/bcachefs/
H A Dbuckets.c917 if (unlikely(warn) && !xchg(&warned_disk_usage, 1))
/linux-master/drivers/s390/crypto/
H A Dap_bus.c455 xchg(ap_airq.lsi_ptr, 0);
/linux-master/fs/
H A Dnamespace.c1738 if (!xchg(&mnt->mnt_expiry_mark, 1))
3465 if (!xchg(&mnt->mnt_expiry_mark, 1) ||
/linux-master/fs/smb/client/
H A Dconnect.c1340 task_to_wake = xchg(&server->tsk, NULL);
1674 task = xchg(&server->tsk, NULL);

Completed in 805 milliseconds

12345678910