Symbol: snd_util_memblk
include/sound/emu10k1.h
1511
struct snd_util_memblk *memblk;
include/sound/emu10k1.h
1549
struct snd_util_memblk mem;
include/sound/emu10k1.h
1890
struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream);
include/sound/emu10k1.h
1891
int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
include/sound/emu10k1.h
1894
struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size);
include/sound/emu10k1.h
1895
int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
include/sound/emu10k1.h
1896
int snd_emu10k1_synth_memset(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size, u8 value);
include/sound/emu10k1.h
1897
int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size, u32 xor);
include/sound/soundfont.h
37
struct snd_util_memblk *block; /* allocated data block */
include/sound/util_mem.h
21
#define snd_util_memblk_argptr(blk) (void*)((char*)(blk) + sizeof(struct snd_util_memblk))
include/sound/util_mem.h
40
struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
include/sound/util_mem.h
41
int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
include/sound/util_mem.h
45
struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
include/sound/util_mem.h
46
void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
include/sound/util_mem.h
47
struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,
sound/isa/sb/emu8000_pcm.c
44
struct snd_util_memblk *block;
sound/pci/emu10k1/emu10k1_main.c
1596
sizeof(struct snd_util_memblk);
sound/pci/emu10k1/memory.c
298
struct snd_util_memblk *
sound/pci/emu10k1/memory.c
343
__snd_util_mem_free(hdr, (struct snd_util_memblk *)blk);
sound/pci/emu10k1/memory.c
346
return (struct snd_util_memblk *)blk;
sound/pci/emu10k1/memory.c
353
int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk)
sound/pci/emu10k1/memory.c
396
struct snd_util_memblk *
sound/pci/emu10k1/memory.c
407
__snd_util_mem_free(hdr, (struct snd_util_memblk *)blk);
sound/pci/emu10k1/memory.c
411
return (struct snd_util_memblk *)blk;
sound/pci/emu10k1/memory.c
420
snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk)
sound/pci/emu10k1/memory.c
556
int snd_emu10k1_synth_memset(struct snd_emu10k1 *emu, struct snd_util_memblk *blk,
sound/pci/emu10k1/memory.c
616
int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk,
sound/pci/trident/trident.h
292
struct snd_util_memblk *memblk; /* memory block if TLB enabled */
sound/pci/trident/trident.h
418
struct snd_util_memblk *snd_trident_alloc_pages(struct snd_trident *trident,
sound/pci/trident/trident.h
420
int snd_trident_free_pages(struct snd_trident *trident, struct snd_util_memblk *blk);
sound/pci/trident/trident_memory.c
107
static struct snd_util_memblk *
sound/pci/trident/trident_memory.c
110
struct snd_util_memblk *blk;
sound/pci/trident/trident_memory.c
117
blk = list_entry(p, struct snd_util_memblk, list);
sound/pci/trident/trident_memory.c
156
static struct snd_util_memblk *
sound/pci/trident/trident_memory.c
161
struct snd_util_memblk *blk;
sound/pci/trident/trident_memory.c
197
static struct snd_util_memblk *
sound/pci/trident/trident_memory.c
202
struct snd_util_memblk *blk;
sound/pci/trident/trident_memory.c
236
struct snd_util_memblk *
sound/pci/trident/trident_memory.c
253
struct snd_util_memblk *blk)
sound/synth/util_mem.c
100
struct snd_util_memblk *blk;
sound/synth/util_mem.c
102
blk = kmalloc(sizeof(struct snd_util_memblk) + hdr->block_extra_size,
sound/synth/util_mem.c
110
struct snd_util_memblk *p = get_memblk(prev);
sound/synth/util_mem.c
124
struct snd_util_memblk *
sound/synth/util_mem.c
137
__snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk)
sound/synth/util_mem.c
148
int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk)
sound/synth/util_mem.c
19
#define get_memblk(p) list_entry(p, struct snd_util_memblk, list)
sound/synth/util_mem.c
59
struct snd_util_memblk *
sound/synth/util_mem.c
62
struct snd_util_memblk *blk;
sound/synth/util_mem.c
96
struct snd_util_memblk *