OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_freeitds
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
128
ohci_soft_itd_t *
sc_freeitds
;
member in struct:ohci_softc
ehcivar.h
209
LIST_HEAD(
sc_freeitds
, ehci_soft_itd)
sc_freeitds
;
ohci.c
734
if (sc->
sc_freeitds
== NULL) {
756
sitd->nextitd = sc->
sc_freeitds
;
758
sc->
sc_freeitds
= sitd;
762
sitd = sc->
sc_freeitds
;
763
sc->
sc_freeitds
= sitd->nextitd;
790
sitd->nextitd = sc->
sc_freeitds
;
791
sc->
sc_freeitds
= sitd;
ehci.c
263
LIST_INSERT_HEAD(&sc->
sc_freeitds
, itd, free_list);
575
LIST_INIT(&sc->
sc_freeitds
);
3244
freeitd = LIST_FIRST(&sc->
sc_freeitds
);
3279
LIST_INSERT_HEAD(&sc->
sc_freeitds
, itd, free_list);
3281
freeitd = LIST_FIRST(&sc->
sc_freeitds
);
Completed in 18 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025