taglinefilesource code
vmalloc1617fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
vmalloc1621fs/buffer.cbuffer_pages = (struct buffer_head **) vmalloc(MAP_NR(high_memory) * 
vmalloc189include/linux/mm.hextern void * vmalloc(unsigned long size);
vmalloc240kernel/fork.cp->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE);
vmalloc104kernel/ksyms.cX(vmalloc),
vmalloc67kernel/ldt.cif (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE)))
vmalloc146kernel/module.cif ((addr = vmalloc(npages * 4096)) == 0) {
vmalloc963mm/swap.cp->swap_map = (unsigned char *) vmalloc(p->max);