Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/hastd/
HDprimary.c334 hast_activemap_flush(struct hast_resource *res) __unlocks(res->hr_amp_lock) in hast_activemap_flush()
342 mtx_unlock(&res->hr_amp_lock); in hast_activemap_flush()
530 mtx_init(&res->hr_amp_lock); in init_local()
837 mtx_lock(&res->hr_amp_lock); in init_remote()
1348 mtx_lock(&res->hr_amp_lock); in ggate_recv_thread()
1354 mtx_unlock(&res->hr_amp_lock); in ggate_recv_thread()
1671 mtx_lock(&res->hr_amp_lock); in remote_send_thread()
1676 mtx_unlock(&res->hr_amp_lock); in remote_send_thread()
1900 mtx_lock(&res->hr_amp_lock); in ggate_send_thread()
1906 mtx_unlock(&res->hr_amp_lock); in ggate_send_thread()
[all …]
HDhast.h232 pthread_mutex_t hr_amp_lock; member