esm_memory        458 sound/pci/es1968.c 	struct esm_memory *memory;
esm_memory        460 sound/pci/es1968.c 	struct esm_memory *mixbuf;
esm_memory       1331 sound/pci/es1968.c 	struct esm_memory *buf;
esm_memory       1345 sound/pci/es1968.c static struct esm_memory *snd_es1968_new_memory(struct es1968 *chip, int size)
esm_memory       1347 sound/pci/es1968.c 	struct esm_memory *buf;
esm_memory       1360 sound/pci/es1968.c 		struct esm_memory *chunk = kmalloc(sizeof(*chunk), GFP_KERNEL);
esm_memory       1379 sound/pci/es1968.c static void snd_es1968_free_memory(struct es1968 *chip, struct esm_memory *buf)
esm_memory       1381 sound/pci/es1968.c 	struct esm_memory *chunk;
esm_memory       1386 sound/pci/es1968.c 		chunk = list_entry(buf->list.prev, struct esm_memory, list);
esm_memory       1395 sound/pci/es1968.c 		chunk = list_entry(buf->list.next, struct esm_memory, list);
esm_memory       1413 sound/pci/es1968.c 		struct esm_memory *chunk = list_entry(p, struct esm_memory, list);
esm_memory       1423 sound/pci/es1968.c 	struct esm_memory *chunk;
esm_memory       1698 sound/pci/es1968.c 	struct esm_memory *memory;