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

/freebsd-10.1-release/sys/dev/random/
H A Drandom_harvestq.h40 extern struct mtx harvest_mtx;
H A Drandom_harvestq.c65 struct mtx harvest_mtx; variable in typeref:struct:mtx
163 mtx_lock_spin(&harvest_mtx);
180 mtx_unlock_spin(&harvest_mtx);
183 mtx_lock_spin(&harvest_mtx);
196 mtx_unlock_spin(&harvest_mtx);
198 mtx_lock_spin(&harvest_mtx);
209 msleep_spin_sbt(&random_kthread_control, &harvest_mtx,
213 mtx_unlock_spin(&harvest_mtx);
239 mtx_init(&harvest_mtx, "entropy harvest mutex", NULL, MTX_SPIN);
268 mtx_destroy(&harvest_mtx);
[all...]

Completed in 93 milliseconds