taglinefilesource code
vmalloc1604fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
vmalloc1608fs/buffer.cbuffer_pages = (struct buffer_head **) vmalloc((high_memory >>PAGE_SHIFT) * 
vmalloc180include/linux/mm.hextern void * vmalloc(unsigned long size);
vmalloc235kernel/fork.cp->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE);
vmalloc90kernel/ksyms.cX(vmalloc),
vmalloc67kernel/ldt.cif (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE)))
vmalloc142kernel/module.cif ((addr = vmalloc(npages * 4096)) == 0) {
vmalloc926mm/swap.cp->swap_map = (unsigned char *) vmalloc(p->max);