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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c168 kmutex_t mh_head_lock; variable
408 mutex_destroy(&mh_head_lock);
428 mutex_init(&mh_head_lock, NULL, MUTEX_DEFAULT, NULL);
482 mutex_enter(&mh_head_lock);
485 mutex_exit(&mh_head_lock);
500 mutex_enter(&mh_head_lock);
520 mutex_exit(&mh_head_lock);

Completed in 81 milliseconds