Searched refs:newpool (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid1.c2090 mempool_t *newpool, *oldpool; local
2127 newpool = mempool_create(NR_RAID1_BIOS, r1bio_pool_alloc,
2129 if (!newpool) {
2136 mempool_destroy(newpool);
2144 conf->r1bio_pool = newpool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_fifo.c234 struct snd_seq_pool *newpool, *oldpool; local
240 newpool = snd_seq_pool_new(poolsize);
241 if (newpool == NULL)
243 if (snd_seq_pool_init(newpool) < 0) {
244 snd_seq_pool_delete(&newpool);
253 f->pool = newpool;

Completed in 47 milliseconds