Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H 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/
H A Draid1.c3361 mempool_t *newpool, *oldpool; in raid1_reshape() local
3394 newpool = mempool_create_kmalloc_pool(NR_RAID_BIOS, new_r1bio_size); in raid1_reshape()
3395 if (!newpool) { in raid1_reshape()
3402 mempool_destroy(newpool); in raid1_reshape()
3410 conf->r1bio_pool = newpool; in raid1_reshape()