snd_util_memblk  1528 include/sound/emu10k1.h 	struct snd_util_memblk *memblk;
snd_util_memblk  1560 include/sound/emu10k1.h 	struct snd_util_memblk mem;
snd_util_memblk  1874 include/sound/emu10k1.h struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream);
snd_util_memblk  1875 include/sound/emu10k1.h int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
snd_util_memblk  1876 include/sound/emu10k1.h struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size);
snd_util_memblk  1877 include/sound/emu10k1.h int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
snd_util_memblk  1878 include/sound/emu10k1.h int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size);
snd_util_memblk  1879 include/sound/emu10k1.h int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size);
snd_util_memblk    50 include/sound/soundfont.h 	struct snd_util_memblk *block;	/* allocated data block */
snd_util_memblk    34 include/sound/util_mem.h #define snd_util_memblk_argptr(blk)	(void*)((char*)(blk) + sizeof(struct snd_util_memblk))
snd_util_memblk    53 include/sound/util_mem.h struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
snd_util_memblk    54 include/sound/util_mem.h int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
snd_util_memblk    58 include/sound/util_mem.h struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
snd_util_memblk    59 include/sound/util_mem.h void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
snd_util_memblk    60 include/sound/util_mem.h struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,