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

/linux-master/sound/core/seq/
H A Dseq_fifo.c222 struct snd_seq_pool *newpool, *oldpool; local
229 newpool = snd_seq_pool_new(poolsize);
230 if (newpool == NULL)
232 if (snd_seq_pool_init(newpool) < 0) {
233 snd_seq_pool_delete(&newpool);
242 f->pool = newpool;
/linux-master/drivers/md/
H A Draid1.c3349 mempool_t newpool, oldpool; local
3358 memset(&newpool, 0, sizeof(newpool));
3391 ret = mempool_init(&newpool, NR_RAID_BIOS, r1bio_pool_alloc,
3402 mempool_exit(&newpool);
3410 conf->r1bio_pool = newpool;

Completed in 115 milliseconds