Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsubr_bus.c420 } devsoftc; variable
441 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx); in devinit()
455 devsoftc.inuse = 1; in devopen()
465 devsoftc.inuse = 0; in devclose()
467 devsoftc.async = 0; in devclose()
494 rv = cv_wait_sig(&devsoftc.cv, &devsoftc.mtx); in devread()
505 devsoftc.queued--; in devread()
633 devsoftc.queued--; in devctl_queue_data_f()
636 devsoftc.queued++; in devctl_queue_data_f()
641 if (devsoftc.async && devsoftc.sigio != NULL) in devctl_queue_data_f()
[all …]