HomeSort by: relevance | last modified time | path
    Searched defs:ccd_cache (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
ccd.c 153 static pool_cache_t ccd_cache; variable in typeref:typename:pool_cache_t
155 #define CCD_GETBUF(wait) pool_cache_get(ccd_cache, wait)
156 #define CCD_PUTBUF(cbp) pool_cache_put(ccd_cache, cbp)
297 ccd_cache = pool_cache_init(sizeof(struct ccdbuf), 0,
304 pool_cache_destroy(ccd_cache);

Completed in 12 milliseconds