Searched refs:OS_ACQUIRE_SPINLOCK (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h893 #define OS_ACQUIRE_SPINLOCK(_lock) mtx_lock_spin(_lock) macro
896 #define PQI_LOCK(_lock) OS_ACQUIRE_SPINLOCK(_lock)
H A Dsmartpqi_tag.c39 OS_ACQUIRE_SPINLOCK(&(taglist->lock));
64 OS_ACQUIRE_SPINLOCK(&taglist->lock);
H A Dsmartpqi_discovery.c1228 OS_ACQUIRE_SPINLOCK(&softs->devlist_lock);
1310 OS_ACQUIRE_SPINLOCK(&softs->devlist_lock);
1340 OS_ACQUIRE_SPINLOCK(&softs->devlist_lock);

Completed in 87 milliseconds