Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/
Dseq_fifo.c243 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize() local
260 oldpool = f->pool; in snd_seq_fifo_resize()
271 snd_seq_pool_mark_closing(oldpool); in snd_seq_fifo_resize()
279 snd_seq_pool_delete(&oldpool); in snd_seq_fifo_resize()
/Linux-v4.19/drivers/md/
Draid1.c3193 mempool_t newpool, oldpool; in raid1_reshape() local
3203 memset(&oldpool, 0, sizeof(oldpool)); in raid1_reshape()
3253 oldpool = conf->r1bio_pool; in raid1_reshape()
3286 mempool_exit(&oldpool); in raid1_reshape()