OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ub_soft
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
usb.c
323
sc->sc_bus->
ub_soft
= softint_establish(SOFTINT_USB | SOFTINT_MPSAFE,
325
if (sc->sc_bus->
ub_soft
== NULL) {
1360
if (__predict_false(bus->
ub_soft
== NULL))
1367
softint_schedule(bus->
ub_soft
);
1428
if (sc->sc_bus->
ub_soft
!= NULL) {
1429
softint_disestablish(sc->sc_bus->
ub_soft
);
1430
sc->sc_bus->
ub_soft
= NULL;
usbdivar.h
197
void *
ub_soft
; /* soft interrupt cookie */
member in struct:usbd_bus
Completed in 13 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025