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

/freebsd-12-stable/sbin/hastd/
H A Dhast.h234 pthread_mutex_t hr_amp_lock; member in struct:hast_resource
H A Dprimary.c336 hast_activemap_flush(struct hast_resource *res) __unlocks(res->hr_amp_lock)
344 mtx_unlock(&res->hr_amp_lock);
532 mtx_init(&res->hr_amp_lock);
839 mtx_lock(&res->hr_amp_lock);
1350 mtx_lock(&res->hr_amp_lock);
1356 mtx_unlock(&res->hr_amp_lock);
1673 mtx_lock(&res->hr_amp_lock);
1678 mtx_unlock(&res->hr_amp_lock);
1902 mtx_lock(&res->hr_amp_lock);
1908 mtx_unlock(&res->hr_amp_lock);
[all...]

Completed in 97 milliseconds