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

/freebsd-10.1-release/sys/kern/
H A Dsubr_bus.c409 } devsoftc; variable in typeref:struct:dev_softc
427 mtx_init(&devsoftc.mtx, "dev mtx", "devd", MTX_DEF);
428 cv_init(&devsoftc.cv, "dev cv");
429 TAILQ_INIT(&devsoftc.devq);
430 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx);
437 mtx_lock(&devsoftc.mtx);
438 if (devsoftc.inuse) {
439 mtx_unlock(&devsoftc.mtx);
443 devsoftc
[all...]

Completed in 36 milliseconds