taglinefilesource code
vm_struct23mm/vmalloc.cstruct vm_struct * next;
vm_struct26mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct130mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct152mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct157mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct180mm/vmalloc.cstruct vm_struct **p, *tmp;