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

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c158 static struct mtx ioat_list_mtx; variable in typeref:struct:mtx
159 MTX_SYSINIT(ioat_list_mtx, &ioat_list_mtx, "ioat list mtx", MTX_DEF);
308 mtx_lock(&ioat_list_mtx);
314 mtx_unlock(&ioat_list_mtx);
323 mtx_unlock(&ioat_list_mtx);
356 mtx_lock(&ioat_list_mtx);
361 mtx_unlock(&ioat_list_mtx);
958 mtx_lock(&ioat_list_mtx);
961 mtx_unlock(&ioat_list_mtx);
[all...]

Completed in 154 milliseconds