Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/
Dseq_fifo.c235 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize() local
242 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize()
243 if (newpool == NULL) in snd_seq_fifo_resize()
245 if (snd_seq_pool_init(newpool) < 0) { in snd_seq_fifo_resize()
246 snd_seq_pool_delete(&newpool); in snd_seq_fifo_resize()
255 f->pool = newpool; in snd_seq_fifo_resize()
/linux-4.4.14/drivers/md/
Draid1.c3039 mempool_t *newpool, *oldpool; in raid1_reshape() local
3080 newpool = mempool_create(NR_RAID1_BIOS, r1bio_pool_alloc, in raid1_reshape()
3082 if (!newpool) { in raid1_reshape()
3090 mempool_destroy(newpool); in raid1_reshape()
3098 conf->r1bio_pool = newpool; in raid1_reshape()