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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c92 static mempool_t *psd_pool; variable
2422 mempool_free(psd, psd_pool);
2447 struct packet_stacked_data *psd = mempool_alloc(psd_pool, GFP_NOIO);
3017 psd_pool = mempool_create_kmalloc_pool(PSD_POOL_SIZE,
3019 if (!psd_pool)
3052 mempool_destroy(psd_pool);
3065 mempool_destroy(psd_pool);

Completed in 156 milliseconds