Searched refs:snd_util_memhdr (Results 1 – 5 of 5) sorted by relevance
26 struct snd_util_memhdr { struct38 struct snd_util_memhdr *snd_util_memhdr_new(int memsize); argument39 void snd_util_memhdr_free(struct snd_util_memhdr *hdr);40 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);41 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);42 int snd_util_mem_avail(struct snd_util_memhdr *hdr);45 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);46 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);47 struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
60 struct snd_util_memhdr *hdr,63 struct snd_util_memhdr *hdr);85 struct snd_util_memhdr *memhdr;98 struct snd_util_memhdr *hdr);
45 struct snd_util_memhdr *hdr,48 struct snd_util_memhdr *hdr);111 struct snd_util_memhdr *memhdr; /* memory chunk information */
71 struct snd_util_memhdr *memhdr;
1723 struct snd_util_memhdr *memhdr; /* page allocation list */
Completed in 27 milliseconds