taglinefilesource code
vm_struct23mm/vmalloc.cstruct vm_struct * next;
vm_struct26mm/vmalloc.cstatic struct vm_struct * vmlist = NULL;
vm_struct127mm/vmalloc.cstruct vm_struct **p, *tmp;
vm_struct149mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
vm_struct154mm/vmalloc.carea = (struct vm_struct *) kmalloc(sizeof(*area), GFP_KERNEL);
vm_struct177mm/vmalloc.cstruct vm_struct **p, *tmp;