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

/freebsd-9.3-release/sys/ia64/ia64/
H A Dhighfp.c41 static struct mtx ia64_highfp_mtx; variable in typeref:struct:mtx
46 mtx_init(&ia64_highfp_mtx, "High FP lock", NULL, MTX_SPIN);
57 error = msleep_spin(&cpu->pc_fpcurthread, &ia64_highfp_mtx,
71 mtx_lock_spin(&ia64_highfp_mtx);
80 mtx_unlock_spin(&ia64_highfp_mtx);
94 mtx_lock_spin(&ia64_highfp_mtx);
123 mtx_unlock_spin(&ia64_highfp_mtx);
136 mtx_lock_spin(&ia64_highfp_mtx);
153 mtx_unlock_spin(&ia64_highfp_mtx);
164 mtx_lock_spin(&ia64_highfp_mtx);
[all...]

Completed in 186 milliseconds