| 353 | } |
| 354 | |
| 355 | static __inline int |
| 356 | atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) |
| 357 | { |
| 358 | int ret; |
| 359 | |
| 360 | ATOMIC_FCMPSET_CODE64(ret); |
| 361 | return (ret); |
| 362 | } |
| 363 | |
| 364 | static __inline int |
| 365 | atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) |
no outgoing calls
no test coverage detected