OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freeitd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ehci.c
3238
struct ehci_soft_itd *itd, *
freeitd
;
local in function:ehci_alloc_itd
3244
freeitd
= LIST_FIRST(&sc->sc_freeitds);
3245
if (
freeitd
== NULL) {
3281
freeitd
= LIST_FIRST(&sc->sc_freeitds);
3284
itd =
freeitd
;
ehci.c
3238
struct ehci_soft_itd *itd, *
freeitd
;
local in function:ehci_alloc_itd
3244
freeitd
= LIST_FIRST(&sc->sc_freeitds);
3245
if (
freeitd
== NULL) {
3281
freeitd
= LIST_FIRST(&sc->sc_freeitds);
3284
itd =
freeitd
;
Completed in 27 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025