Searched defs:poolsize (Results 1 - 3 of 3) sorted by relevance

/sound/core/seq/
H A Dseq_fifo.c31 struct snd_seq_fifo *snd_seq_fifo_new(int poolsize) argument
41 f->pool = snd_seq_pool_new(poolsize);
234 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) argument
244 newpool = snd_seq_pool_new(poolsize);
H A Dseq_memory.c459 struct snd_seq_pool *snd_seq_pool_new(int poolsize) argument
477 pool->size = poolsize;
H A Dseq_clientmgr.c218 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) argument
228 client->pool = snd_seq_pool_new(poolsize);

Completed in 98 milliseconds