OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ata/
ata.c
594
struct atabus_initq *
initq
;
local
609
initq
= kmem_zalloc(sizeof(*
initq
), KM_SLEEP);
610
initq
->atabus_sc = sc;
612
TAILQ_INSERT_TAIL(&atabus_initq_head,
initq
, atabus_initq);
2278
struct atabus_initq *
initq
;
local
2298
initq
= kmem_zalloc(sizeof(*
initq
), KM_SLEEP);
2299
initq
->atabus_sc = sc;
2301
TAILQ_INSERT_TAIL(&atabus_initq_head,
initq
, atabus_initq)
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026