Home
last modified time | relevance | path

Searched refs:ata_composite_cache (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/nata/
HData-all.h612 extern struct objcache *ata_composite_cache;
613 #define ata_alloc_composite() objcache_get(ata_composite_cache, M_WAITOK)
617 objcache_put(ata_composite_cache, composite); \
HData-all.c78 struct objcache *ata_composite_cache; variable
1080 ata_composite_cache = objcache_create("ata_composite", 0, 0, in ata_init()
1091 objcache_destroy(ata_composite_cache); in ata_uninit()