Home
last modified time | relevance | path

Searched refs:os_atomic64_cas (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_tag.c240 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_put_tag()
263 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_get_tag()
H A Dsmartpqi_defines.h968 os_atomic64_cas(volatile uint64_t* var, uint64_t old_val, uint64_t new_val) in os_atomic64_cas() function