Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_fifo.c222 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize() local
229 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize()
230 if (newpool == NULL) in snd_seq_fifo_resize()
232 if (snd_seq_pool_init(newpool) < 0) { in snd_seq_fifo_resize()
233 snd_seq_pool_delete(&newpool); in snd_seq_fifo_resize()
242 f->pool = newpool; in snd_seq_fifo_resize()
/linux/drivers/md/
A Draid1.c3339 mempool_t newpool, oldpool; in raid1_reshape() local
3348 memset(&newpool, 0, sizeof(newpool)); in raid1_reshape()
3381 ret = mempool_init(&newpool, NR_RAID_BIOS, r1bio_pool_alloc, in raid1_reshape()
3392 mempool_exit(&newpool); in raid1_reshape()
3400 conf->r1bio_pool = newpool; in raid1_reshape()

Completed in 12 milliseconds