taglinefilesource code
vmalloc67arch/i386/kernel/ldt.cif (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE)))
vmalloc185arch/i386/kernel/process.cp->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE);
vmalloc1629fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
vmalloc1633fs/buffer.cbuffer_pages = (struct buffer_head **) vmalloc(MAP_NR(high_memory) * 
vmalloc193include/linux/mm.hextern void * vmalloc(unsigned long size);
vmalloc121kernel/ksyms.cX(vmalloc),
vmalloc158kernel/module.cif ((addr = vmalloc(npages * 4096)) == 0) {
vmalloc1097mm/swap.cp->swap_map = (unsigned char *) vmalloc(p->max);