Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
atomic_xchg_relaxed
include/linux/ratelimit.h
37
return atomic_xchg_relaxed(&rs->missed, 0);
rust/helpers/atomic.c
395
return atomic_xchg_relaxed(v, new);