newpool 3238 drivers/md/raid1.c mempool_t newpool, oldpool; newpool 3247 drivers/md/raid1.c memset(&newpool, 0, sizeof(newpool)); newpool 3280 drivers/md/raid1.c ret = mempool_init(&newpool, NR_RAID_BIOS, r1bio_pool_alloc, newpool 3291 drivers/md/raid1.c mempool_exit(&newpool); newpool 3299 drivers/md/raid1.c conf->r1bio_pool = newpool; newpool 226 sound/core/seq/seq_fifo.c struct snd_seq_pool *newpool, *oldpool; newpool 233 sound/core/seq/seq_fifo.c newpool = snd_seq_pool_new(poolsize); newpool 234 sound/core/seq/seq_fifo.c if (newpool == NULL) newpool 236 sound/core/seq/seq_fifo.c if (snd_seq_pool_init(newpool) < 0) { newpool 237 sound/core/seq/seq_fifo.c snd_seq_pool_delete(&newpool); newpool 246 sound/core/seq/seq_fifo.c f->pool = newpool;