taglinefilesource code
vm_struct25mm/vmalloc.cstruct vm_struct * next;
vm_struct28mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct172mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct194mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct199mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct222mm/vmalloc.cstruct vm_struct **p, *tmp;