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.c242 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize()
249 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize()
250 if (newpool == NULL) in snd_seq_fifo_resize()
252 if (snd_seq_pool_init(newpool) < 0) { in snd_seq_fifo_resize()
253 snd_seq_pool_delete(&newpool); in snd_seq_fifo_resize()
262 WRITE_ONCE(f->pool, newpool); in snd_seq_fifo_unused_cells()
220 struct snd_seq_pool *newpool, *oldpool; snd_seq_fifo_resize() local
/linux/drivers/md/
H A Draid1.c3328 mempool_t *newpool, *oldpool; in raid1_reshape() local
3361 newpool = mempool_create_kmalloc_pool(NR_RAID_BIOS, new_r1bio_size); in raid1_reshape()
3362 if (!newpool) { in raid1_reshape()
3369 mempool_destroy(newpool); in raid1_reshape()
3377 conf->r1bio_pool = newpool; in raid1_reshape()