MCPcopy Create free account
hub / github.com/F-Stack/f-stack / casuword

Function casuword

freebsd/kern/subr_uio.c:506–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506u_long
507casuword(volatile u_long *addr, u_long old, u_long new)
508{
509 int rv;
510 u_long val;
511
512 rv = casueword(addr, old, &val, new);
513 return (rv == -1 ? -1 : val);
514}

Callers

nothing calls this directly

Calls 1

casuewordFunction · 0.85

Tested by

no test coverage detected