mapped_order_link_head 1709 include/sound/emu10k1.h struct list_head mapped_order_link_head; mapped_order_link_head 1820 sound/pci/emu10k1/emu10k1_main.c INIT_LIST_HEAD(&emu->mapped_order_link_head); mapped_order_link_head 149 sound/pci/emu10k1/memory.c list_add_tail(&blk->mapped_order_link, &emu->mapped_order_link_head); mapped_order_link_head 266 sound/pci/emu10k1/memory.c &emu->mapped_order_link_head); mapped_order_link_head 273 sound/pci/emu10k1/memory.c p = emu->mapped_order_link_head.next; mapped_order_link_head 274 sound/pci/emu10k1/memory.c for (; p != &emu->mapped_order_link_head; p = nextp) {