Searched refs:hc_mtx (Results 1 – 2 of 2) sorted by relevance
43 #define RANDOM_HARVEST_INIT_LOCK(x) mtx_init(&harvest_context.hc_mtx, "entropy harvest mutex", NULL…44 #define RANDOM_HARVEST_LOCK(x) mtx_lock_spin(&harvest_context.hc_mtx)45 #define RANDOM_HARVEST_UNLOCK(x) mtx_unlock_spin(&harvest_context.hc_mtx)
128 struct mtx hc_mtx; member