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);
|