Symbol: xchg
sys/dev/pci/drm/i915/gt/intel_engine_heartbeat.c
215
if (xchg(&engine->heartbeat.blocked, serial) == serial)
sys/dev/pci/drm/i915/gt/intel_engine_heartbeat.c
305
old = xchg(&engine->props.heartbeat_interval_ms, delay);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
1649
for (port = xchg(&execlists->active, execlists->pending); *port; port++)
sys/dev/pci/drm/i915/gt/intel_ggtt_fencing.c
232
old = xchg(&fence->vma, NULL);
sys/dev/pci/drm/i915/gt/intel_gt_buffer_pool.c
65
if (!xchg(&node->age, 0))
sys/dev/pci/drm/i915/gt/intel_gt_requests.c
64
struct intel_timeline *tl = xchg(&engine->retire, NULL);
sys/dev/pci/drm/i915/gt/intel_gt_requests.c
67
struct intel_timeline *next = xchg(&tl->retire, NULL);
sys/dev/pci/drm/i915/gt/intel_reset.c
49
prev_hang = xchg(&file_priv->hang_timestamp, jiffies);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
1151
timeslice = xchg(&engine->props.timeslice_duration_ms, 1);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
1443
timeslice = xchg(&engine->props.timeslice_duration_ms, 1);
sys/dev/pci/drm/i915/gt/selftest_execlists.c
1510
xchg(&engine->props.timeslice_duration_ms, timeslice);
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
1857
error = xchg(&global->first_error, (void *)-1);
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
1861
xchg(&global->first_error, error);
sys/dev/pci/drm/i915/gt/selftest_timeline.c
81
tl = xchg(&state->history[idx], tl);
sys/dev/pci/drm/i915/i915_perf.c
3671
config = xchg(&stream->oa_config, config);
sys/dev/pci/drm/i915/i915_request.c
896
rq = xchg(rsvd, NULL);
sys/dev/pci/drm/i915/i915_sw_fence.c
435
fence = xchg(&cb->base.fence, NULL);
sys/dev/pci/drm/i915/i915_sw_fence.c
460
fence = xchg(&cb->base.fence, NULL);
sys/dev/pci/drm/i915/intel_uncore.c
447
if (xchg(&domain->active, false))
sys/dev/pci/drm/i915/intel_uncore.c
474
if (xchg(&domain->active, false))
sys/dev/pci/drm/i915/intel_wakeref.c
150
wakeref = xchg(&wf->wakeref, NULL);
sys/dev/pci/drm/i915/intel_wakeref.c
34
wakeref = xchg(&wf->wakeref, NULL);
sys/dev/pci/drm/i915/intel_wakeref.c
64
wakeref = xchg(&wf->wakeref, NULL);
sys/dev/pci/drm/i915/selftests/i915_active.c
320
fence = xchg(__active_fence_slot(active), NULL);
sys/dev/pci/drm/include/linux/atomic.h
410
#define smp_store_mb(var, value) do { (void)xchg(&var, value); } while (0)
sys/dev/pci/drm/include/linux/atomic.h
420
#define smp_store_mb(var, value) do { (void)xchg(&var, value); } while (0)
sys/netinet/tcp_subr.c
333
xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr);
sys/netinet/tcp_subr.c
346
xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, u_int32_t);
sys/netinet/tcp_subr.c
353
xchg(th->th_dport, th->th_sport, u_int16_t);