Searched refs:newpool (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_fifo.c | 226 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize() local 233 newpool = snd_seq_pool_new(poolsize); in snd_seq_fifo_resize() 234 if (newpool == NULL) in snd_seq_fifo_resize() 236 if (snd_seq_pool_init(newpool) < 0) { in snd_seq_fifo_resize() 237 snd_seq_pool_delete(&newpool); in snd_seq_fifo_resize() 246 f->pool = newpool; in snd_seq_fifo_resize()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 3221 mempool_t newpool, oldpool; in raid1_reshape() local 3230 memset(&newpool, 0, sizeof(newpool)); in raid1_reshape() 3263 ret = mempool_init(&newpool, NR_RAID_BIOS, r1bio_pool_alloc, in raid1_reshape() 3274 mempool_exit(&newpool); in raid1_reshape() 3282 conf->r1bio_pool = newpool; in raid1_reshape()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.c | 1897 GstBufferPool *newpool, *oldpool; in gst_x_image_sink_setcaps() local 1947 newpool = gst_kms_sink_create_pool (ximagesink, caps, in gst_x_image_sink_setcaps() 1949 if (!newpool) in gst_x_image_sink_setcaps() 1954 ximagesink->pool = newpool; in gst_x_image_sink_setcaps()
|