taglinefilesource code
vm_struct26mm/vmalloc.cstruct vm_struct * next;
vm_struct29mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct173mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct195mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct200mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct223mm/vmalloc.cstruct vm_struct **p, *tmp;