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

Function atomic_fcmpset_long

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

Source from the content-addressed store, hash-verified

324}
325
326static __inline int
327atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new)
328{
329 int ret;
330
331 ATOMIC_FCMPSET_CODE(ret, u_long, "");
332 return (ret);
333}
334
335static __inline int
336atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new)

Callers 5

pmap_pte_propsFunction · 0.50
pmap_large_map_wb_largeFunction · 0.50
pmap_remove_writeFunction · 0.50
pmap_adviseFunction · 0.50
pmap_clear_modifyFunction · 0.50

Calls 1

ATOMIC_FCMPSET_CODEFunction · 0.85

Tested by

no test coverage detected