Searched refs:cq_wait_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/hpt27xx/
H A Dldm.h397 struct list_head cq_wait_lock; member in struct:_VDEV
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h396 struct list_head cq_wait_lock; member in struct:_VDEV
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h390 struct list_head cq_wait_lock; member in struct:_VDEV
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c302 fastlock_t cq_wait_lock; member in struct:rsocket
629 fastlock_init(&rs->cq_wait_lock);
980 fastlock_destroy(&rs->cq_wait_lock);
1028 fastlock_destroy(&rs->cq_wait_lock);
2022 * the CQ and processing completions. The cq_wait_lock serializes access to
2045 fastlock_acquire(&rs->cq_wait_lock);
2049 fastlock_release(&rs->cq_wait_lock);
2207 fastlock_acquire(&rs->cq_wait_lock);
2211 fastlock_release(&rs->cq_wait_lock);
3069 fastlock_acquire(&rs->cq_wait_lock);
[all...]

Completed in 92 milliseconds