snd_util_memblk 1527 include/sound/emu10k1.h struct snd_util_memblk *memblk; snd_util_memblk 1559 include/sound/emu10k1.h struct snd_util_memblk mem; snd_util_memblk 1868 include/sound/emu10k1.h struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream); snd_util_memblk 1870 include/sound/emu10k1.h struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size); snd_util_memblk 50 include/sound/soundfont.h struct snd_util_memblk *block; /* allocated data block */ snd_util_memblk 308 include/sound/trident.h struct snd_util_memblk *memblk; /* memory block if TLB enabled */ snd_util_memblk 437 include/sound/trident.h struct snd_util_memblk *snd_trident_alloc_pages(struct snd_trident *trident, snd_util_memblk 440 include/sound/trident.h struct snd_util_memblk *snd_trident_synth_alloc(struct snd_trident *trident, unsigned int size); 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 58 include/sound/util_mem.h struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size); snd_util_memblk 60 include/sound/util_mem.h struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr, snd_util_memblk 54 sound/isa/sb/emu8000_pcm.c struct snd_util_memblk *block; snd_util_memblk 1265 sound/pci/emu10k1/emu10k1_main.c (struct snd_util_memblk *)emu->reserved_page); snd_util_memblk 1848 sound/pci/emu10k1/emu10k1_main.c sizeof(struct snd_util_memblk); snd_util_memblk 295 sound/pci/emu10k1/memory.c struct snd_util_memblk * snd_util_memblk 339 sound/pci/emu10k1/memory.c __snd_util_mem_free(hdr, (struct snd_util_memblk *)blk); snd_util_memblk 344 sound/pci/emu10k1/memory.c return (struct snd_util_memblk *)blk; snd_util_memblk 367 sound/pci/emu10k1/memory.c struct snd_util_memblk * snd_util_memblk 380 sound/pci/emu10k1/memory.c __snd_util_mem_free(hdr, (struct snd_util_memblk *)blk); snd_util_memblk 386 sound/pci/emu10k1/memory.c return (struct snd_util_memblk *)blk; snd_util_memblk 139 sound/pci/trident/trident_memory.c static struct snd_util_memblk * snd_util_memblk 142 sound/pci/trident/trident_memory.c struct snd_util_memblk *blk, *prev; snd_util_memblk 150 sound/pci/trident/trident_memory.c blk = list_entry(p, struct snd_util_memblk, list); snd_util_memblk 189 sound/pci/trident/trident_memory.c static struct snd_util_memblk * snd_util_memblk 194 sound/pci/trident/trident_memory.c struct snd_util_memblk *blk; snd_util_memblk 236 sound/pci/trident/trident_memory.c static struct snd_util_memblk * snd_util_memblk 241 sound/pci/trident/trident_memory.c struct snd_util_memblk *blk; snd_util_memblk 281 sound/pci/trident/trident_memory.c struct snd_util_memblk * snd_util_memblk 31 sound/synth/util_mem.c #define get_memblk(p) list_entry(p, struct snd_util_memblk, list) snd_util_memblk 71 sound/synth/util_mem.c struct snd_util_memblk * snd_util_memblk 74 sound/synth/util_mem.c struct snd_util_memblk *blk; snd_util_memblk 108 sound/synth/util_mem.c struct snd_util_memblk * snd_util_memblk 112 sound/synth/util_mem.c struct snd_util_memblk *blk; snd_util_memblk 114 sound/synth/util_mem.c blk = kmalloc(sizeof(struct snd_util_memblk) + hdr->block_extra_size, snd_util_memblk 122 sound/synth/util_mem.c struct snd_util_memblk *p = get_memblk(prev); snd_util_memblk 136 sound/synth/util_mem.c struct snd_util_memblk * snd_util_memblk 139 sound/synth/util_mem.c struct snd_util_memblk *blk;