OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ata_xfer_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
ata.c
92
static struct pool
ata_xfer_pool
;
variable in typeref:struct:pool
150
pool_init(&
ata_xfer_pool
, sizeof(struct ata_xfer), 0, 0, 0,
1297
return pool_get(&
ata_xfer_pool
,
1337
pool_put(&
ata_xfer_pool
, xfer);
ata.c
92
static struct pool
ata_xfer_pool
;
variable in typeref:struct:pool
150
pool_init(&
ata_xfer_pool
, sizeof(struct ata_xfer), 0, 0, 0,
1297
return pool_get(&
ata_xfer_pool
,
1337
pool_put(&
ata_xfer_pool
, xfer);
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025