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

/freebsd-10.0-release/sys/boot/usb/
H A Dbsd_kernel.c189 static struct mtx mtx_callout; variable in typeref:struct:mtx
195 mtx_init(&mtx_callout, "callout-mtx", NULL, MTX_DEF | MTX_RECURSE);
207 mtx_lock(&mtx_callout);
212 mtx_unlock(&mtx_callout);
235 mtx_lock(&mtx_callout);
241 mtx_unlock(&mtx_callout);
248 mtx_unlock(&mtx_callout);
273 mtx_lock(&mtx_callout);
275 mtx_unlock(&mtx_callout);
281 mtx_lock(&mtx_callout);
[all...]

Completed in 132 milliseconds