Searched refs:psd_pool (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dpktcdvd.c99 static mempool_t *psd_pool; variable
2341 mempool_free(psd, psd_pool);
2348 struct packet_stacked_data *psd = mempool_alloc(psd_pool, GFP_NOIO);
2973 psd_pool = mempool_create_kmalloc_pool(PSD_POOL_SIZE,
2975 if (!psd_pool)
3008 mempool_destroy(psd_pool);
3021 mempool_destroy(psd_pool);

Completed in 60 milliseconds