Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c333 hast_activemap_flush(struct hast_resource *res) __unlocks(res->hr_amp_lock) in hast_activemap_flush()
341 mtx_unlock(&res->hr_amp_lock); in hast_activemap_flush()
529 mtx_init(&res->hr_amp_lock); in init_local()
836 mtx_lock(&res->hr_amp_lock); in init_remote()
1347 mtx_lock(&res->hr_amp_lock); in ggate_recv_thread()
1353 mtx_unlock(&res->hr_amp_lock); in ggate_recv_thread()
1670 mtx_lock(&res->hr_amp_lock); in remote_send_thread()
1675 mtx_unlock(&res->hr_amp_lock); in remote_send_thread()
1899 mtx_lock(&res->hr_amp_lock); in ggate_send_thread()
1905 mtx_unlock(&res->hr_amp_lock); in ggate_send_thread()
[all …]
H A Dhast.h232 pthread_mutex_t hr_amp_lock; member