Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_helper.h54 OS_ATOMIC64_INIT(&device->active_requests, 0); in pqisrc_init_device_active_io()
H A Dsmartpqi_defines.h982 #define OS_ATOMIC64_INIT(p,val) atomic_store_rel_64(p, val) macro