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

/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c276 static struct mtx sio_lock; variable in typeref:struct:mtx
466 mtx_init(&sio_lock, sio_driver_name, NULL,
559 mtx_lock_spin(&sio_lock);
699 mtx_unlock_spin(&sio_lock);
753 mtx_unlock_spin(&sio_lock);
949 mtx_unlock_spin(&sio_lock);
1173 mtx_lock_spin(&sio_lock);
1181 mtx_unlock_spin(&sio_lock);
1304 * Call this function with the sio_lock mutex held. It will return with the
1338 mtx_unlock_spin(&sio_lock);
[all...]
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c364 static struct mtx sio_lock; variable in typeref:struct:mtx
841 mtx_init(&sio_lock, sio_driver_name, NULL,
1047 mtx_lock_spin(&sio_lock);
1168 mtx_unlock_spin(&sio_lock);
1232 mtx_unlock_spin(&sio_lock);
1513 mtx_unlock_spin(&sio_lock);
1839 mtx_lock_spin(&sio_lock);
1863 mtx_unlock_spin(&sio_lock);
2047 * Call this function with the sio_lock mutex held. It will return with the
2081 mtx_unlock_spin(&sio_lock);
[all...]

Completed in 88 milliseconds