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

Function atomic_cmpset_long

freebsd/arm/include/atomic-v6.h:512–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512static __inline int
513atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new)
514{
515 int ret;
516
517 ATOMIC_CMPSET_CODE(ret, "");
518 return (ret);
519}
520
521static __inline int
522atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new)

Callers 6

vmx_set_intr_readyFunction · 0.50
vmx_inject_pirFunction · 0.50
pmap_protect_pdeFunction · 0.50
pmap_protectFunction · 0.50
pmap_promote_pdeFunction · 0.50
pmap_remove_writeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected