taglinefilesource code
vmalloc1693fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
vmalloc1697fs/buffer.cbuffer_pages = (struct buffer_head **) vmalloc((high_memory >>PAGE_SHIFT) * 
vmalloc163include/linux/mm.hextern void * vmalloc(unsigned long size);
vmalloc234kernel/fork.cp->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE);
vmalloc75kernel/ksyms.cX(vmalloc),
vmalloc67kernel/ldt.cif (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE)))
vmalloc49kernel/module.cif ((addr = vmalloc(npages * 4096)) == 0) {
vmalloc836mm/swap.cp->swap_map = (unsigned char *) vmalloc(p->max);